Feat/enhance i18n scripts (#23114)

This commit is contained in:
lyzno1
2025-07-29 18:24:57 +08:00
committed by GitHub
parent 1bf0df03b5
commit f4d4a32af2
18 changed files with 783 additions and 71 deletions

View File

@@ -35,7 +35,6 @@ const translation = {
learnMore: '了解更多',
startFromBlank: '创建空白应用',
startFromTemplate: '从应用模版创建',
captionAppType: '想要哪种应用类型?',
foundResult: '{{count}} 个结果',
foundResults: '{{count}} 个结果',
noAppsFound: '未找到应用',
@@ -45,7 +44,6 @@ const translation = {
chatbotUserDescription: '通过简单的配置快速搭建一个基于 LLM 的对话机器人。支持切换为 Chatflow 编排。',
completionShortDescription: '用于文本生成任务的 AI 助手',
completionUserDescription: '通过简单的配置快速搭建一个面向文本生成类任务的 AI 助手。',
completionWarning: '该类型不久后将不再支持创建',
agentShortDescription: '具备推理与自主工具调用的智能助手',
agentUserDescription: '能够迭代式的规划推理、自主工具调用,直至完成任务目标的智能助手。',
workflowShortDescription: '面向单轮自动化任务的编排工作流',