From 5716f67100a1fba6103a89795b879e2f5fea8b5d Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 26 Nov 2022 10:37:28 +0100 Subject: [PATCH] fix locales --- frontend/src/locales/de.json | 32 ++++++++++++++++---------------- frontend/src/locales/en.json | 32 ++++++++++++++++---------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 553346755..8a2e65a2c 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -1,9 +1,10 @@ { "100": "100%", "1000thanks": "1000 Dank, weil du bei uns bist!", + "1234": "1234", "125": "125%", "85": "85%", - "1234": "1234", + "active": "aktiv", "advanced-calculation": "Vorausberechnung", "auth": { "left": { @@ -16,14 +17,12 @@ "oneGratitude": "Für einander, für alle Menschen, für die Natur." } }, - "active": "aktiv", - "inactive": "inaktiv", "back": "Zurück", "community": { - "communityMember": "Du bist aktives Mitglied", - "city": "Stadt", "choose-another-community": "Eine andere Gemeinschaft auswählen", + "city": "Stadt", "community": "Gemeinschaft", + "communityMember": "Du bist aktives Mitglied", "continue-to-registration": "Weiter zur Registrierung", "current-community": "Aktuelle Gemeinschaft", "moderator": "Moderator", @@ -39,7 +38,6 @@ "contact": "Kontakt", "contribution": { "activity": "Tätigkeit", - "lastContribution": "Letzte Beiträge", "alert": { "answerQuestion": "Bitte beantworte die Rückfrage!", "communityNoteList": "Hier findest du alle eingereichten und bestätigten Beiträge von allen Mitgliedern aus dieser Gemeinschaft.", @@ -51,6 +49,7 @@ }, "delete": "Beitrag löschen! Bist du sicher?", "deleted": "Der Beitrag wurde gelöscht! Wird aber sichtbar bleiben.", + "exhausted": "Für diesen Monat kannst du nichts mehr schöpfen.", "formText": { "bringYourTalentsTo": "Bring dich mit deinen Talenten in die Gemeinschaft ein! Dein freiwilliges Engagement honorieren wir mit 20 GDD pro Stunde bis maximal 1.000 GDD im Monat.", "describeYourCommunity": "Beschreibe deine Gemeinwohl-Tätigkeit mit Angabe der Stunden und trage einen Betrag von 20 GDD pro Stunde ein! Nach Bestätigung durch einen Moderator wird der Betrag deinem Konto gutgeschrieben.", @@ -58,18 +57,20 @@ "openAmountForMonth": "Für {monthAndYear} kannst du noch {creation} GDD einreichen.", "yourContribution": "Dein Beitrag zum Gemeinwohl" }, + "lastContribution": "Letzte Beiträge", "noDateSelected": "Wähle irgendein Datum im Monat", "selectDate": "Wann war dein Beitrag?", "submit": "Einreichen", "submitted": "Der Beitrag wurde eingereicht.", "updated": "Der Beitrag wurde geändert.", - "yourActivity": "Bitte trage eine Tätigkeit ein!", - "exhausted": "Für diesen Monat kannst du nichts mehr schöpfen." + "yourActivity": "Bitte trage eine Tätigkeit ein!" }, "contribution-link": { "thanksYouWith": "dankt dir mit", "unique": "(einmalig)" }, + "contributionText": "Beitragstext", + "creation": "Schöpfung", "decay": { "before_startblock_transaction": "Diese Transaktion beinhaltet keine Vergänglichkeit.", "calculation_decay": "Berechnung der Vergänglichkeit", @@ -89,6 +90,7 @@ } }, "delete": "Löschen", + "edit": "bearbeiten", "em-dash": "—", "error": { "email-already-sent": "Wir haben dir bereits eine E-Mail vor weniger als 10 Minuten geschickt.", @@ -205,15 +207,16 @@ "factor": "Faktor", "formula": "Berechnungsformel", "funding": "Zu den Förderbeiträgen", - "gdtKonto": "GDT Konto", "gdt": "Gradido Transform", "gdt-received": "Gradido Transform (GDT) erhalten", + "gdtKonto": "GDT Konto", "no-transactions": "Du hast noch keine Gradido Transform (GDT).", "not-reachable": "Der GDT Server ist nicht erreichbar.", "publisher": "Dein geworbenes Mitglied hat einen Beitrag bezahlt", "raise": "Erhöhung", "recruited-member": "Eingeladenes Mitglied" }, + "inactive": "inaktiv", "language": "Sprache", "link-load": "den letzten Link nachladen | die letzten {n} Links nachladen | weitere {n} Links nachladen", "login": "Anmelden", @@ -235,6 +238,7 @@ "title": "Danke!", "unsetPassword": "Dein Passwort wurde noch nicht gesetzt. Bitte setze es neu." }, + "moderatorChat": "Moderator Chat", "navigation": { "admin_area": "Adminbereich", "community": "Gemeinschaft", @@ -249,13 +253,9 @@ "transactions": "Transaktionen" }, "qrCode": "QR Code", + "sendMethod": "Versandart", "send_gdd": "GDD versenden", "send_per_link": "GDD versenden per Link", - "sendMethod": "Versandart", - "contributionText": "Beitragstext", - "creation": "Schöpfung", - "edit": "bearbeiten", - "moderatorChat": "Moderator Chat", "session": { "extend": "Angemeldet bleiben", "lightText": "Wenn du länger als 10 Minuten keine Aktion getätigt hast, wirst du aus Sicherheitsgründen abgemeldet.", @@ -328,11 +328,11 @@ "years": "Jahr" }, "transaction": { + "lastTransactions": "Letzte Transaktionen", "nullTransactions": "Du hast noch keine Transaktionen auf deinem Konto.", "receiverDeleted": "Das Empfängerkonto wurde gelöscht", "receiverNotFound": "Empfänger nicht gefunden", - "show_all": "Alle {count} Transaktionen ansehen", - "lastTransactions": "Letzte Transaktionen" + "show_all": "Alle {count} Transaktionen ansehen" }, "transaction-link": { "send_you": "sendet dir" diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index e9f8d1261..bb0b8fef9 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -1,9 +1,10 @@ { "100": "100%", "1000thanks": "1000 thanks for being with us!", + "1234": "1234", "125": "125%", "85": "85%", - "1234": "1234", + "active": "active", "advanced-calculation": "Advanced calculation", "auth": { "left": { @@ -16,14 +17,12 @@ "oneGratitude": "For each other, for all people, for nature." } }, - "active": "active", - "inactive": "inactive", "back": "Back", "community": { - "communityMember": "You are an active member", - "city": "City", "choose-another-community": "Choose another community", + "city": "City", "community": "Community", + "communityMember": "You are an active member", "continue-to-registration": "Continue to registration", "current-community": "Current community", "moderator": "Moderator", @@ -39,7 +38,6 @@ "contact": "Contact", "contribution": { "activity": "Activity", - "lastContribution": "Last Contributions", "alert": { "answerQuestion": "Please answer the question", "communityNoteList": "Here you will find all submitted and confirmed contributions from all members of this community.", @@ -51,6 +49,7 @@ }, "delete": "Delete Contribution! Are you sure?", "deleted": "The contribution has been deleted! But it will remain visible.", + "exhausted": "You cannot create anything more for this month.", "formText": { "bringYourTalentsTo": "Bring your talents to the community! Your voluntary commitment will be rewarded with 20 GDD per hour up to a maximum of 1,000 GDD per month.", "describeYourCommunity": "Describe your community service activity with hours and enter an amount of 20 GDD per hour! After confirmation by a moderator, the amount will be credited to your account.", @@ -58,18 +57,20 @@ "openAmountForMonth": "For {monthAndYear}, you can still submit {creation} GDD.", "yourContribution": "Your contribution to the common good" }, + "lastContribution": "Last Contributions", "noDateSelected": "Choose any date in the month", "selectDate": "When was your contribution?", "submit": "Submit", "submitted": "The contribution was submitted.", "updated": "The contribution was changed.", - "yourActivity": "Please enter an activity!", - "exhausted": "You cannot create anything more for this month." + "yourActivity": "Please enter an activity!" }, "contribution-link": { "thanksYouWith": "thanks you with", "unique": "(unique)" }, + "contributionText": "Contribution Text", + "creation": "Creation", "decay": { "before_startblock_transaction": "This transaction does not include decay.", "calculation_decay": "Calculation of Decay", @@ -89,6 +90,7 @@ } }, "delete": "Delete", + "edit": "edit", "em-dash": "—", "error": { "email-already-sent": "We already sent you an email less than 10 minutes ago.", @@ -205,15 +207,16 @@ "factor": "Factor", "formula": "Calculation formula", "funding": "To the funding contributions", - "gdtKonto": "GDT Konto", "gdt": "Gradido Transform", "gdt-received": "Gradido Transform (GDT) received", + "gdtKonto": "GDT Konto", "no-transactions": "You do not have Gradido Transform (GDT) yet.", "not-reachable": "The GDT Server is not reachable.", "publisher": "A member you referred has paid a contribution", "raise": "Increase", "recruited-member": "Invited member" }, + "inactive": "inactive", "language": "Language", "link-load": "Load the last link | Load the last {n} links | Load more {n} links", "login": "Sign in", @@ -235,6 +238,7 @@ "title": "Thank you!", "unsetPassword": "Your password has not been set yet. Please set it again." }, + "moderatorChat": "Moderator Chat", "navigation": { "admin_area": "Admin Area", "community": "Community", @@ -249,13 +253,9 @@ "transactions": "Transactions" }, "qrCode": "QR Code", + "sendMethod": "Send Methods", "send_gdd": "GDD send", "send_per_link": "GDD send via link", - "sendMethod": "Send Methods", - "contributionText": "Contribution Text", - "creation": "Creation", - "edit": "edit", - "moderatorChat": "Moderator Chat", "session": { "extend": "Stay logged in", "lightText": "If you have not performed any action for more than 10 minutes, you will be logged out for security reasons.", @@ -328,11 +328,11 @@ "years": "Year" }, "transaction": { + "lastTransactions": "Last Transactions", "nullTransactions": "You don't have any transactions on your account yet.", "receiverDeleted": "The recipient account was deleted", "receiverNotFound": "Recipient not found", - "show_all": "View all {count} transactions.", - "lastTransactions": "Last Transactions" + "show_all": "View all {count} transactions." }, "transaction-link": { "send_you": "wants to send you"