AI-Meerkat | 2024.3.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 2 months ago
parent d58bbc189a
commit a5d54923f3

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1744107080401" />
<option name="lastTrimTime" value="1744699926944" />
</component>
<component name="Translation.OpenAISettings">
<option name="OPEN_AI">
@ -18,6 +18,10 @@
</component>
<component name="Translation.States">
<histories>
<item value="Controls whether the widget's pages will respond to [RenderObject.showOnScreen], which will allow for implicit accessibility scrolling. With this flag set to false, when accessibility focus reaches the end of the current page and the user attempts to move it to the next element, the focus will traverse to the next widget outside of the page view. With this flag set to true, when accessibility focus reaches the end of the current page and user attempts to move it to the next element, focus will traverse to the next page in the page view." />
<item value="allow implicit scrolling" />
<item value="自定义指令" />
<item value="{@template flutter.widgets.pageview.viewportFraction} The fraction of the viewport that each page should occupy. Defaults to 1.0, which means each page fills the viewport in the scrolling direction. {@endtemplate}" />
<item value="set rc action internal" />
<item value="我在" />
<item value="有效数据" />
@ -64,15 +68,11 @@
<item value="Draws the given [Image] into the canvas with its top-left corner at the given [Offset]. The image is composited into the canvas using the given [Paint]." />
<item value="initial capacity" />
<item value="List based [Queue]. Keeps a cyclic buffer of elements, and grows to a larger buffer when it fills up. This guarantees constant time peek and remove operations, and amortized constant time add operations." />
<item value="A [Queue] that delegates all operations to a base queue. This class can be used to hide non-`Queue` methods of a queue object, or it can be extended to add extra functionality on top of an existing queue object." />
<item value="A class that efficiently implements both [Queue] and [List]." />
<item value="A [Queue] is a collection that can be manipulated at both ends. One can iterate over the elements of a queue through [forEach] or with an [Iterator]." />
<item value="Resolves this image provider using the given `configuration`, returning an [ImageStream]. This is the public entry-point of the [ImageProvider] class hierarchy. Subclasses should implement [obtainKey] and [loadImage], which are used by this method. If they need to change the implementation of [ImageStream] used, they should override [createStream]. If they need to manage the actual resolution of the image, they should override [resolveStreamForKey]. See the Lifecycle documentation on [ImageProvider] for more information." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="53" />
<entry key="ENGLISH" value="53" />
<entry key="CHINESE_SIMPLIFIED" value="54" />
<entry key="ENGLISH" value="54" />
</map>
</option>
</component>

Loading…
Cancel
Save