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

View File

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