AI-Jellyfish | 2023.3.1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 12 months ago
parent 9d4baf22c4
commit 033e7c7c10

@ -10,6 +10,7 @@
<option name="translationDialogLocationX" value="779" /> <option name="translationDialogLocationX" value="779" />
<option name="translationDialogLocationY" value="568" /> <option name="translationDialogLocationY" value="568" />
<histories> <histories>
<item value="strut Style" />
<item value="is Processing" /> <item value="is Processing" />
<item value="is Process" /> <item value="is Process" />
<item value="Synchronously writes a string to a file. Opens the file, writes the string in the given encoding, and closes the file. By default [writeAsStringSync] creates the file for writing and truncates the file if it already exists. In order to append the bytes to an existing file, pass [FileMode.append] as the optional mode parameter. If the [flush] argument is set to `true`, data written will be flushed to the file system before returning. This method does not transform newline characters (`&quot;\n&quot;`) to the platform conventional line ending (e.g. `&quot;\r\n&quot;` on Windows). Use [Platform.lineTerminator] to separate lines in [contents] if platform contentional line endings are needed. Throws a [FileSystemException] if the operation fails." /> <item value="Synchronously writes a string to a file. Opens the file, writes the string in the given encoding, and closes the file. By default [writeAsStringSync] creates the file for writing and truncates the file if it already exists. In order to append the bytes to an existing file, pass [FileMode.append] as the optional mode parameter. If the [flush] argument is set to `true`, data written will be flushed to the file system before returning. This method does not transform newline characters (`&quot;\n&quot;`) to the platform conventional line ending (e.g. `&quot;\r\n&quot;` on Windows). Use [Platform.lineTerminator] to separate lines in [contents] if platform contentional line endings are needed. Throws a [FileSystemException] if the operation fails." />
@ -59,12 +60,11 @@
<item value="Gets a view on the existing observable, if the subscription already exists." /> <item value="Gets a view on the existing observable, if the subscription already exists." />
<item value="Creates a new subscription for the specified topic. If the subscription cannot be created null is returned." /> <item value="Creates a new subscription for the specified topic. If the subscription cannot be created null is returned." />
<item value="exactly Once" /> <item value="exactly Once" />
<item value="Initiates a topic subscription request to the connected broker with a strongly typed data processor callback. The topic to subscribe to. The qos level the message was published at. Returns the subscription or null on failure" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="400" /> <entry key="CHINESE" value="401" />
<entry key="ENGLISH" value="401" /> <entry key="ENGLISH" value="402" />
<entry key="HAWAIIAN" value="1" /> <entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" /> <entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" /> <entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save