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
20
app/javascript/dashboard/i18n/locale/de/contact.json
Normal file
20
app/javascript/dashboard/i18n/locale/de/contact.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"CONTACT_PANEL": {
|
||||
"CONVERSATION_TITLE": "Unterhaltungsdetails",
|
||||
"BROWSER": "Browser",
|
||||
"OS": "Betriebssystem",
|
||||
"INITIATED_FROM": "Initiiert von",
|
||||
"INITIATED_AT": "Initiiert bei",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "Es sind keine vorherigen Gespräche mit diesem Kontakt verbunden.",
|
||||
"TITLE": "Vorherige Gespräche"
|
||||
},
|
||||
"LABELS": {
|
||||
"TITLE": "Konversationsetiketten",
|
||||
"UPDATE_BUTTON": "Etiketten aktualisieren",
|
||||
"UPDATE_ERROR": "Etiketten konnten nicht aktualisiert werden. Versuchen Sie es erneut.",
|
||||
"TAG_PLACEHOLDER": "Neues Etikett hinzufügen",
|
||||
"PLACEHOLDER": "Suchen oder fügen Sie ein Etikett hinzu"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user