mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 08:35:46 +08:00
Update text and version
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
"save": "Save",
|
"save": "Save",
|
||||||
"applyOnNextLaunch": "Apply on next launch",
|
"applyOnNextLaunch": "Apply on next launch",
|
||||||
"useAVNCByDefault": "Use AVNC by default",
|
"useAVNCByDefault": "Use AVNC by default",
|
||||||
"termuxX11Advantages": "Termux:X11 may provide faster speeds than VNC in certain scenarios.\n\nNote that Termux:X11 operates slightly differently from AVNC:\n- A two-finger tap acts as a right mouse click\n- Pressing the back button reveals the additional keyboard\n\nSupports DRI3 (requires enabling in graphics acceleration settings), which can significantly improve performance.\nIf you encounter a black screen, try completely closing and restarting the application.",
|
"termuxX11Advantages": "Termux:X11 may provide faster speeds than VNC in certain scenarios.\n\nNote that Termux:X11 operates slightly differently from AVNC:\n- A two-finger tap acts as a right mouse click\n- Pressing the back button reveals the additional keyboard\n\nIf you encounter a black screen, try completely closing and restarting the application.",
|
||||||
"termuxX11Preferences": "Termux:X11 Preferences",
|
"termuxX11Preferences": "Termux:X11 Preferences",
|
||||||
"useTermuxX11ByDefault": "Use Termux:X11 by default",
|
"useTermuxX11ByDefault": "Use Termux:X11 by default",
|
||||||
"disableVNC": "Disable VNC. Requires restart",
|
"disableVNC": "Disable VNC. Requires restart",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"applyOnNextLaunch": "下次启动时生效",
|
"applyOnNextLaunch": "下次启动时生效",
|
||||||
"save": "保存",
|
"save": "保存",
|
||||||
"useAVNCByDefault": "默认使用AVNC",
|
"useAVNCByDefault": "默认使用AVNC",
|
||||||
"termuxX11Advantages": "Termux:X11某些情况下可以带来比VNC更快的速度。\n\n注意Termux:X11的操作与AVNC略有不同。\n- 双指点击为鼠标右键\n- 返回弹出附加键盘\n\n支持使用DRI3(需在图形加速中开启),可以带来相当大的性能提升。\n如果黑屏,请尝试彻底关闭本应用再重新启动。",
|
"termuxX11Advantages": "Termux:X11某些情况下可以带来比VNC更快的速度。\n\n注意Termux:X11的操作与AVNC略有不同。\n- 双指点击为鼠标右键\n- 返回弹出附加键盘\n\n如果黑屏,请尝试彻底关闭本应用再重新启动。",
|
||||||
"termuxX11Preferences": "Termux:X11偏好设置",
|
"termuxX11Preferences": "Termux:X11偏好设置",
|
||||||
"useTermuxX11ByDefault": "默认使用Termux:X11",
|
"useTermuxX11ByDefault": "默认使用Termux:X11",
|
||||||
"disableVNC": "不使用VNC。重启生效",
|
"disableVNC": "不使用VNC。重启生效",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"applyOnNextLaunch": "下次啟動時生效",
|
"applyOnNextLaunch": "下次啟動時生效",
|
||||||
"save": "儲存",
|
"save": "儲存",
|
||||||
"useAVNCByDefault": "預設使用 AVNC",
|
"useAVNCByDefault": "預設使用 AVNC",
|
||||||
"termuxX11Advantages": "Termux:X11 在某些情況下可能比 VNC 提供更快的速度。\n\n請注意 Termux:X11 的操作與 AVNC 略有不同:\n- 雙指點擊相當於滑鼠右鍵\n- 返回鍵可彈出附加鍵盤\n\n支援 DRI3(需在圖形加速設定中開啟),可帶來顯著的性能提升。\n若出現黑屏,請嘗試完全關閉本應用後重新啟動。",
|
"termuxX11Advantages": "Termux:X11 在某些情況下可能比 VNC 提供更快的速度。\n\n請注意 Termux:X11 的操作與 AVNC 略有不同:\n- 雙指點擊相當於滑鼠右鍵\n- 返回鍵可彈出附加鍵盤\n若出現黑屏,請嘗試完全關閉本應用後重新啟動。",
|
||||||
"termuxX11Preferences": "Termux:X11 偏好設定",
|
"termuxX11Preferences": "Termux:X11 偏好設定",
|
||||||
"useTermuxX11ByDefault": "預設使用 Termux:X11",
|
"useTermuxX11ByDefault": "預設使用 Termux:X11",
|
||||||
"disableVNC": "停用 VNC。重啟生效",
|
"disableVNC": "停用 VNC。重啟生效",
|
||||||
|
|||||||
28
pubspec.lock
28
pubspec.lock
@@ -21,8 +21,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "73f6672f955ae89606336e0a018d4958af3570e6"
|
ref: "4008565259f88fe4613b885979f79e439bc5a420"
|
||||||
resolved-ref: "73f6672f955ae89606336e0a018d4958af3570e6"
|
resolved-ref: "4008565259f88fe4613b885979f79e439bc5a420"
|
||||||
url: "https://github.com/tiny-computer/avnc_flutter.git"
|
url: "https://github.com/tiny-computer/avnc_flutter.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
@@ -202,26 +202,26 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: leak_tracker
|
name: leak_tracker
|
||||||
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
|
sha256: "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.0.9"
|
version: "11.0.1"
|
||||||
leak_tracker_flutter_testing:
|
leak_tracker_flutter_testing:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: leak_tracker_flutter_testing
|
name: leak_tracker_flutter_testing
|
||||||
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
|
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.9"
|
version: "3.0.10"
|
||||||
leak_tracker_testing:
|
leak_tracker_testing:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: leak_tracker_testing
|
name: leak_tracker_testing
|
||||||
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
|
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.1"
|
version: "3.0.2"
|
||||||
lints:
|
lints:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -543,10 +543,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: test_api
|
name: test_api
|
||||||
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
|
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.7.4"
|
version: "0.7.6"
|
||||||
typed_data:
|
typed_data:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -623,10 +623,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: vector_math
|
name: vector_math
|
||||||
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
|
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.4"
|
version: "2.2.0"
|
||||||
vm_service:
|
vm_service:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -711,8 +711,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "778ae0873d9bf953d1fdbbd6bc4937ccf1020bb5"
|
ref: ed10bd71a24af6019ce7bccd173ee367546dac2c
|
||||||
resolved-ref: "778ae0873d9bf953d1fdbbd6bc4937ccf1020bb5"
|
resolved-ref: ed10bd71a24af6019ce7bccd173ee367546dac2c
|
||||||
url: "https://github.com/tiny-computer/x11_flutter.git"
|
url: "https://github.com/tiny-computer/x11_flutter.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ dependencies:
|
|||||||
x11_flutter:
|
x11_flutter:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/tiny-computer/x11_flutter.git
|
url: https://github.com/tiny-computer/x11_flutter.git
|
||||||
ref: 778ae0873d9bf953d1fdbbd6bc4937ccf1020bb5
|
ref: ed10bd71a24af6019ce7bccd173ee367546dac2c
|
||||||
avnc_flutter:
|
avnc_flutter:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/tiny-computer/avnc_flutter.git
|
url: https://github.com/tiny-computer/avnc_flutter.git
|
||||||
ref: 73f6672f955ae89606336e0a018d4958af3570e6
|
ref: 4008565259f88fe4613b885979f79e439bc5a420
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
|
|||||||
Reference in New Issue
Block a user