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.',
|
||||
},
|
||||
},
|
||||
|
||||
// 静态路由
|
||||
|
||||
Reference in New Issue
Block a user