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,35 @@
{
"labels": {
"Any": "Bất kỳ",
"Move Up": "Di chuyển lên",
"Move Down": "Di chuyển xuống",
"Move to Top": "Di chuyển lên đầu",
"Move to Bottom": "Di chuyển cuối cùng"
},
"fields": {
"name": "Tên",
"status": "Tình trạng",
"type": "Loại",
"attachments": "Đính kèm",
"publishDate": "Ngày xuất bản",
"expirationDate": "Ngày hết hạn",
"description": "Mô tả",
"body": "Nội dung",
"categories": "Chuyên mục",
"language": "Ngôn ngữ"
},
"links": {
"opportunities": "Cơ hội",
"categories": "Chuyên mục"
},
"options": {
"status": {
"Draft": "Bản nháp",
"Archived": "Đã lưu trữ",
"Published": "Đã xuất bản"
}
},
"presetFilters": {
"published": "Đã xuất bản"
}
}