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

master
debuggerx 12 months ago
parent 0b9c655597
commit 827e98c183

@ -10,6 +10,7 @@
<option name="translationDialogLocationX" value="779" />
<option name="translationDialogLocationY" value="568" />
<histories>
<item value="Creates a new repeating timer. The [callback] is invoked repeatedly with [duration] intervals until canceled with the [cancel] function. The exact timing depends on the underlying timer implementation. No more than `n` callbacks will be made in `duration n` time, but the time between two consecutive callbacks can be shorter and longer than `duration`. In particular, an implementation may schedule the next callback, e.g., a `duration` after either when the previous callback ended, when the previous callback started, or when the previous callback was scheduled for - even if the actual callback was delayed." />
<item value="The [ValueListenable] whose value you depend on in order to build. This widget does not ensure that the [ValueListenable]'s value is not null, therefore your [builder] may need to handle null values." />
<item value="A [ValueWidgetBuilder] which builds a widget depending on the [valueListenable]'s value. Can incorporate a [valueListenable] value-independent widget subtree from the [child] parameter into the returned widget tree." />
<item value="A [valueListenable]-independent widget which is passed back to the [builder]. This argument is optional and can be null if the entire widget subtree the [builder] builds depends on the value of the [valueListenable]. For example, in the case where the [valueListenable] is a [String] and the [builder] returns a [Text] widget with the current [String] value, there would be no useful [child]." />
@ -59,12 +60,11 @@
<item value="MPEG-4 AAC Enhanced Low Delay Will output to MPEG_4 format container." />
<item value="MPEG-4 AAC Low complexity Will output to MPEG_4 format container." />
<item value="Linear PCM 16 bit per sample Suggested file extension: `pcm`" />
<item value="Waveform Audio (pcm16bit with headers) Suggested file extension: `wav`" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="422" />
<entry key="ENGLISH" value="423" />
<entry key="CHINESE" value="423" />
<entry key="ENGLISH" value="424" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save