iachat/app/javascript/dashboard/i18n/locale/de/login.json
Nithin David Thomas 99eaf59509
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>
2020-04-06 22:17:07 +05:30

22 lines
663 B
JSON

{
"LOGIN": {
"TITLE": "Melden Sie sich bei Chatwoot an",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Email eg: someone@example.com"
},
"PASSWORD": {
"LABEL": "Passwort",
"PLACEHOLDER": "Passwort"
},
"API": {
"SUCCESS_MESSAGE": "Anmeldung erfolgreich",
"ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut",
"UNAUTH": "Benutzername / Passwort falsch. Bitte versuche es erneut"
},
"FORGOT_PASSWORD": "Haben Sie Ihr Passwort vergessen?",
"CREATE_NEW_ACCOUNT": "Neuen Account erstellen",
"SUBMIT": "Einloggen"
}
}