2020-07-07 19:29:30 +00:00
|
|
|
{
|
|
|
|
"REPORT": {
|
2021-07-15 18:34:09 +00:00
|
|
|
"HEADER": "Overview",
|
2020-11-24 17:37:51 +00:00
|
|
|
"LOADING_CHART": "Indlæser diagramdata...",
|
|
|
|
"NO_ENOUGH_DATA": "Vi har ikke modtaget nok datapunkter til at generere rapport. Prøv igen senere.",
|
2020-12-15 19:05:40 +00:00
|
|
|
"DOWNLOAD_AGENT_REPORTS": "Download agent reports",
|
2020-09-27 13:26:52 +00:00
|
|
|
"METRICS": {
|
|
|
|
"CONVERSATIONS": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Samtaler",
|
2020-07-07 19:29:30 +00:00
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
2020-09-27 13:26:52 +00:00
|
|
|
"INCOMING_MESSAGES": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Indkommende Beskeder",
|
2020-07-07 19:29:30 +00:00
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
2020-09-27 13:26:52 +00:00
|
|
|
"OUTGOING_MESSAGES": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Udgående beskeder",
|
2020-07-07 19:29:30 +00:00
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
2020-09-27 13:26:52 +00:00
|
|
|
"FIRST_RESPONSE_TIME": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Første svartid",
|
|
|
|
"DESC": "( Gns. )"
|
2020-07-07 19:29:30 +00:00
|
|
|
},
|
2020-09-27 13:26:52 +00:00
|
|
|
"RESOLUTION_TIME": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Løsnings Tid",
|
|
|
|
"DESC": "( Gns. )"
|
2020-07-07 19:29:30 +00:00
|
|
|
},
|
2020-09-27 13:26:52 +00:00
|
|
|
"RESOLUTION_COUNT": {
|
2020-11-24 17:37:51 +00:00
|
|
|
"NAME": "Antal Afsluttede",
|
2020-07-07 19:29:30 +00:00
|
|
|
"DESC": "( Total )"
|
|
|
|
}
|
2020-09-27 13:26:52 +00:00
|
|
|
},
|
2020-07-07 19:29:30 +00:00
|
|
|
"DATE_RANGE": [
|
|
|
|
{
|
|
|
|
"id": 0,
|
2020-11-24 17:37:51 +00:00
|
|
|
"name": "Seneste 7 dage"
|
2020-07-07 19:29:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 1,
|
2020-11-24 17:37:51 +00:00
|
|
|
"name": "Seneste 30 dage"
|
2021-05-17 18:23:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 2,
|
|
|
|
"name": "Last 3 months"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 3,
|
|
|
|
"name": "Last 6 months"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 4,
|
|
|
|
"name": "Last year"
|
2021-07-15 18:34:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2020-07-07 19:29:30 +00:00
|
|
|
}
|
2021-07-15 18:34:09 +00:00
|
|
|
}
|
2020-07-07 19:29:30 +00:00
|
|
|
}
|
|
|
|
}
|