diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 820a70855..7abec81e5 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -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 } diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index 05a380f4f..26c0c1679 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -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 }