90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"REPORT": {
|
|
"HEADER": "Overview",
|
|
"LOADING_CHART": "Laddar diagramdata...",
|
|
"NO_ENOUGH_DATA": "Vi har inte fått tillräckligt många datapunkter för att generera en rapport, försök igen senare.",
|
|
"DOWNLOAD_AGENT_REPORTS": "Ladda ner agentrapporter",
|
|
"METRICS": {
|
|
"CONVERSATIONS": {
|
|
"NAME": "Konversationer",
|
|
"DESC": "( Totalt )"
|
|
},
|
|
"INCOMING_MESSAGES": {
|
|
"NAME": "Inkommande meddelanden",
|
|
"DESC": "( Totalt )"
|
|
},
|
|
"OUTGOING_MESSAGES": {
|
|
"NAME": "Utgående meddelanden",
|
|
"DESC": "( Totalt )"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"NAME": "Första svarstiden",
|
|
"DESC": "( Genomsnitt )"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"NAME": "Lösningstid",
|
|
"DESC": "( Genomsnitt )"
|
|
},
|
|
"RESOLUTION_COUNT": {
|
|
"NAME": "Antal lösta",
|
|
"DESC": "( Totalt )"
|
|
}
|
|
},
|
|
"DATE_RANGE": [
|
|
{
|
|
"id": 0,
|
|
"name": "Senaste 7 dagarna"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Senaste 30 dagarna"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Last 3 months"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Last 6 months"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Last year"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Custom date range"
|
|
}
|
|
],
|
|
"CUSTOM_DATE_RANGE": {
|
|
"CONFIRM": "Apply",
|
|
"PLACEHOLDER": "Select date range"
|
|
}
|
|
},
|
|
"CSAT_REPORTS": {
|
|
"HEADER": "CSAT Reports",
|
|
"NO_RECORDS": "There are no CSAT survey responses available.",
|
|
"TABLE": {
|
|
"HEADER": {
|
|
"CONTACT_NAME": "Contact",
|
|
"AGENT_NAME": "Assigned agent",
|
|
"RATING": "Rating",
|
|
"FEEDBACK_TEXT": "Feedback comment"
|
|
}
|
|
},
|
|
"METRIC": {
|
|
"TOTAL_RESPONSES": {
|
|
"LABEL": "Total responses",
|
|
"TOOLTIP": "Total number of responses collected"
|
|
},
|
|
"SATISFACTION_SCORE": {
|
|
"LABEL": "Satisfaction score",
|
|
"TOOLTIP": "Total number of positive responses / Total number of responses * 100"
|
|
},
|
|
"RESPONSE_RATE": {
|
|
"LABEL": "Response rate",
|
|
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
|
|
}
|
|
}
|
|
}
|
|
}
|