From 5115063e47a98875c5151fd736f8c1934276aff8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 16 Mar 2022 03:16:22 +0100 Subject: [PATCH] order language keys --- frontend/src/locales/de.json | 4 ++-- frontend/src/locales/en.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 93752b92d..e6296f26e 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -9,7 +9,6 @@ "other-communities": "Weitere Gemeinschaften", "switch-to-this-community": "zu dieser Gemeinschaft wechseln" }, - "em-dash": "—", "decay": { "before_startblock_transaction": "Diese Transaktion beinhaltet keine Vergänglichkeit.", "calculation_decay": "Berechnung der Vergänglichkeit", @@ -28,6 +27,7 @@ "send": "Gesendet" } }, + "em-dash": "—", "error": { "empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.", "error": "Fehler!", @@ -130,8 +130,8 @@ "admin_area": "Adminbereich", "logout": "Abmelden", "members_area": "Mitgliederbereich", - "profile": "Mein Profil", "overview": "Übersicht", + "profile": "Mein Profil", "send": "Senden", "support": "Support", "transactions": "Transaktionen" diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 48e761eda..0809d1b8f 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -9,7 +9,6 @@ "other-communities": "Other communities", "switch-to-this-community": "Switch to this community" }, - "em-dash": "—", "decay": { "before_startblock_transaction": "This transaction does not include decay.", "calculation_decay": "Calculation of Decay", @@ -28,6 +27,7 @@ "send": "Sent" } }, + "em-dash": "—", "error": { "empty-transactionlist": "There was an error with the transmission of the number of your transactions.", "error": "Error!", @@ -130,8 +130,8 @@ "admin_area": "Admin Area", "logout": "Logout", "members_area": "Members area", - "profile": "My profile", "overview": "Overview", + "profile": "My profile", "send": "Send", "support": "Support", "transactions": "Transactions" @@ -171,11 +171,11 @@ "reset-password": { "text": "Enter a new password that you will use to log in to your Gradido account in the future.." }, + "send_now": "Send now", "set": "Set password", "set-password": { "text": "Now save your new password, which you can use to log in to your Gradido account in the future." }, - "send_now": "Send now", "subtitle": "If you have forgotten your password, you can reset it here." } },