AI-Ladybug | 2024.2.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
<option name="translationDialogLocationY" value="536" />
|
||||
<option name="translationDialogWidth" value="1253" />
|
||||
<histories>
|
||||
<item value="This callback shouldn't be used to update the slider [value] (use [onChanged] for that), but rather to be notified when the user has started selecting a new value by starting a drag or with a tap. The value passed will be the last [value] that the slider had before the change began." />
|
||||
<item value="Called when the user starts selecting a new value for the slider." />
|
||||
<item value="If [exclusive] is `true` and to-be-created file already exists, this operation completes the future with a [FileSystemException]. If [exclusive] is `false`, existing files are left untouched by [createSync]. Calling [createSync] on an existing file still might fail if there are restrictive permissions on the file." />
|
||||
<item value="gapless playback" />
|
||||
<item value="timbres" />
|
||||
@@ -60,14 +62,12 @@
|
||||
<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 = <int, String>{1: 'Mercury', 2: 'unknown', 3: 'Earth'}; Update value for known key value 2. planetsFromSun.update(2, (value) => 'Venus'); print(planetsFromSun); {1: Mercury, 2: Venus, 3: Earth} final largestPlanets = <int, String>{1: 'Jupiter', 2: 'Saturn', 3: 'Neptune'}; Key value 8 is missing from list, add it using [ifAbsent]. largestPlanets.update(8, (value) => 'New', ifAbsent: () => 'Mercury'); print(largestPlanets); {1: Jupiter, 2: Saturn, 3: Neptune, 8: Mercury} ```" />
|
||||
<item value="is humanoid" />
|
||||
<item value="repeatable" />
|
||||
<item value="second" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="646" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="172" />
|
||||
<entry key="ENGLISH" value="813" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="174" />
|
||||
<entry key="ENGLISH" value="815" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
<entry key="GERMAN" value="1" />
|
||||
<entry key="HAWAIIAN" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user