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

master
DebuggerX 3 years ago
parent f7014cae2c
commit 8866855ef4

@ -4,6 +4,7 @@
<option name="newTranslationDialogX" value="811" />
<option name="newTranslationDialogY" value="447" />
<histories>
<item value="update default avatar assets." />
<item value="Waits for multiple futures to complete and collects their results. Returns a future which will complete once all the provided futures have completed, either with their results, or with an error if any of the provided futures fail. The value of the returned future will be a list of all the values that were produced in the order that the futures are provided by iterating [futures]. If any future completes with an error, then the returned future completes with that error. If further futures also complete with errors, those errors are discarded. If `eagerError` is true, the returned future completes with an error immediately on the first error from one of the futures. Otherwise all futures must complete before the returned future is completed (still with the first error; the remaining errors are silently dropped). In the case of an error, [cleanUp] (if provided), is invoked on any non-null result of successful futures. This makes it possible to `cleanUp` resources that would otherwise be lost (since the returned future does not provide access to these values). The [cleanUp] function is unused if there is no error. The call to [cleanUp] should not throw. If it does, the error will be an uncaught asynchronous error. @pragma(&quot;vm:recognized&quot;, &quot;other&quot;)" />
<item value="Add delay before hide skeletons." />
<item value="repeat" />
@ -53,12 +54,11 @@
<item value="allow Implicit Scrolling" />
<item value="interaction" />
<item value="菜谱" />
<item value="RenderBox.size accessed beyond the scope of resize, layout, or permitted parent access. RenderBox can always access its own size, otherwise, the only object that is allowed to read RenderBox.size is its parent, if they have said they will. It you hit this assert trying to access a child's size, pass &quot;parentUsesSize: true&quot; to that child's layout()." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="82" />
<entry key="ENGLISH" value="83" />
<entry key="CHINESE" value="83" />
<entry key="ENGLISH" value="84" />
</map>
</option>
</component>

Loading…
Cancel
Save