99eaf59509
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
20 lines
617 B
JSON
20 lines
617 B
JSON
{
|
|
"SET_NEW_PASSWORD": {
|
|
"TITLE": "Neues Passwort festlegen",
|
|
"PASSWORD": {
|
|
"LABEL": "Passwort",
|
|
"PLACEHOLDER": "Passwort",
|
|
"ERROR": "Das Passwort ist zu kurz"
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "Bestätige das Passwort",
|
|
"PLACEHOLDER": "Bestätige das Passwort",
|
|
"ERROR": "Passwörter stimmen nicht überein"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Das Passwort wurde erfolgreich geändert",
|
|
"ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut"
|
|
},
|
|
"SUBMIT": "Einreichen"
|
|
}
|
|
}
|