chore: translate i18n files (#12118)
Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
9c3cf7b69a
commit
a2855fa24a
@@ -145,6 +145,26 @@ const translation = {
|
||||
allExternalTip: '외부 지식만 사용하는 경우 사용자는 리랭크 모델을 사용할지 여부를 선택할 수 있습니다. 활성화하지 않으면 검색된 청크가 점수에 따라 정렬됩니다. 서로 다른 기술 자료의 검색 전략이 일관되지 않으면 부정확합니다.',
|
||||
externalAPIPanelDescription: '외부 지식 API는 Dify 외부의 기술 자료에 연결하고 해당 기술 자료에서 지식을 검색하는 데 사용됩니다.',
|
||||
noExternalKnowledge: '아직 외부 지식 API가 없으므로 여기를 클릭하여 생성하십시오.',
|
||||
chunkingMode: {
|
||||
parentChild: '부모-자식',
|
||||
general: '일반',
|
||||
},
|
||||
parentMode: {
|
||||
fullDoc: '전체 문서',
|
||||
paragraph: '단락',
|
||||
},
|
||||
batchAction: {
|
||||
delete: '삭제하다',
|
||||
enable: '사용',
|
||||
cancel: '취소',
|
||||
archive: '보관',
|
||||
selected: '선택한',
|
||||
disable: '비활성화',
|
||||
},
|
||||
localDocs: '로컬 문서',
|
||||
preprocessDocument: '{{숫자}} 문서 전처리',
|
||||
enable: '사용',
|
||||
documentsDisabled: '{{num}} 문서 사용 안 함 - 30일 이상 비활성 상태',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
Reference in New Issue
Block a user