mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🌍 i18n: Update translation.json with latest translations (#6132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2e63e32382
commit
3accf91094
2 changed files with 41 additions and 0 deletions
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"chat_direction_left_to_right": "algo precisa ir aqui. esta vazio",
|
||||
"chat_direction_right_to_left": "algo precisa ir aqui. esta vazio",
|
||||
"com_a11y_ai_composing": "A IA ainda está compondo.",
|
||||
"com_a11y_end": "A IA terminou de responder.",
|
||||
"com_a11y_start": "A IA começou a responder.",
|
||||
"com_agents_allow_editing": "Permitir que outros usuários editem seu agente",
|
||||
"com_agents_by_librechat": "por LibreChat",
|
||||
"com_agents_code_interpreter": "Quando ativado, permite que seu agente aproveite a API do interpretador de código LibreChat para executar o código gerado, incluindo o processamento de arquivos, com segurança. Requer uma chave de API válida.",
|
||||
"com_agents_code_interpreter_title": "API do Interpretador de Código",
|
||||
"com_agents_create_error": "Houve um erro ao criar seu agente.",
|
||||
"com_agents_description_placeholder": "Opcional: Descreva seu Agente aqui",
|
||||
"com_agents_enable_file_search": "Habilitar pesquisa de arquivos",
|
||||
"com_agents_instructions_placeholder": "As instruções do sistema que o agente usa",
|
||||
"com_agents_name_placeholder": "Opcional: O nome do agente",
|
||||
"com_agents_search_name": "Pesquisar agentes por nome",
|
||||
|
|
@ -626,6 +633,8 @@
|
|||
"com_ui_variables_info": "Use chaves duplas no seu texto para criar variáveis, por exemplo, `{{exemplo de variável}}`, para preencher posteriormente ao usar o prompt.",
|
||||
"com_ui_version_var": "Versão {{0}}",
|
||||
"com_ui_versions": "Versões",
|
||||
"com_ui_write": "Escrevendo",
|
||||
"com_ui_yes": "Sim",
|
||||
"com_ui_zoom": "Zoom",
|
||||
"com_user_message": "Você"
|
||||
}
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"chat_direction_left_to_right": "未找到描述。",
|
||||
"chat_direction_right_to_left": "未找到描述。",
|
||||
"com_a11y_ai_composing": "AI 仍在撰写中。",
|
||||
"com_a11y_end": "AI 已完成回复。",
|
||||
"com_a11y_start": "AI 已开始回复。",
|
||||
|
|
@ -85,6 +87,7 @@
|
|||
"com_auth_email_verification_redirecting": "在 {{0}} 秒后重定向...",
|
||||
"com_auth_email_verification_resend_prompt": "未收到邮件?",
|
||||
"com_auth_email_verification_success": "邮箱验证成功",
|
||||
"com_auth_email_verifying_ellipsis": "验证中...",
|
||||
"com_auth_error_create": "注册账户过程中出现错误,请重试。",
|
||||
"com_auth_error_invalid_reset_token": "重置密码的密钥已失效。",
|
||||
"com_auth_error_login": "无法登录,请确认提供的账户密码正确,并重新尝试。",
|
||||
|
|
@ -121,9 +124,11 @@
|
|||
"com_auth_submit_registration": "注册提交",
|
||||
"com_auth_to_reset_your_password": "重置密码。",
|
||||
"com_auth_to_try_again": "再试一次。",
|
||||
"com_auth_two_factor": "查看您首选的一次性密码应用程序,获取密码",
|
||||
"com_auth_username": "用户名(可选)",
|
||||
"com_auth_username_max_length": "用户名最多 20 个字符",
|
||||
"com_auth_username_min_length": "用户名至少 2 个字符",
|
||||
"com_auth_verify_your_identity": "验证您的身份",
|
||||
"com_auth_welcome_back": "欢迎",
|
||||
"com_click_to_download": "(点击此处下载)",
|
||||
"com_download_expired": "下载已过期",
|
||||
|
|
@ -136,6 +141,8 @@
|
|||
"com_endpoint_anthropic_maxoutputtokens": "响应中可以生成的最大令牌数。指定较低的值以获得较短的响应,指定较高的值以获得较长的响应。注意:模型可能会在达到此最大值之前停止。",
|
||||
"com_endpoint_anthropic_prompt_cache": "提示词缓存允许在 API 调用中复用大型上下文或指令,从而降低成本和延迟",
|
||||
"com_endpoint_anthropic_temp": "值介于 0 到 1 之间。对于分析性/选择性任务,值应更接近 0;对于创造性和生成性任务,值应更接近 1。我们建议更改该参数或 Top P,但不要同时更改这两个参数。",
|
||||
"com_endpoint_anthropic_thinking": "启用支持的 Claude 模型(3.7 Sonnet)的内部推理。注:要求设置 \"思维预算\",且低于 \"最大输出令牌\"。",
|
||||
"com_endpoint_anthropic_thinking_budget": "决定 Claude 内部推理过程允许使用的最大Token 数。尽管 Claude 可能不会使用分配的全部预算,尤其是在超过 32K 的范围内,但较大的预算可以对复杂问题进行更深入的分析,从而提高响应质量。此设置必须小于 \"最大输出 Token \"。",
|
||||
"com_endpoint_anthropic_topk": "top-k 会改变模型选择输出词元的方式。top-k 为 1 意味着所选词是模型词汇中概率最大的(也称为贪心解码),而 top-k 为 3 意味着下一个词是从 3 个概率最大的词中选出的(使用随机性)。",
|
||||
"com_endpoint_anthropic_topp": "top-p(核采样)会改变模型选择输出词元的方式。从概率最大的 K(参见topK参数)向最小的 K 选择,直到它们的概率之和等于 top-p 值。",
|
||||
"com_endpoint_assistant": "助手",
|
||||
|
|
@ -198,6 +205,7 @@
|
|||
"com_endpoint_openai_max_tokens": "可选的 'max_tokens' 字段,表示在聊天补全中可生成的最大词元数量。输入词元和生成词元的总长度受模型上下文长度的限制。如果该数值超过最大上下文词元数,您可能会遇到错误。",
|
||||
"com_endpoint_openai_pres": "值介于 -2.0 到 2.0 之间。正值将惩罚当前已经使用的词元,从而增加讨论新话题的可能性。",
|
||||
"com_endpoint_openai_prompt_prefix_placeholder": "在系统消息中添加自定义指令,默认为空",
|
||||
"com_endpoint_openai_reasoning_effort": "仅 o1 模型:限制推理模型的推理工作量。减少推理工作可加快回复速度,减少回复中用于推理的标记。",
|
||||
"com_endpoint_openai_resend": "重新发送所有先前附加的图像。注意:这会显着增加词元成本,并且可能会遇到很多关于图像附件的错误。",
|
||||
"com_endpoint_openai_resend_files": "重新发送所有先前附加的文件。注意:这会显着增加词元成本,并且可能会遇到很多关于图像附件的错误。",
|
||||
"com_endpoint_openai_stop": "最多 4 个序列,API 将停止生成更多词元。",
|
||||
|
|
@ -211,6 +219,7 @@
|
|||
"com_endpoint_plug_use_functions": "使用函数",
|
||||
"com_endpoint_presence_penalty": "话题新鲜度",
|
||||
"com_endpoint_preset": "预设",
|
||||
"com_endpoint_preset_custom_name_placeholder": "这里需要放置一些内容,但目前是空的。",
|
||||
"com_endpoint_preset_default": "现在是默认预设。",
|
||||
"com_endpoint_preset_default_item": "默认:",
|
||||
"com_endpoint_preset_default_none": "无默认预设可用。",
|
||||
|
|
@ -239,6 +248,8 @@
|
|||
"com_endpoint_stop": "停止序列",
|
||||
"com_endpoint_stop_placeholder": "按 `Enter` 键分隔多个值",
|
||||
"com_endpoint_temperature": "随机性",
|
||||
"com_endpoint_thinking": "思考中",
|
||||
"com_endpoint_thinking_budget": "预算思考",
|
||||
"com_endpoint_top_k": "Top K",
|
||||
"com_endpoint_top_p": "Top P",
|
||||
"com_endpoint_use_active_assistant": "使用激活的助手",
|
||||
|
|
@ -258,8 +269,10 @@
|
|||
"com_files_filter": "筛选文件...",
|
||||
"com_files_no_results": "无结果。",
|
||||
"com_files_number_selected": "已选择 {{0}} 个文件(共 {{1}} 个文件)",
|
||||
"com_files_table": "这里需要放一些内容,但目前是空的。",
|
||||
"com_generated_files": "生成的文件",
|
||||
"com_hide_examples": "隐藏示例",
|
||||
"com_nav_2fa": "双重身份验证 (2FA)",
|
||||
"com_nav_account_settings": "账户设置",
|
||||
"com_nav_always_make_prod": "始终应用新版本",
|
||||
"com_nav_archive_created_at": "归档时间",
|
||||
|
|
@ -325,6 +338,7 @@
|
|||
"com_nav_help_faq": "帮助",
|
||||
"com_nav_hide_panel": "隐藏最右侧面板",
|
||||
"com_nav_info_code_artifacts": "启用在对话旁显示的实验性代码工件",
|
||||
"com_nav_info_code_artifacts_agent": "使该代理能够使用代码附件。默认情况下,除非启用“自定义提示模式”,否则会添加与附件使用相关的额外说明。",
|
||||
"com_nav_info_custom_prompt_mode": "启用后,默认的工件系统提示将不会包含在内。在此模式下,必须手动提供所有生成工件的指令。",
|
||||
"com_nav_info_enter_to_send": "启用后,按下 `ENTER` 将发送您的消息。禁用后,按下 `ENTER` 将添加新行,您需要按下 `CTRL + ENTER` / `⌘ + ENTER` 来发送消息。",
|
||||
"com_nav_info_fork_change_default": "`仅可见消息` 仅包含到所选消息的直接路径,`包含相关分支` 添加路径上的分支,`包含所有目标` 包括所有连接的消息和分支。",
|
||||
|
|
@ -343,6 +357,7 @@
|
|||
"com_nav_lang_estonian": "Eesti keel",
|
||||
"com_nav_lang_finnish": "Suomi",
|
||||
"com_nav_lang_french": "Français ",
|
||||
"com_nav_lang_georgian": "格鲁吉亚语(Georgian)",
|
||||
"com_nav_lang_german": "Deutsch",
|
||||
"com_nav_lang_hebrew": "עברית",
|
||||
"com_nav_lang_indonesia": "Indonesia",
|
||||
|
|
@ -389,6 +404,7 @@
|
|||
"com_nav_settings": "设置",
|
||||
"com_nav_shared_links": "共享链接",
|
||||
"com_nav_show_code": "使用代码解释器时始终显示代码",
|
||||
"com_nav_show_thinking": "默认情况下启用思考下拉菜单",
|
||||
"com_nav_slash_command": "/-命令",
|
||||
"com_nav_slash_command_description": "切换至命令 “/” 以通过键盘选择提示词",
|
||||
"com_nav_source_buffer_error": "设置音频播放时发生错误。请刷新页面。",
|
||||
|
|
@ -427,6 +443,16 @@
|
|||
"com_sidepanel_parameters": "参数",
|
||||
"com_sidepanel_select_agent": "选择助手",
|
||||
"com_sidepanel_select_assistant": "选择助手",
|
||||
"com_ui_2fa_account_security": "双重身份验证为您的账户提供了额外的安全保护",
|
||||
"com_ui_2fa_disable": "关闭双重身份验证",
|
||||
"com_ui_2fa_disable_error": "禁用双重身份验证时出现错误",
|
||||
"com_ui_2fa_disabled": "双重身份验证已被禁用",
|
||||
"com_ui_2fa_enable": "双重身份验证",
|
||||
"com_ui_2fa_enabled": "双重身份验证已启用",
|
||||
"com_ui_2fa_generate_error": "生成双重身份验证设置时发生错误。",
|
||||
"com_ui_2fa_invalid": "无效的双重身份验证代码",
|
||||
"com_ui_2fa_setup": "设置双重身份验证",
|
||||
"com_ui_2fa_verified": "成功验证双重身份验证",
|
||||
"com_ui_accept": "我接受",
|
||||
"com_ui_add": "添加",
|
||||
"com_ui_add_model_preset": "添加一个模型或预设以获得额外的回复",
|
||||
|
|
@ -441,17 +467,22 @@
|
|||
"com_ui_agent_duplicate_error": "复制助手时发生错误",
|
||||
"com_ui_agent_duplicated": "助手复制成功",
|
||||
"com_ui_agent_editing_allowed": "其他用户已可以编辑此助手",
|
||||
"com_ui_agent_shared_to_all": "这里需要填入一些内容 之前是空的",
|
||||
"com_ui_agents": "代理",
|
||||
"com_ui_agents_allow_create": "允许创建助手",
|
||||
"com_ui_agents_allow_share_global": "允许与所有用户共享助手",
|
||||
"com_ui_agents_allow_use": "允许使用助手",
|
||||
"com_ui_all": "所有",
|
||||
"com_ui_all_proper": "所有",
|
||||
"com_ui_analyzing": "正在分析",
|
||||
"com_ui_analyzing_finished": "完成分析",
|
||||
"com_ui_api_key": "API 密钥",
|
||||
"com_ui_archive": "归档",
|
||||
"com_ui_archive_error": "归档对话失败",
|
||||
"com_ui_artifact_click": "点击以打开",
|
||||
"com_ui_artifacts": "Artifacts",
|
||||
"com_ui_artifacts_toggle": "切换至 Artifacts UI",
|
||||
"com_ui_artifacts_toggle_agent": "启用附件",
|
||||
"com_ui_ascending": "升序",
|
||||
"com_ui_assistant": "助手",
|
||||
"com_ui_assistant_delete_error": "删除助手时出现错误",
|
||||
|
|
@ -469,6 +500,7 @@
|
|||
"com_ui_authentication": "认证",
|
||||
"com_ui_authentication_type": "认证类型",
|
||||
"com_ui_avatar": "头像",
|
||||
"com_ui_azure": "Azure",
|
||||
"com_ui_back_to_chat": "返回对话",
|
||||
"com_ui_back_to_prompts": "返回提示词",
|
||||
"com_ui_basic": "基本",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue