1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| export default {
| 'header.confirm': '确定',
| 'header.cancel': '取消',
| 'header.logout': '退出',
| 'header.logout.hint': '您确定要退出吗?',
| 'header.password': '修改密码',
| 'header.password.origin': '原密码',
| 'header.password.origin.required': '请输入原密码!',
| 'header.password.new': '新密码',
| 'header.password.new.required': '请输入新密码!',
| 'header.password.confirm': '确认密码',
| 'header.password.confirm.required': '请确认密码!',
| 'header.password.minlen': '最小密码长度为6位!',
| 'header.password.maxlen': '最大密码长度为12位!',
| 'header.password.diff': '两次输入密码不一致!',
| 'header.password.resetsuccess': '密码修改成功!'
| }
|
|