AI-Otter 2 Feature Drop | 2025.2.2 Patch 1 <debuggerx@debuggerx-PC Update filetypes.xml, yiiguxing.translation.xml

master
debuggerx 1 week ago
parent 98652657fe
commit 15cf1be208

@ -12,7 +12,6 @@
<removed_mapping ext="apk" approved="true" type="ARCHIVE" /> <removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="csv" approved="true" type="CSV/TSV" /> <removed_mapping ext="csv" approved="true" type="CSV/TSV" />
<removed_mapping ext="db" approved="true" type="SQLite" /> <removed_mapping ext="db" approved="true" type="SQLite" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="psd" approved="true" type="Image" /> <removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping pattern="pubspec.lock" approved="true" type="YAML" /> <removed_mapping pattern="pubspec.lock" approved="true" type="YAML" />
</extensionMap> </extensionMap>

@ -22,6 +22,7 @@
<option name="translationDialogLocationY" value="567" /> <option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" /> <option name="translationDialogWidth" value="1381" />
<histories> <histories>
<item value="The string without any leading and trailing whitespace. If the string contains leading or trailing whitespace, a new string with no leading and no trailing whitespace is returned: ```dart final trimmed = '\tDart is fun\n'.trim(); print(trimmed); 'Dart is fun' ``` Otherwise, the original string itself is returned: ```dart const string1 = 'Dart'; final string2 = string1.trim(); 'Dart' print(identical(string1, string2)); true ``` Whitespace is defined by the Unicode White_Space property (as defined in version 6.2 or later) and the BOM character, 0xFEFF. Here is the list of trimmed characters according to Unicode version 6.3: ```plaintext 0009..000D ; White_Space Cc &lt;control-0009&gt;..&lt;control-000D&gt; 0020 ; White_Space Zs SPACE 0085 ; White_Space Cc &lt;control-0085&gt; 00A0 ; White_Space Zs NO-BREAK SPACE 1680 ; White_Space Zs OGHAM SPACE MARK 2000..200A ; White_Space Zs EN QUAD..HAIR SPACE 2028 ; White_Space Zl LINE SEPARATOR 2029 ; White_Space Zp PARAGRAPH SEPARATOR 202F ; White_Space Zs NARROW NO-BREAK SPACE 205F ; White_Space Zs MEDIUM MATHEMATICAL SPACE 3000 ; White_Space Zs IDEOGRAPHIC SPACE FEFF ; BOM ZERO WIDTH NO_BREAK SPACE ``` Some later versions of Unicode do not include U+0085 as a whitespace character. Whether it is trimmed depends on the Unicode version used by the system." />
<item value="快捷键" /> <item value="快捷键" />
<item value="left wrist motor A ball" /> <item value="left wrist motor A ball" />
<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="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." />
@ -71,11 +72,10 @@
<item value="[data] will be copied 2 times, use [Mat.fromVec] or [Mat.fromBuffer] if better performance" /> <item value="[data] will be copied 2 times, use [Mat.fromVec] or [Mat.fromBuffer] if better performance" />
<item value="[data] should be raw pixels values with exactly same length of channels [rows] [cols]" /> <item value="[data] should be raw pixels values with exactly same length of channels [rows] [cols]" />
<item value="predefined type constants" /> <item value="predefined type constants" />
<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." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE_SIMPLIFIED" value="65" /> <entry key="CHINESE_SIMPLIFIED" value="66" />
<entry key="ENGLISH" value="66" /> <entry key="ENGLISH" value="66" />
</map> </map>
</option> </option>

Loading…
Cancel
Save