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>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"REGISTER": {
|
|
"TRY_WOOT": "Einen Account registrieren",
|
|
"TITLE": "Registrieren",
|
|
"TERMS_ACCEPT": "Mit Ihrer Anmeldung stimmen Sie unseren <a href=\"https://www.chatwoot.com/terms\"> AGB </a> und <a href=\"https://www.chatwoot.com/privacy-policy\"> Datenschutzrichtlinie </a>",
|
|
"ACCOUNT_NAME": {
|
|
"LABEL": "Kontobezeichnung",
|
|
"PLACEHOLDER": "Wayne Enterprises",
|
|
"ERROR": "Der Kontoname ist zu klein"
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "Email",
|
|
"PLACEHOLDER": "bruce@wayne.enterprises",
|
|
"ERROR": "E-Mail ist ungültig"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Passwort",
|
|
"PLACEHOLDER": "Password",
|
|
"ERROR": "Das Passwort ist zu kurz"
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "Bestätige das Passwort",
|
|
"PLACEHOLDER": "Bestätige das Passwort",
|
|
"ERROR": "Passwort stimmt nicht überein"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Registrierung erfolgreich",
|
|
"ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut"
|
|
},
|
|
"SUBMIT": "Einreichen"
|
|
}
|
|
}
|