added the option to change the wallet's password

This commit is contained in:
2025-04-26 10:34:15 +03:00
parent 9a227e4e53
commit 4e8eb3b2c3
10 changed files with 302 additions and 134 deletions

View File

@@ -31,7 +31,13 @@
"return_to_list": "zurück zur Liste",
"wallet": {
"password_confirmation": "Wallet-Passwort bestätigen",
"password": "Wallet-Passwort"
"password": "Wallet-Passwort",
"keep_password": "aktuelles Passwort beibehalten",
"new_password": "neues Passwort",
"error": {
"missing_new_password": "bitte neues Passwort eingeben",
"missing_password": "bitte Passwort eingeben"
}
},
"welcome": "willkommen bei"
}