AI-Narwhal Feature Drop | 2025.1.2 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 1 week ago
parent 96396489a1
commit 6b35b294d1

@ -18,6 +18,7 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="超过任务数量上限" />
<item value="setting exercise widget" /> <item value="setting exercise widget" />
<item value="is interaction task" /> <item value="is interaction task" />
<item value="Registers this plugin as the default instance of VideoPlayerPlatform. Then your [VideoPlayer] will support all platforms. If registerWith is not called, the previous(usually official) implementation will be used when available." /> <item value="Registers this plugin as the default instance of VideoPlayerPlatform. Then your [VideoPlayer] will support all platforms. If registerWith is not called, the previous(usually official) implementation will be used when available." />
@ -67,12 +68,11 @@
<item value="```dart Provider&lt;Something&gt;( create: (_) =&gt; Something(), child: Provider&lt;SomethingElse&gt;( create: (_) =&gt; SomethingElse(), child: Provider&lt;AnotherThing&gt;( create: (_) =&gt; AnotherThing(), child: someWidget, ), ), )," /> <item value="```dart Provider&lt;Something&gt;( create: (_) =&gt; Something(), child: Provider&lt;SomethingElse&gt;( create: (_) =&gt; SomethingElse(), child: Provider&lt;AnotherThing&gt;( create: (_) =&gt; AnotherThing(), child: someWidget, ), ), )," />
<item value="A provider that merges multiple providers into a single linear widget tree. It is used to improve readability and reduce boilerplate code of having to nest multiple layers of providers." /> <item value="A provider that merges multiple providers into a single linear widget tree. It is used to improve readability and reduce boilerplate code of having to nest multiple layers of providers." />
<item value="Whether the runtime has null safe sound mode enabled. In sound mode, all code is null safe and null safety is enforced everywhere. Nullability in generics is also enforced, which is how this code detects sound mode. In unsound mode, there can be a mix of null safe and legacy code. Some null checks are not done, and generics are not compared for null safety." /> <item value="Whether the runtime has null safe sound mode enabled. In sound mode, all code is null safe and null safety is enforced everywhere. Nullability in generics is also enforced, which is how this code detects sound mode. In unsound mode, there can be a mix of null safe and legacy code. Some null checks are not done, and generics are not compared for null safety." />
<item value="Replaces the top-most page with the named route and optional parameters, preserving the page key. This will preserve the state and not run any page animation. Optional parameters can be provided to the named route, e.g. `name='person', pathParameters={'fid': 'f2', 'pid': 'p1'}`. See also: [pushNamed] which pushes the given location onto the page stack. [pushReplacementNamed] which replaces the top-most page of the page stack but always uses a new page key." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE_SIMPLIFIED" value="58" /> <entry key="CHINESE_SIMPLIFIED" value="58" />
<entry key="ENGLISH" value="58" /> <entry key="ENGLISH" value="59" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save