diff --git a/public/locales/de/errors.json b/public/locales/de/errors.json new file mode 100644 index 000000000..80120766a --- /dev/null +++ b/public/locales/de/errors.json @@ -0,0 +1,6 @@ +{ + "notFoundTitle": "404 Seite nicht gefunden", + "notFoundDescription": "Die gewünschte Seite konnte nicht gefunden werden.", + "goToHome": "Zur Startseite", + "startChat": "Starte Chat" +} diff --git a/public/locales/sv/errors.json b/public/locales/sv/errors.json new file mode 100644 index 000000000..0dc9d1a01 --- /dev/null +++ b/public/locales/sv/errors.json @@ -0,0 +1,6 @@ +{ + "notFoundTitle": "404 hittades inte", + "notFoundDescription": "Vi kunde inte hitta sidan du försökte nå.", + "goToHome": "Gå till hem", + "startChat": "Starta chatt" +}