AI-Chipmunk | 2021.2.1 Patch 2 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent d9a15f9b2b
commit 4376a59d2e

@ -6,6 +6,7 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="Prints a message to the console, which you can access using the &quot;flutter&quot; tool's &quot;logs&quot; command (&quot;flutter logs&quot;). See also: [DebugPrintCallback], for function parameters and usage details." />
<item value="A type representing values that are either `Future&lt;T&gt;` or `T`. This class declaration is a public stand-in for an internal future-or-value generic type, which is not a class type. References to this class are resolved to the internal type. It is a compile-time error for any class to extend, mix in or implement `FutureOr`. Examples ```dart The `Future&lt;T&gt;.then` function takes a callback [f] that returns either an `S` or a `Future&lt;S&gt;`. Future&lt;S&gt; then&lt;S&gt;(FutureOr&lt;S&gt; f(T x), ...); `Completer&lt;T&gt;.complete` takes either a `T` or `Future&lt;T&gt;`. void complete(FutureOr&lt;T&gt; value); ``` Advanced The `FutureOr&lt;int&gt;` type is actually the &quot;type union&quot; of the types `int` and `Future&lt;int&gt;`. This type union is defined in such a way that `FutureOr&lt;Object&gt;` is both a super- and sub-type of `Object` (sub-type because `Object` is one of the types of the union, super-type because `Object` is a super-type of both of the types of the union). Together it means that `FutureOr&lt;Object&gt;` is equivalent to `Object`. As a corollary, `FutureOr&lt;Object&gt;` is equivalent to `FutureOr&lt;FutureOr&lt;Object&gt;&gt;`, `FutureOr&lt;Future&lt;Object&gt;&gt;` is equivalent to `Future&lt;Object&gt;`." />
<item value="select Pronouns" />
<item value="pronouns" />
@ -55,12 +56,11 @@
<item value="transitive" />
<item value="fix: issue happened on quick rejoin chat" />
<item value="fix: issue on quick rejoin chat" />
<item value="Called to veto attempts by the user to dismiss the enclosing [ModalRoute]. If the callback returns a Future that resolves to false, the enclosing route will not be popped." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="249" />
<entry key="ENGLISH" value="250" />
<entry key="CHINESE" value="251" />
<entry key="ENGLISH" value="252" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save