AI-Panda 2 | 2025.3.2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1775900418985" />
|
<option name="lastTrimTime" value="1776780651130" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.OpenAISettings">
|
<component name="Translation.OpenAISettings">
|
||||||
<option name="OPEN_AI">
|
<option name="OPEN_AI">
|
||||||
@@ -22,6 +22,13 @@
|
|||||||
<option name="translationDialogLocationY" value="567" />
|
<option name="translationDialogLocationY" value="567" />
|
||||||
<option name="translationDialogWidth" value="1381" />
|
<option name="translationDialogWidth" value="1381" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="The application is not currently visible to the user, and not responding to user input. When the application is in this state, the engine will not call the [PlatformDispatcher.onBeginFrame] and [PlatformDispatcher.onDrawFrame] callbacks. This state is only entered on iOS and Android." />
|
||||||
|
<item value="All views of an application are hidden, either because the application is about to be paused (on iOS and Android), or because it has been minimized or placed on a desktop that is no longer visible (on non-web desktop), or is running in a window or tab that is no longer visible (on the web). On iOS and Android, in order to keep the state machine the same on all platforms, a transition to this state is synthesized before the [paused] state is entered when coming from [inactive], and before the [inactive] state is entered when coming from [paused]. This allows cross-platform implementations that want to know when an app is conceptually "hidden" to only write one handler." />
|
||||||
|
<item value="On Android and iOS, apps in this state should assume that they may be [hidden] and [paused] at any time." />
|
||||||
|
<item value="On Android, this corresponds to the Flutter host view running in Android's paused state (i.e. [`Activity.onPause`](https:developer.android.comreferenceandroidappActivityonPause()) has been called), or in Android's "resumed" state (i.e. [`Activity.onResume`](https:developer.android.comreferenceandroidappActivityonResume()) has been called) but does not have window focus. Examples of when apps transition to this state include when the app is partially obscured or another activity is focused, a app running in a split screen that isn't the current app, an app interrupted by a phone call, a picture-in-picture app, a system dialog, another view. It will also be inactive when the notification window shade is down, or the application switcher is visible." />
|
||||||
|
<item value="On iOS and macOS, this state corresponds to the Flutter host view running in the foreground inactive state. Apps transition to this state when in a phone call, when responding to a TouchID request, when entering the app switcher or the control center, or when the UIViewController hosting the Flutter app is transitioning." />
|
||||||
|
<item value="On non-web desktop platforms, this corresponds to an application that is not in the foreground, but still has visible windows. On the web, this corresponds to an application that is running in a window or tab that does not have input focus." />
|
||||||
|
<item value="At least one view of the application is visible, but none have input focus. The application is otherwise running normally." />
|
||||||
<item value="Returns whether the wakelock is currently enabled or not. If you want to retrieve the current wakelock status, you will have to call [WakelockPlus.enabled] and await its result: ```dart bool wakelockEnabled = await WakelockPlus.enabled;" />
|
<item value="Returns whether the wakelock is currently enabled or not. If you want to retrieve the current wakelock status, you will have to call [WakelockPlus.enabled] and await its result: ```dart bool wakelockEnabled = await WakelockPlus.enabled;" />
|
||||||
<item value="Toggles the wakelock on or off. You can simply use this function to toggle the wakelock using a [bool] value (for the [enable] parameter). ```dart This line keeps the screen on. WakelockPlus.toggle(enable: true); bool enableWakelock = false; The following line disables the WakelockPlus. WakelockPlus.toggle(enable: enableWakelock); ``` You can await the [Future] to wait for the operation to complete." />
|
<item value="Toggles the wakelock on or off. You can simply use this function to toggle the wakelock using a [bool] value (for the [enable] parameter). ```dart This line keeps the screen on. WakelockPlus.toggle(enable: true); bool enableWakelock = false; The following line disables the WakelockPlus. WakelockPlus.toggle(enable: enableWakelock); ``` You can await the [Future] to wait for the operation to complete." />
|
||||||
<item value="keep screen wakeup" />
|
<item value="keep screen wakeup" />
|
||||||
@@ -65,13 +72,6 @@
|
|||||||
<item value="This example includes a generic `SpinnerFie into your own project and customize." />
|
<item value="This example includes a generic `SpinnerFie into your own project and customize." />
|
||||||
<item value="{@macro flutter.widgets.editableText.onTapOutside} {@tool dartpad} This example shows how to use a `TextFieldTapRegion` to wrap a set of "spinner" buttons that increment and decrement a value in the [TextField] without causing the text field to lose keyboard focus." />
|
<item value="{@macro flutter.widgets.editableText.onTapOutside} {@tool dartpad} This example shows how to use a `TextFieldTapRegion` to wrap a set of "spinner" buttons that increment and decrement a value in the [TextField] without causing the text field to lose keyboard focus." />
|
||||||
<item value="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous." />
|
<item value="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous." />
|
||||||
<item value="ljjqr" />
|
|
||||||
<item value="When set to true, silences the ticker, so that it is no longer ticking. If a tick is already scheduled, it will unschedule it. This will not unschedule the next frame, though. When set to false, unsilences the ticker, potentially scheduling a frame to handle the next tick. By convention, the [muted] property is controlled by the object that created the [Ticker] (typically a [TickerProvider]), not the object that listens to the ticker's ticks." />
|
|
||||||
<item value="unregister on top activity change listener" />
|
|
||||||
<item value="in stall app" />
|
|
||||||
<item value="set state bar state" />
|
|
||||||
<item value="call side bar" />
|
|
||||||
<item value="alarm manager" />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
Reference in New Issue
Block a user