This commit is contained in:
Elian Doran 2025-10-20 18:23:10 +03:00
commit a664a58076
No known key found for this signature in database
6 changed files with 1498 additions and 33 deletions

View File

@ -764,7 +764,8 @@
"table": "Tabelle",
"geo-map": "Weltkarte",
"board": "Tafel",
"include_archived_notes": "Zeige archivierte Notizen"
"include_archived_notes": "Zeige archivierte Notizen",
"presentation": "Präsentation"
},
"edited_notes": {
"no_edited_notes_found": "An diesem Tag wurden noch keine Notizen bearbeitet...",
@ -2075,5 +2076,9 @@
},
"collections": {
"rendering_error": "Aufgrund eines Fehlers können keine Inhalte angezeigt werden."
},
"presentation_view": {
"edit-slide": "Diese Folie bearbeiten",
"start-presentation": "Präsentation starten"
}
}

View File

@ -302,7 +302,7 @@
"showDevTools": "開発者ツールを表示",
"showSQLConsole": "SQLコンソールを表示",
"other": "その他",
"quickSearch": "クイックサーチにフォーカス",
"quickSearch": "クイック検索にフォーカス",
"inPageSearch": "ページ内検索",
"showJumpToNoteDialog": "<a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">「ジャンプ先」ダイアログ</a>を表示",
"moveNoteUpDown": "ノートリストでノートを上/下に移動",
@ -1189,7 +1189,7 @@
"options": "オプション"
},
"quick-search": {
"placeholder": "クイックサーチ",
"placeholder": "クイック検索",
"searching": "検索中...",
"no-results": "結果は見つかりませんでした",
"more-results": "... および {{number}} 件の他の結果。",
@ -1882,7 +1882,9 @@
"window-on-top": "ウィンドウを最前面に維持"
},
"note_detail": {
"could_not_find_typewidget": "タイプ {{type}} の typeWidget が見つかりませんでした"
"could_not_find_typewidget": "タイプ {{type}} の typeWidget が見つかりませんでした",
"printing": "印刷中です...",
"printing_pdf": "PDF へのエクスポート中です..."
},
"watched_file_update_status": {
"ignore_this_change": "この変更を無視する",

File diff suppressed because it is too large Load Diff

View File

@ -1517,7 +1517,9 @@
"window-on-top": "保持此視窗置頂"
},
"note_detail": {
"could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget"
"could_not_find_typewidget": "找不到類型為 '{{type}}' 的 typeWidget",
"printing": "正在列印…",
"printing_pdf": "正在匯出為 PDF…"
},
"note_title": {
"placeholder": "請輸入筆記標題..."

View File

@ -110,7 +110,7 @@
"forward-in-note-history": "ノートの履歴を進む",
"command-palette": "コマンドパレット",
"scroll-to-active-note": "アクティブノートまでスクロール",
"quick-search": "クイックサーチ",
"quick-search": "クイック検索",
"search-in-subtree": "サブツリー内を検索",
"expand-subtree": "サブツリーを展開",
"collapse-subtree": "サブツリーを折りたたむ",
@ -312,7 +312,7 @@
"new-note-title": "新しいノート",
"bookmarks-title": "ブックマーク",
"open-today-journal-note-title": "今日の日記を開く",
"quick-search-title": "クイックサーチ",
"quick-search-title": "クイック検索",
"recent-changes-title": "最近の変更",
"root-title": "隠されたノート",
"note-map-title": "ノートマップ",
@ -361,7 +361,8 @@
"export_filter": "PDFドキュメント (*.pdf)",
"unable-to-export-message": "現在のートをPDFとしてエクスポートできませんでした。",
"unable-to-export-title": "PDFとしてエクスポートできません",
"unable-to-save-message": "選択されたファイルに書き込めませんでした。もう一度試すか、別の保存先を選択してください。"
"unable-to-save-message": "選択されたファイルに書き込めませんでした。もう一度試すか、別の保存先を選択してください。",
"unable-to-print": "ノートを印刷できません"
},
"tray": {
"tooltip": "Trilium Notes",

View File

@ -373,7 +373,8 @@
"export_filter": "PDF 文件 (*.pdf)",
"unable-to-export-message": "目前筆記無法被匯出為 PDF 。",
"unable-to-export-title": "無法匯出為 PDF",
"unable-to-save-message": "所選檔案無法被寫入。請重試或選擇其他路徑。"
"unable-to-save-message": "所選檔案無法被寫入。請重試或選擇其他路徑。",
"unable-to-print": "無法列印筆記"
},
"tray": {
"tooltip": "Trilium 筆記",