Skip to content

Commit

Permalink
Add page title to the localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn committed Mar 26, 2024
1 parent 114aeec commit 8b3dfaf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions presenter/src/locales/de.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"about": {},
"auth": {
"content": "Logge ein..."
"content": "Logge ein...",
"title": "DreamMall {'|'} Authentifizierung"
},
"dataProtection": {
"euDispute": {
Expand All @@ -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."
Expand Down Expand Up @@ -161,7 +164,8 @@
"content": "Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz:",
"headline": "Umsatzsteuer-ID",
"id": "DE356946303"
}
},
"title": "DreamMall {'|'} Impressum"
},
"menu": {
"eMail": "E-Mail",
Expand Down Expand Up @@ -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.",
Expand Down
14 changes: 10 additions & 4 deletions presenter/src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"about": {},
"auth": {
"content": "Logging in..."
"content": "Logging in...",
"title": "DreamMall {'|'} Authentication"
},
"dataProtection": {
"euDispute": {
Expand All @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8b3dfaf

Please sign in to comment.