fix locales

This commit is contained in:
ogerly 2022-08-05 17:57:43 +02:00
parent fd2875b201
commit 265832c687
2 changed files with 10 additions and 10 deletions

View File

@ -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.",

View File

@ -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.",