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="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 = <double>[10, 2, 5, 0.5]; final result = numbers.reduce((value, element) => value + element); print(result); 17.5" />
|
||||
<item value="cost" />
|
||||
<item value="stress" />
|
||||
@@ -55,12 +56,11 @@
|
||||
<item value="验收" />
|
||||
<item value="confetti" />
|
||||
<item value="skeleton for new friends page." />
|
||||
<item value="Skeleton Paragraph" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="390" />
|
||||
<entry key="ENGLISH" value="391" />
|
||||
<entry key="CHINESE" value="391" />
|
||||
<entry key="ENGLISH" value="392" />
|
||||
<entry key="GERMAN" value="1" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
</map>
|
||||
|
||||
Reference in New Issue
Block a user