AI-Narwhal | 2025.1.1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 2 months ago
parent 3fc1b07d8e
commit daac3b45d3

@ -18,6 +18,8 @@
</component>
<component name="Translation.States">
<histories>
<item value="The mode value as a human-readable string. The string is in the format &quot;rwxrwxrwx&quot;, reflecting the user, group, and world permissions to read, write, and execute the file system object, with &quot;-&quot; replacing the letter for missing permissions. Extra permission bits may be represented by prepending &quot;(suid)&quot;, &quot;(guid)&quot;, andor &quot;(sticky)&quot; to the mode string." />
<item value="Retrieve a binary resource from the asset bundle as a data stream. Throws an exception if the asset is not found. The returned [ByteData] can be converted to a [Uint8List] (a list of bytes) using [Uint8List.sublistView]. Lists of bytes can be used with APIs that accept [Uint8List] objects, such as [decodeImageFromList], as well as any API that accepts a [List&lt;int&gt;], such as [File.writeAsBytes] or [Utf8Codec.decode] (accessible via [utf8])." />
<item value="Fully re-copy the assets directory on each build to avoid having stale files from a previous install." />
<item value="The absolute URI of the script being run in this isolate. If the script argument on the command line is relative, it is resolved to an absolute URI before fetching the script, and that absolute URI is returned. URI resolution only does string manipulation on the script path, and this may be different from the file system's path resolution behavior. For example, a symbolic link immediately followed by '..' will not be looked up. If a compiled Dart script is being executed the URI to the compiled script is returned, for example, `file:fullpathtoscript_name.exe`. If running on the Dart VM the URI to the running Dart script is returned, for example, `file:fullpathtoscript_name.dart`. If the executable environment does not support [script], the URI is empty." />
<item value="The amount the pointer has moved along the primary axis in the coordinate space of the event receiver since the previous update. If the [GestureDragUpdateCallback] is for a one-dimensional drag (e.g., a horizontal or vertical drag), then this value contains the component of [delta] along the primary axis (e.g., horizontal or vertical, respectively). Otherwise, if the [GestureDragUpdateCallback] is for a two-dimensional drag (e.g., a pan), then this value is null. Defaults to null if not specified in the constructor." />
@ -66,8 +68,6 @@
<item value="Schedule a callback for the end of this frame. The provided callback is run immediately after a frame, just after the persistent frame callbacks (which is when the main rendering pipeline has been flushed). This method does not request a new frame. If a frame is already in progress and the execution of post-frame callbacks has not yet begun, then the registered callback is executed at the end of the current frame. Otherwise, the registered callback is executed after the next frame (whenever that may be, if ever). The callbacks are executed in the order in which they have been added." />
<item value="These physics cause the carousel item to snap to item boundaries." />
<item value="Scroll physics used by a [CarouselView]." />
<item value="Scroll physics that always lets the user scroll." />
<item value="Scroll physics that attempt to keep the scroll position in range when the contents change dimensions suddenly." />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save