From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
i18n/en-US/tools.ts | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/i18n/en-US/tools.ts b/i18n/en-US/tools.ts
index f624fac..b1f278f 100644
--- a/i18n/en-US/tools.ts
+++ b/i18n/en-US/tools.ts
@@ -4,7 +4,7 @@
customToolTip: 'Learn more about Dify custom tools',
type: {
all: 'All',
- builtIn: 'Tools',
+ builtIn: 'Built-in',
custom: 'Custom',
workflow: 'Workflow',
},
@@ -21,7 +21,7 @@
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',
@@ -131,7 +131,6 @@
parameters: 'parameters',
string: 'string',
number: 'number',
- file: 'file',
required: 'Required',
infoAndSetting: 'Info & Settings',
},
@@ -147,12 +146,10 @@
},
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
--
Gitblit v1.8.0