From 38f943e5020b75aa249a2832caaa9a762d354c76 Mon Sep 17 00:00:00 2001 From: AkiChase <1003019131@qq.com> Date: Tue, 28 May 2024 11:13:31 +0800 Subject: [PATCH] feat(i18n): update adb not available --- src/i18n/en-US.json | 2 +- src/i18n/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en-US.json b/src/i18n/en-US.json index fb42702..71420b6 100644 --- a/src/i18n/en-US.json +++ b/src/i18n/en-US.json @@ -62,7 +62,7 @@ "positiveText": "To control" }, "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." }, "Setting": { diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json index 1891abc..325424f 100644 --- a/src/i18n/zh-CN.json +++ b/src/i18n/zh-CN.json @@ -62,7 +62,7 @@ "positiveText": "去控制" }, "sightMode": "鼠标已锁定, 按 {0} 键解锁", - "checkAdb": "adb不可用,软件无法正常运行,请确保系统已安装adb,并正确添加到了Path环境变量中: {0}", + "checkAdb": "adb不可用,软件无法正常运行,请确保系统已安装adb。请将adb文件路径填入软件设置界面,或者将其所在文件夹添加到Path环境变量中: {0}", "keyInputMode": "已进入按键输入模式,关闭本消息可退出" }, "Setting": {