mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
Merge branch 'main' of https://github.com/TriliumNext/Trilium
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
"activate-next-tab": "우측 탭 활성화",
|
||||
"activate-previous-tab": "좌측 탭 활성화",
|
||||
"open-new-window": "새 비어있는 창 열기",
|
||||
"toggle-tray": "시스템 트레이에서 애플리케이션 보여주기/숨기기"
|
||||
"toggle-tray": "시스템 트레이에서 애플리케이션 보여주기/숨기기",
|
||||
"tabs-and-windows": "탭 & 창"
|
||||
}
|
||||
}
|
||||
|
||||
1
apps/server/src/assets/translations/md/server.json
Normal file
1
apps/server/src/assets/translations/md/server.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user