frontend and backend base setup
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"Error": {
|
||||
"description": "<p>Es ist leider ein Problem aufgetreten.</p><p>Du kannst versuchen <retry>diese Seite neu zu laden</retry>.</p>",
|
||||
"title": "Etwas ist schief gelaufen!",
|
||||
"backToHome": "Zurück zur Startseite",
|
||||
"back": "Zurück",
|
||||
"defaultErrorCode": "Fehler",
|
||||
"defaultErrorMessage": "Es ist ein Problem aufgetreten."
|
||||
|
||||
},
|
||||
"LocaleSwitcher": {
|
||||
"label": "Sprache ändern",
|
||||
"locale": "{locale, select, de {🇩🇪 Deutsch} en {🇺🇸 English} other {Unbekannt}}"
|
||||
},
|
||||
"Navigation": {
|
||||
"home": "Start",
|
||||
"pathnames": "Pfadnamen"
|
||||
},
|
||||
"NotFoundPage": {
|
||||
"description": "Bitte überprüfe die Addressleiste deines Browsers oder verwende die Navigation um zu einer bekannten Seite zu wechseln.",
|
||||
"title": "Seite nicht gefunden"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"HomePage": {
|
||||
"title": "Hello world!",
|
||||
"about": "Go to the about page"
|
||||
},
|
||||
"Error": {
|
||||
"description": "<p>We've unfortunately encountered an error.</p><p>You can try to <retry>reload the page</retry> you were visiting.</p>",
|
||||
"title": "Something went wrong!",
|
||||
"backToHome": "Back to home",
|
||||
"back": "Back",
|
||||
"defaultErrorCode": "Error",
|
||||
"defaultErrorMessage": "An error occurred."
|
||||
},
|
||||
"LocaleSwitcher": {
|
||||
"label": "Change language",
|
||||
"locale": "{locale, select, de {🇩🇪 Deutsch} en {🇺🇸 English} other {Unknown}}"
|
||||
},
|
||||
"Navigation": {
|
||||
"home": "Home",
|
||||
"pathnames": "Pathnames"
|
||||
},
|
||||
"NotFoundPage": {
|
||||
"description": "Please check the address bar of your browser or use the navigation to go to a known page.",
|
||||
"title": "Page not found"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user