mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-17 07:58:08 +01:00
🌍 i18n: Updated Localizations (#5050)
* ✨ feat: Add Arabic localization for API key input and related UI elements
* i18n: updated translations
This commit is contained in:
parent
3fbbcb1cfe
commit
792ae03017
10 changed files with 457 additions and 0 deletions
|
|
@ -829,4 +829,49 @@ export default {
|
|||
com_nav_setting_chat: '聊天',
|
||||
com_nav_setting_speech: '語音',
|
||||
com_nav_command_settings: '指令設定',
|
||||
com_ui_enter_api_key: '輸入 API 金鑰',
|
||||
com_ui_librechat_code_api_title: '執行 AI 程式碼',
|
||||
com_ui_librechat_code_api_subtitle: '安全性高。多語言支援。檔案輸入/輸出。',
|
||||
com_ui_librechat_code_api_key: '取得你的 LibreChat 程式碼解譯器 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_ui_endpoint_menu: '語言模型端點選單',
|
||||
com_ui_endpoints_available: '可用選項',
|
||||
com_agents_code_interpreter:
|
||||
'啟用後,您的代理可以安全地使用 LibreChat 程式碼解譯器 API 來執行產生的程式碼,包括檔案處理功能。需要有效的 API 金鑰。',
|
||||
com_ui_llms_available: '可用的 LLM 模型',
|
||||
com_ui_export_convo_modal: '匯出對話視窗',
|
||||
com_ui_llm_menu: 'LLM 選單',
|
||||
com_ui_reset_var: '重設 {0}',
|
||||
com_ui_select_search_provider: '依名稱搜尋供應商',
|
||||
com_ui_upload_type: '選擇上傳類型',
|
||||
com_ui_upload_image_input: '上傳圖片',
|
||||
com_ui_upload_file_search: '上傳檔案以供搜尋',
|
||||
com_ui_upload_code_files: '上傳程式碼解譯器檔案',
|
||||
com_ui_role_select: '角色',
|
||||
com_ui_zoom: '縮放',
|
||||
com_ui_admin_access_warning:
|
||||
'停用管理員對此功能的存取權限可能會導致意外的介面問題,需要重新整理頁面。若儲存此設定,唯一的還原方式是透過 librechat.yaml 設定檔中的介面設定,這會影響所有角色。',
|
||||
com_ui_run_code_error: '執行程式碼時發生錯誤',
|
||||
com_ui_duplication_processing: '正在複製對話...',
|
||||
com_ui_logo: '{0} 標誌',
|
||||
com_ui_duplication_success: '已成功複製對話',
|
||||
com_ui_duplication_error: '複製對話時發生錯誤',
|
||||
com_ui_agents_allow_use: '允許使用代理',
|
||||
com_ui_agents_allow_share_global: '允許與所有使用者共享助理',
|
||||
com_ui_agents_allow_create: '允許建立代理',
|
||||
com_ui_agent_duplicate_error: '複製助理時發生錯誤',
|
||||
com_ui_more_info: '更多資訊',
|
||||
com_ui_duplicate: '複製',
|
||||
com_ui_agent_duplicated: '已成功複製助理',
|
||||
com_ui_schema: '綱要',
|
||||
com_ui_privacy_policy_url: '隱私權政策網址',
|
||||
com_ui_enter_openapi_schema: '在此輸入您的 OpenAPI 結構描述',
|
||||
com_endpoint_agent_placeholder: '請選擇代理',
|
||||
com_ui_duplicate_agent_confirm: '您確定要複製這個助理嗎?',
|
||||
com_ui_delete_shared_link: '刪除共享連結?',
|
||||
com_nav_welcome_agent: '請選擇代理',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue