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

master
debuggerx 3 years ago
parent 42175f73db
commit ca8c4bdc53

@ -6,6 +6,9 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="_layout Changeable Rich Text" />
<item value="可改变的" />
<item value="可变的" />
<item value="is Icon In Left" />
<item value="is Icon On Left" />
<item value="icon On Left" />
@ -53,14 +56,11 @@
<item value="Nullable annotation for Built Value fields. Fields marked with this annotation are allowed to be null." />
<item value="Whether the generated serializer should output `null`s. By default this is `false` and nulls are omitted from the output." />
<item value="Navigation.pushNamed() shortcut.&lt;br&gt;&lt;br&gt; Pushes a new named `page` to the stack. It has the advantage of not needing context, so you can call from your business logic. You can send any type of value to the other route in the [arguments]. [id] is for when you are using nested navigation, as explained in documentation By default, GetX will prevent you from push a route that you already in, if you want to push anyway, set [preventDuplicates] to false Note: Always put a slash on the route ('page1'), to avoid unnexpected errors" />
<item value="Navigation.pushAndRemoveUntil() shortcut.&lt;br&gt;&lt;br&gt; Push the given `page`, and then pop several pages in the stack until [predicate] returns true [id] is for when you are using nested navigation, as explained in documentation Obs: unlike other get methods, this one you need to send a function that returns the widget to the page argument, like this: Get.offUntil(GetPageRoute(page: () =&gt; HomePage()), predicate) [predicate] can be used like this: `Get.offUntil(page, (route) =&gt; (route as GetPageRoute).routeName == 'home')` to pop routes in stack until home, or also like this: `Get.until((route) =&gt; !Get.isDialogOpen())`, to make sure the dialog is closed" />
<item value="feat: tracking of post detail page; fix: reply to second level comment." />
<item value="clear content of input bar after post submitted." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="411" />
<entry key="ENGLISH" value="412" />
<entry key="CHINESE" value="413" />
<entry key="ENGLISH" value="414" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save