AI-Koala | 2024.1.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 9 months ago
parent 7122b1a862
commit db489d73e4

@ -12,6 +12,8 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="Is this object visiable." />
<item value="The backface will be culled without rendering." />
<item value="updateTransform after you change the value." />
<item value="evict" />
<item value="Raw RGBA format. Unencoded bytes, in RGBA row-primary form with premultiplied alpha, 8 bits per channel." />
@ -60,13 +62,11 @@
<item value="Sends data on the WebSocket connection. The data in [data] must be either a `String`, or a `List&lt;int&gt;` holding bytes." />
<item value="The standard output stream of the process as a `Stream`. NOTE: `stdin`, `stdout`, and `stderr` are implemented using pipes between the parent process and the spawned subprocess. These pipes have limited capacity. If the subprocess writes to stderr or stdout in excess of that limit without the output being read, the subprocess blocks waiting for the pipe buffer to accept more data. For example: ```dart import 'dart:io'; main() async { var process = await Process.start('cat', ['largefile.txt']); The following await statement will never complete because the subprocess never exits since it is blocked waiting for its stdout to be read. await process.stderr.forEach(print); } ```" />
<item value="The `colors` parameter, if specified, provides the color for each point in `positions`. Each color is represented as ARGB with 8 bit color channels (like [Color.value]'s internal representation), and the list, if specified, must therefore be half the length of `positions`. Each triangle is painted as a gradient that blends between the three colors at the three points of that triangle. (These colors are then blended with the [Paint] specified in the call to [Canvas.drawVertices].)" />
<item value="colors" />
<item value="texture coordinates" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="561" />
<entry key="ENGLISH" value="562" />
<entry key="CHINESE" value="562" />
<entry key="ENGLISH" value="563" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save