feat: 添加强制密码修改功能的国际化支持
This commit is contained in:
@@ -139,6 +139,14 @@ export default {
|
||||
systemReset:'Resetting now, please wait...',
|
||||
systemReset2:'Data information is being reset.',
|
||||
},
|
||||
ForcePasswdChange: {
|
||||
title: 'Password Change',
|
||||
desc: 'Instruction',
|
||||
passwordPolicy: 'Password policy strength',
|
||||
passwordPolicyMsg: 'At least {minLength} bits, containing at least {specialChars} special characters and at least {uppercase} uppercase and at least {lowercase} lowercase letters.',
|
||||
passwdExpire: 'Password expiration date',
|
||||
passwdExpireMsg: 'Valid for {expDay} days, please change your password {alertDay} days before expiration.',
|
||||
},
|
||||
},
|
||||
|
||||
// 静态路由
|
||||
|
||||
@@ -139,6 +139,14 @@ export default {
|
||||
systemReset:'正在重置,请稍等...',
|
||||
systemReset2:'数据信息正在重置',
|
||||
},
|
||||
ForcePasswdChange: {
|
||||
title: '密码修改',
|
||||
desc: '说明',
|
||||
passwordPolicy: '密码策略强度',
|
||||
passwordPolicyMsg: '至少{minLength}位,至少包含{specialChars}个特殊字符和至少{uppercase}大写字母和至少{lowercase}小写字母',
|
||||
passwdExpire: '密码有效期',
|
||||
passwdExpireMsg: '有效期为{expDay}天,请在过期前{alertDay}天进行密码修改',
|
||||
},
|
||||
},
|
||||
|
||||
// 静态路由
|
||||
|
||||
Reference in New Issue
Block a user