90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"REPORT": {
|
|
"HEADER": "Overview",
|
|
"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.",
|
|
"DOWNLOAD_AGENT_REPORTS": "Agenten-Berichte herunterladen",
|
|
"METRICS": {
|
|
"CONVERSATIONS": {
|
|
"NAME": "Gespräche",
|
|
"DESC": "(Gesamt)"
|
|
},
|
|
"INCOMING_MESSAGES": {
|
|
"NAME": "Eingehende Nachrichten",
|
|
"DESC": "(Gesamt)"
|
|
},
|
|
"OUTGOING_MESSAGES": {
|
|
"NAME": "Ausgehende Nachrichten",
|
|
"DESC": "(Gesamt)"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"NAME": "Erste Antwortzeit",
|
|
"DESC": "(Durchschnitt)"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"NAME": "Lösungszeit",
|
|
"DESC": "(Durchschnitt)"
|
|
},
|
|
"RESOLUTION_COUNT": {
|
|
"NAME": "Auflösungsanzahl",
|
|
"DESC": "(Gesamt)"
|
|
}
|
|
},
|
|
"DATE_RANGE": [
|
|
{
|
|
"id": 0,
|
|
"name": "Letzten 7 Tage"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Letzte 30 Tage"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Die letzten 3 Monate"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Die letzten 6 Monate"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Letztes Jahr"
|
|
},
|
|
{
|
|
"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": "Bewertung",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|