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
27
app/javascript/dashboard/i18n/locale/de/generalSettings.json
Normal file
27
app/javascript/dashboard/i18n/locale/de/generalSettings.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"GENERAL_SETTINGS": {
|
||||
"TITLE": "Kontoeinstellungen",
|
||||
"SUBMIT": "Update Einstellungen",
|
||||
"UPDATE": {
|
||||
"ERROR": "Einstellungen konnten nicht aktualisiert werden, versuchen Sie es erneut!",
|
||||
"SUCCESS": "Kontoeinstellungen erfolgreich aktualisiert"
|
||||
},
|
||||
"FORM": {
|
||||
"ERROR": "Bitte korrigieren Sie Formularfehler",
|
||||
"GENERAL_SECTION": {
|
||||
"TITLE": "Allgemeine Einstellungen",
|
||||
"NOTE": ""
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Kontobezeichnung",
|
||||
"PLACEHOLDER": "Ihr Kontoname",
|
||||
"ERROR": "Bitte geben Sie einen gültigen Kontonamen ein"
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"LABEL": "Site-Sprache (Beta)",
|
||||
"PLACEHOLDER": "Your account name",
|
||||
"ERROR": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user