Initial commit
This commit is contained in:
53
application/Espo/Modules/Crm/Resources/i18n/vi_VN/Case.json
Normal file
53
application/Espo/Modules/Crm/Resources/i18n/vi_VN/Case.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Tên",
|
||||
"number": "Số",
|
||||
"status": "Trạng thái",
|
||||
"account": "Tài khoản",
|
||||
"contact": "Liên hệ",
|
||||
"contacts": "Danh bạ",
|
||||
"priority": "Ưu tiên",
|
||||
"type": "Loại",
|
||||
"description": "Mô tả",
|
||||
"attachments": "Đính kèm"
|
||||
},
|
||||
"links": {
|
||||
"account": "Tài khoản",
|
||||
"Contacts": "Danh bạ",
|
||||
"meetings": "Cuộc hẹn",
|
||||
"calls": "Cuộc gọi",
|
||||
"tasks": "Nhiệm vụ",
|
||||
"articles": "Tài liệu kiến thức cơ bản",
|
||||
"attachments": "Đính kèm"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Mới",
|
||||
"Assigned": "Chỉ định",
|
||||
"Pending": "Đang chờ",
|
||||
"Closed": "Đã đóng",
|
||||
"Rejected": "Đã từ chối",
|
||||
"Duplicate": "Trùng"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Thấp",
|
||||
"Normal": "Bình thường",
|
||||
"High": "Cao",
|
||||
"Urgent": "Gấp"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Câu hỏi",
|
||||
"Incident": "Sự cố",
|
||||
"Problem": "Có vấn đề"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Tạo trường hợp",
|
||||
"Close": "Đóng",
|
||||
"Closed": "Đã đóng"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Mở",
|
||||
"closed": "Đã đóng"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user