diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 2da556346..26a70a2b4 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -57,16 +57,16 @@ "yourContribution": "Dein Beitrag zum Gemeinwohl" }, "lastContribution": "Letzte Beiträge", + "noContributions": { + "allContributions": "Es wurden noch keine Beiträge eingereicht.", + "myContributions": "Du hast noch keine Beiträge eingereicht." + }, "noDateSelected": "Wähle irgendein Datum im Monat", "noOpenCreation": { "allMonth": "Für alle beiden Monate ist dein Schöpfungslimit erreicht. Den Nächsten Monat kannst du wieder 1000 GDD Schöpfen.", "lastMonth": "Für den ausgewählten Monat ist das Schöpfungslimit erreicht.", "thisMonth": "Für den aktuellen Monat ist das Schöpfungslimit erreicht." }, - "noContributions": { - "myContributions":"Du hast noch keine Beiträge eingereicht.", - "allContributions":"Es wurden noch keine Beiträge eingereicht." - }, "selectDate": "Wann war dein Beitrag?", "submit": "Einreichen", "submitted": "Der Beitrag wurde eingereicht.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 7fbe44f2e..cc4f0abd0 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -57,6 +57,10 @@ "yourContribution": "Your contribution to the common good" }, "lastContribution": "Last Contributions", + "noContributions": { + "allContributions": "No contributions have been submitted yet.", + "myContributions": "You have not submitted any entries yet." + }, "noDateSelected": "Choose any date in the month", "noOpenCreation": { "allMonth": "For all two months your creation limit is reached. The next month you can create 1000 GDD again.",