Feature: Ability to set an account name (#667)
* 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>
This commit is contained in:
committed by
GitHub
parent
a1a81e3799
commit
99eaf59509
20
app/javascript/dashboard/i18n/locale/de/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/de/setNewPassword.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user