From 265832c6879b34de472a30a8326a923ca56456cf Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 17:57:43 +0200 Subject: [PATCH] fix locales --- frontend/src/locales/de.json | 10 +++++----- frontend/src/locales/en.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 0d4080a86..07d8c4dcf 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -33,7 +33,6 @@ }, "contribution": { "activity": "Tätigkeit", - "yourActivity":"Bitte trage eine Tätigkeit ein!", "alert": { "communityNoteList": "Hier findest du alle eingereichten und bestätigten Beiträge von allen Mitgliedern aus dieser Gemeinschaft.", "confirm": "bestätigt", @@ -56,7 +55,8 @@ "selectDate": "Wann war dein Beitrag?", "submit": "Einreichen", "submitted": "Der Beitrag wurde eingereicht.", - "updated": "Der Beitrag wurde geändert." + "updated": "Der Beitrag wurde geändert.", + "yourActivity": "Bitte trage eine Tätigkeit ein!" }, "contribution-link": { "thanksYouWith": "dankt dir mit" @@ -118,7 +118,7 @@ "from": "Von", "generate_now": "Jetzt generieren", "lastname": "Nachname", - "mandatoryField":"Pflichtfeld", + "mandatoryField": "Pflichtfeld", "memo": "Nachricht", "message": "Nachricht", "new_balance": "Neuer Kontostand nach Bestätigung", @@ -206,10 +206,10 @@ "login": "Anmeldung", "math": { "aprox": "~", + "asterisk": "*", "equal": "=", "minus": "−", - "pipe": "|", - "asterisk":"*" + "pipe": "|" }, "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.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index f902ba8c6..e7dc8ee38 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -33,7 +33,6 @@ }, "contribution": { "activity": "Activity", - "yourActivity":"Please enter an activity!", "alert": { "communityNoteList": "Here you will find all submitted and confirmed contributions from all members of this community.", "confirm": "confirmed", @@ -56,7 +55,8 @@ "selectDate": "When was your contribution?", "submit": "Submit", "submitted": "The contribution was submitted.", - "updated": "The contribution was changed." + "updated": "The contribution was changed.", + "yourActivity": "Please enter an activity!" }, "contribution-link": { "thanksYouWith": "thanks you with" @@ -118,7 +118,7 @@ "from": "from", "generate_now": "Generate now", "lastname": "Lastname", - "mandatoryField":"mandatory field", + "mandatoryField": "mandatory field", "memo": "Message", "message": "Message", "new_balance": "Account balance after confirmation", @@ -206,10 +206,10 @@ "login": "Login", "math": { "aprox": "~", + "asterisk": "*", "equal": "=", "minus": "−", - "pipe": "|", - "asterisk":"*" + "pipe": "|" }, "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.",