mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
167 lines
10 KiB
JSON
167 lines
10 KiB
JSON
{
|
||
"Array_element": "数组元素",
|
||
"Code": "代码",
|
||
"about_xxx_question": "关于 xxx 的问题",
|
||
"add_new_input": "新增输入",
|
||
"append_application_reply_to_history_as_new_context": "将该应用回复内容拼接到历史记录中,作为新的上下文返回",
|
||
"application_call": "应用调用",
|
||
"assigned_reply": "指定回复",
|
||
"can_not_loop": "该节点不支持循环嵌套",
|
||
"choose_another_application_to_call": "选择一个其他应用进行调用",
|
||
"classification_result": "分类结果",
|
||
"code": {
|
||
"Reset template": "还原模板",
|
||
"Reset template confirm": "确认还原代码模板?将会重置所有输入和输出至模板值,请注意保存当前代码。"
|
||
},
|
||
"code_execution": "代码运行",
|
||
"collection_metadata_filter": "集合元数据过滤",
|
||
"complete_extraction_result": "完整提取结果",
|
||
"complete_extraction_result_description": "一个 JSON 字符串,例如:{\"name:\":\"YY\",\"Time\":\"2023/7/2 18:00\"}",
|
||
"concatenation_result": "拼接结果",
|
||
"concatenation_text": "拼接文本",
|
||
"condition_checker": "判断器",
|
||
"confirm_delete_field_tip": "确认删除该字段?",
|
||
"contains": "包含",
|
||
"content_to_retrieve": "需要检索的内容",
|
||
"content_to_search": "需要检索的内容",
|
||
"create_link_error": "创建链接异常",
|
||
"custom_feedback": "自定义反馈",
|
||
"custom_input": "自定义输入",
|
||
"custom_plugin_output": "自定义插件输出",
|
||
"delete_api": "确认删除该API密钥?删除后该密钥立即失效,对应的对话日志不会删除,请确认!",
|
||
"dynamic_input_description": "接收前方节点的输出值作为变量,这些变量可以被 Laf 请求参数使用。",
|
||
"dynamic_input_description_concat": "可以引用其他节点的输出,作为文本拼接的变量,输入 / 唤起变量列表",
|
||
"edit_input": "编辑输入",
|
||
"end_with": "结束为",
|
||
"error_info_returns_empty_on_success": "代码运行错误信息,成功时返回空",
|
||
"execute_a_simple_script_code_usually_for_complex_data_processing": "执行一段简单的脚本代码,通常用于进行复杂的数据处理。",
|
||
"execute_different_branches_based_on_conditions": "根据一定的条件,执行不同的分支。",
|
||
"execution_error": "运行错误",
|
||
"extraction_requirements_description": "提取要求描述",
|
||
"extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。",
|
||
"extraction_requirements_placeholder": "例如: \\n1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||
"feedback_text": "反馈的文本",
|
||
"field_description": "字段描述",
|
||
"field_description_placeholder": "描述该输入字段的功能,如果为工具调用参数,则该描述会影响模型生成的质量",
|
||
"field_name_already_exists": "字段名已经存在",
|
||
"field_required": "必填",
|
||
"field_used_as_tool_input": "作为工具调用参数",
|
||
"filter_description": "目前支持标签和创建时间过滤,需按照以下格式填写:\n{\n \"tags\": {\n \"$and\": [\"标签 1\",\"标签 2\"],\n \"$or\": [\"有 $and 标签时,and 生效,or 不生效\"]\n },\n \"createTime\": {\n \"$gte\": \"YYYY-MM-DD HH:mm 格式即可,集合的创建时间大于该时间\",\n \"$lte\": \"YYYY-MM-DD HH:mm 格式即可,集合的创建时间小于该时间,可和 $gte 共同使用\"\n }\n}",
|
||
"full_field_extraction": "字段完全提取",
|
||
"full_field_extraction_description": "提取字段全部填充时返回 true (模型提取或使用默认值均属于成功)",
|
||
"full_response_data": "完整响应数据",
|
||
"greater_than": "大于",
|
||
"greater_than_or_equal_to": "大于等于",
|
||
"greeting": "打招呼",
|
||
"http_raw_response_description": "HTTP请求的原始响应。只能接受字符串或JSON类型响应数据。",
|
||
"http_request": "HTTP 请求",
|
||
"http_request_error_info": "HTTP请求错误信息,成功时返回空",
|
||
"ifelse": {
|
||
"Input value": "输入值",
|
||
"Select value": "选择值"
|
||
},
|
||
"input_description": "字段描述",
|
||
"input_variable_list": "可输入 / 唤起变量列表",
|
||
"intro_assigned_reply": "该模块可以直接回复一段指定的内容。常用于引导、提示。非字符串内容传入时,会转成字符串进行输出。",
|
||
"intro_custom_feedback": "该模块被触发时,会给当前的对话记录增加一条反馈。可用于自动记录对话效果等。",
|
||
"intro_custom_plugin_output": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出",
|
||
"intro_http_request": "可以发出一个 HTTP 请求,实现更为复杂的操作(联网搜索、数据库查询等)",
|
||
"intro_knowledge_base_search_merge": "可以将多个知识库搜索结果进行合并输出。使用 RRF 的合并方式进行最终排序输出。",
|
||
"intro_laf_function_call": "可以调用Laf账号下的云函数。",
|
||
"intro_loop": "可以输入一个数组,数组内元素将独立执行循环体,并将所有结果作为数组输出。",
|
||
"intro_plugin_input": "可以配置插件需要哪些输入,利用这些输入来运行插件",
|
||
"intro_question_classification": "根据用户的历史记录和当前问题判断该次提问的类型。可以添加多组问题类型,下面是一个模板例子:\n类型1: 打招呼\n类型2: 关于商品“使用”问题\n类型3: 关于商品“购买”问题\n类型4: 其他问题",
|
||
"intro_question_optimization": "使用问题优化功能,可以提高知识库连续对话时搜索的精度。使用该功能后,会先利用 AI 根据上下文构建一个或多个新的检索词,这些检索词更利于进行知识库搜索。该模块已内置在知识库搜索模块中,如果您仅进行一次知识库搜索,可直接使用知识库内置的补全功能。",
|
||
"intro_text_concatenation": "可对固定或传入的文本进行加工后输出,非字符串类型数据最终会转成字符串类型。",
|
||
"intro_text_content_extraction": "可从文本中提取指定的数据,例如:sql语句、搜索关键词、代码等",
|
||
"intro_tool_call_termination": "该模块需配置工具调用使用。当该模块被执行时,本次工具调用将会强制结束,并且不再调用AI针对工具调用结果回答问题。",
|
||
"is_empty": "为空",
|
||
"is_equal_to": "等于",
|
||
"is_not_empty": "不为空",
|
||
"is_not_equal": "不等于",
|
||
"judgment_result": "判断结果",
|
||
"knowledge_base_reference": "知识库引用",
|
||
"knowledge_base_search_merge": "知识库搜索引用合并",
|
||
"laf_function_call_test": "Laf 函数调用(测试)",
|
||
"length_equal_to": "长度等于",
|
||
"length_greater_than": "长度大于",
|
||
"length_greater_than_or_equal_to": "长度大于等",
|
||
"length_less_than": "长度小于",
|
||
"length_less_than_or_equal_to": "长度小于等于",
|
||
"length_not_equal_to": "长度不等于",
|
||
"less_than": "小于",
|
||
"less_than_or_equal_to": "小于等于",
|
||
"loop": "循环运行(测试)",
|
||
"loop_body": "循环体",
|
||
"loop_end": "循环体结束",
|
||
"loop_input_array": "数组",
|
||
"loop_result": "数组执行结果",
|
||
"loop_start": "循环体开始",
|
||
"loop_start_tip": "未输入数组",
|
||
"max_dialog_rounds": "最多携带多少轮对话记录",
|
||
"max_tokens": "最大 Tokens",
|
||
"mouse_priority": "鼠标优先",
|
||
"new_context": "新的上下文",
|
||
"not_contains": "不包含",
|
||
"only_the_reference_type_is_supported": "仅支持引用类型",
|
||
"optional_value_type": "可选的数据类型",
|
||
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型",
|
||
"other_questions": "其他问题",
|
||
"pan_priority": "触摸板优先",
|
||
"pass_returned_object_as_output_to_next_nodes": "将代码中 return 的对象作为输出,传递给后续的节点。变量名需要对应 return 的 key",
|
||
"plugin": {
|
||
"Instruction_Tip": "可以配置一段说明,以解释该插件的用途。每次使用插件前,会显示该段说明。支持标准 Markdown 语法。",
|
||
"Instructions": "使用说明"
|
||
},
|
||
"plugin_input": "插件输入",
|
||
"question_classification": "问题分类",
|
||
"question_optimization": "问题优化",
|
||
"quote_num": "引用{{num}}",
|
||
"raw_response": "原始响应",
|
||
"regex": "正则",
|
||
"reply_text": "回复的文本",
|
||
"request_error": "请求错误",
|
||
"response": {
|
||
"Code log": "Log 日志",
|
||
"Custom inputs": "自定义输入",
|
||
"Custom outputs": "自定义输出",
|
||
"Error": "错误信息",
|
||
"Read file result": "文档解析结果预览",
|
||
"read files": "解析的文档"
|
||
},
|
||
"select_an_application": "选择一个应用",
|
||
"select_another_application_to_call": "可以选择一个其他应用进行调用",
|
||
"special_array_format": "特殊数组格式,搜索结果为空时,返回空数组。",
|
||
"start_with": "开始为",
|
||
"target_fields_description": "由 '描述' 和 'key' 组成一个目标字段,可提取多个目标字段",
|
||
"template": {
|
||
"ai_chat": "AI 对话",
|
||
"ai_chat_intro": "AI 大模型对话",
|
||
"dataset_search": "知识库搜索",
|
||
"dataset_search_intro": "调用“语义检索”和“全文检索”能力,从“知识库”中查找可能与问题相关的参考内容",
|
||
"system_config": "系统配置",
|
||
"tool_call": "工具调用",
|
||
"tool_call_intro": "通过AI模型自动选择一个或多个功能块进行调用,也可以对插件进行调用。",
|
||
"workflow_start": "流程开始"
|
||
},
|
||
"text_concatenation": "文本拼接",
|
||
"text_content_extraction": "文本内容提取",
|
||
"text_to_extract": "需要提取的文本",
|
||
"these_variables_will_be_input_parameters_for_code_execution": "这些变量会作为代码的运行的输入参数",
|
||
"tool_call_termination": "工具调用终止",
|
||
"tool_input": "工具参数",
|
||
"trigger_after_application_completion": "将在应用完全结束后触发",
|
||
"update_link_error": "更新链接异常",
|
||
"update_specified_node_output_or_global_variable": "可以更新指定节点的输出值或更新全局变量",
|
||
"use_user_id": "使用者 ID",
|
||
"user_question": "用户问题",
|
||
"variable_picker_tips": "可输入节点名或变量名搜索",
|
||
"variable_update": "变量更新",
|
||
"workflow": {
|
||
"My edit": "我的编辑",
|
||
"Switch_success": "切换成功",
|
||
"Team cloud": "团队云端",
|
||
"exit_tips": "您的更改尚未保存,「直接退出」将不会保存您的编辑记录。"
|
||
}
|
||
}
|