This commit is contained in:
Elian Doran
2025-10-06 18:29:20 +03:00
76 changed files with 9477 additions and 936 deletions

View File

@@ -338,7 +338,7 @@
"sync-status-title": "同期状態",
"settings-title": "設定",
"llm-chat-title": "ノートとチャット",
"options-title": "オプション",
"options-title": "設定",
"multi-factor-authentication-title": "多要素認証",
"etapi-title": "ETAPI",
"visible-launchers-title": "可視化されたランチャー",
@@ -347,7 +347,7 @@
},
"notes": {
"new-note": "新しいノート",
"duplicate-note-suffix": "(複)",
"duplicate-note-suffix": "(複)",
"duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
},
"backend_log": {

View File

@@ -38,6 +38,7 @@
"activate-next-tab": "우측 탭 활성화",
"activate-previous-tab": "좌측 탭 활성화",
"open-new-window": "새 비어있는 창 열기",
"toggle-tray": "시스템 트레이에서 애플리케이션 보여주기/숨기기"
"toggle-tray": "시스템 트레이에서 애플리케이션 보여주기/숨기기",
"tabs-and-windows": "탭 & 창"
}
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -1 +1,11 @@
{}
{
"keyboard_actions": {
"back-in-note-history": "Naviger til forrige notat i historikken",
"forward-in-note-history": "Naviger til neste notat i historikken",
"open-jump-to-note-dialog": "Åpne \"gå til notat\"-dialogboksen",
"open-command-palette": "Åpne kommandopalett",
"scroll-to-active-note": "Skroll notat-treet til aktivt notat",
"quick-search": "Aktiver hurtigsøk-feltet",
"search-in-subtree": "Søk etter notater i det aktive notatets understruktur"
}
}