From 6ac61bd585fe4af3d27c3e7e17f44dac31b4f97a Mon Sep 17 00:00:00 2001 From: ye4241 <6803102+ye4241@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:58:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20spelling=20of=20"=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF"=20in=20translation=20files=20(#28151)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/i18n/zh-Hans/app-api.ts | 2 +- web/i18n/zh-Hans/app.ts | 6 +++--- web/i18n/zh-Hans/tools.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/i18n/zh-Hans/app-api.ts b/web/i18n/zh-Hans/app-api.ts index 70b8413244..4fe97f8231 100644 --- a/web/i18n/zh-Hans/app-api.ts +++ b/web/i18n/zh-Hans/app-api.ts @@ -31,7 +31,7 @@ const translation = { }, completionMode: { title: '文本生成型应用 API', - info: '可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模版取决于开发者在 Dify 提示词编排页的设置。', + info: '可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模板取决于开发者在 Dify 提示词编排页的设置。', createCompletionApi: '创建文本补全消息', createCompletionApiTip: '创建文本补全消息,支持一问一答模式。', inputsTips: '(选填)以键值对方式提供用户输入字段,与提示词编排中的变量对应。Key 为变量名称,Value 是参数值。如果字段类型为 Select,传入的 Value 需为预设选项之一。', diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index f6eb3b2b1b..53b4ef784a 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -38,7 +38,7 @@ const translation = { newApp: { learnMore: '了解更多', startFromBlank: '创建空白应用', - startFromTemplate: '从应用模版创建', + startFromTemplate: '从应用模板创建', foundResult: '{{count}} 个结果', foundResults: '{{count}} 个结果', noAppsFound: '未找到应用', @@ -80,7 +80,7 @@ const translation = { Confirm: '确认', import: '导入', nameNotEmpty: '名称不能为空', - appTemplateNotSelected: '请选择应用模版', + appTemplateNotSelected: '请选择应用模板', appTypeRequired: '请选择应用类型', appCreated: '应用已创建', caution: '注意', @@ -95,7 +95,7 @@ const translation = { }, newAppFromTemplate: { byCategories: '分类', - searchAllTemplate: '搜索所有模版...', + searchAllTemplate: '搜索所有模板...', sidebar: { Recommended: '推荐', Agent: 'Agent', diff --git a/web/i18n/zh-Hans/tools.ts b/web/i18n/zh-Hans/tools.ts index 8382d192f6..ce203a0592 100644 --- a/web/i18n/zh-Hans/tools.ts +++ b/web/i18n/zh-Hans/tools.ts @@ -65,7 +65,7 @@ const translation = { exampleOptions: { json: '天气 (JSON)', yaml: '宠物商店 (YAML)', - blankTemplate: '空白模版', + blankTemplate: '空白模板', }, availableTools: { title: '可用工具',