From 8b3dfaf075d3d346e4d44b23e3be5fb24832b35b Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 26 Mar 2024 09:10:17 +0100 Subject: [PATCH] Add page title to the localization. --- presenter/src/locales/de.json | 14 ++++++++++---- presenter/src/locales/en.json | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/presenter/src/locales/de.json b/presenter/src/locales/de.json index 61a37d02b9..c44cfb616b 100644 --- a/presenter/src/locales/de.json +++ b/presenter/src/locales/de.json @@ -1,7 +1,8 @@ { "about": {}, "auth": { - "content": "Logge ein..." + "content": "Logge ein...", + "title": "DreamMall {'|'} Authentifizierung" }, "dataProtection": { "euDispute": { @@ -26,9 +27,11 @@ "revocation": { "content": "Nur mit Ihrer ausdrücklichen Einwilligung sind einige Vorgänge der Datenverarbeitung möglich. Ein Widerruf Ihrer bereits erteilten Einwilligung ist jederzeit möglich. Für den Widerruf genügt eine formlose Mitteilung per E-Mail. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.", "headline": "Widerruf Ihrer Einwilligung zur Datenverarbeitung" - } + }, + "title": "DreamMall {'|'} Datenschutz" }, "error": { + "title": "DreamMall {'|'} Fehler", "404": { "h1": "404 Seite nicht gefunden", "text": "Diese Seite konnte nicht gefunden werden." @@ -161,7 +164,8 @@ "content": "Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz:", "headline": "Umsatzsteuer-ID", "id": "DE356946303" - } + }, + "title": "DreamMall {'|'} Impressum" }, "menu": { "eMail": "E-Mail", @@ -209,8 +213,10 @@ }, "success": { "text": "Sie haben Ihr Newsletterabbonoment erfolgreich bestätigt. Sie werden in Kürze auf die Startseite weitergeleitet." - } + }, + "title":"DreamMall {'|'} Newsletter" }, + "title": "DreamMall", "validation": { "fieldNoEmail": "Dieses Feld muss eine Email-Adresse sein.", "fieldRequired": "Dieses Feld wird benötigt.", diff --git a/presenter/src/locales/en.json b/presenter/src/locales/en.json index 540dfc3f50..ad1b9a0aba 100644 --- a/presenter/src/locales/en.json +++ b/presenter/src/locales/en.json @@ -1,7 +1,8 @@ { "about": {}, "auth": { - "content": "Logging in..." + "content": "Logging in...", + "title": "DreamMall {'|'} Authentication" }, "dataProtection": { "euDispute": { @@ -26,9 +27,11 @@ "revocation": { "content": "Some data processing operations are only possible with your express consent. You can withdraw your consent at any time. An informal notification by e-mail is sufficient for the revocation. The legality of the data processing carried out until the revocation remains unaffected by the revocation.", "headline": "Withdrawal of your consent to data processing" - } + }, + "title": "DreamMall {'|'} Privacy Policy" }, "error": { + "title": "DreamMall {'|'} Error", "404": { "h1": "404 Page not found", "text": "This page could not be found." @@ -161,7 +164,8 @@ "content": "Sales tax identification number according to § 27 a sales tax law:", "headline": "Sales tax ID", "id": "DE356946303" - } + }, + "title": "DreamMall {'|'} Imprint" }, "menu": { "eMail": "E-Mail", @@ -209,8 +213,10 @@ }, "success": { "text": "You have successfully confirmed your newsletter subscription. You will be redirected to the start page shortly." - } + }, + "title":"DreamMall {'|'} Newsletter" }, + "title": "DreamMall", "validation": { "fieldNoEmail": "This field must be an email address", "fieldRequired": "This field is required",