AI-223.8836.35.2231.9923731 <debuggerx@debuggerx-e5 Update stringManipulation.xml, yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent 60ebec5d0b
commit deb7395d8c

@ -59,9 +59,9 @@
</option>
<option name="lastActionModel">
<UniversalActionModel>
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToKebabOrSnakeCaseAction" />
<option name="description" value="Toggle: kebab-case / snake_case" />
<option name="textWithMnemonic" value="kebab-case / snake_case" />
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" />
<option name="description" value="Toggle: snake_case / camelCase" />
<option name="textWithMnemonic" value="snake_case / camelCase" />
</UniversalActionModel>
</option>
</component>

@ -4,6 +4,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="is Auto Generated" />
<item value="The child can be at most as large as the available space (but is allowed to be smaller)." />
<item value="The child is forced to fill the available space." />
<item value="The [Flexible] widget assigns this kind of [FlexFit] to its child." />
@ -53,12 +54,11 @@
<item value="Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." />
<item value="If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration." />
<item value="A longer-lived native function, which occupies the thread calling it. Do not call these kind of native functions in the main isolate. They will block Dart execution. This will cause dropped frames in Flutter applications. Instead, call these native functions on a separate isolate." />
<item value="A very short-lived native function. For very short-lived functions, it is fine to call them on the main isolate. They will block the Dart execution while running the native function, so only do this for native functions which are guaranteed to be short-lived." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="100" />
<entry key="ENGLISH" value="101" />
<entry key="CHINESE" value="101" />
<entry key="ENGLISH" value="102" />
<entry key="POLISH" value="1" />
</map>
</option>

Loading…
Cancel
Save