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
32
app/javascript/dashboard/i18n/locale/de/signup.json
Normal file
32
app/javascript/dashboard/i18n/locale/de/signup.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user