yarn locales --fix

This commit is contained in:
ogerly 2022-03-10 10:51:44 +01:00
parent f4b5961c38
commit d24830bdb2
2 changed files with 10 additions and 10 deletions

View File

@ -46,11 +46,6 @@
"total": "Gesamt",
"year": "Jahre"
},
"transaction-link": {
"send_you":"sendet dir",
"subtitle":"subtitle",
"button":"einlösen"
},
"error": {
"change-password": "Fehler beim Ändern des Passworts",
"empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.",
@ -237,6 +232,11 @@
"receiverNotFound": "Empfänger nicht gefunden",
"show_all": "Alle <strong>{count}</strong> Transaktionen ansehen"
},
"transaction-link": {
"button": "einlösen",
"send_you": "sendet dir",
"subtitle": "subtitle"
},
"transactions": "Transaktionen",
"whitepaper": "Whitepaper"
}

View File

@ -46,11 +46,6 @@
"total": "Total",
"year": "Years"
},
"transaction-link": {
"send_you":"wants to send you",
"subtitle":"subtitle",
"button":"redeem"
},
"error": {
"change-password": "Error while changing password",
"empty-transactionlist": "There was an error with the transmission of the number of your transactions.",
@ -237,6 +232,11 @@
"receiverNotFound": "Recipient not found",
"show_all": "View all <strong>{count}</strong> transactions."
},
"transaction-link": {
"button": "redeem",
"send_you": "wants to send you",
"subtitle": "subtitle"
},
"transactions": "Transactions",
"whitepaper": "Whitepaper"
}