AI-Electric Eel | 2022.1.1 Patch 2 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 2 years ago
parent 5394a4e1af
commit 9100388112

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1679283328640" />
<option name="lastTrimTime" value="1681050564907" />
</component>
<component name="Translation.Settings">
<option name="translator" value="MICROSOFT" />
@ -10,6 +10,7 @@
<option name="newTranslationDialogY" value="898" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="inactive" />
<item value="{@template flutter.widgets.scroll_view.shrinkWrap} Whether the extent of the scroll view in the [scrollDirection] should be determined by the contents being viewed. If the scroll view does not shrink wrap, then the scroll view will expand to the maximum allowed size in the [scrollDirection]. If the scroll view has unbounded constraints in the [scrollDirection], then [shrinkWrap] must be true. Shrink wrapping the content of the scroll view is significantly more expensive than expanding to the maximum allowed size because the content can expand and contract during scrolling, which means the size of the scroll view needs to be recomputed whenever the scroll position changes. Defaults to false. {@youtube 560 315 https:www.youtube.comwatch?v=LUqDNnv_dh0} {@endtemplate}" />
<item value="magnitude" />
<item value="Extracts the magnitude of the [k]th frequency from [data]." />
@ -59,12 +60,11 @@
<item value="Configuration information passed to the [ImageProvider.resolve] method to select a specific image. See also: [createLocalImageConfiguration], which creates an [ImageConfiguration] based on ambient configuration in a [Widget] environment. [ImageProvider], which uses [ImageConfiguration] objects to determine which image to obtain." />
<item value="A router that routes all pointer events received from the engine." />
<item value="Retrieve the entries of the process environment. The result is an [Iterable] of strings, where each string represents an environment entry. Environment entries should be strings containing a non-empty name and a value separated by a '=' character. The name does not contain a '=' character, so the name is everything up to the first '=' character. Values are everything after the first '=' character. A value may contain further '=' characters, and it may be empty. Returns an [OSError] if retrieving the environment fails." />
<item value="Creates a new repeating timer. The [callback] is invoked repeatedly with [duration] intervals until canceled with the [cancel] function. The exact timing depends on the underlying timer implementation. No more than `n` callbacks will be made in `duration n` time, but the time between two consecutive callbacks can be shorter and longer than `duration`. In particular, an implementation may schedule the next callback, e.g., a `duration` after either when the previous callback ended, when the previous callback started, or when the previous callback was scheduled for - even if the actual callback was delayed." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="102" />
<entry key="ENGLISH" value="103" />
<entry key="CHINESE" value="103" />
<entry key="ENGLISH" value="104" />
<entry key="FRENCH" value="1" />
<entry key="NORWEGIAN" value="4" />
<entry key="SWEDISH" value="6" />

Loading…
Cancel
Save