fix: 国际化补充

This commit is contained in:
@changcode
2021-08-18 15:28:39 +08:00
parent 5a8614395e
commit ac472a6f3c
2 changed files with 38 additions and 1 deletions

View File

@@ -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
}