diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 71c34170b..3a12d2d11 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -52,12 +52,10 @@ }, "form": { "amount": "Betrag", - "your_amount": "Dein Betrag", - "current_balance": "aktueller Kontostand", - "new_balance": "neuer Kontostand nach Bestätigung", "at": "am", "cancel": "Abbrechen", "close": "schließen", + "current_balance": "aktueller Kontostand", "date": "Datum", "description": "Beschreibung", "edit": "bearbeiten", @@ -67,6 +65,7 @@ "lastname": "Nachname", "memo": "Nachricht", "message": "Nachricht", + "new_balance": "neuer Kontostand nach Bestätigung", "password": "Passwort", "passwordRepeat": "Passwort wiederholen", "password_new": "neues Passwort", @@ -91,7 +90,8 @@ "is-not": "Du kannst dir selbst keine Gradidos überweisen", "usernmae-regex": "Der Username muss mit einem Buchstaben beginnen auf den mindestens zwei alfanumerische Zeichen folgen müssen.", "usernmae-unique": "Der Username ist bereits vergeben." - } + }, + "your_amount": "Dein Betrag" }, "gdt": { "action": "Aktion", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index db19a3fd1..49f715717 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -52,12 +52,10 @@ }, "form": { "amount": "Amount", - "your_amount": "Your amount", - "current_balance": "current balance", - "new_balance": "account balance after confirmation", "at": "at", "cancel": "Cancel", "close": "Close", + "current_balance": "current balance", "date": "Date", "description": "Description", "edit": "Edit", @@ -67,6 +65,7 @@ "lastname": "Lastname", "memo": "Message", "message": "Message", + "new_balance": "account balance after confirmation", "password": "Password", "passwordRepeat": "Repeat password", "password_new": "New password", @@ -91,7 +90,8 @@ "is-not": "You cannot send Gradidos to yourself", "usernmae-regex": "The username must start with a letter, followed by at least two alphanumeric characters.", "usernmae-unique": "The username is already taken." - } + }, + "your_amount": "Your amount" }, "gdt": { "action": "Action",