Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View 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."
}
}