🌍 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

@ -852,4 +852,49 @@ export default {
com_nav_chat_commands_info:
'这些命令通过在您的消息开头输入特定字符来激活。每个命令都由其指定的前缀触发。如果您经常在消息开头使用这些字符,可以选择禁用这些命令。',
com_ui_enter_api_key: '输入API密钥',
com_ui_librechat_code_api_title: '运行AI代码',
com_error_invalid_action_error: '请求被拒绝:不允许使用指定的操作域。',
com_ui_librechat_code_api_subtitle: '安全可靠。多语言支持。文件输入/输出。',
com_error_files_unsupported_capability: '未启用支持此类文件的功能',
com_sidepanel_select_agent: '选择助手',
com_ui_librechat_code_api_key: '获取您的 LibreChat 代码解释器 API 密钥',
com_agents_by_librechat: '由 LibreChat 提供',
com_agents_code_interpreter_title: '代码解释器 API',
com_agents_code_interpreter:
'启用后您的代理可以安全地使用LibreChat代码解释器API来运行生成的代码包括文件处理功能。需要有效的API密钥。',
com_ui_endpoint_menu: 'LLM 终端菜单',
com_ui_endpoints_available: '可用渠道',
com_ui_llms_available: '可用的LLM模型',
com_ui_export_convo_modal: '导出对话窗口',
com_ui_llm_menu: 'LLM菜单',
com_ui_select_search_provider: '以名称搜索服务商',
com_ui_upload_type: '选择上传类型',
com_ui_reset_var: '重置{0}',
com_ui_upload_image_input: '上传图片',
com_ui_upload_file_search: '上传文件搜索',
com_ui_role_select: '角色',
com_ui_upload_code_files: '上传代码解释器文件',
com_ui_zoom: '缩放',
com_ui_duplication_success: '成功复制对话',
com_ui_admin_access_warning:
'禁用管理员对此功能的访问可能会导致界面出现异常,需要刷新页面。如果保存此设置,唯一的恢复方式是通过 librechat.yaml 配置文件中的界面设置进行修改,这将影响所有角色。',
com_ui_duplication_processing: '正在复制对话...',
com_ui_run_code_error: '代码运行出错',
com_ui_duplication_error: '复制对话时出现错误',
com_ui_logo: '{0}标识',
com_ui_agents_allow_create: '允许创建助手',
com_ui_agents_allow_use: '允许使用助手',
com_ui_agents_allow_share_global: '允许与所有用户共享助手',
com_ui_agent_duplicated: '助手复制成功',
com_ui_agent_duplicate_error: '复制助手时发生错误',
com_ui_schema: '架构',
com_ui_duplicate: '复制',
com_ui_more_info: '更多信息',
com_ui_privacy_policy_url: '隐私政策链接',
com_ui_enter_openapi_schema: '请在此输入OpenAPI架构',
com_ui_duplicate_agent_confirm: '您确定要复制此助手吗?',
com_endpoint_agent_placeholder: '请选择代理',
com_ui_delete_shared_link: '删除分享链接?',
com_nav_welcome_agent: '请选择 Agent',
};