This commit is contained in:
2023-12-04 15:55:54 +08:00
parent 6acd69004c
commit c7a2530464
4 changed files with 28 additions and 10 deletions

View File

@@ -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: '新密码输入不一致,请重新输入'
}
}