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

@@ -146,6 +146,26 @@ const translation = {
externalKnowledgeIdPlaceholder: 'Vui lòng nhập ID kiến thức',
createNewExternalAPI: 'Tạo API Kiến thức Bên ngoài mới',
externalAPIPanelDescription: 'API kiến thức bên ngoài được sử dụng để kết nối với cơ sở kiến thức bên ngoài Dify và truy xuất kiến thức từ cơ sở kiến thức đó.',
chunkingMode: {
general: 'Tổng quát',
parentChild: 'Cha mẹ-con cái',
},
parentMode: {
paragraph: 'Đoạn',
fullDoc: 'Tài liệu đầy đủ',
},
batchAction: {
disable: 'Vô hiệu hóa',
enable: 'Kích hoạt',
delete: 'Xóa',
selected: 'Chọn',
archive: 'Lưu trữ',
cancel: 'Hủy',
},
localDocs: 'Tài liệu địa phương',
enable: 'Kích hoạt',
preprocessDocument: '{{số}} Tiền xử lý tài liệu',
documentsDisabled: '{{num}} tài liệu bị vô hiệu hóa - không hoạt động trong hơn 30 ngày',
}
export default translation