refactor: consolidate individual system pages into a single reusable StatusPage component
This commit is contained in:
@@ -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 don’t 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 you’re looking for doesn’t 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user