AI-222.4345.14.2221.9189903 <debuggerx@debuggerx-e5 Update yiiguxing.translation.xml
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<option name="newTranslationDialogY" value="447" />
|
||||
<option name="pinTranslationDialog" value="true" />
|
||||
<histories>
|
||||
<item value="audit Toxic" />
|
||||
<item value="BuiltList can not be serialization." />
|
||||
<item value="序列化" />
|
||||
<item value="create Item" />
|
||||
<item value="transaction" />
|
||||
<item value="group Chat Ref" />
|
||||
@@ -53,14 +56,11 @@
|
||||
<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 = <double>[10, 2, 5, 0.5]; final result = numbers.reduce((value, element) => value + element); print(result); 17.5" />
|
||||
<item value="cost" />
|
||||
<item value="stress" />
|
||||
<item value="sequence" />
|
||||
<item value="次序" />
|
||||
<item value="Selected Order" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="434" />
|
||||
<entry key="ENGLISH" value="435" />
|
||||
<entry key="CHINESE" value="437" />
|
||||
<entry key="ENGLISH" value="438" />
|
||||
<entry key="GERMAN" value="1" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
</map>
|
||||
|
||||
Reference in New Issue
Block a user