AI-Jellyfish | 2023.3.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 11 months ago
parent b53617c501
commit 4653e9809b

@ -11,6 +11,7 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="The unique USB HID usage ID of this physical key on the keyboard. Due to the variations in platform APIs, this may not be the actual HID usage code from the hardware, but a value derived from available information on the platform. See &lt;https:www.usb.orgsitesdefaultfilesdocumentshut1_12v2.pdf&gt; for the HID usage values and their meanings." />
<item value="[FocusTraversalGroup], a widget used to configure the focus traversal policy for a widget subtree." />
<item value="[FocusTraversalPolicy], an object used to determine how to move the focus to other nodes." />
<item value="[FocusManager], a singleton that manages the focus and distributes key events to focused nodes." />
@ -60,12 +61,11 @@
<item value="A [ChangeNotifier] that holds a single value. When [value] is replaced with something that is not equal to the old value as evaluated by the equality operator ==, this class notifies its listeners. Limitations Because this class only notifies listeners when the [value]'s _identity_ changes, listeners will not be notified when mutable state within the value itself changes. For example, a `ValueNotifier&lt;List&lt;int&gt;&gt;` will not notify its listeners when the _contents_ of the list are changed. As a result, this class is best used with only immutable data types. For mutable data types, consider extending [ChangeNotifier] directly." />
<item value="A custom path for the use-case. Folders are delimited using slashes, path segments may be made into a category by enclosing it in square brackets. For example: `[Interactions]buttons` will produce: Interactions (category) -&gt; buttons (folder)" />
<item value="The type of the Widget shown in the UseCase. It is used to generate the WidgetbookComponent of the Widgetbook." />
<item value="The [type] defines the Widget rendered with the UseCase. Therefore, it is used to create the WidgetElement of the Widgetbook" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="464" />
<entry key="ENGLISH" value="465" />
<entry key="CHINESE" value="465" />
<entry key="ENGLISH" value="466" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save