Adding Vietnamese version of IPV6, Rewrite content of README.md

This commit is contained in:
2026-05-13 21:09:35 +07:00
parent 778f5f735d
commit b0d6bde50c
22 changed files with 1412 additions and 385 deletions
+168
View File
@@ -0,0 +1,168 @@
{
"meta": {
"title": "Bảng Quản Trị",
"subtitle": "IPv6 SUMMIT 2026 / Hạ Tầng Cốt Lõi",
"user": {
"name": "",
"role": "Quản Trị Hệ Thống",
"avatarUrl": ""
},
"footerTag": "Hạ Tầng Hệ Thống Cốt Lõi v2.4.0"
},
"stats": [
{
"id": "total",
"label": "Tổng yêu cầu",
"value": "1,284",
"hint": "+12% so tuần trước",
"icon": "database",
"accent": "none"
},
{
"id": "pending",
"label": "Chờ duyệt",
"value": "42",
"hint": "Ngưỡng tới hạn: 50",
"icon": "hourglass_empty",
"accent": "pending"
},
{
"id": "confirmed",
"label": "Đã xác nhận",
"value": "856",
"hint": "Sức chứa đạt 74%",
"icon": "check_circle",
"accent": "confirmed"
},
{
"id": "conversion",
"label": "Tỷ lệ chuyển đổi",
"value": "67%",
"hint": "",
"icon": "trending_up",
"accent": "progress",
"progressPercent": 67
}
],
"filters": {
"status": {
"label": "Trạng Thái",
"options": [
{ "value": "all", "label": "Tất cả" },
{ "value": "pending", "label": "Chờ duyệt" },
{ "value": "approved", "label": "Đã duyệt" },
{ "value": "rejected", "label": "Từ chối" }
]
},
"companyGroup": {
"label": "Công Ty",
"options": [
{ "value": "all", "label": "Tất cả phân khúc" },
{ "value": "tier1", "label": "Global Tier 1" },
{ "value": "cloud", "label": "Nhà cung cấp Cloud" },
{ "value": "enterprise", "label": "Doanh nghiệp" }
]
},
"searchPlaceholder": "Tìm theo tên, công ty, email hoặc ID…",
"exportLabel": "Xuất Excel"
},
"table": {
"columns": {
"id": "Mã",
"submitted": "Ngày nộp",
"name": "Họ tên",
"company": "Công ty",
"contact": "Email / ĐT",
"status": "Trạng thái",
"actions": "Thao tác"
},
"pageSize": 10
},
"statusMap": {
"approved": {
"label": "Đã Duyệt",
"borderClass": "border-primary text-primary bg-primary/10",
"dotClass": "bg-primary"
},
"pending": {
"label": "Chờ Duyệt",
"borderClass": "border-secondary text-secondary bg-secondary/10",
"dotClass": "bg-secondary"
},
"rejected": {
"label": "Từ Chối",
"borderClass": "border-red-400 text-red-300 bg-red-500/10",
"dotClass": "bg-red-400"
}
},
"requests": [
{
"id": "V6-4821",
"submittedAt": "2025-10-24",
"displayDate": "24 OCT 2025",
"fullName": "Elena Rodriguez",
"jobTitle": "Network Architect",
"company": "Cloudflare, Inc.",
"segment": "cloud",
"email": "e.rodriguez@cloudflare.com",
"phone": "+1 (555) 012-9988",
"status": "approved",
"notes": "VIP routing — yêu cầu chỗ ngồi hàng đầu."
},
{
"id": "V6-4819",
"submittedAt": "2025-10-23",
"displayDate": "23 OCT 2025",
"fullName": "Marcus Thorne",
"jobTitle": "Senior DevOps",
"company": "Akamai Technologies",
"segment": "tier1",
"email": "m.thorne@akamai.io",
"phone": "+44 20 7946 0123",
"status": "pending",
"notes": "Đang chờ thư xác nhận từ công ty."
},
{
"id": "V6-4790",
"submittedAt": "2025-10-22",
"displayDate": "22 OCT 2025",
"fullName": "Kenji Yamamoto",
"jobTitle": "CTO",
"company": "NTT Data Japan",
"segment": "enterprise",
"email": "yamamoto@ntt.jp",
"phone": "+81 3 1234 5678",
"status": "rejected",
"notes": "Vượt quá sức chứa — đề nghị vào danh sách chờ."
},
{
"id": "V6-4788",
"submittedAt": "2025-10-21",
"displayDate": "21 OCT 2025",
"fullName": "Priya Nair",
"jobTitle": "Solutions Engineer",
"company": "Amazon Web Services",
"segment": "cloud",
"email": "priya.nair@example.aws",
"phone": "+65 6123 8899",
"status": "pending",
"notes": ""
},
{
"id": "V6-4771",
"submittedAt": "2025-10-20",
"displayDate": "20 OCT 2025",
"fullName": "James Okonkwo",
"jobTitle": "Director of Infrastructure",
"company": "Global Telecom Partners",
"segment": "tier1",
"email": "j.okonkwo@gtp.net",
"phone": "+234 803 555 0142",
"status": "approved",
"notes": ""
}
],
"footer": {
"legal": ["Bảo Mật", "Điều Khoản", "Hỗ Trợ"]
}
}