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
19
app/javascript/dashboard/i18n/locale/de/billing.json
Normal file
19
app/javascript/dashboard/i18n/locale/de/billing.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"BILLING": {
|
||||
"HEADER": "Abrechnung",
|
||||
"LOADING": "Abonnements abrufen",
|
||||
"ACCOUNT_STATE": "Kontostatus",
|
||||
"AGENT_COUNT": "Anzahl der Agenten",
|
||||
"PER_AGENT_COST": "Kosten pro Agent",
|
||||
"TOTAL_COST": "Gesamtkosten",
|
||||
"BUTTON": {
|
||||
"ADD": "Zahlungsmethode hinzufügen",
|
||||
"EDIT": "Zahlungsmethode BEARBEITEN"
|
||||
},
|
||||
"TRIAL": {
|
||||
"TITLE": "Ihre Probezeit ist vorbei",
|
||||
"MESSAGE": "Fügen Sie eine Zahlungsmethode hinzu, um Chatwoot weiterhin zu verwenden."
|
||||
},
|
||||
"ACCOUNT_LOCKED": "Ihr Konto ist derzeit nicht verfügbar. <br> Bitte wenden Sie sich zur Reaktivierung an Ihren Administrator."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user