AI-Chipmunk | 2021.2.1 Patch 2 <debuggerx@debuggerx Update yiiguxing.translation.xml
This commit is contained in:
@@ -6,6 +6,11 @@
|
|||||||
<option name="newTranslationDialogY" value="447" />
|
<option name="newTranslationDialogY" value="447" />
|
||||||
<option name="pinTranslationDialog" value="true" />
|
<option name="pinTranslationDialog" value="true" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="ratio" />
|
||||||
|
<item value="A [Slidable] notification that can bubble up the widget tree. You can determine the type of a notification using the `is` operator to check the [runtimeType] of the notification. To listen for notifications in a subtree, use a [SlidableNotificationListener]. To send a notification, call [dispatch] on the notification you wish to send. The notification will be delivered to the closest [SlidableNotificationListener] widget." />
|
||||||
|
<item value="Called when a notification of the appropriate arrives at this location in the tree." />
|
||||||
|
<item value="The widget directly below this widget in the tree. This is not necessarily the widget that dispatched the notification. {@macro flutter.widgets.child}" />
|
||||||
|
<item value="A widget that listens for [SlidableNotification]s bubbling up the tree. To dispatch notifications, use the [SlidableNotification.dispatch] method." />
|
||||||
<item value="Outlined Border" />
|
<item value="Outlined Border" />
|
||||||
<item value="General Private Chat Controller" />
|
<item value="General Private Chat Controller" />
|
||||||
<item value="This's a flag lock, to prevent hop in a group chat before pre group chat page haven't dispose completely." />
|
<item value="This's a flag lock, to prevent hop in a group chat before pre group chat page haven't dispose completely." />
|
||||||
@@ -51,16 +56,11 @@
|
|||||||
<item value="_state" />
|
<item value="_state" />
|
||||||
<item value="Creates a future containing the result of calling [computation] asynchronously with [scheduleMicrotask]. If executing [computation] throws, the returned future is completed with the thrown error. If calling [computation] returns a [Future], completion of the created future will wait until the returned future completes, and will then complete with the same result. If calling [computation] returns a non-future value, the returned future is completed with that value." />
|
<item value="Creates a future containing the result of calling [computation] asynchronously with [scheduleMicrotask]. If executing [computation] throws, the returned future is completed with the thrown error. If calling [computation] returns a [Future], completion of the created future will wait until the returned future completes, and will then complete with the same result. If calling [computation] returns a non-future value, the returned future is completed with that value." />
|
||||||
<item value="Called if this focus node receives a key event while focused (i.e. when [hasFocus] returns true). {@macro flutter.widgets.FocusNode.keyEvents}" />
|
<item value="Called if this focus node receives a key event while focused (i.e. when [hasFocus] returns true). {@macro flutter.widgets.FocusNode.keyEvents}" />
|
||||||
<item value="activate" />
|
|
||||||
<item value="show Mentionable User List" />
|
|
||||||
<item value="Recognizes movement in the horizontal direction on a per-pointer basis. In contrast to [HorizontalDragGestureRecognizer], [HorizontalMultiDragGestureRecognizer] watches each pointer separately, which means multiple drags can be recognized concurrently if multiple pointers are in contact with the screen. See also: [HorizontalDragGestureRecognizer], a gesture recognizer that just looks at horizontal movement. [ImmediateMultiDragGestureRecognizer], a similar recognizer, but without the limitation that the drag must start horizontally. [VerticalMultiDragGestureRecognizer], which only recognizes drags that start vertically." />
|
|
||||||
<item value="Tertiary" />
|
|
||||||
<item value="Bit field using the Button constants such as [kPrimaryMouseButton], [kSecondaryStylusButton], etc. For example, if this has the value 6 and the [kind] is [PointerDeviceKind.invertedStylus], then this indicates an upside-down stylus with both its primary and secondary buttons pressed." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="220" />
|
<entry key="CHINESE" value="225" />
|
||||||
<entry key="ENGLISH" value="222" />
|
<entry key="ENGLISH" value="227" />
|
||||||
<entry key="FRENCH" value="1" />
|
<entry key="FRENCH" value="1" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user