toast
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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: '操作失败'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user