AI-Ladybug | 2024.2.1 Patch 2 <debuggerx@DebuggerX-AIR Update yiiguxing.translation.xml

master
debuggerx 4 months ago
parent e61414e4fd
commit cceaf0f99e

@ -4,6 +4,8 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="Returns the modular multiplicative inverse of this integer modulo [modulus]. The [modulus] must be positive. It is an error if no modular inverse exists." />
<item value="The mode of the file system object. Permissions are encoded in the lower 16 bits of this number, and can be decoded using the [modeString] getter." />
<item value="Starts a process and runs it non-interactively to completion. The process run is [executable] with the specified [arguments]." /> <item value="Starts a process and runs it non-interactively to completion. The process run is [executable] with the specified [arguments]." />
<item value="A named channel for communicating with platform plugins using event streams. Stream setup requests are encoded into binary before being sent, and binary events and errors received are decoded into Dart values. The [MethodCodec] used must be compatible with the one used by the platform plugin. This can be achieved by creating an [EventChannel] counterpart of this channel on the platform side. The Dart type of events sent and received is `dynamic`, but only values supported by the specified [MethodCodec] can be used. The logical identity of the channel is given by its name. Identically named channels will interfere with each other's communication. See: &lt;https:flutter.devtoplatform-channels&gt;" /> <item value="A named channel for communicating with platform plugins using event streams. Stream setup requests are encoded into binary before being sent, and binary events and errors received are decoded into Dart values. The [MethodCodec] used must be compatible with the one used by the platform plugin. This can be achieved by creating an [EventChannel] counterpart of this channel on the platform side. The Dart type of events sent and received is `dynamic`, but only values supported by the specified [MethodCodec] can be used. The logical identity of the channel is given by its name. Identically named channels will interfere with each other's communication. See: &lt;https:flutter.devtoplatform-channels&gt;" />
<item value="Creates an [EventChannel] with the specified [name]. The [codec] used will be [StandardMethodCodec], unless otherwise specified. Neither [name] nor [codec] may be null. The default [ServicesBinding.defaultBinaryMessenger] instance is used if [binaryMessenger] is null." /> <item value="Creates an [EventChannel] with the specified [name]. The [codec] used will be [StandardMethodCodec], unless otherwise specified. Neither [name] nor [codec] may be null. The default [ServicesBinding.defaultBinaryMessenger] instance is used if [binaryMessenger] is null." />
@ -18,8 +20,8 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE_SIMPLIFIED" value="10" /> <entry key="CHINESE_SIMPLIFIED" value="12" />
<entry key="ENGLISH" value="11" /> <entry key="ENGLISH" value="13" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save