feat:站点列表功能拓展、绑定邮箱、修改密码
This commit is contained in:
@@ -24,6 +24,7 @@ const local:any = {
|
||||
columnSetting: '列设置',
|
||||
config: '配置',
|
||||
confirm: '确认',
|
||||
submit:'确定',
|
||||
delete: '删除',
|
||||
view:'查看',
|
||||
exportOk: "已完成导出",
|
||||
@@ -52,6 +53,8 @@ const local:any = {
|
||||
update: '更新',
|
||||
updateSuccess: '更新成功',
|
||||
userCenter: '个人中心',
|
||||
setemail:'绑定邮箱',
|
||||
resetpwd:'修改密码',
|
||||
yesOrNo: {
|
||||
yes: '是',
|
||||
no: '否'
|
||||
@@ -670,6 +673,24 @@ const local:any = {
|
||||
clients:'装置',
|
||||
search:'输入站点名称',
|
||||
total:'共',
|
||||
addsite:'添加站点',
|
||||
region:'国家/地区',
|
||||
timezone:'时区',
|
||||
scenario:'场景',
|
||||
username:'用户名',
|
||||
password:'密码',
|
||||
deleteConfirmTitle:'确定要删除吗',
|
||||
deleteConfirmContent:'确定要删除站点{name}吗?',
|
||||
confirm:'确定',
|
||||
cancel:'取消',
|
||||
deleteSuccess:'删除成功',
|
||||
editsite:'修改配置',
|
||||
office:'办公室',
|
||||
hotel:'医院',
|
||||
education:'教育',
|
||||
retail:'零售业',
|
||||
other:'其他',
|
||||
updateSuccess:'更新成功',
|
||||
},
|
||||
headerbanner:{
|
||||
controller:'控制仪表盘',
|
||||
@@ -1106,7 +1127,42 @@ const local:any = {
|
||||
confirm:'确定',
|
||||
close:'取消',
|
||||
nozero:'排序必须大于等于0'
|
||||
}
|
||||
},
|
||||
resetPwd:{
|
||||
title:'修改密码',
|
||||
byEmail:'通过邮箱修改密码',
|
||||
byPassword:'通过原密码修改密码',
|
||||
email:'邮箱',
|
||||
getCode:'获取验证码',
|
||||
code:'验证码',
|
||||
oldPassword:'原密码',
|
||||
newPassword:'新密码',
|
||||
confirmPassword:'确认密码',
|
||||
emailPlaceholder:'请输入邮箱',
|
||||
codePlaceholder:'请输入验证码',
|
||||
passwordPlaceholder:'请输入新密码',
|
||||
oldPasswordPlaceholder:'请输入旧密码',
|
||||
confirmPasswordPlaceholder:'请再次输入新密码',
|
||||
submit:'确认',
|
||||
emailRequired:'邮箱不能为空',
|
||||
codeSent:'验证码发送',
|
||||
success:'修改成功',
|
||||
},
|
||||
email:{
|
||||
title:'绑定邮箱',
|
||||
currentEmail:'当前邮箱',
|
||||
email:'新邮箱',
|
||||
code:'验证码',
|
||||
getCode:'获取验证码',
|
||||
submit:'确定',
|
||||
codeSent:'验证码发送',
|
||||
codeRequired:'验证码不能为空',
|
||||
updateSuccess:'修改成功',
|
||||
updateFailed:'修改失败',
|
||||
emailRequired:'邮箱不能为空',
|
||||
emailInvalid:'邮箱格式错误',
|
||||
codeLength:'验证码长度错误',
|
||||
},
|
||||
},
|
||||
form: {
|
||||
required: '不能为空',
|
||||
|
||||
Reference in New Issue
Block a user