AI-Ladybug | 2024.2.1 Patch 3 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1734955213598" />
|
<option name="lastTrimTime" value="1735811247411" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.Settings">
|
<component name="Translation.Settings">
|
||||||
<option name="primaryLanguage" value="CHINESE" />
|
<option name="primaryLanguage" value="CHINESE" />
|
||||||
@@ -12,6 +12,8 @@
|
|||||||
<option name="translationDialogLocationY" value="536" />
|
<option name="translationDialogLocationY" value="536" />
|
||||||
<option name="translationDialogWidth" value="1253" />
|
<option name="translationDialogWidth" value="1253" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="A 64-bit integer is represented internally as three non-negative integers, storing the 22 low, 22 middle, and 20 high bits of the 64-bit value. _l (low) and _m (middle) are in the range [0, 2^22 - 1] and _h (high) is in the range [0, 2^20 - 1]. The values being assigned to _l, _m and _h in initialization are masked to force them into the above ranges. Sometimes we know that the value is a small non-negative integer but the dart2js compiler can't infer that, so a few of the masking operations are not needed for correctness but are helpful for dart2js code quality." />
|
||||||
|
<item value="An immutable 64-bit signed integer, in the range [-2^63, 2^63 - 1]. Arithmetic operations may overflow in order to maintain this range." />
|
||||||
<item value="Synchronously writes a single string to the file using the given [Encoding]. Throws a [FileSystemException] if the operation fails." />
|
<item value="Synchronously writes a single string to the file using the given [Encoding]. Throws a [FileSystemException] if the operation fails." />
|
||||||
<item value="bound" />
|
<item value="bound" />
|
||||||
<item value="A combined byte and text output. An [IOSink] combines a [StreamSink] of bytes with a [StringSink], and allows easy output of both bytes and text. Writing text ([write]) and adding bytes ([add]) may be interleaved freely. While a stream is being added using [addStream], any further attempts to add or write to the [IOSink] will fail until the [addStream] completes. It is an error to add data to the [IOSink] after the sink is closed." />
|
<item value="A combined byte and text output. An [IOSink] combines a [StreamSink] of bytes with a [StringSink], and allows easy output of both bytes and text. Writing text ([write]) and adding bytes ([add]) may be interleaved freely. While a stream is being added using [addStream], any further attempts to add or write to the [IOSink] will fail until the [addStream] completes. It is an error to add data to the [IOSink] after the sink is closed." />
|
||||||
@@ -60,14 +62,12 @@
|
|||||||
<item value="Suction" />
|
<item value="Suction" />
|
||||||
<item value="subtract" />
|
<item value="subtract" />
|
||||||
<item value="TD: The native flutter tooltip uses verticalOffset to space the tooltip from the child. But we'll likely need just offset, since it's 4 way directional this.verticalOffset = 24.0," />
|
<item value="TD: The native flutter tooltip uses verticalOffset to space the tooltip from the child. But we'll likely need just offset, since it's 4 way directional this.verticalOffset = 24.0," />
|
||||||
<item value="The vertical offset of the tooltip from its target widget. Defaults to `0.0`." />
|
|
||||||
<item value="The minimum margin between the tooltip and the edges of the screen. Defaults to `20.0`." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="646" />
|
<entry key="CHINESE" value="646" />
|
||||||
<entry key="CHINESE_SIMPLIFIED" value="266" />
|
<entry key="CHINESE_SIMPLIFIED" value="268" />
|
||||||
<entry key="ENGLISH" value="903" />
|
<entry key="ENGLISH" value="905" />
|
||||||
<entry key="FRENCH" value="1" />
|
<entry key="FRENCH" value="1" />
|
||||||
<entry key="GERMAN" value="1" />
|
<entry key="GERMAN" value="1" />
|
||||||
<entry key="HAWAIIAN" value="1" />
|
<entry key="HAWAIIAN" value="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user