chore: update i18n for account settings (#582)

This commit is contained in:
Zeng1998 2022-11-26 10:23:57 +08:00 committed by GitHub
parent e1e5121dd7
commit 2d5d734da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 2 deletions

View File

@ -36,10 +36,10 @@ const MyAccountSection = () => {
<div className="flex flex-row justify-start items-center text-base text-gray-600">{user.email}</div>
<div className="w-full flex flex-row justify-start items-center mt-2 space-x-2">
<button className="btn-normal" onClick={showUpdateAccountDialog}>
Update Information
{t("setting.account-section.update-information")}
</button>
<button className="btn-normal" onClick={showChangePasswordDialog}>
Change Password
{t("setting.account-section.change-password")}
</button>
</div>
</div>

View File

@ -138,6 +138,7 @@
"system": "System",
"account-section": {
"title": "Account Information",
"update-information": "Update Information",
"change-password": "Change password"
},
"preference-section": {

View File

@ -138,6 +138,7 @@
"system": "Système",
"account-section": {
"title": "Informations sur le compte",
"update-information": "Mettre à jour les informations",
"change-password": "Modifier le mot de passe"
},
"preference-section": {

View File

@ -137,6 +137,7 @@
"system": "hệ thống",
"account-section": {
"title": "Thông tin tài khoản",
"update-information": "Cập nhật thông tin",
"change-password": "Đổi mật khẩu"
},
"preference-section": {

View File

@ -138,6 +138,7 @@
"system": "系统",
"account-section": {
"title": "账号信息",
"update-information": "更新个人信息",
"change-password": "修改密码"
},
"preference-section": {