AI-Iguana | 2023.2.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 1 year ago
parent 0020daa03d
commit 3f14dfbcca

@ -1,12 +1,17 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1713175065174" />
<option name="lastTrimTime" value="1713615002651" />
</component>
<component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" />
</component>
<component name="Translation.States">
<histories>
<item value="initial state, stop has been called or an error occurred." />
<item value="Currently playing audio." />
<item value="Pause has been called." />
<item value="The audio successfully completed (reached the end)." />
<item value="The player has been disposed and should not be used anymore." />
<item value="MPEG-4 High Efficiency AAC (Version 2 if available) Will output to MPEG_4 format container." />
<item value="MPEG-4 AAC Enhanced Low Delay Will output to MPEG_4 format container." />
<item value="MPEG-4 AAC Low complexity Will output to MPEG_4 format container." />
@ -52,16 +57,11 @@
<item value="denied" />
<item value="if Absent" />
<item value="Look up the value of [key], or add a new entry if it isn't there. Returns the value associated to [key], if there is one. Otherwise calls [ifAbsent] to get a new value, associates [key] to that value, and then returns the new value. ```dart final diameters = &lt;num, String&gt;{1.0: 'Earth'}; final otherDiameters = &lt;double, String&gt;{0.383: 'Mercury', 0.949: 'Venus'}; for (final item in otherDiameters.entries) { diameters.putIfAbsent(item.key, () =&gt; item.value); } print(diameters); {1.0: Earth, 0.383: Mercury, 0.949: Venus} If the key already exists, the current value is returned. final result = diameters.putIfAbsent(0.383, () =&gt; 'Random'); print(result); Mercury print(diameters); {1.0: Earth, 0.383: Mercury, 0.949: Venus} ``` Calling [ifAbsent] must not add or remove keys from the map." />
<item value="put If Absent" />
<item value="The stroke weight for drawing the icon. Requires the underlying icon font to support the `wght` [FontVariation] axis, otherwise has no effect. Variable font filenames often indicate the supported axes. Must be greater than 0. Defaults to nearest [IconTheme]'s [IconThemeData.weight]. See also: [fill], for controlling fill. [grade], for controlling stroke weight in a more granular way. [opticalSize], for controlling optical size. https:fonts.google.comknowledgeglossaryweight_axis" />
<item value="By default, the placeholder is sized to fit its container. If the placeholder is in an unbounded space, it will size itself according to the given [fallbackWidth] and [fallbackHeight]." />
<item value="Sliver Grid Delegate With Max Cross Axis Extent" />
<item value="max Cross Axis Extent" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="375" />
<entry key="ENGLISH" value="376" />
<entry key="CHINESE" value="380" />
<entry key="ENGLISH" value="381" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save