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

master
debuggerx 3 years ago
parent 8afa4069c6
commit 38de141ba7

@ -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 = &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" />
@ -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>

Loading…
Cancel
Save