AI-Hedgehog | 2023.1.1 <debuggerx@debuggerx-work Update yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent 9e5b4ff729
commit 5aaf0600f1

@ -8,6 +8,9 @@
</component>
<component name="Translation.States">
<histories>
<item value="Expands each element of this [Iterable] into zero or more elements. The resulting Iterable runs through the elements returned by [toElements] for each element of this, in iteration order. The returned [Iterable] is lazy, and calls [toElements] for each element of this iterable every time the returned iterable is iterated. Example: ```dart Iterable&lt;int&gt; count(int n) sync { for (var i = 1; i &lt;= n; i++) { yield i; } } var numbers = [1, 3, 0, 2]; print(numbers.expand(count)); (1, 1, 2, 3, 1, 2) ``` Equivalent to: ``` Iterable&lt;T&gt; expand&lt;T&gt;(Iterable&lt;T&gt; toElements(E e)) sync { for (var value in this) { yield toElements(value); } } ```" />
<item value="expand" />
<item value="fold" />
<item value="expend" />
<item value="Only the selected [NavigationRailDestination] will show its label. The label will animate in and out as new [NavigationRailDestination]s are selected." />
<item value="Option to display a leading widget at the top of the navigation rail at the middle breakpoint." />
@ -55,14 +58,11 @@
<item value="register To Shark" />
<item value="[fix] show change phone option only when login status." />
<item value="granted" />
<item value="on All Granted" />
<item value="LITTLE ENDIAN" />
<item value="advertisement Data" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="234" />
<entry key="ENGLISH" value="235" />
<entry key="CHINESE" value="237" />
<entry key="ENGLISH" value="238" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save