From 5bd37a5a2ae0a45d1353712ae56bc20da3d9b753 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 24 Jan 2023 16:52:28 +0100 Subject: [PATCH] fix: locales --- frontend/src/locales/de.json | 6 +++--- frontend/src/locales/en.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 1fcfcdb4a..7ffbf8143 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -57,12 +57,12 @@ "yourContribution": "Dein Beitrag zum Gemeinwohl" }, "lastContribution": "Letzte Beiträge", + "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.", - "thisMonth": "Für den aktuellen Monat ist das Schöpfungslimit erreicht.", - "lastMonth": "Für den ausgewählten Monat ist das Schöpfungslimit erreicht." + "lastMonth": "Für den ausgewählten Monat ist das Schöpfungslimit erreicht.", + "thisMonth": "Für den aktuellen Monat ist das Schöpfungslimit erreicht." }, - "noDateSelected": "Wähle irgendein Datum im Monat", "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 02ca1bd59..7fbe44f2e 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -57,12 +57,12 @@ "yourContribution": "Your contribution to the common good" }, "lastContribution": "Last Contributions", + "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.", - "thisMonth": "The creation limit has been reached for the current month.", - "lastMonth": "The creation limit is reached for the selected month." + "lastMonth": "The creation limit is reached for the selected month.", + "thisMonth": "The creation limit has been reached for the current month." }, - "noDateSelected": "Choose any date in the month", "selectDate": "When was your contribution?", "submit": "Submit", "submitted": "The contribution was submitted.",