Initial commit
This commit is contained in:
45
application/Espo/Modules/Crm/Resources/i18n/vi_VN/Task.json
Normal file
45
application/Espo/Modules/Crm/Resources/i18n/vi_VN/Task.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Tên",
|
||||
"parent": "Chủ",
|
||||
"status": "Trạng thái",
|
||||
"dateStart": "Ngày bắt đầu",
|
||||
"dateEnd": "Hạn",
|
||||
"priority": "Ưu tiên",
|
||||
"description": "Mô tả",
|
||||
"isOverdue": "Đã quá hạn",
|
||||
"attachments": "Đính kèm",
|
||||
"reminders": "Nhắc nhở",
|
||||
"contact": "Danh bạ"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Đính kèm",
|
||||
"account": "Tài khoản",
|
||||
"contact": "Danh bạ"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Chưa bắt đầu",
|
||||
"Started": "Đã bắt đầu",
|
||||
"Completed": "Hoàn thành",
|
||||
"Canceled": "Hủy"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Thấp",
|
||||
"Normal": "Bình thường",
|
||||
"High": "Cao",
|
||||
"Urgent": "Gấp"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Tạo nhiệm vụ",
|
||||
"Complete": "Hoàn thành",
|
||||
"overdue": "quá hạn"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Hiện thời",
|
||||
"completed": "Hoàn thành",
|
||||
"todays": "Hôm nay",
|
||||
"overdue": "Quá hạn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user