AI-Dolphin | 2021.3.1 Patch 1 <debuggerx@debuggerx Update yiiguxing.translation.xml
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<option name="newTranslationDialogY" value="447" />
|
||||
<option name="pinTranslationDialog" value="true" />
|
||||
<histories>
|
||||
<item value="Optional widget to place on the line after the input. This can be used, for example, to add some padding to the text that would otherwise be specified using [suffixText], or to add a custom widget after the input. The widget's baseline is lined up with the input baseline. Only one of [suffix] and [suffixText] can be specified. The [suffix] appears before the [suffixIcon], if both are specified. See also: [prefix], the equivalent but on the leading edge." />
|
||||
<item value="smart Dashes Type" />
|
||||
<item value="smart Quotes Type" />
|
||||
<item value="decimal" />
|
||||
@@ -55,19 +56,18 @@
|
||||
<item value="permanent" />
|
||||
<item value="Creates a new map containing all of the keyvalue pairs from [parameters] except those whose value is `null`." />
|
||||
<item value="Takes a route [name] String generated by [to], [off], [offAll] (and similar context navigation methods), cleans the extra chars and accommodates the format. TODO: check for a more "appealing" URL naming convention. `() => MyHomeScreenView` becomes `my-home-screen-view`." />
|
||||
<item value="Navigation.push() shortcut.<br><br> Pushes a new `page` to the stack It has the advantage of not needing context, so you can call from your business logic You can set a custom [transition], and a transition [duration]. You can send any type of value to the other route in the [arguments]. Just like native routing in Flutter, you can push a route as a [fullscreenDialog], [id] is for when you are using nested navigation, as explained in documentation If you want the same behavior of ios that pops a route when the user drag, you can set [popGesture] to true If you're using the [Bindings] api, you must define it here By default, GetX will prevent you from push a route that you already in, if you want to push anyway, set [preventDuplicates] to false" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="397" />
|
||||
<entry key="ENGLISH" value="398" />
|
||||
<entry key="CHINESE" value="398" />
|
||||
<entry key="ENGLISH" value="399" />
|
||||
<entry key="GERMAN" value="1" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Cache">
|
||||
<option name="lastTrimTime" value="1665646114673" />
|
||||
<option name="lastTrimTime" value="1666078122749" />
|
||||
</component>
|
||||
<component name="Settings">
|
||||
<option name="phoneticFontFamily" value="DejaVu Sans Mono" />
|
||||
|
||||
Reference in New Issue
Block a user