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

master
debuggerx 3 years ago
parent 90d2cd9f8c
commit e752540e77

@ -5,6 +5,7 @@
<option name="newTranslationDialogX" value="811" /> <option name="newTranslationDialogX" value="811" />
<option name="newTranslationDialogY" value="447" /> <option name="newTranslationDialogY" value="447" />
<histories> <histories>
<item value="activate" />
<item value="show Mentionable User List" /> <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="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="Tertiary" />
@ -54,12 +55,11 @@
<item value="Interface for objects that receive updates about drags. This interface is used in various ways. For example, [MultiDragGestureRecognizer] uses it to update its clients when it recognizes a gesture. Similarly, the scrolling infrastructure in the widgets library uses it to notify the [DragScrollActivity] when the user drags the scrollable." /> <item value="Interface for objects that receive updates about drags. This interface is used in various ways. For example, [MultiDragGestureRecognizer] uses it to update its clients when it recognizes a gesture. Similarly, the scrolling infrastructure in the widgets library uses it to notify the [DragScrollActivity] when the user drags the scrollable." />
<item value="pointer Scroll" /> <item value="pointer Scroll" />
<item value="Jumps the scroll position from its current value to the given value, without animation, and without checking if the new value is in range. Any active animation is canceled. If the user is currently scrolling, that action is canceled. If this method changes the scroll position, a sequence of startupdateend scroll notifications will be dispatched. No overscroll notifications can be generated by this method." /> <item value="Jumps the scroll position from its current value to the given value, without animation, and without checking if the new value is in range. Any active animation is canceled. If the user is currently scrolling, that action is canceled. If this method changes the scroll position, a sequence of startupdateend scroll notifications will be dispatched. No overscroll notifications can be generated by this method." />
<item value="The currently operative [ScrollActivity]. If the scroll position is not performing any more specific activity, the activity will be an [IdleScrollActivity]. To determine whether the scroll position is idle, check the [isScrollingNotifier]. Call [beginActivity] to change the current activity." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="170" /> <entry key="CHINESE" value="171" />
<entry key="ENGLISH" value="171" /> <entry key="ENGLISH" value="172" />
<entry key="FRENCH" value="1" /> <entry key="FRENCH" value="1" />
</map> </map>
</option> </option>

Loading…
Cancel
Save