AI-Narwhal | 2025.1.1 Patch 1 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 1 month ago
parent 92f4d51558
commit 194eedadaa

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1753701968904" />
<option name="lastTrimTime" value="1754276251850" />
</component>
<component name="Translation.OpenAISettings">
<option name="OPEN_AI">
@ -18,6 +18,12 @@
</component>
<component name="Translation.States">
<histories>
<item value="`alignment`: How the destination rectangle defined by applying `fit` is aligned within `rect`. For example, if `fit` is [BoxFit.contain] and `alignment` is [Alignment.bottomRight], the image will be as large as possible within `rect` and placed with its bottom right corner at the bottom right corner of `rect`. Defaults to [Alignment.center]." />
<item value="`fit`: How the image should be inscribed into `rect`. If null, the default behavior depends on `centerSlice`. If `centerSlice` is also null, the default behavior is [BoxFit.scaleDown]. If `centerSlice` is non-null, the default behavior is [BoxFit.fill]. See [BoxFit] for details." />
<item value="`rect`: The region of the canvas into which the image will be painted. The image might not fill the entire rectangle (e.g., depending on the `fit`). If `rect` is empty, nothing is painted." />
<item value="The arguments have the following meanings:" />
<item value="Paints an image into the given rectangle on the canvas." />
<item value="Draws the subset of the given image described by the `src` argument into the canvas in the axis-aligned rectangle given by the `dst` argument. This might sample from outside the `src` rect by up to half the width of an applied filter. Multiple calls to this method with different arguments (from the same image) can be batched into a single call to [drawAtlas] to improve performance." />
<item value="angle" />
<item value="angel" />
<item value="Lists the sub-directories and files of this [Directory]. Optionally recurses into sub-directories. If [followLinks] is `false`, then any symbolic links found are reported as [Link] objects, rather than as directories or files, and are not recursed into. If [followLinks] is `true`, then working links are reported as directories or files, depending on what they point to, and links to directories are recursed into if [recursive] is `true`. Broken links are reported as [Link] objects. If a symbolic link makes a loop in the file system, then a recursive listing will not follow a link twice in the same recursive descent, but will report it as a [Link] the second time it is seen. The result is a [Stream] of [FileSystemEntity] objects for the directories, files, and links. The [Stream] will be in an arbitrary order and does not include the special entries `'.'` and `'..'`." />
@ -62,12 +68,6 @@
<item value="too short" />
<item value="Translucent targets both receive events within their bounds and permit targets visually behind them to also receive events." />
<item value="Opaque targets can be hit by hit tests, causing them to both receive events within their bounds and prevent targets visually behind them from also receiving events." />
<item value="Targets that defer to their children receive events within their bounds only if one of their children is hit by the hit test." />
<item value="A set of [LogicalKeyboardKey]s that, when any or all are pressed in combination with a [PointerDeviceKind.mouse] pointer scroll event, will flip the axes of the scroll input. This will for example, result in the input of a vertical mouse wheel, to move the [ScrollPosition] of a [ScrollView] with an [Axis.horizontal] scroll direction. If other keys exclusive of this set are pressed during a scroll event, in conjunction with keys from this set, the scroll input will still be flipped. Defaults to [LogicalKeyboardKey.shiftLeft], [LogicalKeyboardKey.shiftRight]." />
<item value="{@macro flutter.gestures.monodrag.DragGestureRecognizer.multitouchDragStrategy} By default, [MultitouchDragStrategy.latestPointer] is configured to create drag gestures for non-Apple platforms, and [MultitouchDragStrategy.averageBoundaryPointers] for Apple platforms." />
<item value="The device kinds that the scrollable will accept drag gestures from. By default only [PointerDeviceKind.touch], [PointerDeviceKind.stylus], and [PointerDeviceKind.invertedStylus] are configured to create drag gestures. Enabling this for [PointerDeviceKind.mouse] will make it difficult or impossible to select text in scrollable containers and is not recommended." />
<item value="可见的" />
<item value="visiable" />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save