Initial commit
This commit is contained in:
43
application/Espo/Resources/i18n/vi_VN/EntityManager.json
Normal file
43
application/Espo/Resources/i18n/vi_VN/EntityManager.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"labels": {
|
||||
"Fields": "Trường",
|
||||
"Relationships": "Mối quan hệ",
|
||||
"Schedule": "Lên lịch",
|
||||
"Log": "Nhật ký",
|
||||
"Formula": "Công thức toán học"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Tên",
|
||||
"type": "Loại",
|
||||
"stream": "Cập nhật thông tin",
|
||||
"label": "Nhãn",
|
||||
"linkType": "Loại liên kết",
|
||||
"entityForeign": "Khóa phục cho Entity",
|
||||
"linkForeign": "Liên kết khóa phụ",
|
||||
"link": "Liên kết",
|
||||
"labelForeign": "Nhãn cho khóa phụ",
|
||||
"sortBy": "Sắp xếp mặc định (trường)",
|
||||
"sortDirection": "Sắp xếp theo mặc định (direction)",
|
||||
"linkMultipleField": "Liên kết đến nhiều trường",
|
||||
"disabled": "Tắt",
|
||||
"color": "Màu",
|
||||
"kanbanViewMode": "Chế độ xem tiến trình"
|
||||
},
|
||||
"options": {
|
||||
"type": {
|
||||
"": "Trống",
|
||||
"Person": "Con người",
|
||||
"CategoryTree": "Cây thư mục",
|
||||
"Company": "Công ty"
|
||||
},
|
||||
"sortDirection": {
|
||||
"asc": "Tăng dần",
|
||||
"desc": "Giảm dần"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"entityCreated": "Đã tạo Entity",
|
||||
"linkAlreadyExists": "Đường dẫn xung đột.",
|
||||
"linkConflict": "Tên xung đột: Liên kết hoặc trường đã tồn tại."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user