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/report.json
Normal file
19
app/javascript/dashboard/i18n/locale/de/report.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"REPORT": {
|
||||
"HEADER": "Berichte",
|
||||
"LOADING_CHART": "Diagrammdaten laden ...",
|
||||
"NO_ENOUGH_DATA": "Wir haben nicht genügend Datenpunkte erhalten, um einen Bericht zu erstellen. Bitte versuchen Sie es später erneut.",
|
||||
"METRICS": [
|
||||
{ "NAME": "Gespräche", "KEY": "conversations_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Eingehende Nachrichten", "KEY": "incoming_messages_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Ausgehende Nachrichten", "KEY": "outgoing_messages_count", "DESC": "( Total )" },
|
||||
{ "NAME": "Erste Antwortzeit", "KEY": "avg_first_response_time", "DESC": "( Avg )" },
|
||||
{ "NAME": "Lösungszeit", "KEY": "avg_resolution_time", "DESC": "( Avg )" },
|
||||
{ "NAME": "Auflösungsanzahl", "KEY": "resolutions_count", "DESC": "( Total )" }
|
||||
],
|
||||
"DATE_RANGE": [
|
||||
{ "id": 0, "name": "Letzten 7 Tage" },
|
||||
{ "id": 1, "name": "Letzte 30 Tage" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user