AI-Ladybug | 2024.2.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 6 months ago
parent 6ff448d0a1
commit 9931eba135

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1729652693282" />
<option name="lastTrimTime" value="1730109686308" />
</component>
<component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" />
@ -12,6 +12,8 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="emoticon" />
<item value="Emote" />
<item value="Kurdish" />
<item value="Updates the value for the provided [key]. Returns the new value associated with the key. If the key is present, invokes [update] with the current value and stores the new value in the map. If the key is not present and [ifAbsent] is provided, calls [ifAbsent] and adds the key with the returned value to the map. If the key is not present, [ifAbsent] must be provided. ```dart final planetsFromSun = &lt;int, String&gt;{1: 'Mercury', 2: 'unknown', 3: 'Earth'}; Update value for known key value 2. planetsFromSun.update(2, (value) =&gt; 'Venus'); print(planetsFromSun); {1: Mercury, 2: Venus, 3: Earth} final largestPlanets = &lt;int, String&gt;{1: 'Jupiter', 2: 'Saturn', 3: 'Neptune'}; Key value 8 is missing from list, add it using [ifAbsent]. largestPlanets.update(8, (value) =&gt; 'New', ifAbsent: () =&gt; 'Mercury'); print(largestPlanets); {1: Jupiter, 2: Saturn, 3: Neptune, 8: Mercury} ```" />
<item value="is humanoid" />
@ -60,14 +62,12 @@
<item value="If a [resourceProvider] is given, it will be used to access the file system." />
<item value="If a [path] is provided, it will be used as the name of the file when reporting errors." />
<item value="Two or more string literals that are implicitly concatenated because of being adjacent (separated only by whitespace). For example ```dart 'Hello ' 'World' ``` While the grammar only allows adjacent strings where all of the strings are of the same kind (single line or multi-line), this class doesn't enforce that restriction. adjacentStrings ::= [StringLiteral] [StringLiteral]+" />
<item value="The parsed, unresolved compilation unit for the [content]." />
<item value="visit function declaration statement" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="646" />
<entry key="CHINESE_SIMPLIFIED" value="118" />
<entry key="ENGLISH" value="761" />
<entry key="CHINESE_SIMPLIFIED" value="120" />
<entry key="ENGLISH" value="763" />
<entry key="HAWAIIAN" value="1" />
<entry key="INDONESIAN" value="1" />
<entry key="NORWEGIAN" value="1" />

Loading…
Cancel
Save