fix locales

This commit is contained in:
ogerly 2022-09-16 10:22:19 +02:00
parent 420296ca94
commit db2415e617
2 changed files with 8 additions and 9 deletions

View File

@ -85,10 +85,10 @@
"lastname": "Nachname",
"math": {
"colon": ":",
"equals": "=",
"exclaim": "!",
"pipe": "|",
"plus": "+",
"equals": "="
"plus": "+"
},
"message": {
"request": "Die Anfrage wurde gesendet."
@ -141,11 +141,10 @@
},
"transactionlist": {
"amount": "Betrag",
"confirmed": "Bestätigt",
"confirmed": "Bestätigt",
"community": "Gemeinschaft",
"submitted": "Eingereicht",
"confirmed": "Bestätigt",
"memo": "Nachricht",
"submitted": "Eingereicht",
"title": "Alle geschöpften Transaktionen für den Nutzer"
},
"undelete_user": "Nutzer wiederherstellen",

View File

@ -85,10 +85,10 @@
"lastname": "Lastname",
"math": {
"colon": ":",
"equals": "=",
"exclaim": "!",
"pipe": "|",
"plus": "+",
"equals": "="
"plus": "+"
},
"message": {
"request": "Request has been sent."
@ -141,10 +141,10 @@
},
"transactionlist": {
"amount": "Amount",
"confirmed": "Confirmed",
"community": "Community",
"submitted": "Submitted",
"confirmed": "Confirmed",
"memo": "Message",
"submitted": "Submitted",
"title": "All creation-transactions for the user"
},
"undelete_user": "Undelete User",