AI-Ladybug Feature Drop | 2024.2.2 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 3 months ago
parent 397fb08f70
commit bd4c9b3cc4

@ -4,6 +4,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="Groups elements by [keyOf] then folds the elements in each group. A key is found for each element using [keyOf]. Then the elements with the same key are all folded using [combine]. The first call to [combine] for a particular key receives `null` as the previous value, the remaining ones receive the result of the previous call. Can be used to _group_ elements into arbitrary collections. For example [groupSetsBy] could be written as: ```dart iterable.groupFoldBy(keyOf, (Set&lt;T&gt;? previous, T element) =&gt; (previous ?? &lt;T&gt;{})..add(element)); ````" />
<item value="fatal" />
<item value="with date" />
<item value="full time" />
@ -34,8 +35,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="26" />
<entry key="ENGLISH" value="27" />
<entry key="CHINESE_SIMPLIFIED" value="27" />
<entry key="ENGLISH" value="28" />
</map>
</option>
</component>

Loading…
Cancel
Save