Skip to content

Commit

Permalink
🌍: Update Chinese Translation (danny-avila#2351)
Browse files Browse the repository at this point in the history
Update Simplified Chinese Translation
  • Loading branch information
HundSimon authored Apr 9, 2024
1 parent f2c34a4 commit 992a758
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions client/src/localization/languages/Zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
// file deepcode ignore HardcodedNonCryptoSecret: No hardcoded secrets present in this file

export default {
com_files_no_results: '无结果。',
com_files_filter: '筛选文件...',
com_files_number_selected: '已选择 {0} 个文件(共 {1} 个文件)',
com_sidepanel_select_assistant: '选择助手',
com_sidepanel_assistant_builder: '助手生成器',
com_sidepanel_hide_panel: '隐藏侧边栏',
com_sidepanel_attach_files: '附加文件',
com_sidepanel_manage_files: '管理文件',
com_assistants_capabilities: '功能',
com_assistants_knowledge: '知识',
com_assistants_knowledge_info:
'如果您在“知识”中上传文件,与助手的对话可能包括文件内容。',
com_assistants_knowledge_disabled:
'必须创建助手,且启用并保存代码解释器或检索,才能将文件作为知识上传。',
com_assistants_image_vision: '识图',
com_assistants_code_interpreter: '代码解释器',
com_assistants_code_interpreter_files:
'以下文件仅适用于代码解释器:',
com_assistants_retrieval: '检索',
com_assistants_search_name: '按名称搜索助手',
com_assistants_tools: '工具',
com_assistants_actions: '操作',
com_assistants_add_tools: '添加工具',
com_assistants_add_actions: '添加操作',
com_assistants_available_actions: '可用操作',
com_assistants_running_action: '正在运行操作',
com_assistants_completed_action: '与 {0} 聊天',
com_assistants_completed_function: '运行 {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 检索信息或执行操作',
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 Down

0 comments on commit 992a758

Please sign in to comment.