bf7915c8a3
Co-authored-by: magnus - Norwegian Co-authored-by: Sina Nouri (sina.nouri) - Persian Co-authored-by: Arnaud Dupont (dupont.arnaud.58) - French Co-authored-by: Ilya Konovalenko (ilyakonovalenko) - Russian Co-authored-by: lybtt - Chinese Simplified Co-authored-by: arturczyzewski - Polish Co-authored-by: vfasoulas - Greek Co-authored-by: Thiago Costa Cavalcante (thiagolinocc) - Portuguese, Brazilian Co-authored-by: Yovan Lutfi Arya (Regerta) - Indonesian Co-authored-by: chinyaev - Russian Co-authored-by: this-gavagai - Nepali Co-authored-by: petrs - Czech Co-authored-by: Sin V (jiiniasu) - Swedish Co-authored-by: Ambler (ambler) - Korean Co-authored-by: Nestor Davalos (nestordavalos) - Spanish Co-authored-by: Goudarz Jafari (Goudarz) - Persian Co-authored-by: Pranav <pranav@chatwoot.com>
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"REPORT": {
|
|
"HEADER": "Reports",
|
|
"LOADING_CHART": "Loading chart data...",
|
|
"NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.",
|
|
"DOWNLOAD_AGENT_REPORTS": "Download agent reports",
|
|
"METRICS": {
|
|
"CONVERSATIONS": {
|
|
"NAME": "Conversations",
|
|
"DESC": "( Total )"
|
|
},
|
|
"INCOMING_MESSAGES": {
|
|
"NAME": "Incoming Messages",
|
|
"DESC": "( Total )"
|
|
},
|
|
"OUTGOING_MESSAGES": {
|
|
"NAME": "Outgoing Messages",
|
|
"DESC": "( Total )"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"NAME": "First response time",
|
|
"DESC": "( Avg )"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"NAME": "Resolution Time",
|
|
"DESC": "( Avg )"
|
|
},
|
|
"RESOLUTION_COUNT": {
|
|
"NAME": "Resolution Count",
|
|
"DESC": "( Total )"
|
|
}
|
|
},
|
|
"DATE_RANGE": [
|
|
{
|
|
"id": 0,
|
|
"name": "Last 7 days"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Last 30 days"
|
|
}
|
|
]
|
|
}
|
|
}
|