+
-
{payload.label[language]}
+
{payload.label[language]}
{isToolPlugin && (
diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts
index c73c6a448e..a82cdf6707 100644
--- a/web/i18n/en-US/plugin.ts
+++ b/web/i18n/en-US/plugin.ts
@@ -1,5 +1,6 @@
const translation = {
from: 'From',
+ fromMarketplace: 'From Marketplace',
endpointsEnabled: '{{num}} sets of endpoints enabled',
detailPanel: {
operation: {
@@ -18,6 +19,8 @@ const translation = {
disabled: 'Disabled',
modelNum: '{{num}} MODELS INCLUDED',
},
+ install: '{{num}} installs',
+ installAction: 'Install',
}
export default translation
diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts
index d5ab6eb728..2e3576b5b8 100644
--- a/web/i18n/en-US/workflow.ts
+++ b/web/i18n/en-US/workflow.ts
@@ -198,7 +198,7 @@ const translation = {
'searchTool': 'Search tool',
'tools': 'Tools',
'allTool': 'All',
- 'builtInTool': 'Built-in',
+ 'plugin': 'Plugin',
'customTool': 'Custom',
'workflowTool': 'Workflow',
'question-understand': 'Question Understand',
diff --git a/web/i18n/zh-Hans/plugin.ts b/web/i18n/zh-Hans/plugin.ts
index 9bf3fdeea8..5166ddedc3 100644
--- a/web/i18n/zh-Hans/plugin.ts
+++ b/web/i18n/zh-Hans/plugin.ts
@@ -1,5 +1,6 @@
const translation = {
from: '来自',
+ fromMarketplace: '来自市场',
endpointsEnabled: '{{num}} 组端点已启用',
detailPanel: {
operation: {
@@ -18,6 +19,8 @@ const translation = {
disabled: '停用',
modelNum: '{{num}} 模型已包含',
},
+ install: '{{num}} 次安装',
+ installAction: '安装',
}
export default translation