Skip to content

Commit ccbd57a

Browse files
acwr47weblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 54.5% (845 of 1550 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
1 parent 92e6c8c commit ccbd57a

File tree

1 file changed

+257
-10
lines changed

1 file changed

+257
-10
lines changed

apps/client/src/translations/ja/translation.json

Lines changed: 257 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,15 @@
146146
},
147147
"tab_row": {
148148
"close_tab": "タブを閉じる",
149-
"add_new_tab": "新しいタブ",
149+
"add_new_tab": "新しいタブを追加",
150150
"close": "閉じる",
151151
"close_other_tabs": "他のタブを閉じる",
152152
"close_right_tabs": "右側のタブをすべて閉じる",
153153
"close_all_tabs": "すべてのタブを閉じる",
154154
"reopen_last_tab": "最後に閉じたタブを開く",
155155
"move_tab_to_new_window": "このタブを新しいウィンドウに移動",
156-
"copy_tab_to_new_window": "このタブを新しいウィンドウにコピーする"
156+
"copy_tab_to_new_window": "このタブを新しいウィンドウにコピーする",
157+
"new_tab": "新しいタブ"
157158
},
158159
"tasks": {
159160
"due": {
@@ -272,7 +273,8 @@
272273
"other": "その他",
273274
"quickSearch": "クイックサーチにフォーカス",
274275
"inPageSearch": "ページ内検索",
275-
"showJumpToNoteDialog": "<a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">「ジャンプ先」ダイアログ</a>を表示"
276+
"showJumpToNoteDialog": "<a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">「ジャンプ先」ダイアログ</a>を表示",
277+
"moveNoteUpDown": "ノートリストでノートを上/下に移動"
276278
},
277279
"import": {
278280
"importIntoNote": "ノートにインポート",
@@ -405,13 +407,26 @@
405407
},
406408
"command_palette": {
407409
"export_note_title": "ノートをエクスポート",
408-
"search_subtree_title": "サブツリー内を検索"
410+
"search_subtree_title": "サブツリー内を検索",
411+
"tree-action-name": "ツリー: {{name}}",
412+
"export_note_description": "現在のノートをエクスポート",
413+
"search_notes_title": "ノートを検索",
414+
"search_notes_description": "高度な検索を開く",
415+
"search_subtree_description": "現在のサブツリー内を検索",
416+
"search_history_title": "検索履歴を表示",
417+
"search_history_description": "過去の検索結果を見る"
409418
},
410419
"delete_note": {
411420
"delete_note": "ノートを削除"
412421
},
413422
"board_view": {
414-
"delete-note": "ノートを削除"
423+
"delete-note": "ノートを削除",
424+
"insert-above": "上に挿入",
425+
"insert-below": "下に挿入",
426+
"delete-column": "列を削除",
427+
"delete-column-confirmation": "本当にこの列を削除しますか?対応する属性は、この列の下のノートでも削除されます。",
428+
"new-item": "新しいアイテム",
429+
"add-column": "列を追加"
415430
},
416431
"code_buttons": {
417432
"execute_button_title": "スクリプトを実行",
@@ -589,7 +604,23 @@
589604
},
590605
"table_view": {
591606
"sort-column-descending": "降順",
592-
"sort-column-ascending": "昇順"
607+
"sort-column-ascending": "昇順",
608+
"new-row": "新しい行",
609+
"new-column": "新しい列",
610+
"sort-column-by": "\"{{title}}\" で並べ替え",
611+
"sort-column-clear": "並べ替えをクリア",
612+
"hide-column": "\"{{title}}\" を隠す",
613+
"show-hide-columns": "列を表示/非表示",
614+
"row-insert-above": "上に行を挿入",
615+
"row-insert-below": "下に行を挿入",
616+
"row-insert-child": "子ノートを挿入",
617+
"add-column-to-the-left": "列を左に追加",
618+
"add-column-to-the-right": "列を右に追加",
619+
"edit-column": "列を編集",
620+
"delete_column_confirmation": "この列を本当に削除してもよろしいですか?対応する属性はすべてのノートから削除されます。",
621+
"delete-column": "列を削除",
622+
"new-column-label": "ラベル",
623+
"new-column-relation": "関係"
593624
},
594625
"search_script": {
595626
"title": "検索スクリプト:",
@@ -720,7 +751,8 @@
720751
"shortcut_info": "オプション -> ショートカット('右ペイン切り替え')で、右ペイン(目次を含む)を素早く切り替えるキーボードショートカットを設定できます。"
721752
},
722753
"toc": {
723-
"table_of_contents": "目次"
754+
"table_of_contents": "目次",
755+
"options": "オプション"
724756
},
725757
"text_auto_read_only_size": {
726758
"title": "自動読み取り専用のサイズ",
@@ -811,7 +843,8 @@
811843
"close_label": "閉じる"
812844
},
813845
"modal": {
814-
"close": "閉じる"
846+
"close": "閉じる",
847+
"help_title": "この画面に関する詳細情報を表示"
815848
},
816849
"bookmark_switch": {
817850
"bookmark": "ブックマーク",
@@ -822,7 +855,10 @@
822855
"delete": "削除"
823856
},
824857
"link_context_menu": {
825-
"open_note_in_popup": "クイックエディット"
858+
"open_note_in_popup": "クイックエディット",
859+
"open_note_in_new_tab": "新しいタブでノートを開く",
860+
"open_note_in_new_split": "新しく分割してノートを開く",
861+
"open_note_in_new_window": "新しいウィンドウでノートを開く"
826862
},
827863
"note_tooltip": {
828864
"quick-edit": "クイックエディット"
@@ -868,7 +904,9 @@
868904
"hide-archived-notes": "アーカイブノートを隠す",
869905
"automatically-collapse-notes": "ノートを自動的に折りたたむ",
870906
"automatically-collapse-notes-title": "一定期間使用されないと、ツリーを整理するためにノートは折りたたまれます。",
871-
"save-changes": "変更を保存して適用"
907+
"save-changes": "変更を保存して適用",
908+
"auto-collapsing-notes-after-inactivity": "非アクティブ状態が続いたためノートが自動で折りたたまれます...",
909+
"create-child-note": "子ノートを作成"
872910
},
873911
"bulk_actions": {
874912
"bulk_actions": "一括操作",
@@ -882,5 +920,214 @@
882920
"relations": "関係",
883921
"notes": "ノート",
884922
"other": "その他"
923+
},
924+
"note_title": {
925+
"placeholder": "ここにノートのタイトルを入力..."
926+
},
927+
"search_result": {
928+
"no_notes_found": "指定された検索パラメータに該当するノートは見つかりませんでした。",
929+
"search_not_executed": "検索はまだ実行されていません。上の「検索」ボタンをクリックすると、検索結果が表示されます。"
930+
},
931+
"sql_result": {
932+
"no_rows": "このクエリでは行が返されませんでした"
933+
},
934+
"sql_table_schemas": {
935+
"tables": "テーブル"
936+
},
937+
"app_context": {
938+
"please_wait_for_save": "保存が完了するまで数秒お待ちください。その後、もう一度お試しいただけます。"
939+
},
940+
"note_create": {
941+
"duplicated": "ノート \"{{title}}\" は複製されました。"
942+
},
943+
"clipboard": {
944+
"cut": "ノートはクリップボードにカットされました。",
945+
"copied": "ノートはクリップボードにコピーされました。",
946+
"copy_failed": "権限の問題で、クリップボードにコピーできません。",
947+
"copy_success": "クリップボードにコピーしました。"
948+
},
949+
"launcher_context_menu": {
950+
"add-note-launcher": "ノートランチャーを追加",
951+
"add-script-launcher": "スクリプトランチャーを追加",
952+
"add-custom-widget": "カスタムウィジェットを追加",
953+
"add-spacer": "スペーサーを追加",
954+
"delete": "削除 <kbd data-command=\"deleteNotes\"></kbd>",
955+
"reset": "リセット",
956+
"move-to-visible-launchers": "可視ランチャーに移動",
957+
"move-to-available-launchers": "利用可能なランチャーに移動",
958+
"duplicate-launcher": "ランチャーの複製 <kbd data-command=\"duplicateSubtree\">"
959+
},
960+
"editable-text": {
961+
"auto-detect-language": "自動検出"
962+
},
963+
"highlighting": {
964+
"title": "コードブロック",
965+
"description": "テキストノート内のコードブロックのシンタックスハイライトを制御します。コードノートには影響しません。",
966+
"color-scheme": "カラースキーム"
967+
},
968+
"code_block": {
969+
"word_wrapping": "単語の折り返し",
970+
"theme_none": "シンタックスハイライトなし",
971+
"theme_group_light": "ライトテーマ",
972+
"theme_group_dark": "ダークテーマ",
973+
"copy_title": "クリップボードにコピー"
974+
},
975+
"editor": {
976+
"title": "エディター"
977+
},
978+
"editing": {
979+
"editor_type": {
980+
"label": "書式設定ツールバー",
981+
"floating": {
982+
"description": "編集ツールがカーソル付近に表示されます;"
983+
},
984+
"fixed": {
985+
"title": "固定",
986+
"description": "編集ツールは「書式設定」のリボンタブに表示されます。"
987+
},
988+
"multiline-toolbar": "ツールバーが収まりきらない場合は、複数行で表示する。"
989+
}
990+
},
991+
"electron_context_menu": {
992+
"add-term-to-dictionary": "辞書に \"{{term}}\" を追加",
993+
"cut": "カット",
994+
"copy": "コピー",
995+
"copy-link": "リンクをコピー",
996+
"paste": "ペースト",
997+
"paste-as-plain-text": "プレーンテキストで貼り付け",
998+
"search_online": "{{searchEngine}} で \"{{term}}\" を検索"
999+
},
1000+
"duration": {
1001+
"seconds": "",
1002+
"minutes": "",
1003+
"hours": "時間",
1004+
"days": ""
1005+
},
1006+
"share": {
1007+
"title": "共有設定",
1008+
"redirect_bare_domain": "ネイキッドドメインを共有ページにリダイレクト",
1009+
"redirect_bare_domain_description": "匿名のユーザーをログイン画面ではなく共有ページにリダイレクトします",
1010+
"show_login_link_description": "共有ページの下部にログインリンクを追加",
1011+
"share_root_found": "共有ルートノート '{{noteTitle}}' の準備が完了",
1012+
"share_root_not_found": "#shareRoot のラベルが付いたノートが見つかりません",
1013+
"share_root_not_shared": "ノート '{{noteTitle}}' は #shareRoot のラベルを持っていますが、共有されていません"
1014+
},
1015+
"time_selector": {
1016+
"invalid_input": "入力された時間値が有効な数値ではありません。",
1017+
"minimum_input": "入力された時間値は {{minimumSeconds}} 秒以上である必要があります。"
1018+
},
1019+
"note_language": {
1020+
"not_set": "未設定",
1021+
"configure-languages": "言語を設定..."
1022+
},
1023+
"content_language": {
1024+
"title": "コンテンツの言語",
1025+
"description": "読み取り専用または編集可能なテキストノートの基本プロパティセクションの言語選択に表示する言語を 1 つ以上選択します。これにより、スペルチェックや右から左へのサポートなどの機能が利用できるようになります。"
1026+
},
1027+
"png_export_button": {
1028+
"button_title": "図をPNG形式でエクスポート"
1029+
},
1030+
"svg": {
1031+
"export_to_png": "図をPNG形式でエクスポートできませんでした。"
1032+
},
1033+
"code_theme": {
1034+
"title": "外観",
1035+
"word_wrapping": "単語の折り返し",
1036+
"color-scheme": "カラースキーム"
1037+
},
1038+
"cpu_arch_warning": {
1039+
"title": "ARM64版をダウンロードしてください",
1040+
"dont_show_again": "この警告を二度と表示しない",
1041+
"continue_anyway": "とにかく続ける"
1042+
},
1043+
"editorfeatures": {
1044+
"emoji_completion_enabled": "絵文字のオートコンプリートを有効",
1045+
"note_completion_enabled": "ノートのオートコンプリートを有効"
1046+
},
1047+
"table_context_menu": {
1048+
"delete_row": "行を削除"
1049+
},
1050+
"content_renderer": {
1051+
"open_externally": "外部で開く"
1052+
},
1053+
"ai_llm": {
1054+
"title": "AI 設定",
1055+
"enable_ai_features": "AI/LLM 機能を有効化",
1056+
"enable_ai_description": "ノートの要約、コンテンツ生成、その他のLLM機能などのAI機能を有効にする",
1057+
"openai_tab": "OpenAI",
1058+
"anthropic_tab": "Anthropic",
1059+
"voyage_tab": "Voyage AI",
1060+
"ollama_tab": "Ollama",
1061+
"enable_ai": "AI/LLM 機能を有効化",
1062+
"enable_ai_desc": "ノートの要約、コンテンツ生成、その他のLLM機能などのAI機能を有効にする",
1063+
"provider_configuration": "AI プロバイダーの設定",
1064+
"provider_precedence": "プロバイダーの優先順位",
1065+
"provider_precedence_description": "カンマで区切られたプロバイダーの優先順位リスト(例: 'openai,anthropic,ollama')",
1066+
"temperature_description": "応答のランダム性を制御する(0 = 決定的、2 = 最大ランダム性)",
1067+
"system_prompt_description": "すべてのAIとの対話に使用されるデフォルトのシステムプロンプト",
1068+
"system_prompt": "システムプロンプト",
1069+
"openai_configuration": "OpenAIの設定",
1070+
"openai_settings": "OpenAIの設定",
1071+
"api_key": "APIキー",
1072+
"model": "モデル",
1073+
"openai_api_key_description": "OpenAIのAIサービスにアクセスするためのAPIキー",
1074+
"anthropic_api_key_description": "AnthropicのClaudeモデルにアクセスするためのAPIキー",
1075+
"default_model": "デフォルトモデル",
1076+
"openai_model_description": "例: gpt-4o, gpt-4-turbo, gpt-3.5-turbo",
1077+
"openai_url_description": "デフォルト: https://api.openai.com/v1",
1078+
"anthropic_settings": "Anthropicの設定",
1079+
"anthropic_model_description": "チャット補完用のAnthropic Claudeモデル",
1080+
"voyage_settings": "Voyage AIの設定",
1081+
"ollama_settings": "Ollamaの設定",
1082+
"ollama_url_description": "Ollama API の URL(デフォルト: http://localhost:11434)",
1083+
"anthropic_url_description": "Anthropic APIのベースURL(デフォルト: https://api.anthropic.com)",
1084+
"ollama_model_description": "チャット補完用のOllamaモデル",
1085+
"anthropic_configuration": "Anthropicの設定",
1086+
"voyage_configuration": "Voyage AIの設定",
1087+
"voyage_url_description": "デフォルト: https://api.voyageai.com/v1",
1088+
"ollama_configuration": "Ollamaの設定",
1089+
"enable_ollama": "Ollamaを有効",
1090+
"enable_ollama_description": "ローカルAIモデルを利用するためOllamaを有効にする",
1091+
"ollama_url": "Ollama URL",
1092+
"ollama_model": "Ollamaモデル",
1093+
"refresh_models": "モデルを更新",
1094+
"refreshing_models": "更新中...",
1095+
"error": "エラー",
1096+
"retry": "再試行",
1097+
"partial": "{{ percentage }}%完了",
1098+
"processing": "処理中({{percentage}}%)",
1099+
"complete": "完了(100%)",
1100+
"refreshing": "更新中...",
1101+
"auto_refresh_notice": "{{seconds}}秒ごとに自動更新",
1102+
"ai_settings": "AI 設定",
1103+
"api_key_tooltip": "サービスにアクセスするためのAPIキー",
1104+
"empty_key_warning": {
1105+
"anthropic": "Anthropic APIキーが空です。有効な APIキーを入力してください。",
1106+
"openai": "OpenAI APIキーが空です。有効なAPIキーを入力してください。",
1107+
"voyage": "Voyage APIキーが空です。有効なAPIキーを入力してください。",
1108+
"ollama": "Ollama APIキーが空です。有効なAPIキーを入力してください。"
1109+
},
1110+
"agent": {
1111+
"processing": "処理中...",
1112+
"loading": "読み込み中...",
1113+
"generating": "生成中..."
1114+
},
1115+
"name": "AI",
1116+
"openai": "OpenAI",
1117+
"error_contacting_provider": "AIプロバイダーへの接続中にエラーが発生しました。設定とインターネット接続をご確認ください。",
1118+
"ollama_no_url": "Ollamaは設定されていません。有効なURLを入力してください。",
1119+
"chat": {
1120+
"root_note_title": "AIチャット",
1121+
"root_note_content": "このメモには、保存されたAIチャットの会話が含まれています。",
1122+
"new_chat_title": "新しいチャット",
1123+
"create_new_ai_chat": "新しいAIチャットを作成"
1124+
},
1125+
"create_new_ai_chat": "新しいAIチャットを作成",
1126+
"configuration_warnings": "AIの設定に問題があります。設定を確認してください。",
1127+
"experimental_warning": "LLM機能は現在実験的です - ご注意ください。",
1128+
"selected_provider_description": "チャットおよび補完機能のAIプロバイダーを選択する",
1129+
"selected_provider": "プロバイダーを選択",
1130+
"select_model": "モデルを選択...",
1131+
"select_provider": "プロバイダーを選択..."
8851132
}
8861133
}

0 commit comments

Comments
 (0)