mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
633808de06
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
42 lines
1.1 KiB
TypeScript
42 lines
1.1 KiB
TypeScript
const translation = {
|
|
title: 'Khám phá',
|
|
sidebar: {
|
|
discovery: 'Khám phá',
|
|
chat: 'Trò chuyện',
|
|
workspace: 'Không gian làm việc',
|
|
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: {
|
|
title: 'Khám phá ứng dụng bởi Dify',
|
|
description: 'Sử dụng ngay các ứng dụng mẫu này hoặc tùy chỉnh ứng dụng của bạn dựa trên các mẫu có sẵn.',
|
|
allCategories: 'Tất cả danh mục',
|
|
},
|
|
appCard: {
|
|
addToWorkspace: 'Thêm vào không gian làm việc',
|
|
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ự',
|
|
},
|
|
}
|
|
|
|
export default translation
|