chore: translate i18n files (#12118)

Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-26 23:33:11 +08:00
committed by GitHub
parent 9c3cf7b69a
commit a2855fa24a
109 changed files with 1894 additions and 0 deletions

View File

@@ -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: '임베딩이 완료된 후에 세그먼트 미리보기를 사용할 수 있습니다',
childMaxTokens: '아이',
parentMaxTokens: '부모',
pause: '일시 중지',
hierarchical: '부모-자식',
},
segment: {
paragraphs: '단락',
@@ -345,6 +351,43 @@ const translation = {
newTextSegment: '새로운 텍스트 세그먼트',
newQaSegment: '새로운 Q&A 세그먼트',
delete: '이 청크를 삭제하시겠습니까?',
parentChunks_one: '부모 청크(PARENT CHUNK)',
newChunk: '새 청크',
addChildChunk: '자손 청크 추가(Add Child Chunk)',
editChildChunk: '자손 청크 편집(Edit Child Chunk)',
chunkDetail: '청크 디테일(Chunk Detail)',
editChunk: '청크 편집(Edit Chunk)',
regeneratingTitle: '자식 청크 재생성',
newChildChunk: '새 자손 청크(New Child Chunk)',
childChunkAdded: '자식 청크 1개 추가됨',
chunk: '덩어리',
searchResults_zero: '결과',
empty: '청크를 찾을 수 없습니다.',
editParentChunk: '부모 청크 편집(Edit Parent Chunk)',
chunks_one: '덩어리',
regenerationSuccessMessage: '이 창을 닫을 수 있습니다.',
childChunks_one: '자식 청크(CHILD CHUNK)',
regenerationSuccessTitle: '재생이 완료되었습니다.',
editedAt: '편집 위치',
addAnother: '다른 항목 추가',
chunkAdded: '청크 1개 추가됨',
searchResults_one: '결과',
searchResults_other: '결과',
regenerationConfirmMessage: '자식 청크를 다시 생성하면 편집된 청크와 새로 추가된 청크를 포함하여 현재 자식 청크를 덮어씁니다. 재생성은 취소할 수 없습니다.',
regenerationConfirmTitle: '자식 청크를 다시 생성하시겠습니까?',
clearFilter: '필터 지우기',
characters_one: '문자',
parentChunk: '부모-청크',
expandChunks: '청크 확장',
collapseChunks: '청크 축소',
parentChunks_other: '부모 청크(PARENT CHUNKS)',
childChunk: '자식 청크',
childChunks_other: '자식 청크',
chunks_other: '청크',
edited: '편집',
addChunk: '청크 추가(Add Chunk)',
characters_other: '문자',
regeneratingMessage: '시간이 걸릴 수 있으니 잠시만 기다려 주십시오...',
},
}