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

master
debuggerx 3 years ago
parent 479c00c569
commit 5724956eac

@ -6,6 +6,7 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<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" />
<item value="stress" />
<item value="sequence" />
@ -55,12 +56,11 @@
<item value="confetti" />
<item value="skeleton for new friends page." />
<item value="Skeleton Paragraph" />
<item value="check user permission and jump to request page before create group chat." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="389" />
<entry key="ENGLISH" value="390" />
<entry key="CHINESE" value="390" />
<entry key="ENGLISH" value="391" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save