Translated using Weblate (Japanese)

Currently translated at 99.8% (1697 of 1700 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
This commit is contained in:
green 2025-12-16 02:57:43 +01:00 committed by Hosted Weblate
parent 1de4db1a08
commit 7fcc0ae290
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -425,7 +425,7 @@
"convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。", "convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換してもよろしいですか?この操作は画像ノートにのみ適用され、その他のノートはスキップされます。",
"open-in-popup": "クイック編集", "open-in-popup": "クイック編集",
"hoist-note": "ホイストノート", "hoist-note": "ホイストノート",
"unhoist-note": "ノートをホイストしない", "unhoist-note": "ノートのホイストを解除",
"edit-branch-prefix": "ブランチの接頭辞を編集", "edit-branch-prefix": "ブランチの接頭辞を編集",
"archive": "アーカイブ", "archive": "アーカイブ",
"unarchive": "アーカイブ解除" "unarchive": "アーカイブ解除"
@ -1242,8 +1242,8 @@
}, },
"note_title": { "note_title": {
"placeholder": "ここにノートのタイトルを入力...", "placeholder": "ここにノートのタイトルを入力...",
"created_on": "作成日 <Value />", "created_on": "<Value /> に作成",
"last_modified": "最終更新日 <Value />", "last_modified": "<Value /> に変更",
"note_type_switcher_label": "{{type}} から切り替え:", "note_type_switcher_label": "{{type}} から切り替え:",
"note_type_switcher_others": "その他のノートタイプ", "note_type_switcher_others": "その他のノートタイプ",
"note_type_switcher_templates": "テンプレート", "note_type_switcher_templates": "テンプレート",
@ -2157,7 +2157,10 @@
"execute_script": "スクリプトを実行", "execute_script": "スクリプトを実行",
"execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。", "execute_script_description": "このノートはスクリプトノートです。クリックするとスクリプトが実行されます。",
"execute_sql": "SQL を実行", "execute_sql": "SQL を実行",
"execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。" "execute_sql_description": "このノートは SQL ノートです。クリックすると SQL クエリが実行されます。",
"shared_copy_to_clipboard": "リンクをクリップボードにコピー",
"shared_open_in_browser": "ブラウザでリンクを開く",
"shared_unshare": "共有を削除"
}, },
"status_bar": { "status_bar": {
"language_title": "コンテンツの言語を変更", "language_title": "コンテンツの言語を変更",
@ -2171,5 +2174,11 @@
"backlinks_other": "{{count}} バックリンク", "backlinks_other": "{{count}} バックリンク",
"attachments_other": "{{count}} 件の添付ファイル", "attachments_other": "{{count}} 件の添付ファイル",
"note_paths_other": "{{count}} 個のパス" "note_paths_other": "{{count}} 個のパス"
},
"breadcrumb": {
"hoisted_badge": "ホイスト",
"hoisted_badge_title": "ホイスト解除",
"workspace_badge": "ワークスペース",
"scroll_to_top_title": "ノートの先頭にジャンプ"
} }
} }