AI-Ladybug | 2024.2.1 Patch 3 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
<option name="translationDialogLocationY" value="536" />
|
||||
<option name="translationDialogWidth" value="1253" />
|
||||
<histories>
|
||||
<item value="show incomplete task exit dialog" />
|
||||
<item value="show unfinished task exit dialog" />
|
||||
<item value="is last" />
|
||||
<item value="sched task BC task info" />
|
||||
<item value="compo task BC task info" />
|
||||
@@ -60,14 +62,12 @@
|
||||
<item value="force supply estop" />
|
||||
<item value="Raw RGBA format. Unencoded bytes, in RGBA row-primary form with premultiplied alpha, 8 bits per channel." />
|
||||
<item value="Raw straight RGBA format. Unencoded bytes, in RGBA row-primary form with straight alpha, 8 bits per channel." />
|
||||
<item value="Raw unmodified format. Unencoded bytes, in the image's existing format. For example, a grayscale image may use a single 8-bit channel for each pixel." />
|
||||
<item value="Raw extended range RGBA format. Unencoded bytes, in RGBA row-primary form with straight alpha, 32 bit float (IEEE 754 binary32) per channel. Example usage: ```dart import 'dart:ui' as ui; import 'dart:typed_data'; Future<Map<String, double>> getFirstPixel(ui.Image image) async { final ByteData data = (await image.toByteData(format: ui.ImageByteFormat.rawExtendedRgba128))!; final Float32List floats = Float32List.view(data.buffer); return <String, double>{ 'r': floats[0], 'g': floats[1], 'b': floats[2], 'a': floats[3], }; } ```" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="646" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="248" />
|
||||
<entry key="ENGLISH" value="885" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="250" />
|
||||
<entry key="ENGLISH" value="887" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
<entry key="GERMAN" value="1" />
|
||||
<entry key="HAWAIIAN" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user