From 7bd3f2b93238c615fe96c45f924750626362efe0 Mon Sep 17 00:00:00 2001 From: nite-knite Date: Mon, 2 Dec 2024 17:41:52 +0800 Subject: [PATCH] feat: update description for API endpoints configuration --- web/i18n/en-US/plugin.ts | 2 +- web/i18n/zh-Hans/plugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts index 69b2df6a53..99df176c32 100644 --- a/web/i18n/en-US/plugin.ts +++ b/web/i18n/en-US/plugin.ts @@ -59,7 +59,7 @@ const translation = { endpointDeleteTip: 'Remove Endpoint', endpointDeleteContent: 'Would you like to remove {{name}}? ', endpointModalTitle: 'Setup endpoint', - endpointModalDesc: 'After configuring form, all members within the workspace can use this endpoint when orchestrating applications.', + endpointModalDesc: 'Once configured, the features provided by the plugin via API endpoints can be used.', serviceOk: 'Service OK', disabled: 'Disabled', modelNum: '{{num}} MODELS INCLUDED', diff --git a/web/i18n/zh-Hans/plugin.ts b/web/i18n/zh-Hans/plugin.ts index a54d11e351..f5232cecaa 100644 --- a/web/i18n/zh-Hans/plugin.ts +++ b/web/i18n/zh-Hans/plugin.ts @@ -59,7 +59,7 @@ const translation = { endpointDeleteTip: '移除 API 端点', endpointDeleteContent: '是否要移除 {{name}} ?', endpointModalTitle: '设置 API 端点', - endpointModalDesc: '配置表单后,工作区内的所有成员都可以在编排应用时使用此 API 端点。', + endpointModalDesc: '完成配置后可使用插件 API 端点提供的功能', serviceOk: '服务正常', disabled: '停用', modelNum: '{{num}} 模型已包含',