mirror of https://github.com/usememos/memos.git
chore: update i18n for zh text (#4785)
* Update zh-Hans.json * Update zh-Hant.json Co-authored-by: @kiss-fire <iamtaoxin@gmail.com> --------- Co-authored-by: @kiss-fire <iamtaoxin@gmail.com>
This commit is contained in:
parent
3e24f8cf62
commit
e93d695aa8
|
|
@ -244,6 +244,14 @@
|
|||
"description": "该账号下全部的访问令牌",
|
||||
"title": "访问令牌"
|
||||
},
|
||||
"user-sessions-section": {
|
||||
"title": "用户会话",
|
||||
"description": "当前账号下全部的会话,你可以撤销除当前会话以外的所有会话。",
|
||||
"device": "设备",
|
||||
"last-active": "最后活跃时间",
|
||||
"expires": "过期时间",
|
||||
"current": "当前设备"
|
||||
},
|
||||
"account-section": {
|
||||
"change-password": "修改密码",
|
||||
"email-note": "可选",
|
||||
|
|
|
|||
|
|
@ -231,6 +231,14 @@
|
|||
"title": "存取令牌",
|
||||
"token": "令牌"
|
||||
},
|
||||
"user-sessions-section": {
|
||||
"title": "使用者會话",
|
||||
"description": "此處列出您帳號的所有使用者會话。",
|
||||
"device": "裝置",
|
||||
"last-active": "最後活躍時間",
|
||||
"expires": "過期時間",
|
||||
"current": "當前裝置"
|
||||
},
|
||||
"account-section": {
|
||||
"change-password": "變更密碼",
|
||||
"email-note": "非必須的",
|
||||
|
|
|
|||
Loading…
Reference in New Issue