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

master
debuggerx 4 months ago
parent e39d62b413
commit 54d45b5e68

@ -4,6 +4,11 @@
</component>
<component name="Translation.States">
<histories>
<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="Handler of stream setup and teardown requests. Implementations must be prepared to accept sequences of alternating calls to onListen(Object, EventChannel. EventSink) and onCancel(Object). Implementations should ideally consume no resources when the last such call is not onListen. In typical situations, this means that the implementation should register itself with platform-specific event sources onListen and deregister again onCancel." />
<item value="Event callback. Supports dual use: Producers of events to be sent to Flutter act as clients of this interface for sending events. Consumers of events sent from Flutter implement this interface for handling received events (the latter facility has not been implemented yet)." />
<item value="Consumes a successful event. Params: event the event, possibly null." />
<item value="get parity" />
<item value="get baud" />
<item value="a result (possibly null), on successful invocation; a [PlatformException], if the invocation failed in the platform plugin; a [MissingPluginException], if the method has not been implemented by a platform plugin." />
@ -12,8 +17,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="4" />
<entry key="ENGLISH" value="5" />
<entry key="CHINESE_SIMPLIFIED" value="9" />
<entry key="ENGLISH" value="10" />
</map>
</option>
</component>

Loading…
Cancel
Save