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

master
debuggerx 11 months ago
parent 6f3097e375
commit 8881824c4b

@ -11,6 +11,14 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<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." />
<item value="[FocusScopeNode], which represents a scope node in the focus hierarchy." />
<item value="The [onKey] argument allows specification of a key event handler that is invoked when this node or one of its children has focus. Keys are handed to the primary focused widget first, and then they propagate through the ancestors of that node, stopping if one of them returns [KeyEventResult.handled] from [onKey], indicating that it has handled the event." />
<item value="Like [Focus], [FocusScope] provides an [onFocusChange] as a way to be notified when the focus is given to or removed from this widget." />
<item value="For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route. If you just want to group widgets together in a group so that they are traversed in a particular order, but the focus can still leave the group, use a [FocusTraversalGroup]." />
<item value="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route." />
<item value="candidates" />
<item value="The builder function will be called for each Key object." />
<item value="The [Navigator] removed `route`. If only one route is being removed, then the route immediately below that one, if any, is `previousRoute`. If multiple routes are being removed, then the route below the bottommost route being removed, if any, is `previousRoute`, and this method will be called once for each removed route, from the topmost route to the bottommost route." />
@ -53,19 +61,11 @@
<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" />
<item value="VALIDATE" />
<item value="Type FAIL TASK VALIDATE" />
<item value="The list of integrations for your [Widget] library. Primarily used to integrate with Widgetbook Cloud via [WidgetbookCloudIntegration], but can also be used to integrate with third-party packages." />
<item value="Creates a typography instance using Material Design 3 2021 defaults. If [platform] is [TargetPlatform.iOS] or [TargetPlatform.macOS], the default values for [black] and [white] are [blackCupertino] and [whiteCupertino] respectively. Otherwise they are [blackMountainView] and [whiteMountainView]. If [platform] is null then both [black] and [white] must be specified. The default values for [englishLike], [dense], and [tall] are [englishLike2021], [dense2021], and [tall2021]. See also: &lt;https:m3.material.iostylestypography&gt;" />
<item value="Defines text geometry for tall scripts, such as Farsi, Hindi, and Thai. This text theme is merged with either [black] or [white], depending on the overall [ThemeData.brightness], when the current locale's [MaterialLocalizations.scriptCategory] is [ScriptCategory.tall]. To look up a localized [TextTheme], use the overall [Theme], for example: `Theme.of(context).textTheme`." />
<item value="Defines text geometry for dense scripts, such as Chinese, Japanese and Korean. This text theme is merged with either [black] or [white], depending on the overall [ThemeData.brightness], when the current locale's [MaterialLocalizations.scriptCategory] is [ScriptCategory.dense]. To look up a localized [TextTheme], use the overall [Theme], for example: `Theme.of(context).textTheme`." />
<item value="english Like" />
<item value="A color that's clearly legible when drawn on [background]. To ensure that an app is accessible, a contrast ratio between [background] and [onBackground] of at least 4.5:1 is recommended. See &lt;https:www.w3.orgTRUNDERSTANDING-WCAG20visual-audio-contrast-contrast.html&gt;." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="456" />
<entry key="ENGLISH" value="457" />
<entry key="CHINESE" value="464" />
<entry key="ENGLISH" value="465" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save