AI-Dolphin | 2021.3.1 Patch 1 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent 9f1aee288a
commit 89e181d49c

@ -6,6 +6,11 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="Position the control relative to the text in the fashion that is typical for the current platform, and place the secondary widget on the opposite side." />
<item value="Position the control on the trailing edge, and the secondary widget, if any, on the leading edge." />
<item value="Position the control on the leading edge, and the secondary widget, if any, on the trailing edge." />
<item value="Typically used to force the expansion arrow icon to the tile's leading or trailing edge. By default, the value of `controlAffinity` is [ListTileControlAffinity.platform], which means that the expansion arrow icon will appear on the tile's trailing edge." />
<item value="A single-line [ListTile] with an expansion arrow icon that expands or collapses the tile to reveal or hide the [children]. This widget is typically used with [ListView] to create an &quot;expand collapse&quot; list entry. When used with scrolling widgets like [ListView], a unique [PageStorageKey] must be specified to enable the [ExpansionTile] to save and restore its expanded state when it is scrolled in and out of view. This class overrides the [ListTileThemeData.iconColor] and [ListTileThemeData.textColor] theme properties for its [ListTile]. These colors animate between values when the tile is expanded and collapsed: between [iconColor], [collapsedIconColor] and between [textColor] and [collapsedTextColor]. The expansion arrow icon is shown on the right by default in left-to-right languages (i.e. the trailing edge). This can be changed using [controlAffinity]. This maps to the [leading] and [trailing] properties of [ExpansionTile]. {@tool dartpad} This example demonstrates different configurations of ExpansionTile. See code in examplesapilibmaterialexpansion_tileexpansion_tile.0.dart {@end-tool} See also: [ListTile], useful for creating expansion tile [children] when the expansion tile represents a sublist. The &quot;Expand and collapse&quot; section of &lt;https:material.iocomponentsliststypes&gt;" />
<item value="show Sraft Not Saved Confirm" />
<item value="_layout Changeable Rich Text" />
<item value="可改变的" />
@ -51,16 +56,11 @@
<item value="gapless Playback" />
<item value="If [cacheWidth] or [cacheHeight] are provided, it indicates to the engine that the image must be decoded at the specified size. The image will be rendered to the constraints of the layout or [width] and [height] regardless of these parameters. These parameters are primarily intended to reduce the memory usage of [ImageCache]." />
<item value="The [BuildContext] and [Size] are used to select an image configuration (see [createLocalImageConfiguration])." />
<item value="Whether the field is serialized. Defaults to `null` which means [BuiltValue.defaultSerialize] is used. If a field is not serialized, it must either be `@nullable` or specify a default for deserialization to succeed." />
<item value="Optionally, annotate a Built Value `Serializer` getters with this to specify settings. This is only needed for advanced use." />
<item value="Memoized annotation for Built Value getters. Getters marked with this annotation are memoized: the result is calculated once on first access and stored in the instance." />
<item value="Nullable annotation for Built Value fields. Fields marked with this annotation are allowed to be null." />
<item value="Whether the generated serializer should output `null`s. By default this is `false` and nulls are omitted from the output." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="414" />
<entry key="ENGLISH" value="415" />
<entry key="CHINESE" value="419" />
<entry key="ENGLISH" value="420" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save