From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +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