feat(i18n): update adb not available

This commit is contained in:
AkiChase 2024-05-28 11:13:31 +08:00
parent 9d7a795e63
commit 38f943e502
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
"positiveText": "To control" "positiveText": "To control"
}, },
"sightMode": "Mouse is locked, press {0} to unlock", "sightMode": "Mouse is locked, press {0} to unlock",
"checkAdb": "adb is not available and the software cannot run normally. Please ensure that adb is installed on the system and added to the Path environment variable correctly: {0}", "checkAdb": "adb is not available and the software cannot run normally. Fill in the path of the adb file in the setup page, or add the folder where it is located to the Path environment variable.: {0}",
"keyInputMode": "Has entered the keystroke input mode, close this message to exit." "keyInputMode": "Has entered the keystroke input mode, close this message to exit."
}, },
"Setting": { "Setting": {

View File

@ -62,7 +62,7 @@
"positiveText": "去控制" "positiveText": "去控制"
}, },
"sightMode": "鼠标已锁定, 按 {0} 键解锁", "sightMode": "鼠标已锁定, 按 {0} 键解锁",
"checkAdb": "adb不可用软件无法正常运行请确保系统已安装adb,并正确添加到了Path环境变量中: {0}", "checkAdb": "adb不可用软件无法正常运行请确保系统已安装adb。请将adb文件路径填入软件设置界面或者将其所在文件夹添加到Path环境变量中: {0}",
"keyInputMode": "已进入按键输入模式,关闭本消息可退出" "keyInputMode": "已进入按键输入模式,关闭本消息可退出"
}, },
"Setting": { "Setting": {