AI-Dolphin | 2021.3.1 Patch 1 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent 38de141ba7
commit 98e8927086

@ -6,6 +6,12 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="smart Dashes Type" />
<item value="smart Quotes Type" />
<item value="decimal" />
<item value="The number is decimal, allowing a decimal point to provide fractional. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(decimal: true)` to set this." />
<item value="The number is signed, allowing a positive or negative sign at the start. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(signed: true)` to set this." />
<item value="signed" />
<item value="animating" />
<item value="Reduces a collection to a single value by iteratively combining elements of the collection using the provided function. The iterable must have at least one element. If it has only one element, that element is returned. Otherwise this method starts with the first element from the iterator, and then combines it with the remaining elements in iteration order, as if by: ``` E value = iterable.first; iterable.skip(1).forEach((element) { value = combine(value, element); }); return value; ``` Example of calculating the sum of an iterable: ```dart final numbers = &lt;double&gt;[10, 2, 5, 0.5]; final result = numbers.reduce((value, element) =&gt; value + element); print(result); 17.5" />
<item value="cost" />
@ -50,17 +56,11 @@
<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 &quot;appealing&quot; URL naming convention. `() =&gt; MyHomeScreenView` becomes `my-home-screen-view`." />
<item value="Navigation.push() shortcut.&lt;br&gt;&lt;br&gt; 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" />
<item value="prevent Duplicates" />
<item value="make users whose 'is_group_chat_super_admin' field in 'user_flag' is true can manage any group chat." />
<item value="使 user_flag 中 is_group_chat_super_admin 字段为 true 的用户可以管理任意群聊" />
<item value="验收" />
<item value="confetti" />
<item value="skeleton for new friends page." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="391" />
<entry key="ENGLISH" value="392" />
<entry key="CHINESE" value="397" />
<entry key="ENGLISH" value="398" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save