fix: correct spelling of "模板" in translation files (#28151)

This commit is contained in:
ye4241 2025-11-13 14:58:10 +08:00 committed by GitHub
parent b02165ffe6
commit 6ac61bd585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ const translation = {
},
completionMode: {
title: '文本生成型应用 API',
info: '可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模取决于开发者在 Dify 提示词编排页的设置。',
info: '可用于生成高质量文本的应用,例如生成文章、摘要、翻译等,通过调用 completion-messages 接口,发送用户输入得到生成文本结果。用于生成文本的模型参数和提示词模取决于开发者在 Dify 提示词编排页的设置。',
createCompletionApi: '创建文本补全消息',
createCompletionApiTip: '创建文本补全消息,支持一问一答模式。',
inputsTips: '选填以键值对方式提供用户输入字段与提示词编排中的变量对应。Key 为变量名称Value 是参数值。如果字段类型为 Select传入的 Value 需为预设选项之一。',

View File

@ -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',

View File

@ -65,7 +65,7 @@ const translation = {
exampleOptions: {
json: '天气 (JSON)',
yaml: '宠物商店 (YAML)',
blankTemplate: '空白模',
blankTemplate: '空白模',
},
availableTools: {
title: '可用工具',