AI-Iguana | 2023.2.1 Patch 1 <dx@PC-DebuggerX Update yiiguxing.translation.xml
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<histories>
|
||||
<item value="Animated widget that automatically transitions its size over a given duration whenever the given child's size changes. {@tool dartpad} This example makes a [Container] react to being touched, causing the child of the [AnimatedSize] widget, here a [FlutterLogo], to animate. See code in examplesapilibwidgetsanimated_sizeanimated_size.0.dart {@end-tool} See also: [SizeTransition], which changes its size based on an [Animation]." />
|
||||
<item value="Only works if it's the child of a [Stack]. Here's an illustration of the [RelativePositionedTransition] widget, with it's [rect] animated by a [CurvedAnimation] set to [Curves.elasticInOut]: {@animation 300 378 https:flutter.github.ioassets-for-api-docsas" />
|
||||
<item value="Animated version of [Positioned] which transitions the child's position based on the value of [rect] relative to a bounding box with the specified [size]." />
|
||||
<item value="A widget that by default does a cross-fade between a new widget and the widget previously set on the [AnimatedSwitcher] as a child. {@youtube 560 315 https:www.youtube.comwatch?v=2W7POjFb88g} If they are swapped fast enough (i.e. before [duration] elapses), more than one previous child can exist and be transitioning out while the newest one is transitioning in." />
|
||||
@@ -56,12 +57,11 @@
|
||||
<item value="fix: layout of item_gift and display order of act events; fix: currency list not loaded on mall page when open via deeplink." />
|
||||
<item value="Calls the specified function block with this value as its receiver and returns its result. For detailed usage information see the documentation for scope functions ." />
|
||||
<item value="feat: add intimacy page and feed page; task act page support h5." />
|
||||
<item value="Unsupported App Usage" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="306" />
|
||||
<entry key="ENGLISH" value="307" />
|
||||
<entry key="CHINESE" value="307" />
|
||||
<entry key="ENGLISH" value="308" />
|
||||
<entry key="HAWAIIAN" value="1" />
|
||||
<entry key="POLISH" value="1" />
|
||||
<entry key="ROMANIAN" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user