error pages

This commit is contained in:
2026-01-25 13:29:11 +01:00
parent 1380d40b4d
commit 5ba3afc393
4 changed files with 97 additions and 9 deletions

View File

@@ -368,6 +368,13 @@
"Error": {
"title": "Something went wrong!",
"description": "We encountered an unexpected error. Our team has been notified and is working on a fix.",
"tryAgain": "Try again"
"tryAgain": "Try again",
"goHome": "Back to Home",
"notFound": {
"title": "Connection Lost",
"subtitle": "404 - Page Not Found",
"description": "It seems the cable to this page has been disconnected. We couldn't find the resource you were looking for.",
"cta": "Back to Safety"
}
}
}