From 5d4b3825c18ff1103e3fd68f763ba5402c6f31ed Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 19 Jan 2022 15:09:04 +0100 Subject: [PATCH] yarn locales fixed --- admin/src/locales/de.json | 14 +++++++------- admin/src/locales/en.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index e2a3b142c..137e45895 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -52,13 +52,13 @@ "remove": "Entfernen", "transaction": "Transaktion", "transactionlist": { - "title": "Alle geschöpften Transaktionen für den Nutzer", - "amount":"Betrag", - "memo":"Nachricht", - "date":"Datum", - "decay":"Vergänglichkeit", - "community":"Gemeinschaft", - "formatter":"DD.MM.YYYY" + "amount": "Betrag", + "community": "Gemeinschaft", + "date": "Datum", + "decay": "Vergänglichkeit", + "formatter": "DD.MM.YYYY", + "memo": "Nachricht", + "title": "Alle geschöpften Transaktionen für den Nutzer" }, "unregistered_emails": "Nur unregistrierte Nutzer", "unregister_mail": { diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 59ed05c12..36caa4616 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -52,13 +52,13 @@ "remove": "Remove", "transaction": "Transaction", "transactionlist": { - "title": "All creation-transactions for the user", - "amount":"Amount", - "memo":"Message", - "date":"Date", - "decay":"Decay", - "community":"Community", - "formatter":"MM.DD.YYYY" + "amount": "Amount", + "community": "Community", + "date": "Date", + "decay": "Decay", + "formatter": "MM.DD.YYYY", + "memo": "Message", + "title": "All creation-transactions for the user" }, "unregistered_emails": "Only unregistered users", "unregister_mail": {