AI-Narwhal 3 Feature Drop | 2025.1.3 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 2 months ago
parent cca176ea0b
commit b2fb057d99

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1759040695474" />
<option name="lastTrimTime" value="1759976873233" />
</component>
<component name="Translation.OpenAISettings">
<option name="OPEN_AI">
@ -21,6 +21,8 @@
<option name="translationDialogLocationX" value="3173" />
<option name="translationDialogLocationY" value="643" />
<histories>
<item value="Parses the [host] as an IP version 4 (IPv4) address, returning the address as a list of 4 bytes in network byte order (big endian). Throws a [FormatException] if [host] is not a valid IPv4 address representation." />
<item value="The port part of the authority component. The value is the default port if there is no port number in the authority component. That's 80 for http, 443 for https, and 0 for everything else." />
<item value="gapless playback" />
<item value="Each pixel is 32 bits, with the highest 8 bits encoding red, the next 8 bits encoding green, the next 8 bits encoding blue, and the lowest 8 bits encoding alpha. Premultiplied alpha is used." />
<item value="Creates an image descriptor from raw image pixels. The `pixels` parameter is the pixel data. They are packed in bytes in the order described by `pixelFormat`, then grouped in rows, from left to right, then top to bottom. The `rowBytes` parameter is the number of bytes consumed by each row of pixels in the data buffer. If unspecified, it defaults to `width` multiplied by the number of bytes per pixel in the provided `format`. Not async because there's no expensive work to do here." />
@ -69,8 +71,6 @@
<item value="The [Duration] that should be used to offset the current [position] to get the correct [Caption]." />
<item value="Defaults to Duration.zero." />
<item value="truncate" />
<item value="Draws the subset of the given image described by the `src` argument into the canvas in the axis-aligned rectangle given by the `dst` argument. This might sample from outside the `src` rect by up to half the width of an applied filter. Multiple calls to this method with different arguments (from the same image) can be batched into a single call to [drawAtlas] to improve performance." />
<item value="A mask filter to apply to shapes as they are painted. A mask filter is a function that takes a bitmap of color pixels, and returns another bitmap of color pixels. Instances of this class are used with [Paint.maskFilter] on [Paint] objects." />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save