Feat/enhance i18n scripts (#23114)
This commit is contained in:
@@ -9,8 +9,6 @@ const translation = {
|
||||
table: {
|
||||
header: {
|
||||
question: '提问',
|
||||
match: '匹配',
|
||||
response: '回复',
|
||||
answer: '答案',
|
||||
createdAt: '创建时间',
|
||||
hits: '命中次数',
|
||||
@@ -71,7 +69,6 @@ const translation = {
|
||||
noHitHistory: '没有命中历史',
|
||||
},
|
||||
hitHistoryTable: {
|
||||
question: '问题',
|
||||
query: '提问',
|
||||
match: '匹配',
|
||||
response: '回复',
|
||||
|
||||
@@ -254,7 +254,6 @@ const translation = {
|
||||
noDataLine1: '在左侧描述您的用例,',
|
||||
noDataLine2: '编排预览将在此处显示。',
|
||||
apply: '应用',
|
||||
noData: '在左侧描述您的用例,编排预览将在此处显示。',
|
||||
loading: '为您编排应用程序中…',
|
||||
overwriteTitle: '覆盖现有配置?',
|
||||
overwriteMessage: '应用此提示将覆盖现有配置。',
|
||||
|
||||
@@ -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: '面向单轮自动化任务的编排工作流',
|
||||
|
||||
@@ -77,7 +77,6 @@ const translation = {
|
||||
activated: '现在登录',
|
||||
adminInitPassword: '管理员初始化密码',
|
||||
validate: '验证',
|
||||
sso: '使用 SSO 继续',
|
||||
checkCode: {
|
||||
checkYourEmail: '验证您的电子邮件',
|
||||
tips: '验证码已经发送到您的邮箱 <strong>{{email}}</strong>',
|
||||
|
||||
@@ -26,7 +26,6 @@ const translation = {
|
||||
now: '此刻',
|
||||
ok: '确定',
|
||||
cancel: '取消',
|
||||
pickDate: '选择日期',
|
||||
},
|
||||
title: {
|
||||
pickTime: '选择时间',
|
||||
|
||||
@@ -213,7 +213,6 @@ const translation = {
|
||||
startRun: '开始运行',
|
||||
running: '运行中',
|
||||
testRunIteration: '测试运行迭代',
|
||||
testRunLoop: '测试运行循环',
|
||||
back: '返回',
|
||||
iteration: '迭代',
|
||||
loop: '循环',
|
||||
|
||||
Reference in New Issue
Block a user