| | |
| | | customToolTip: '了解更多关于 Dify 自定义工具的信息', |
| | | type: { |
| | | all: '全部', |
| | | builtIn: '工具', |
| | | builtIn: '内置', |
| | | custom: '自定义', |
| | | workflow: '工作流', |
| | | }, |
| | |
| | | setupModalTitle: '设置授权', |
| | | setupModalTitleDescription: '配置凭据后,工作区中的所有成员都可以在编排应用程序时使用此工具。', |
| | | }, |
| | | includeToolNum: '包含 {{num}} 个 {{action}}', |
| | | includeToolNum: '包含 {{num}} 个工具', |
| | | addTool: '添加工具', |
| | | addToolModal: { |
| | | type: '类型', |
| | |
| | | parameters: '参数', |
| | | string: '字符串', |
| | | number: '数字', |
| | | file: '文件', |
| | | required: '必填', |
| | | infoAndSetting: '信息和设置', |
| | | }, |
| | |
| | | howToGet: '如何获取', |
| | | openInStudio: '在工作室中打开', |
| | | toolNameUsageTip: '工具调用名称,用于 Agent 推理和提示词', |
| | | copyToolName: '复制名称', |
| | | noTools: '没有工具', |
| | | } |
| | | |
| | | export default translation |