AI-Koala | 2024.1.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 9 months ago
parent bca7874447
commit ff4f19fa6c

@ -12,6 +12,13 @@
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="bool isPointerPanZoomAllowed(PointerPanZoomStartEvent event) { return supportedDevices == null || supportedDevices!.contains(event.kind); }" />
<item value="Checks whether or not a pointer panzoom is allowed to be tracked by this recognizer." />
<item value="touch slop" />
<item value="Optional device specific configuration for device gestures that will take precedence over framework defaults." />
<item value="The kind of devices that are allowed to be recognized as provided by `supportedDevices` in the constructor, or the currently deprecated `kind`. These cannot both be set. If both are null, events from all device kinds will be tracked and recognized." />
<item value="trackpad scroll causes scale" />
<item value="trackpad scroll to scale factor" />
<item value="Gestures from a trackpad. A trackpad here is defined as a touch-based pointer device with an indirect surface (the user operates the screen by touching something that is not the screen). When the user makes zoom, pan, scroll or rotate gestures with a physical trackpad, supporting platforms dispatch events with kind [trackpad]. Events with kind [trackpad] can only have a [PointerChange] of `add`, `remove`, and pan-zoom related values. Some platforms don't support (or don't fully support) trackpad gestures, and might convert trackpad gestures into fake pointer events that simulate dragging. These events typically have kind [touch] or [mouse] instead of [trackpad]. This includes (but is not limited to) Web, and iOS when `UIApplicationSupportsIndirectInputEvents` isn't present in `Info.plist` or returns NO. Moving the pointing cursor or clicking with a trackpad typically triggers [touch] or [mouse] events, but never triggers [trackpad] events." />
<item value="stack dialog widget V 2" />
<item value="cloning entry" />
@ -55,18 +62,11 @@
<item value="projection matrix" />
<item value="apply projection" />
<item value="Return the distance from the origin of this to the intersection with [other] if this intersects with [other], or null if the don't intersect." />
<item value="intersects with triangle" />
<item value="On success, [rayNear] and [rayFar] are the points where the screen space [pickX], [pickY] intersect with the near and far planes respectively. The viewport is specified by ([viewportX], [viewportWidth]) and ([viewportY], [viewportHeight]). [cameraMatrix] includes both the projection and view transforms. Returns false on error, for example, the mouse is not in the viewport." />
<item value="pick ray" />
<item value="culling" />
<item value="is clipped face" />
<item value="add texture coordinates to renderMesh" />
<item value="perspective" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="613" />
<entry key="ENGLISH" value="614" />
<entry key="CHINESE" value="621" />
<entry key="ENGLISH" value="622" />
<entry key="HAWAIIAN" value="1" />
<entry key="INDONESIAN" value="1" />
<entry key="NORWEGIAN" value="1" />

Loading…
Cancel
Save