mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +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="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">
|
<div className="w-full flex flex-row justify-start items-center mt-2 space-x-2">
|
||||||
<button className="btn-normal" onClick={showUpdateAccountDialog}>
|
<button className="btn-normal" onClick={showUpdateAccountDialog}>
|
||||||
Update Information
|
{t("setting.account-section.update-information")}
|
||||||
</button>
|
</button>
|
||||||
<button className="btn-normal" onClick={showChangePasswordDialog}>
|
<button className="btn-normal" onClick={showChangePasswordDialog}>
|
||||||
Change Password
|
{t("setting.account-section.change-password")}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
"system": "System",
|
"system": "System",
|
||||||
"account-section": {
|
"account-section": {
|
||||||
"title": "Account Information",
|
"title": "Account Information",
|
||||||
|
"update-information": "Update Information",
|
||||||
"change-password": "Change password"
|
"change-password": "Change password"
|
||||||
},
|
},
|
||||||
"preference-section": {
|
"preference-section": {
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
"system": "Système",
|
"system": "Système",
|
||||||
"account-section": {
|
"account-section": {
|
||||||
"title": "Informations sur le compte",
|
"title": "Informations sur le compte",
|
||||||
|
"update-information": "Mettre à jour les informations",
|
||||||
"change-password": "Modifier le mot de passe"
|
"change-password": "Modifier le mot de passe"
|
||||||
},
|
},
|
||||||
"preference-section": {
|
"preference-section": {
|
||||||
|
@ -137,6 +137,7 @@
|
|||||||
"system": "hệ thống",
|
"system": "hệ thống",
|
||||||
"account-section": {
|
"account-section": {
|
||||||
"title": "Thông tin tài khoản",
|
"title": "Thông tin tài khoản",
|
||||||
|
"update-information": "Cập nhật thông tin",
|
||||||
"change-password": "Đổi mật khẩu"
|
"change-password": "Đổi mật khẩu"
|
||||||
},
|
},
|
||||||
"preference-section": {
|
"preference-section": {
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
"system": "系统",
|
"system": "系统",
|
||||||
"account-section": {
|
"account-section": {
|
||||||
"title": "账号信息",
|
"title": "账号信息",
|
||||||
|
"update-information": "更新个人信息",
|
||||||
"change-password": "修改密码"
|
"change-password": "修改密码"
|
||||||
},
|
},
|
||||||
"preference-section": {
|
"preference-section": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user