AI-Panda 2 | 2025.3.2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -22,6 +22,13 @@
|
|||||||
<option name="translationDialogLocationY" value="567" />
|
<option name="translationDialogLocationY" value="567" />
|
||||||
<option name="translationDialogWidth" value="1381" />
|
<option name="translationDialogWidth" value="1381" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="This is why the default value is false. Most of the time, when you change the image provider you're not just changing the image, you're removing the old widget and adding a new one and not expecting them to have any relationship. With [gaplessPlayback] on you might accidentally break this expectation and re-use the old widget." />
|
||||||
|
<item value="Option B ([gaplessPlayback] = true): The widget displays the avatar of the previous person and the name of the newly loaded person." />
|
||||||
|
<item value="Option A ([gaplessPlayback] = false): The new person's name is coupled with a blank image." />
|
||||||
|
<item value="We have constructed a 'Person' widget that displays an avatar [Image] of the currently loaded person along with their name. We could request for a new person to be loaded into the widget at any time. Suppose we have a person currently loaded and the widget loads a new person. What happens if the [Image] fails to load?" />
|
||||||
|
<item value="Having the default value of [gaplessPlayback] be false helps prevent situations where stale or misleading information might be presented. Consider the following case:" />
|
||||||
|
<item value="Why is the default value of [gaplessPlayback] false?" />
|
||||||
|
<item value="Whether to continue showing the old image (true), or briefly show nothing (false), when the image provider changes. The default value is false." />
|
||||||
<item value="过时" />
|
<item value="过时" />
|
||||||
<item value="Unknown field data, data for which there is no metadata for the associated field, will not be included." />
|
<item value="Unknown field data, data for which there is no metadata for the associated field, will not be included." />
|
||||||
<item value="The [typeRegistry] is be used for encoding `Any` messages. If an `Any` message encoding a type not in [typeRegistry] is encountered, an error is thrown." />
|
<item value="The [typeRegistry] is be used for encoding `Any` messages. If an `Any` message encoding a type not in [typeRegistry] is encountered, an error is thrown." />
|
||||||
@@ -65,17 +72,10 @@
|
|||||||
<item value="interval select count" />
|
<item value="interval select count" />
|
||||||
<item value="rb labels" />
|
<item value="rb labels" />
|
||||||
<item value="right stick function lock" />
|
<item value="right stick function lock" />
|
||||||
<item value="right sticker function lock" />
|
|
||||||
<item value="gamepads manager listener disposers" />
|
|
||||||
<item value="gamepads manager un listeners" />
|
|
||||||
<item value="Compares two maps for element-by-element equality. Returns true if the maps are both null, or if they are both non-null, have the same length, and contain the same keys associated with the same values. Returns false otherwise. If the elements are maps, lists, sets, or other collectionscomposite objects, then the contents of those elements are not compared element by element unless their equality operators ([Object.==]) do so. For checking deep equality, consider using the [DeepCollectionEquality] class. See also: [setEquals], which does something similar for sets. [listEquals], which does something similar for lists." />
|
|
||||||
<item value="rocker" />
|
|
||||||
<item value="Tools that recognize pragma hints should pick a pragma prefix to identify the tool. They should recognize any hint with a [name] starting with their prefix followed by `:` as if it was intended for that tool. A hint with a prefix for another tool should be ignored (unless compatibility with that other tool is a goal)." />
|
|
||||||
<item value="Marks a feature as [Deprecated] until the next release." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE_SIMPLIFIED" value="67" />
|
<entry key="CHINESE_SIMPLIFIED" value="68" />
|
||||||
<entry key="ENGLISH" value="68" />
|
<entry key="ENGLISH" value="68" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user