mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 15:54:11 +00:00

* feat(app publish): feishu bot (#2290) * feat: feishu publish channel fe * feat: enable feishu fe, feat: feishu token api * feat: feishu bot * chore: extract saveChat from projects/app * chore: remove debug log output * feat: Basic Info * chore: feishu bot fe adjusting * feat: feishu bot docs * feat: new tmpData collection for all tmpdata * chore: compress the image * perf: feishu config * feat: source name * perf: text desc * perf: load system plugins * perf: chat source * feat(publish): Wecom bot (#2343) * chore: Wecom Config * feat(fe): wecom config fe * feat: wecom fe * chore: uses the newest editmodal * feat: update png; adjust the fe * chore: adjust fe * perf: publish app ui --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
48 lines
2.1 KiB
JSON
48 lines
2.1 KiB
JSON
{
|
||
"Code": "代码",
|
||
"add_new_input": "新增输入",
|
||
"code": {
|
||
"Reset template": "还原模板",
|
||
"Reset template confirm": "确认还原代码模板?将会重置所有输入和输出至模板值,请注意保存当前代码。"
|
||
},
|
||
"confirm_delete_field_tip": "确认删除该字段?",
|
||
"custom_input": "自定义输入",
|
||
"edit_input": "编辑输入",
|
||
"field_description": "字段描述",
|
||
"field_description_placeholder": "描述该输入字段的功能,如果为工具调用参数,则该描述会影响模型生成的质量",
|
||
"field_name_already_exists": "字段名已经存在",
|
||
"field_required": "必填",
|
||
"field_used_as_tool_input": "作为工具调用参数",
|
||
"ifelse": {
|
||
"Input value": "输入值",
|
||
"Select value": "选择值"
|
||
},
|
||
"input_description": "字段描述",
|
||
"only_the_reference_type_is_supported": "仅支持引用类型",
|
||
"optional_value_type": "可选的数据类型",
|
||
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型",
|
||
"response": {
|
||
"Code log": "Log 日志",
|
||
"Custom inputs": "自定义输入",
|
||
"Custom outputs": "自定义输出",
|
||
"Error": "错误信息",
|
||
"Read file result": "文档解析结果预览",
|
||
"read files": "解析的文档"
|
||
},
|
||
"template": {
|
||
"ai_chat": "AI 对话",
|
||
"ai_chat_intro": "AI 大模型对话",
|
||
"dataset_search": "知识库搜索",
|
||
"dataset_search_intro": "调用“语义检索”和“全文检索”能力,从“知识库”中查找可能与问题相关的参考内容",
|
||
"system_config": "系统配置",
|
||
"tool_call": "工具调用",
|
||
"tool_call_intro": "通过AI模型自动选择一个或多个功能块进行调用,也可以对插件进行调用。",
|
||
"workflow_start": "流程开始"
|
||
},
|
||
"tool_input": "工具参数",
|
||
"variable_picker_tips": "可输入节点名或变量名搜索",
|
||
"delete_api": "确认删除该API密钥?删除后该密钥立即失效,对应的对话日志不会删除,请确认!",
|
||
"create_link_error": "创建链接异常",
|
||
"update_link_error": "更新链接异常"
|
||
}
|