41 lines
1.4 KiB
TypeScript
41 lines
1.4 KiB
TypeScript
|
|
const translation = {
|
||
|
|
common: {
|
||
|
|
publishAsPipeline: {
|
||
|
|
description: '知識說明',
|
||
|
|
descriptionPlaceholder: '請輸入此知識管道的描述。(選用)',
|
||
|
|
name: '管線名稱 & 圖示',
|
||
|
|
namePlaceholder: '請輸入此知識管道的名稱。(必填)',
|
||
|
|
},
|
||
|
|
testRun: '試運行',
|
||
|
|
preparingDataSource: '準備資料來源',
|
||
|
|
publishAs: '發佈為知識管道',
|
||
|
|
reRun: '重新運行',
|
||
|
|
processing: '處理',
|
||
|
|
confirmPublishContent: '成功發布知識管道後,無法修改此知識庫的區塊結構。你確定要發布它嗎?',
|
||
|
|
confirmPublish: '確認發佈',
|
||
|
|
goToAddDocuments: '移至新增文件',
|
||
|
|
},
|
||
|
|
inputField: {
|
||
|
|
manage: '司',
|
||
|
|
create: '建立使用者輸入欄位',
|
||
|
|
},
|
||
|
|
publishToast: {
|
||
|
|
title: '此管線尚未發佈',
|
||
|
|
desc: '當管道未發佈時,可以在知識庫節點中修改區塊結構,管道編排和變更會自動儲存為草稿。',
|
||
|
|
},
|
||
|
|
result: {
|
||
|
|
resultPreview: {
|
||
|
|
viewDetails: '查看詳情',
|
||
|
|
error: '執行期間發生錯誤',
|
||
|
|
loading: '處理中...請稍候',
|
||
|
|
footerTip: '在測試運行模式下,可預覽最多 {{count}} 個區塊',
|
||
|
|
},
|
||
|
|
},
|
||
|
|
ragToolSuggestions: {
|
||
|
|
title: 'RAG 的建議',
|
||
|
|
noRecommendationPlugins: '沒有推薦的插件,請在 <CustomLink>市場</CustomLink> 中尋找更多',
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
export default translation
|