parent
d246263fdc
commit
f4cb01575a
@ -0,0 +1 @@
|
||||
./yiiguxing.translation.xml
|
@ -1,82 +0,0 @@
|
||||
<application>
|
||||
<component name="AppStorage">
|
||||
<option name="newTranslationDialogHeight" value="331" />
|
||||
<option name="newTranslationDialogWidth" value="615" />
|
||||
<option name="newTranslationDialogX" value="948" />
|
||||
<option name="newTranslationDialogY" value="618" />
|
||||
<histories>
|
||||
<item value="ascending" />
|
||||
<item value="copyable" />
|
||||
<item value="Primary ScrollViews obtain their ScrollController via inheritance from a PrimaryScrollController widget. You cannot both set primary to true and pass an explicit controller." />
|
||||
<item value="Metrics" />
|
||||
<item value="_hovering" />
|
||||
<item value="Ink Ripple" />
|
||||
<item value="Interactive Ink Feature Factory" />
|
||||
<item value="drawer" />
|
||||
<item value="gender" />
|
||||
<item value="调色板" />
|
||||
<item value="Return the presentation of this type as it should appear when presented to users in contexts such as error messages. If [withNullability] is `true`, then [NullabilitySuffix.question] and [NullabilitySuffix.star] will be be represented as `?` and ``. [NullabilitySuffix.none] does not have any explicit presentation. If [withNullability] is `false`, nullability suffixes will not be included into the presentation. Clients should not depend on the content of the returned value as it will be changed if doing so would improve the UX." />
|
||||
<item value="get Display String" />
|
||||
<item value="Wrap [generator] as a [Builder] that generates Dart library files. [generatedExtension] indicates what files will be created for each `.dart` input. Defaults to `.g.dart`, however this should usually be changed to avoid conflicts with outputs from a [SharedPartBuilder]. If [generator] will create additional outputs through the [BuildStep] they should be indicated in [additionalOutputExtensions]. [formatOutput] is called to format the generated code. Defaults to [DartFormatter.format]. [header] is used to specify the content at the top of each generated file. If `null`, the content of [defaultFileHeader] is used. If [header] is an empty `String` no header is added. [allowSyntaxErrors] indicates whether to allow syntax errors in input libraries." />
|
||||
<item value="A builder that positions the [firstChild] and [secondChild] widgets. The widget returned by this method is wrapped in an [AnimatedSize]. By default, this uses [AnimatedCrossFade.defaultLayoutBuilder], which uses a [Stack] and aligns the `bottomChild` to the top of the stack while providing the `topChild` as the non-positioned child to fill the provided constraints. This works well when the [AnimatedCrossFade] is in a position to change size and when the children are not flexible. However, if the children are less fussy about their sizes (for example a [CircularProgressIndicator] inside a [Center]), or if the [AnimatedCrossFade] is being forced to a particular size, then it can result in the widgets jumping about when the cross-fade state is changed." />
|
||||
<item value="Typically, the Directionality widget is introduced by the MaterialApp or WidgetsApp widget at the top of your application widget tree. It determines the ambient reading direction and is used, for example, to determine how to lay out text, how to interpret "start" and "end" values, and to resolve EdgeInsetsDirectional, AlignmentDirectional, and other Directional objects. Instead of providing a Directionality widget, another solution would be passing a non-directional 'alignment', or an explicit 'textDirection', to the Stack." />
|
||||
<item value="temporarily" />
|
||||
<item value="The network is temporarily good for the server connection network" />
|
||||
<item value="fix: fix wrong logic when no user info fetched caused by bad network." />
|
||||
<item value="fix: types cast error when json parse." />
|
||||
<item value="feat: blood pressure module complete." />
|
||||
<item value="舒张压" />
|
||||
<item value="收缩压" />
|
||||
<item value="feat: use location_permissions and android_intent_plus instead of geolocator to avoid contain gms sdk in apk." />
|
||||
<item value="feat: remove upgrade entry point on tw ios version." />
|
||||
<item value="make check update button always effect." />
|
||||
<item value="尝试优化点击事件" />
|
||||
<item value="optimization" />
|
||||
<item value="优化" />
|
||||
<item value="anus" />
|
||||
<item value="mouth" />
|
||||
<item value="ear" />
|
||||
<item value="armpit" />
|
||||
<item value="forehead" />
|
||||
<item value="肛门" />
|
||||
<item value="腋下" />
|
||||
<item value="额头" />
|
||||
<item value="stashed Record" />
|
||||
<item value="Returns true if [this] occurs at the same moment as [other]. The comparison is independent of whether the time is in UTC or in the local time zone. ```dart var now = DateTime.now(); var later = now.add(const Duration(seconds: 5)); assert(!later.isAtSameMomentAs(now)); assert(now.isAtSameMomentAs(now)); This relation stays the same, even when changing timezones. assert(!later.isAtSameMomentAs(now.toUtc())); assert(!later.toUtc().isAtSameMomentAs(now)); assert(now.toUtc().isAtSameMomentAs(now)); assert(now.isAtSameMomentAs(now.toUtc())); ```" />
|
||||
<item value="bar Width" />
|
||||
<item value="is Curved" />
|
||||
<item value="[x] determines cartesian (axis based) horizontally position 0 means most left point of the chart" />
|
||||
<item value="[y] determines cartesian (axis based) vertically position 0 means most bottom point of the chart" />
|
||||
<item value="Fl Spot" />
|
||||
<item value="navigate" />
|
||||
<item value="prevent" />
|
||||
<item value="magnification" />
|
||||
<item value="diameter Ratio" />
|
||||
<item value="squeeze" />
|
||||
<item value="A default selection overlay for [CupertinoPicker]s. It draws a gray rounded rectangle to match the picker visuals introduced in iOS 14. This widget is typically only used in [CupertinoPicker.selectionOverlay]. In an iOS 14 multi-column picker, the selection overlay is a single rounded rectangle that spans the entire multi-column picker. To achieve the same effect using [CupertinoPickerDefaultSelectionOverlay], the additional margin and corner radii on the left or the right side can be disabled by turning off [capLeftEdge] and [capRightEdge], so this selection overlay visually connects with selection overlays of adjoining [CupertinoPicker]s (i.e., other "column"s). See also: [CupertinoPicker], which uses this widget as its default [CupertinoPicker.selectionOverlay]." />
|
||||
<item value="Creates an iOS 14 style selection overlay that highlights the magnified area (or the currently selected item, depending on how you described it elsewhere) of a [CupertinoPicker]. The [background] argument default value is [CupertinoColors.tertiarySystemFill]. It must be non-null. The [capLeftEdge] and [capRightEdge] arguments decide whether to add a default margin and use rounded corners on the left and right side of the rectangular overlay. Default to true and must not be null." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="106" />
|
||||
<entry key="ENGLISH" value="107" />
|
||||
<entry key="DUTCH" value="1" />
|
||||
<entry key="SWEDISH" value="1" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Cache">
|
||||
<option name="lastTrimTime" value="1633663127363" />
|
||||
</component>
|
||||
<component name="Settings">
|
||||
<option name="googleTranslateSettings">
|
||||
<google-translate>
|
||||
<option name="useTranslateGoogleCom" value="true" />
|
||||
</google-translate>
|
||||
</option>
|
||||
<option name="overrideFont" value="true" />
|
||||
<option name="phoneticFontFamily" value="Noto Sans Mono" />
|
||||
<option name="primaryFontFamily" value="WenQuanYi Micro Hei Mono" />
|
||||
<option name="translateDocumentation" value="true" />
|
||||
</component>
|
||||
</application>
|
Loading…
Reference in new issue