mirror of
https://github.com/usememos/memos.git
synced 2025-02-22 06:07:51 +01:00
chore: update i18n for account settings (#582)
This commit is contained in:
parent
e1e5121dd7
commit
2d5d734da4
@ -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>
|
||||
|
@ -138,6 +138,7 @@
|
||||
"system": "System",
|
||||
"account-section": {
|
||||
"title": "Account Information",
|
||||
"update-information": "Update Information",
|
||||
"change-password": "Change password"
|
||||
},
|
||||
"preference-section": {
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -138,6 +138,7 @@
|
||||
"system": "系统",
|
||||
"account-section": {
|
||||
"title": "账号信息",
|
||||
"update-information": "更新个人信息",
|
||||
"change-password": "修改密码"
|
||||
},
|
||||
"preference-section": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user