AI-Ladybug | 2024.2.1 Patch 2 <debuggerx@DebuggerX-AIR Update ui.lnf.xml, yiiguxing.translation.xml

master
debuggerx 5 months ago
parent ce30627223
commit 25ac64ba28

@ -3,8 +3,8 @@
<nesting-rules />
</component>
<component name="UISettings">
<option name="MAX_LOOKUP_LIST_HEIGHT" value="8" />
<option name="MAX_LOOKUP_WIDTH2" value="1451" />
<option name="MAX_LOOKUP_LIST_HEIGHT" value="14" />
<option name="MAX_LOOKUP_WIDTH2" value="1392" />
<option name="RIGHT_HORIZONTAL_SPLIT" value="true" />
<option name="SHOW_MAIN_TOOLBAR" value="true" />
<option name="SHOW_TOOL_WINDOW_NUMBERS" value="true" />

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1732505625044" />
<option name="lastTrimTime" value="1732988382185" />
</component>
<component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" />
@ -12,6 +12,10 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="Invalidates the state of the provider, causing it to refresh. The refresh is not immediate and is instead delayed to the next read or next frame. Calling [invalidateSelf] multiple times will refresh the provider only once. Calling [invalidateSelf] will cause the provider to be disposed immediately." />
<item value="{@template riverpod.invalidate} Invalidates the state of the provider, destroying the state immediately and causing the provider to rebuild at some point in the future." />
<item value="Forces a provider to re-evaluate its state immediately, and return the created value." />
<item value="If you do not care about the return value of [refresh], use [invalidate] instead. Doing so has the benefit of: - making the invalidation logic more resilient by avoiding multiple refreshes at once. - possibly avoids recomputing a provider if it isn't needed immediately. This method is useful for features like &quot;pull to refresh&quot; or &quot;retry on error&quot;, to restart a specific provider. {@endtemplate}" />
<item value="force supply stop" />
<item value="force supply estop" />
<item value="Raw RGBA format. Unencoded bytes, in RGBA row-primary form with premultiplied alpha, 8 bits per channel." />
@ -58,16 +62,12 @@
<item value="diameter ratio" />
<item value="physics" />
<item value="controller" />
<item value="A delegate that supplies children for [ListWheelScrollView] using a builder callback. [ListWheelScrollView] lazily constructs its children to avoid creating more children than are visible through the [Viewport]. This delegate provides children using an [IndexedWidgetBuilder] callback, so that the children do not have to be built until they are displayed." />
<item value="list wheel child builder delegate" />
<item value="list wheel child looping list delegate" />
<item value="list wheel child list delegate" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="646" />
<entry key="CHINESE_SIMPLIFIED" value="204" />
<entry key="ENGLISH" value="844" />
<entry key="CHINESE_SIMPLIFIED" value="208" />
<entry key="ENGLISH" value="848" />
<entry key="FRENCH" value="1" />
<entry key="GERMAN" value="1" />
<entry key="HAWAIIAN" value="1" />

Loading…
Cancel
Save