refactor: consolidate individual system pages into a single reusable StatusPage component

This commit is contained in:
Firman Ramdhani
2026-08-03 11:20:45 +07:00
parent bfea7e7773
commit 9e30c8a5e5
9 changed files with 174 additions and 172 deletions
@@ -195,6 +195,32 @@
"endDate": "End Date",
"attachment": "Attachment",
"reference": "Reference"
},
"systemPages": {
"comingSoon": {
"title": "Coming Soon",
"heading": "Feature in Progress",
"description": "This feature is currently under development. Stay tuned! We'll have it ready for you very soon."
},
"forbidden": {
"title": "403 Error",
"heading": "Access Denied",
"description": "Sorry, you dont have permission to access this page. Please contact your administrator if you believe this is a mistake."
},
"maintenance": {
"title": "Maintenance",
"heading": "We'll Be Back Soon",
"description": "Our system is currently undergoing scheduled maintenance. We are working hard to bring it back online as soon as possible."
},
"notFound": {
"title": "404 Error",
"heading": "Page Not Found",
"description": "Sorry, the page youre looking for doesnt exist or has been moved."
},
"actions": {
"backToHome": "Back to Home",
"goBack": "Go Back"
}
}
}
}
@@ -195,6 +195,32 @@
"endDate": "Tanggal Selesai",
"attachment": "Lampiran",
"reference": "Referensi"
},
"systemPages": {
"comingSoon": {
"title": "Segera Hadir",
"heading": "Fitur dalam Pengembangan",
"description": "Fitur ini sedang dalam tahap pengembangan. Tetap ikuti pembaruannya! Kami akan segera menyiapkannya untuk Anda."
},
"forbidden": {
"title": "Error 403",
"heading": "Akses Ditolak",
"description": "Maaf, Anda tidak memiliki izin untuk mengakses halaman ini. Silakan hubungi administrator jika Anda merasa ini adalah kesalahan."
},
"maintenance": {
"title": "Pemeliharaan",
"heading": "Kami Akan Segera Kembali",
"description": "Sistem kami saat ini sedang menjalani pemeliharaan terjadwal. Kami bekerja keras untuk menghadirkannya kembali sesegera mungkin."
},
"notFound": {
"title": "Error 404",
"heading": "Halaman Tidak Ditemukan",
"description": "Maaf, halaman yang Anda cari tidak ada atau telah dipindahkan."
},
"actions": {
"backToHome": "Kembali ke Beranda",
"goBack": "Kembali"
}
}
}
}