dify/web/i18n/vi-VN/explore.ts
Stephen Zhou 6d0e36479b
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-29 14:52:32 +08:00

39 lines
889 B
TypeScript

const translation = {
title: 'Khám phá',
sidebar: {
chat: 'Trò chuyện',
action: {
pin: 'Ghim',
unpin: 'Bỏ ghim',
rename: 'Đổi tên',
delete: 'Xóa',
},
delete: {
title: 'Xóa ứng dụng',
content: 'Bạn có chắc chắn muốn xóa ứng dụng này không?',
},
},
apps: {
},
appCard: {
customize: 'Tùy chỉnh',
},
appCustomize: {
title: 'Tạo ứng dụng từ {{name}}',
subTitle: 'Biểu tượng và tên ứng dụng',
nameRequired: 'Vui lòng nhập tên ứng dụng',
},
category: {
Assistant: 'Trợ lý',
Writing: 'Viết lách',
Translate: 'Dịch thuật',
Programming: 'Lập trình',
HR: 'Nhân sự',
Agent: 'Người đại lý',
Workflow: 'Quy trình làm việc',
Entertainment: 'Giải trí',
},
}
export default translation