🌍 i18n: Updated Localizations (#5050)

*  feat: Add Arabic localization for API key input and related UI elements

* i18n: updated translations
This commit is contained in:
Danny Avila 2024-12-19 14:27:53 -05:00 committed by GitHub
parent 3fbbcb1cfe
commit 792ae03017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 457 additions and 0 deletions

View file

@ -859,4 +859,50 @@ export default {
com_nav_no_search_results: '検索結果が見つかりません',
com_nav_chat_commands_info:
'メッセージの先頭に特定の文字を入力することで、これらのコマンドが有効になります。各コマンドは、決められた文字(プレフィックス)で起動します。メッセージの先頭にこれらの文字をよく使用する場合は、コマンド機能を無効にすることができます。',
com_ui_librechat_code_api_title: 'AIコードを実行',
com_ui_librechat_code_api_subtitle: 'セキュア。多言語対応。ファイル入出力。',
com_ui_librechat_code_api_key: 'LibreChat コードインタープリター APIキーを取得',
com_ui_enter_api_key: 'APIキーを入力',
com_error_invalid_action_error:
'リクエストが拒否されました:指定されたアクションドメインは許可されていません。',
com_sidepanel_select_agent: 'エージェントを選択',
com_error_files_unsupported_capability: 'このファイル形式に対応する機能が有効になっていません',
com_agents_code_interpreter_title: 'コードインタープリター API',
com_agents_by_librechat: 'LibreChatより',
com_agents_code_interpreter:
'有効にすると、エージェントがLibreChat Code Interpreter APIを使用して、ファイル処理を含む生成されたコードを安全に実行できるようになります。有効な APIキーが必要です。',
com_ui_endpoints_available: '利用可能なエンドポイント',
com_ui_endpoint_menu: 'LLMエンドポイントメニュー',
com_ui_llm_menu: 'LLMメニュー',
com_ui_export_convo_modal: 'エクスポート',
com_ui_select_search_provider: 'プロバイダー名で検索',
com_ui_upload_type: 'アップロード種別を選択',
com_ui_upload_image_input: '画像をアップロード',
com_ui_reset_var: '{0}をリセット',
com_ui_llms_available: '利用可能なLLM',
com_ui_upload_code_files: 'コードインタープリター用にアップロード',
com_ui_zoom: 'ズーム',
com_ui_upload_file_search: 'ファイル検索用アップロード',
com_ui_role_select: '役割',
com_ui_admin_access_warning:
'管理者アクセスをこの機能で無効にすると、予期せぬUI上の問題が発生し、画面の再読み込みが必要になる場合があります。設定を保存した場合、元に戻すには librechat.yaml の設定ファイルを直接編集する必要があり、この変更はすべての権限に影響します。',
com_ui_run_code_error: 'コードの実行中にエラーが発生しました',
com_ui_duplication_success: '会話の複製が完了しました',
com_ui_duplication_processing: '会話を複製中...',
com_ui_duplication_error: '会話の複製中にエラーが発生しました',
com_ui_logo: '{0}のロゴ',
com_ui_agents_allow_share_global: '全ユーザーとAgentsの共有を許可',
com_ui_agents_allow_create: 'エージェントの作成を許可',
com_ui_agent_duplicate_error: 'アシスタントの複製中にエラーが発生しました',
com_ui_agent_duplicated: 'アシスタントを複製しました',
com_ui_duplicate: '複製',
com_ui_enter_openapi_schema: 'OpenAPIスキーマを入力してください',
com_ui_schema: 'スキーマ',
com_ui_agents_allow_use: 'エージェントの使用を許可',
com_ui_more_info: '詳細',
com_ui_privacy_policy_url: 'プライバシーポリシーURL',
com_endpoint_agent_placeholder: 'エージェントを選択してください',
com_ui_duplicate_agent_confirm: 'このエージェントを複製しますか?',
com_nav_welcome_agent: 'エージェントを選択してください',
com_ui_delete_shared_link: '共有リンクを削除しますか?',
};