AI-Chipmunk | 2021.2.1 Patch 2 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent d4ddbd378b
commit 36528fb33a

@ -6,6 +6,7 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="Whether to auto create nested builders. Defaults to `true`. When this is enabled, accessing a nested builder via a getter causes it to be instantiated if it's `null`. In most cases this is convenient, but if you are using builders for data processing then you might need to check for `null`. If so you should set this to `false`." />
<item value="Whether the field overrides the `autoCreateNestedBuilders` setting from the class. Defaults to `null` which indicates the setting is to be taken from the `autoCreateNestedBuilders` setting on the class." />
<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="Whether the field overrides the `nestedBuilders` setting from the class. Defaults to `null` which indicates the setting is to be taken from the `nestedBuilders` setting on the class." />
@ -55,12 +56,11 @@
<item value="semantic Child Count" />
<item value="The delegate to build the whole picker's components. By extending the delegate, you can customize every components on you own. Delegate requires two generic types: [Asset] The type of your assets. Defaults to [AssetEntity]. [Path] The type of your paths. Defaults to [AssetPathEntity]." />
<item value="flex" />
<item value="Panel" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="312" />
<entry key="ENGLISH" value="313" />
<entry key="CHINESE" value="314" />
<entry key="ENGLISH" value="315" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save