Chatwoot/app/javascript/dashboard/i18n/locale/de/resetPassword.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

15 lines
516 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Passwort zurücksetzen",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Bitte geben Sie ihre E-Mail-Adresse ein",
"ERROR": "Bitte geben Sie eine gültige Email-Adresse ein"
},
"API": {
"SUCCESS_MESSAGE": "Der Link zum Zurücksetzen des Passworts wurde an Ihre E-Mail gesendet",
"ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut"
},
"SUBMIT": "Einreichen"
}
}