浏览代码

Update dataset pipeline header text and translations for improved clarity

tags/2.0.0-beta.1
twwu 2 个月前
父节点
当前提交
57c242fff3

+ 1
- 1
web/app/components/datasets/create-from-pipeline/header.tsx 查看文件

@@ -9,7 +9,7 @@ const Header = () => {

return (
<div className='system-md-semibold relative flex px-16 pb-2 pt-5 text-text-primary'>
<span>{t('datasetPipeline.creation.title')}</span>
<span>{t('datasetPipeline.creation.backToKnowledge')}</span>
<Link
className='absolute bottom-0 left-5'
href={'/datasets'}

+ 1
- 1
web/i18n/en-US/dataset-pipeline.ts 查看文件

@@ -1,6 +1,6 @@
const translation = {
creation: {
title: 'Blank Knowledge Pipeline',
backToKnowledge: 'Back to Knowledge',
createFromScratch: {
title: 'Blank knowledge pipeline',
description: 'Create a custom pipeline from scratch with full control over data processing and structure.',

+ 1
- 1
web/i18n/zh-Hans/dataset-pipeline.ts 查看文件

@@ -1,6 +1,6 @@
const translation = {
creation: {
title: '创建知识流水线',
backToKnowledge: '返回知识库',
createFromScratch: {
title: '空白知识流水线',
description: '从零开始创建一个自定义知识流水线,对数据处理和结构拥有完全控制权。',

正在加载...
取消
保存