| | |
| | | customToolTip: 'Learn more about Dify custom tools', |
| | | type: { |
| | | all: 'All', |
| | | builtIn: 'Tools', |
| | | builtIn: 'Built-in', |
| | | custom: 'Custom', |
| | | workflow: 'Workflow', |
| | | }, |
| | |
| | | setupModalTitle: 'Set Up Authorization', |
| | | setupModalTitleDescription: 'After configuring credentials, all members within the workspace can use this tool when orchestrating applications.', |
| | | }, |
| | | includeToolNum: '{{num}} {{action}} included', |
| | | includeToolNum: '{{num}} tools included', |
| | | addTool: 'Add Tool', |
| | | addToolModal: { |
| | | type: 'type', |
| | |
| | | parameters: 'parameters', |
| | | string: 'string', |
| | | number: 'number', |
| | | file: 'file', |
| | | required: 'Required', |
| | | infoAndSetting: 'Info & Settings', |
| | | }, |
| | |
| | | }, |
| | | builtInPromptTitle: 'Prompt', |
| | | toolRemoved: 'Tool removed', |
| | | notAuthorized: 'Not authorized', |
| | | notAuthorized: 'Tool not authorized', |
| | | howToGet: 'How to get', |
| | | openInStudio: 'Open in Studio', |
| | | toolNameUsageTip: 'Tool call name for agent reasoning and prompting', |
| | | copyToolName: 'Copy Name', |
| | | noTools: 'No tools found', |
| | | } |
| | | |
| | | export default translation |