diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index ae88d1d..6ced23b 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -107,7 +107,9 @@ module.exports = { poweroff: 'Power Off', softwarerestart: 'Software Restart', restart: 'Restart', - skipdetection: 'Skip Detection' + skipdetection: 'Skip Detection', + toast1: 'Please select coordinates', + toast2: 'RC control and Joy control cannot be turned on simultaneously' }, button: { cancel: 'Cancel', @@ -127,6 +129,7 @@ module.exports = { changepassword: 'Change Password', exit: 'Exit', oldpassword: 'Old Password', - newpassword: 'New Password' + newpassword: 'New Password', + operationfailed: 'Operation failed' } } diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index a47d46f..8f8b655 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -107,7 +107,9 @@ module.exports = { poweroff: '关机', softwarerestart: '软启动', restart: '重启', - skipdetection: '跳过检测' + skipdetection: '跳过检测', + toast1: '请选择坐标', + toast2: 'RC控制与Joy控制不能同时开启' }, button: { cancel: '取消', @@ -127,6 +129,7 @@ module.exports = { changepassword: '修改密码', exit: '退出', oldpassword: '旧的密码', - newpassword: '新的密码' + newpassword: '新的密码', + operationfailed: '操作失败' } } diff --git a/src/pages/modules/systemmanage/role.vue b/src/pages/modules/systemmanage/role.vue index 60a2314..1ec3263 100644 --- a/src/pages/modules/systemmanage/role.vue +++ b/src/pages/modules/systemmanage/role.vue @@ -81,7 +81,7 @@