fix: 国际化补充
This commit is contained in:
@@ -148,6 +148,9 @@ const cn = {
|
||||
quickSilent: '快速静默',
|
||||
configEndpoint: '配置',
|
||||
generate: '生产',
|
||||
personalCenter: '个人中心',
|
||||
operationRecord: '操作记录',
|
||||
changePassword: '修改密码'
|
||||
},
|
||||
setup: {
|
||||
step0: '欢迎',
|
||||
@@ -1723,6 +1726,22 @@ const cn = {
|
||||
apiKey: 'Api Key'
|
||||
}
|
||||
},
|
||||
profile: {
|
||||
close: '关闭',
|
||||
update: '更新',
|
||||
operationRecord: '操作记录',
|
||||
changePassword: '修改密码',
|
||||
oldPassword: '旧密码',
|
||||
newPassword: '新密码',
|
||||
confirmPassword: '确认密码',
|
||||
lastLoginIp: '最后登录IP',
|
||||
lastLoginTime: '最后登录时间',
|
||||
role: 'Role',
|
||||
email: 'Email',
|
||||
mobile: 'Mobile',
|
||||
source: 'Source',
|
||||
towFactorAuthentication: 'Tow-Factor Authentication'
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
|
||||
|
||||
@@ -153,7 +153,9 @@ const en = {
|
||||
quickSilent: 'Quick silent',
|
||||
configEndpoint: 'Config',
|
||||
generate: 'Generate',
|
||||
|
||||
personalCenter: 'Personal center',
|
||||
operationRecord: 'Operation record',
|
||||
changePassword: 'Change password'
|
||||
},
|
||||
pageSize: '/page',
|
||||
setup: {
|
||||
@@ -1605,6 +1607,22 @@ const en = {
|
||||
apiKey: 'Api Key'
|
||||
}
|
||||
},
|
||||
profile: {
|
||||
close: 'Close',
|
||||
update: 'Update',
|
||||
operationRecord: 'Operation record',
|
||||
changePassword: 'Change password',
|
||||
oldPassword: 'Old password',
|
||||
newPassword: 'New password',
|
||||
confirmPassword: 'Confirm password',
|
||||
lastLoginIp: 'Last login Ip',
|
||||
lastLoginTime: 'Last login time',
|
||||
role: 'Role',
|
||||
email: 'Email',
|
||||
mobile: 'Mobile',
|
||||
source: 'Source',
|
||||
towFactorAuthentication: 'Tow-Factor Authentication'
|
||||
},
|
||||
...enLocale
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user