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

master
debuggerx 1 week ago
parent 6b35b294d1
commit f413736aa6

@ -18,6 +18,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="Resets the [elapsed] count to zero. This method does not stop or start the [Stopwatch]." />
<item value="超过任务数量上限" />
<item value="setting exercise widget" />
<item value="is interaction task" />
@ -67,11 +68,10 @@
<item value="```dart MultiProvider( providers: [ Provider&lt;Something&gt;(create: (_) =&gt; Something()), Provider&lt;SomethingElse&gt;(create: (_) =&gt; SomethingElse()), 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="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." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="58" />
<entry key="CHINESE_SIMPLIFIED" value="59" />
<entry key="ENGLISH" value="59" />
</map>
</option>

Loading…
Cancel
Save