toast
This commit is contained in:
@@ -5,7 +5,9 @@ module.exports = {
|
||||
password: 'Password',
|
||||
domainnameaddress: 'Domain Address',
|
||||
refreshtime: 'Refresh Time(s)',
|
||||
login: 'Login'
|
||||
login: 'Login',
|
||||
toast1: 'Please enter one user name',
|
||||
toast2: 'Please enter password'
|
||||
},
|
||||
homeinfo: {
|
||||
topinfo: 'Device information',
|
||||
@@ -136,6 +138,10 @@ module.exports = {
|
||||
exit: 'Exit',
|
||||
oldpassword: 'Old Password',
|
||||
newpassword: 'New Password',
|
||||
operationfailed: 'Operation failed'
|
||||
operationfailed: 'Operation failed',
|
||||
toast1: 'Old password cannot be empty',
|
||||
toast2: 'The new password cannot be empty',
|
||||
toast3: 'Enter a new password',
|
||||
toast4: 'The new password input is inconsistent, please re-enter it'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,9 @@ module.exports = {
|
||||
password: '密码',
|
||||
domainnameaddress: '域名地址',
|
||||
refreshtime: '刷新时间(秒)',
|
||||
login: '登录'
|
||||
login: '登录',
|
||||
toast1: '请输入用户名',
|
||||
toast2: '请输入密码'
|
||||
},
|
||||
homeinfo: {
|
||||
topinfo: '设备信息',
|
||||
@@ -136,6 +138,10 @@ module.exports = {
|
||||
exit: '退出',
|
||||
oldpassword: '旧的密码',
|
||||
newpassword: '新的密码',
|
||||
operationfailed: '操作失败'
|
||||
operationfailed: '操作失败',
|
||||
toast1: '旧密码不能为空',
|
||||
toast2: '新密码不能为空',
|
||||
toast3: '输入新密码',
|
||||
toast4: '新密码输入不一致,请重新输入'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user