ErrorComponent, 404Component, Theming
This commit is contained in:
Vendored
-5
File diff suppressed because one or more lines are too long
Vendored
+5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -5,10 +5,10 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/dist/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React + TS</title>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-BaG4uuqL.js"></script>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-C9ueyNrZ.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/react-C_FdcE2X.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-aBip8mmu.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-DojtBDN6.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-4z7lf7t1.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-Do102PZ-.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/zustand-DAXCIHlT.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/i18n-W-kxdzA-.js">
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/mui-CKDNpdid.css">
|
||||
|
||||
+10
-1
@@ -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
@@ -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."
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user