From 54019d1cbea87e78b39f14588ce96ff40f2ce000 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 2 Jan 2023 17:17:09 +0100 Subject: [PATCH] fix locales --- frontend/src/locales/de.json | 16 ++++++++-------- frontend/src/locales/en.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 3603f14a2..3d593de4f 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -1,4 +1,6 @@ { + "(": "(", + ")": ")", "100": "100%", "1000thanks": "1000 Dank, weil du bei uns bist!", "125": "125%", @@ -211,6 +213,7 @@ "raise": "Erhöhung", "recruited-member": "Eingeladenes Mitglied" }, + "h": "h", "language": "Sprache", "lastMonth": "letzter Monat", "link-load": "den letzten Link nachladen | die letzten {n} Links nachladen | weitere {n} Links nachladen", @@ -221,6 +224,7 @@ "minus": "−", "pipe": "|" }, + "maxReached": "Max. erreicht", "member": "Mitglied", "message": { "activateEmail": "Dein Konto wurde noch nicht aktiviert. Bitte überprüfe deine E-Mail und klicke den Aktivierungslink oder fordere einen neuen Aktivierungslink über die Password Reset Seite an.", @@ -245,6 +249,7 @@ "support": "Support", "transactions": "Transaktionen" }, + "openHours": "Offene Stunden", "pageTitle": { "community": "Meine Gemeinschaft", "gdt": "Deine GDT Transaktionen", @@ -318,6 +323,8 @@ "uppercase": "Großbuchstabe erforderlich." } }, + "status": "Status", + "submitted": "Eingereicht", "success": "Erfolg", "time": { "days": "Tage", @@ -339,12 +346,5 @@ "send_you": "sendet dir" }, "via_link": "über einen Link", - "welcome": "Willkommen in der Gemeinschaft", - "status": "Status", - "submitted": "Eingereicht", - "openHours": "Offene Stunden", - "maxReached": "Max. erreicht", - "h": "h", - "(": "(", - ")": ")" + "welcome": "Willkommen in der Gemeinschaft" } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 4baa84a0f..4f3f40782 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -1,4 +1,6 @@ { + "(": "(", + ")": ")", "100": "100%", "1000thanks": "1000 thanks for being with us!", "125": "125%", @@ -211,6 +213,7 @@ "raise": "Increase", "recruited-member": "Invited member" }, + "h": "h", "language": "Language", "lastMonth": "Last month", "link-load": "Load the last link | Load the last {n} links | Load more {n} links", @@ -221,6 +224,7 @@ "minus": "−", "pipe": "|" }, + "maxReached": "Max. reached", "member": "Member", "message": { "activateEmail": "Your account has not been activated yet. Please check your emails and click the activation link or order a new activation link over the password reset page.", @@ -245,6 +249,7 @@ "support": "Support", "transactions": "Transactions" }, + "openHours": "Open Hours", "pageTitle": { "community": "My community", "gdt": "Your GDT transactions", @@ -318,6 +323,8 @@ "uppercase": "One uppercase letter required." } }, + "status": "Status", + "submitted": "Submitted", "success": "Success", "time": { "days": "Days", @@ -339,12 +346,5 @@ "send_you": "wants to send you" }, "via_link": "via Link", - "welcome": "Welcome to the community", - "status": "Status", - "submitted": "Submitted", - "openHours": "Open Hours", - "maxReached": "Max. reached", - "h": "h", - "(": "(", - ")": ")" + "welcome": "Welcome to the community" }