diff --git a/README.md b/README.md
index d5177bf8e37..259fa5f868c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@

- [中文(简体)] | [English]
+ [中文(简体)] | [English]
diff --git a/ui/public/tool/bochaai/detail.md b/ui/public/tool/bochaai/detail.md
index c744a4ec008..528ede62bed 100644
--- a/ui/public/tool/bochaai/detail.md
+++ b/ui/public/tool/bochaai/detail.md
@@ -7,10 +7,10 @@
1. 获取API Key
在[博查开放平台](https://open.bochaai.com/overview) 上申请 API 密钥。
-
+
2. 在函数库中配置
在函数库的博查函数面板中,点击 … > 启动参数,填写 API 密钥,并启用该函数。
-
+
3. 在应用中使用
在高级编排应用中,点击添加组件->函数库->博查,设置使用参数。
-
+
diff --git a/ui/public/tool/google_search/detail.md b/ui/public/tool/google_search/detail.md
index 6d232ebdd6d..31dd8d82965 100644
--- a/ui/public/tool/google_search/detail.md
+++ b/ui/public/tool/google_search/detail.md
@@ -6,16 +6,16 @@ Google 搜索工具是一个实时 API,可提取搜索引擎结果,提供来
1. 创建 Google Custom Search Engine
在[Programmable Search Engine](https://programmablesearchengine.google.com/)中 添加 Search Engine
-
+
2. 获取cx参数
进入添加的引擎详情中,在【基本】菜单中获取搜索引擎的ID,即cx。
-
+
3. 获取 API Key
打开 https://developers.google.com/custom-search/v1/overview?hl=zh-cn 获取API Key。
-
+
4. 配置启动参数
在Google 搜索函数的启动参数中填写配置以上参数,并启用该函数。
-
+
5. 在应用中使用
在高级编排应用中,点击添加组件->函数库->Google搜索,设置使用参数。
-
+
diff --git a/ui/public/tool/langsearch/detail.md b/ui/public/tool/langsearch/detail.md
index 6f78ea2b7db..c2f4a686d45 100644
--- a/ui/public/tool/langsearch/detail.md
+++ b/ui/public/tool/langsearch/detail.md
@@ -7,11 +7,11 @@ LangSearch 是一个提供免费Web Search API和Rerank API的服务,支持新
1. 获取API Key
在[LangSearch](https://langsearch.com/overview) 上申请 API 密钥。
-
+
2. 在函数库中配置
在函数库的LangSearch函数面板中,点击 … > 启动参数,填写 API 密钥,并启用该函数。
-
+
3. 在应用中使用
在高级编排应用中,点击添加组件->函数库->LangSearch,设置使用参数。
-
+
\ No newline at end of file
diff --git a/ui/public/tool/mysql/detail.md b/ui/public/tool/mysql/detail.md
index c5e179db51c..ab41c34b285 100644
--- a/ui/public/tool/mysql/detail.md
+++ b/ui/public/tool/mysql/detail.md
@@ -7,8 +7,8 @@ MySQL查询是一个连接MySQL数据库执行SQL查询的工具。
1. 在函数库中配置启动参数
在函数库的MySQL函数面板中,点击 … > 启动参数,填写数据库连接参数,并启用该函数。
-
+
2. 在应用中使用
在高级编排应用中,点击添加组件->函数库->MySQL查询,设置查询内容。
-
+
\ No newline at end of file
diff --git a/ui/public/tool/postgresql/detail.md b/ui/public/tool/postgresql/detail.md
index aedd5d73867..421a653bf34 100644
--- a/ui/public/tool/postgresql/detail.md
+++ b/ui/public/tool/postgresql/detail.md
@@ -7,8 +7,8 @@ PostgreSQL查询是一个连接PostgreSQL数据库执行SQL查询的工具。
1. 在函数库中配置启动参数
在函数库的PostgreSQL函数面板中,点击 … > 启动参数,填写数据库连接参数,并启用该函数。
-
+
2. 在应用中使用
在高级编排应用中,点击添加组件->函数库->PostgreSQL查询,设置查询内容。
-
+
\ No newline at end of file
diff --git a/ui/src/locales/lang/en-US/common.ts b/ui/src/locales/lang/en-US/common.ts
index 1ea8277a81e..406ae8bd959 100644
--- a/ui/src/locales/lang/en-US/common.ts
+++ b/ui/src/locales/lang/en-US/common.ts
@@ -79,7 +79,7 @@ export default {
success: 'Successful',
fail: 'Failed',
all: 'All',
- STARTED: 'Padding',
+ STARTED: 'Running',
REVOKED: 'Cancelled',
REVOKE: 'Cancelling',
},
diff --git a/ui/src/locales/lang/en-US/workflow.ts b/ui/src/locales/lang/en-US/workflow.ts
index f322667c8a3..a8f648368c2 100644
--- a/ui/src/locales/lang/en-US/workflow.ts
+++ b/ui/src/locales/lang/en-US/workflow.ts
@@ -15,7 +15,7 @@ export default {
exportWorkflow: 'Export Workflow',
},
setting: {
- restoreVersion: 'Restore Previous Version"',
+ restoreVersion: 'Restore Previous Version',
restoreCurrentVersion: 'Restore to This Version',
addComponent: 'Add',
releaseHistory: 'Release History',
@@ -84,7 +84,7 @@ export default {
nodeUnavailable: 'Node unavailable',
needConnect1: 'The branch of the node needs to be connected',
cannotEndNode: 'This node cannot be used as an end node',
- loopNodeBreakNodeRequired: 'Wireless loop must have a Break node',
+ loopNodeBreakNodeRequired: 'Infinite loop must have a Break node',
},
nodes: {
toolWorlflowNode: {
@@ -128,8 +128,8 @@ export default {
baseNode: {
visibilitySetting: {
label: 'Visibility Setting',
- showCondition: 'Show Condition',
- hideCondition: 'Hide Condition',
+ showCondition: 'Show Condition',
+ hideCondition: 'Hide Condition',
},
fileUpload: {
label: 'File Upload',
@@ -555,6 +555,6 @@ You are a master of problem optimization, adept at accurately inferring user int
},
SystemPromptPlaceholder: 'System Prompt, can reference variables in the system, such as',
UserPromptPlaceholder: 'User Prompt, can reference variables in the system, such as',
- initiator: 'Iniiator',
+ initiator: 'Initiator',
abnormalInformation: 'Abnormal Information',
}
diff --git a/ui/src/locales/lang/zh-Hant/workflow.ts b/ui/src/locales/lang/zh-Hant/workflow.ts
index 6678d4536a7..d6448b1a3c2 100644
--- a/ui/src/locales/lang/zh-Hant/workflow.ts
+++ b/ui/src/locales/lang/zh-Hant/workflow.ts
@@ -128,8 +128,8 @@ export default {
baseNode: {
visibilitySetting: {
label: '顯隱設置',
- showCondition: '顯示條件',
- hideCondition: '隱藏條件',
+ showCondition: '顯示條件',
+ hideCondition: '隱藏條件',
},
fileUpload: {
label: '文件上傳',