mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat: 🎸 add subtree translation
This commit is contained in:
parent
c217ccd347
commit
332de4e67f
@ -271,7 +271,7 @@ function buildHiddenSubtreeDefinition(helpSubtree: HiddenSubtreeItem[]): HiddenS
|
|||||||
{ id: "_optionsImages", title: t("hidden-subtree.images-title"), type: "contentWidget", icon: "bx-image" },
|
{ id: "_optionsImages", title: t("hidden-subtree.images-title"), type: "contentWidget", icon: "bx-image" },
|
||||||
{ id: "_optionsSpellcheck", title: t("hidden-subtree.spellcheck-title"), type: "contentWidget", icon: "bx-check-double" },
|
{ id: "_optionsSpellcheck", title: t("hidden-subtree.spellcheck-title"), type: "contentWidget", icon: "bx-check-double" },
|
||||||
{ id: "_optionsPassword", title: t("hidden-subtree.password-title"), type: "contentWidget", icon: "bx-lock" },
|
{ id: "_optionsPassword", title: t("hidden-subtree.password-title"), type: "contentWidget", icon: "bx-lock" },
|
||||||
{ id: '_optionsMFA', title: 'MFA', type: 'contentWidget', icon: 'bx-lock ' },
|
{ id: '_optionsMFA', title: t('hidden-subtree.multi-factor-authentication-title'), type: 'contentWidget', icon: 'bx-lock ' },
|
||||||
{ id: "_optionsEtapi", title: t("hidden-subtree.etapi-title"), type: "contentWidget", icon: "bx-extension" },
|
{ id: "_optionsEtapi", title: t("hidden-subtree.etapi-title"), type: "contentWidget", icon: "bx-extension" },
|
||||||
{ id: "_optionsBackup", title: t("hidden-subtree.backup-title"), type: "contentWidget", icon: "bx-data" },
|
{ id: "_optionsBackup", title: t("hidden-subtree.backup-title"), type: "contentWidget", icon: "bx-data" },
|
||||||
{ id: "_optionsSync", title: t("hidden-subtree.sync-title"), type: "contentWidget", icon: "bx-wifi" },
|
{ id: "_optionsSync", title: t("hidden-subtree.sync-title"), type: "contentWidget", icon: "bx-wifi" },
|
||||||
|
@ -240,13 +240,15 @@
|
|||||||
"images-title": "图片",
|
"images-title": "图片",
|
||||||
"spellcheck-title": "拼写检查",
|
"spellcheck-title": "拼写检查",
|
||||||
"password-title": "密码",
|
"password-title": "密码",
|
||||||
|
"multi-factor-authentication-title": "多因素认证",
|
||||||
"etapi-title": "ETAPI",
|
"etapi-title": "ETAPI",
|
||||||
"backup-title": "备份",
|
"backup-title": "备份",
|
||||||
"sync-title": "同步",
|
"sync-title": "同步",
|
||||||
"other": "其他",
|
"other": "其他",
|
||||||
"advanced-title": "高级",
|
"advanced-title": "高级",
|
||||||
"visible-launchers-title": "可见启动器",
|
"visible-launchers-title": "可见启动器",
|
||||||
"user-guide": "用户指南"
|
"user-guide": "用户指南",
|
||||||
|
"localization": "语言和区域"
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"new-note": "新建笔记",
|
"new-note": "新建笔记",
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
"images-title": "Images",
|
"images-title": "Images",
|
||||||
"spellcheck-title": "Spellcheck",
|
"spellcheck-title": "Spellcheck",
|
||||||
"password-title": "Password",
|
"password-title": "Password",
|
||||||
|
"multi-factor-authentication-title": "MFA",
|
||||||
"etapi-title": "ETAPI",
|
"etapi-title": "ETAPI",
|
||||||
"backup-title": "Backup",
|
"backup-title": "Backup",
|
||||||
"sync-title": "Sync",
|
"sync-title": "Sync",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user