ErrorComponent, 404Component, Theming

This commit is contained in:
2024-07-29 16:03:27 +02:00
parent e6fcd54e22
commit bf2f4954ee
27 changed files with 412 additions and 156 deletions
+10 -1
View File
@@ -86,5 +86,14 @@
"Dark": "Dunkel",
"Light": "Hell",
"System": "System"
"System": "System",
"Confirm success header": "Benutzer aktiviert!",
"Confirm error header": "Benutzer existiert nicht oder ist schon aktiviert.",
"Confirm pending header": "Benutzer wird aktiviert...",
"Back to main": "Zurück zur Hauptseite",
"Page not found": "Die Seite konnte nicht gefunden werden.",
"Session expired": "Deine Sitzung ist abgelaufen.",
"General error": "Da ist wohl was schief gelaufen."
}
+10 -1
View File
@@ -87,5 +87,14 @@
"Dark": "Dark",
"Light": "Light",
"System": "System"
"System": "System",
"Confirm success header": "User confirmed!",
"Confirm error header": "User does not exist or is already confirmed.",
"confirm pending header": "User is getting confirmed...",
"Back to main": "Back to the front page",
"Page not found": "This page was not found",
"Session expired": "Your session has expired.",
"General error": "Looks like something went wrong."
}