Skip to content

Commit

Permalink
🌍: Update Japanese translation (danny-avila#2519)
Browse files Browse the repository at this point in the history
* Update japanese translation

* translate japanese

* Added 5 Japanese translations

---------

Co-authored-by: k-ishii1020 <40662914+8492GitKaz@users.noreply.github.com>
  • Loading branch information
k-ishii1020 and k-ishii1020 committed Apr 25, 2024
1 parent ca92223 commit 27af829
Showing 1 changed file with 122 additions and 2 deletions.
124 changes: 122 additions & 2 deletions client/src/localization/languages/Jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,62 @@
// file deepcode ignore HardcodedNonCryptoSecret: No hardcoded secrets present in this file

export default {
com_error_moderation:
'送信されたコンテンツは、コミュニティガイドラインに準拠していないとして、投稿監視システムによって検知されました。この特定のトピックについては処理を続行できません。他に質問や調べたいトピックがある場合は、メッセージを編集するか、新しい会話を作成してください。',
com_error_no_user_key: 'キーが見つかりません。キーを入力して再試行してください。',
com_error_no_base_url: 'ベースURLが見つかりません。ベースURLを入力して再試行してください。',
com_error_expired_user_key:
'{0}の提供されたキーは{1}で期限切れです。キーを入力して再試行してください。',
com_files_no_results: '結果がありません。',
com_files_filter: 'ファイルをフィルタリング...',
com_files_number_selected: '{0} of {1} ファイルが選択されました',
com_sidepanel_select_assistant: 'Assistantを選択',
com_sidepanel_parameters: 'パラメータ',
com_sidepanel_assistant_builder: 'Assistant Builder',
com_sidepanel_hide_panel: 'パネルを隠す',
com_sidepanel_attach_files: 'ファイルを添付する',
com_sidepanel_manage_files: 'ファイルを管理',
com_assistants_capabilities: 'Capabilities',
com_assistants_knowledge: 'ナレッジ',
com_assistants_knowledge_info:
'ナレッジの下でファイルをアップロードする場合、アシスタントとの会話にファイルの内容が含まれる場合があります。',
com_assistants_knowledge_disabled:
'ファイルをナレッジとしてアップロードする前に、アシスタントを作成し、Code InterpreterまたはRetrievalを有効にして保存する必要があります。',
com_assistants_image_vision: 'Image Vision',
com_assistants_code_interpreter: 'Code Interpreter',
com_assistants_code_interpreter_files:
'次のファイルはCode Interpreterでのみ使用できます。',
com_assistants_retrieval: 'Retrieval',
com_assistants_search_name: 'Assistantの名前で検索',
com_assistants_tools: 'Tools',
com_assistants_actions: 'Actions',
com_assistants_add_tools: 'Toolsを追加',
com_assistants_add_actions: 'アクションを追加',
com_assistants_available_actions: '利用可能なActions',
com_assistants_running_action: 'アクションを実行',
com_assistants_completed_action: 'Talked to {0}',
com_assistants_completed_function: 'Ran {0}',
com_assistants_function_use: 'アシスタントが {0} を使用しました',
com_assistants_domain_info: 'アシスタントがこの情報を {0} に送信しました',
com_assistants_delete_actions_success: 'アシスタントからアクションが削除されました',
com_assistants_update_actions_success: 'アクションが作成または更新されました',
com_assistants_update_actions_error: 'アクションの作成または更新中にエラーが発生しました。',
com_assistants_delete_actions_error: 'アクションの削除中にエラーが発生しました。',
com_assistants_actions_info: 'アシスタントが API を介して情報を取得したり、アクションを実行したりできるようにします\'s',
com_assistants_name_placeholder: 'オプション: アシスタントの名前',
com_assistants_instructions_placeholder: 'アシスタントが使用するシステム指示',
com_assistants_description_placeholder: 'オプション: ここにアシスタントについて説明します',
com_assistants_actions_disabled: 'アクションを追加する前にアシスタントを作成する必要があります。',
com_assistants_update_success: 'アップデートに成功しました',
com_assistants_update_error: 'アシスタントの更新中にエラーが発生しました。',
com_assistants_create_success: 'アシスタントが正常に作成されました。',
com_assistants_create_error: 'アシスタントの作成中にエラーが発生しました。',
com_ui_field_required: '必須入力項目です',
com_ui_download_error: 'ファイルのダウンロード中にエラーが発生しました。ファイルが削除された可能性があります。',
com_ui_attach_error_type: 'エンドポイントでサポートされていないファイル タイプ:',
com_ui_attach_error_size: 'エンドポイントのファイル サイズ制限を超えました:',
com_ui_attach_error:
'ファイルを添付できません。会話を作成または選択するか、ページを更新してみてください。',
com_ui_examples: '例',
com_ui_new_chat: '新規チャット',
com_ui_happy_birthday: '初めての誕生日です!',
Expand All @@ -18,14 +74,36 @@ export default {
com_ui_limitation_harmful_biased: '有害な指示や偏った内容を生成する可能性があります',
com_ui_limitation_limited_2021: '2021年以降の出来事に関しては知識に制限があります',
com_ui_experimental: 'Experimental',
com_ui_on: 'On',
com_ui_off: 'Off',
com_ui_yes: 'はい',
com_ui_no: 'いいえ',
com_ui_ascending: '昇順',
com_ui_descending: '降順',
com_ui_show_all: 'すべて表示',
com_ui_name: '名前',
com_ui_date: '日付',
com_ui_storage: 'Storage',
com_ui_context: 'Context',
com_ui_size: 'サイズ',
com_ui_host: 'ホスト',
com_ui_update: 'Update',
com_ui_authentication: '認証',
com_ui_instructions: '指示文',
com_ui_description: '概要',
com_ui_error: 'エラー',
com_ui_select: '選択',
com_ui_input: '入力',
com_ui_close: '閉じる',
com_ui_model: 'モデル',
com_ui_select_model: 'モデル選択',
com_ui_select_search_model: 'モデル名で検索',
com_ui_select_search_plugin: 'プラグイン名で検索',
com_ui_use_prompt: 'プロンプトの利用',
com_ui_prev: '前',
com_ui_next: '次',
com_ui_stop: '止める',
com_ui_upload_files: 'ファイルをアップロード',
com_ui_prompt_templates: 'プロンプトテンプレート',
com_ui_hide_prompt_templates: 'プロンプトテンプレートを非表示',
com_ui_showing: '表示',
Expand All @@ -41,6 +119,7 @@ export default {
com_ui_cancel: 'キャンセル',
com_ui_save: '保存',
com_ui_save_submit: '保存 & 送信',
com_user_message: 'あなた',
com_ui_copy_to_clipboard: 'クリップボードへコピー',
com_ui_copied_to_clipboard: 'コピーしました',
com_ui_regenerate: '再度 生成する',
Expand All @@ -53,12 +132,29 @@ export default {
com_ui_revoke_info: 'ユーザへ発行した認証情報をすべて無効にする。',
com_ui_confirm_action: '実行する',
com_ui_chats: 'チャット',
com_ui_avatar: 'アバター',
com_ui_unknown: '不明',
com_ui_result: '結果',
com_ui_image_gen: '画像生成',
com_ui_assistant: 'Assistant',
com_ui_assistants: 'Assistants',
com_ui_attachment: '添付ファイル',
com_ui_assistants_output: 'Assistantsの出力',
com_ui_delete: '削除',
com_ui_create: '作成',
com_ui_delete_conversation: 'チャットを削除しますか?',
com_ui_delete_conversation_confirm: 'このチャットは削除されます。',
com_ui_delete_assistant_confirm:
'このアシスタントを削除しますか? この操作は元に戻せません。',
com_ui_preview: 'プレビュー',
com_ui_upload: 'アップロード',
com_ui_connect: '接続',
com_ui_upload_delay:
'ファイル "{0}"のアップロードに時間がかかっています。ファイルの検索のためのインデックス作成が完了するまでお待ちください。',
com_ui_privacy_policy: 'プライバシーポリシー',
com_ui_terms_of_service: '利用規約',
com_ui_min_tags: 'これ以上の値を削除できません。少なくとも {0} が必要です。',
com_ui_max_tags: '最新の値を使用した場合、許可される最大数は {0} です。',
com_auth_error_login:
'入力された情報ではログインできませんでした。認証情報を確認した上で再度お試しください。',
com_auth_error_login_rl:
Expand Down Expand Up @@ -111,9 +207,10 @@ export default {
com_auth_login_with_new_password: '新しいパスワードでログインをお試しください。',
com_auth_error_invalid_reset_token: '無効なパスワードリセットトークンです。',
com_auth_click_here: 'ここをクリック',
com_auth_to_try_again: 'to try again.',
com_auth_to_try_again: '再認証する',
com_auth_submit_registration: '登録をする',
com_auth_welcome_back: 'おかえりなさい',
com_auth_back_to_login: 'ログイン画面に戻る',
com_endpoint_open_menu: 'メニューを開く',
com_endpoint_bing_enable_sydney: 'Sydney有効化',
com_endpoint_bing_to_enable_sydney: '(Sydneyを利用する)',
Expand Down Expand Up @@ -147,6 +244,10 @@ export default {
'custom instructions か context を設定する。空の場合は無視されます。',
com_endpoint_custom_name: 'プリセット名',
com_endpoint_prompt_prefix: 'プロンプトの先頭',
com_endpoint_instructions_assistants_placeholder:
'アシスタントの指示を上書きします。これは、実行ごとに動作を変更する場合に便利です。',
com_endpoint_prompt_prefix_assistants_placeholder:
'アシスタントの主な指示に加えて、追加の指示やコンテキストを設定します。空欄の場合は無視されます。',
com_endpoint_temperature: 'Temperature',
com_endpoint_default: 'デフォルト',
com_endpoint_top_p: 'Top P',
Expand All @@ -164,6 +265,8 @@ export default {
'-2.0から2.0の値。正の値は入力すると、新規トークンの出現に基づいたペナルティを課し、新しいトピックについて話す可能性を高める。',
com_endpoint_openai_resend:
'これまでに添付した画像を全て再送信します。注意:トークン数が大幅に増加したり、多くの画像を添付するとエラーが発生する可能性があります。',
com_endpoint_openai_resend_files:
'以前に添付されたすべてのファイルを再送信します。注意:これにより、トークンのコストが増加し、多くの添付ファイルでエラーが発生する可能性があります。',
com_endpoint_openai_detail:
'Visionリクエストの解像度を選択します。"Low"はコストが安くて低解像度、"Highは"コストが高くて高解像度"、"Auto"は画像の解像度に基づいて自動的に選択します。',
com_endpoint_openai_custom_name_placeholder: 'ChatGPTのカスタム名を設定する',
Expand All @@ -181,6 +284,7 @@ export default {
com_endpoint_frequency_penalty: '頻度によるペナルティ',
com_endpoint_presence_penalty: '既存性によるペナルティ',
com_endpoint_plug_use_functions: 'Functionsを使用',
com_endpoint_plug_resend_files: 'ファイルを再送',
com_endpoint_plug_resend_images: '画像の再送信',
com_endpoint_plug_image_detail: '画像の詳細',
com_endpoint_plug_skip_completion: 'Skip Completion',
Expand Down Expand Up @@ -217,6 +321,9 @@ export default {
com_endpoint_show_what_settings: '設定 {0} を表示する',
com_endpoint_save: '保存',
com_endpoint_export: 'エクスポート',
com_endpoint_assistant: 'アシスタント',
com_endpoint_use_active_assistant: 'アクティブなアシスタントを使用',
com_endpoint_assistant_model: 'アシスタント モデル',
com_endpoint_save_as_preset: 'プリセットとして保存する',
com_endpoint_presets_clear_warning:
'本当にすべてのプリセットを削除しますか? この操作は元に戻せません。',
Expand All @@ -231,7 +338,11 @@ export default {
com_endpoint_func_hover: 'プラグインをOpenAIの関数として使えるようにする',
com_endpoint_skip_hover:
'コンプリーションのステップをスキップする。(最終的な回答と生成されたステップをレビューする機能)',
com_endpoint_stop: 'シーケンスを停止',
com_endpoint_stop_placeholder: 'Enterキー押下で値を区切ります',
com_endpoint_openai_stop: 'APIがさらにトークンを生成するのを止めるため、最大で4つのシーケンスを設定可能',
com_endpoint_config_key: 'API Keyを設定',
com_endpoint_assistant_placeholder: '右側のサイドパネルからアシスタントを選択してください',
com_endpoint_config_placeholder: 'ヘッダーメニューからAPI Keyを設定してください。',
com_endpoint_config_key_for: 'API Key の設定: ',
com_endpoint_config_key_name: 'Key',
Expand Down Expand Up @@ -274,8 +385,15 @@ export default {
'メッセージ内の LaTeX の構文解析 (パフォーマンスに影響する可能性があります。)',
com_nav_profile_picture: 'プロフィール画像',
com_nav_change_picture: '画像を変更',
com_nav_plugin_store: 'プラグインストア',
com_nav_plugin_search: 'プラグイン検索',
com_nav_plugin_store: 'プラグインストア',
com_nav_plugin_install: 'インストール',
com_nav_plugin_uninstall: 'アンインストール',
com_nav_tool_add: '追加',
com_nav_tool_dialog: 'アシスタントツール',
com_nav_tool_dialog_description: 'ツールの選択を維持するには、アシスタントを保存する必要があります。',
com_nav_tool_remove: '削除',
com_nav_tool_search: 'ツールを検索',
com_show_agent_settings: 'エージェント設定を表示',
com_show_completion_settings: 'コンプリーション設定を表示',
com_hide_examples: '例を非表示',
Expand All @@ -292,10 +410,12 @@ export default {
com_nav_export_recursive_or_sequential: '再帰的? or 順次的?',
com_nav_export_recursive: '再帰的',
com_nav_export_conversation: '会話をエクスポートする',
com_nav_my_files: 'My Files',
com_nav_theme: 'テーマ',
com_nav_theme_system: 'システム',
com_nav_theme_dark: 'ダーク',
com_nav_theme_light: 'ライト',
com_nav_enter_to_send: 'Enterキーでメッセージを送信する',
com_nav_user_name_display: 'メッセージにユーザー名を表示する',
com_nav_show_code: 'Code Interpreter を使用する際は常にコードを表示する',
com_nav_clear_all_chats: 'すべてのチャットを削除する',
Expand Down

0 comments on commit 27af829

Please sign in to comment.