mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 03:36:36 +08:00
Update dataset pipeline header text and translations for improved clarity
This commit is contained in:
parent
da48e54778
commit
57c242fff3
@ -9,7 +9,7 @@ const Header = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='system-md-semibold relative flex px-16 pb-2 pt-5 text-text-primary'>
|
<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
|
<Link
|
||||||
className='absolute bottom-0 left-5'
|
className='absolute bottom-0 left-5'
|
||||||
href={'/datasets'}
|
href={'/datasets'}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
creation: {
|
creation: {
|
||||||
title: 'Blank Knowledge Pipeline',
|
backToKnowledge: 'Back to Knowledge',
|
||||||
createFromScratch: {
|
createFromScratch: {
|
||||||
title: 'Blank knowledge pipeline',
|
title: 'Blank knowledge pipeline',
|
||||||
description: 'Create a custom pipeline from scratch with full control over data processing and structure.',
|
description: 'Create a custom pipeline from scratch with full control over data processing and structure.',
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
creation: {
|
creation: {
|
||||||
title: '创建知识流水线',
|
backToKnowledge: '返回知识库',
|
||||||
createFromScratch: {
|
createFromScratch: {
|
||||||
title: '空白知识流水线',
|
title: '空白知识流水线',
|
||||||
description: '从零开始创建一个自定义知识流水线,对数据处理和结构拥有完全控制权。',
|
description: '从零开始创建一个自定义知识流水线,对数据处理和结构拥有完全控制权。',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user