AI-Dolphin | 2021.3.1 Patch 1 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent 157b002dd2
commit 329aa499ab

@ -6,6 +6,8 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="已修复" />
<item value="FIXED" />
<item value="decline" />
<item value="gamification" />
<item value="sealed" />
@ -54,13 +56,11 @@
<item value="Register a closure to be called when the object changes. If the given closure is already registered, an additional instance is added, and must be removed the same number of times it is added before it will stop being called. This method must not be called after [dispose] has been called. {@template flutter.foundation.ChangeNotifier.addListener} If a listener is added twice, and is removed once during an iteration (e.g. in response to a notification), it will still be called again. If, on the other hand, it is removed as many times as it was registered, then it will no longer be called. This odd behavior is the result of the [ChangeNotifier] not being able to determine which listener is being removed, since they are identical, therefore it will conservatively still call all the listeners when it knows that any are still registered. This surprising behavior can be unexpectedly observed when registering a listener on two separate objects which are both forwarding all registrations to a common upstream object. {@endtemplate} See also: [removeListener], which removes a previously registered closure from the list of closures that are notified when the object changes." />
<item value="initial" />
<item value="to Go" />
<item value="intro" />
<item value="change time text font to TINY on post detail page." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="428" />
<entry key="ENGLISH" value="429" />
<entry key="CHINESE" value="430" />
<entry key="ENGLISH" value="430" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save