refactor: standardize dataset-pipeline i18n terminology consistency (#26353)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const translation = {
|
||||
creation: {
|
||||
createFromScratch: {
|
||||
title: '空白知識管道',
|
||||
description: '從頭開始建立自訂管道,並完全控制資料處理和結構。',
|
||||
title: '空白知識流水線',
|
||||
description: '從頭開始建立自訂流水線,並完全控制資料處理和結構。',
|
||||
},
|
||||
caution: '小心',
|
||||
backToKnowledge: '返回知識',
|
||||
@@ -18,12 +18,12 @@ const translation = {
|
||||
convert: '轉換',
|
||||
saveAndProcess: '儲存和處理',
|
||||
choose: '選擇',
|
||||
useTemplate: '使用此知識管道',
|
||||
useTemplate: '使用此知識流水線',
|
||||
dataSource: '資料來源',
|
||||
editInfo: '編輯資訊',
|
||||
process: '處理',
|
||||
backToDataSource: '返回資料來源',
|
||||
exportPipeline: '匯出知識流水線',
|
||||
exportPipeline: '匯出流水線',
|
||||
details: '詳情',
|
||||
preview: '預覽',
|
||||
},
|
||||
@@ -33,15 +33,15 @@ const translation = {
|
||||
},
|
||||
publishPipeline: {
|
||||
success: {
|
||||
message: '知識管道已發布',
|
||||
message: '知識流水線已發布',
|
||||
},
|
||||
error: {
|
||||
message: '無法發佈知識管道',
|
||||
message: '無法發佈知識流水線',
|
||||
},
|
||||
},
|
||||
publishTemplate: {
|
||||
success: {
|
||||
message: '管道範本已發佈',
|
||||
message: '流水線範本已發佈',
|
||||
tip: '您可以在建立頁面上使用此範本。',
|
||||
learnMore: '瞭解詳情',
|
||||
},
|
||||
@@ -134,17 +134,17 @@ const translation = {
|
||||
title: '證實',
|
||||
content: '此動作是永久性的。您將無法恢復到以前的方法。請確認轉換。',
|
||||
},
|
||||
title: '轉換為知識管道',
|
||||
title: '轉換為知識流水線',
|
||||
warning: '此動作無法復原。',
|
||||
descriptionChunk2: '— 一種更開放和靈活的方法,可以訪問我們市場中的插件。這會將新的處理方法套用至所有未來的文件。',
|
||||
successMessage: '已成功將資料集轉換成管線',
|
||||
errorMessage: '無法將資料集轉換成管線',
|
||||
descriptionChunk1: '您現在可以轉換現有的知識庫,以使用知識管道進行文件處理',
|
||||
successMessage: '已成功將資料集轉換成流水線',
|
||||
errorMessage: '無法將資料集轉換成流水線',
|
||||
descriptionChunk1: '您現在可以轉換現有的知識庫,以使用知識流水線進行文件處理',
|
||||
},
|
||||
knowledgeDescription: '知識說明',
|
||||
knowledgeNameAndIconPlaceholder: '請輸入知識庫的名稱',
|
||||
knowledgeDescriptionPlaceholder: '描述此知識庫中的內容。詳細的描述使人工智慧能夠更準確地存取資料集的內容。如果為空,Dify 將使用預設命中策略。(選用)',
|
||||
pipelineNameAndIcon: '管線名稱 & 圖示',
|
||||
pipelineNameAndIcon: '流水線名稱 & 圖示',
|
||||
knowledgeNameAndIcon: '知識名稱和圖示',
|
||||
inputField: '輸入欄位',
|
||||
knowledgePermissions: '權限',
|
||||
|
||||
Reference in New Issue
Block a user