From b971faa8fc5d1e148ac6b66650c52eec509b2d89 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 09 Oct 2023 10:33:44 +0800
Subject: [PATCH] 英文修改为中文
---
src/pages/page-pilot/pilot-home.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/page-pilot/pilot-home.vue b/src/pages/page-pilot/pilot-home.vue
index 0b86139..1a6c79a 100644
--- a/src/pages/page-pilot/pilot-home.vue
+++ b/src/pages/page-pilot/pilot-home.vue
@@ -264,7 +264,7 @@
}
device.data.gateway_sn = apiPilot.getRemoteControllerSN()
if (device.data.gateway_sn === EStatusValue.DISCONNECT.toString()) {
- message.warn('Data is not available, please restart the remote control.')
+ message.warn('数据不可用,请重新启动遥控器')
return
}
@@ -389,7 +389,7 @@
if (isInstalled) {
window.open('https://www.dji.com')
} else {
- message.error(packageName + ' is not installed.')
+ message.error(packageName + ' 未安装.')
}
}
@@ -481,7 +481,7 @@
}
function moduleUninstall (m: any) {
- message.info('uninstall ' + m.module)
+ message.info('卸载 ' + m.module)
apiPilot.unloadComponent(m.module)
refreshStatus()
}
--
Gitblit v1.9.3