PY-2022.1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
DebuggerX 3 years ago
parent 44a8cc5c36
commit ed8a02ba0a

@ -5,6 +5,7 @@
<option name="newTranslationDialogY" value="660" /> <option name="newTranslationDialogY" value="660" />
<option name="pinNewTranslationDialog" value="true" /> <option name="pinNewTranslationDialog" value="true" />
<histories> <histories>
<item value="add Sort By Internal" />
<item value="except" /> <item value="except" />
<item value="优先级" /> <item value="优先级" />
<item value="staple" /> <item value="staple" />
@ -54,12 +55,11 @@
<item value="Advances the iterator to the next element of the iteration. Should be called before reading [current]. It the call to `moveNext` returns `true`, then [current] will contain the next element of the iteration until `moveNext` is called again. If the call returns `false`, there are no further elements and [current] should not be used any more. It is safe to call [moveNext] after it has already returned `false`, but it must keep returning `false` and not have any other effect. A call to `moveNext` may throw for various reasons, including a concurrent change to an underlying collection. If that happens, the iterator may be in an inconsistent state, and any further behavior of the iterator is unspecified, including the effect of reading [current]." /> <item value="Advances the iterator to the next element of the iteration. Should be called before reading [current]. It the call to `moveNext` returns `true`, then [current] will contain the next element of the iteration until `moveNext` is called again. If the call returns `false`, there are no further elements and [current] should not be used any more. It is safe to call [moveNext] after it has already returned `false`, but it must keep returning `false` and not have any other effect. A call to `moveNext` may throw for various reasons, including a concurrent change to an underlying collection. If that happens, the iterator may be in an inconsistent state, and any further behavior of the iterator is unspecified, including the effect of reading [current]." />
<item value="Allows constant time add, remove-at-ends and peek operations." /> <item value="Allows constant time add, remove-at-ends and peek operations." />
<item value="A [Queue] is a collection that can be manipulated at both ends. One can iterate over the elements of a queue through [forEach] or with an [Iterator]. It is generally not allowed to modify the queue (add or remove entries) while an operation on the queue is being performed, for example during a call to [forEach]. Modifying the queue while it is being iterated will most likely break the iteration. This goes both for using the [iterator] directly, or for iterating an `Iterable` returned by a method like [map] or [where]." /> <item value="A [Queue] is a collection that can be manipulated at both ends. One can iterate over the elements of a queue through [forEach] or with an [Iterator]. It is generally not allowed to modify the queue (add or remove entries) while an operation on the queue is being performed, for example during a call to [forEach]. Modifying the queue while it is being iterated will most likely break the iteration. This goes both for using the [iterator] directly, or for iterating an `Iterable` returned by a method like [map] or [where]." />
<item value="The structure is efficient for any queue or stack usage." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="52" /> <entry key="CHINESE" value="53" />
<entry key="ENGLISH" value="53" /> <entry key="ENGLISH" value="54" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save