chore: translate i18n files (#12118)
Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c3cf7b69a
commit
a2855fa24a
@@ -12,6 +12,7 @@ const translation = {
|
||||
uploadTime: '上傳時間',
|
||||
status: '狀態',
|
||||
action: '操作',
|
||||
chunkingMode: '分塊模式',
|
||||
},
|
||||
name: '名字',
|
||||
rename: '重新命名',
|
||||
@@ -77,6 +78,7 @@ const translation = {
|
||||
ok: '確定',
|
||||
},
|
||||
addUrl: '添加 URL',
|
||||
learnMore: '瞭解更多資訊',
|
||||
},
|
||||
metadata: {
|
||||
title: '元資料',
|
||||
@@ -327,6 +329,10 @@ const translation = {
|
||||
automatic: '自動',
|
||||
custom: '自定義',
|
||||
previewTip: '段落預覽將在嵌入完成後可用',
|
||||
hierarchical: '父子',
|
||||
parentMaxTokens: '父母',
|
||||
childMaxTokens: '孩子',
|
||||
pause: '暫停',
|
||||
},
|
||||
segment: {
|
||||
paragraphs: '段落',
|
||||
@@ -345,6 +351,43 @@ const translation = {
|
||||
newTextSegment: '新文字分段',
|
||||
newQaSegment: '新問答分段',
|
||||
delete: '刪除這個分段?',
|
||||
characters_other: '字元',
|
||||
addChunk: '添加數據塊',
|
||||
addChildChunk: '添加子塊',
|
||||
addAnother: '添加另一個',
|
||||
childChunkAdded: '添加了1個子塊',
|
||||
editParentChunk: '編輯父塊(Edit Parent Chunk)',
|
||||
editChildChunk: '編輯子塊',
|
||||
chunkDetail: '數據塊詳細資訊',
|
||||
regenerationConfirmTitle: '是否要重新生成子塊?',
|
||||
regenerationConfirmMessage: '重新生成子數據塊將覆蓋當前子數據塊,包括已編輯的數據塊和新添加的數據塊。重新生成無法復原。',
|
||||
regeneratingTitle: '重新生成子塊',
|
||||
regenerationSuccessTitle: '再生完成',
|
||||
collapseChunks: '摺疊塊',
|
||||
expandChunks: '擴展塊',
|
||||
chunkAdded: '添加了 1 個數據塊',
|
||||
editedAt: '編輯於',
|
||||
regeneratingMessage: '這可能需要一些時間,請稍候...',
|
||||
editChunk: '編輯數據塊',
|
||||
regenerationSuccessMessage: '您可以關閉此視窗。',
|
||||
chunks_other: '塊',
|
||||
childChunks_one: '子塊',
|
||||
edited: '編輯',
|
||||
characters_one: '字元',
|
||||
childChunks_other: '子塊',
|
||||
newChunk: '新區塊',
|
||||
chunk: '塊',
|
||||
childChunk: '子塊',
|
||||
parentChunks_one: '父數據塊',
|
||||
searchResults_one: '結果',
|
||||
searchResults_other: '結果',
|
||||
chunks_one: '塊',
|
||||
clearFilter: '清除過濾器',
|
||||
parentChunk: '父塊',
|
||||
empty: '未找到 Chunk',
|
||||
searchResults_zero: '結果',
|
||||
parentChunks_other: '父塊',
|
||||
newChildChunk: '新兒童塊',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user