90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"REPORT": {
|
|
"HEADER": "Overview",
|
|
"LOADING_CHART": "Cargando datos del gráfico...",
|
|
"NO_ENOUGH_DATA": "No hemos recibido suficientes puntos de datos para generar el informe. Inténtalo de nuevo más tarde.",
|
|
"DOWNLOAD_AGENT_REPORTS": "Descargar reportes de agente",
|
|
"METRICS": {
|
|
"CONVERSATIONS": {
|
|
"NAME": "Conversaciones",
|
|
"DESC": "( Total )"
|
|
},
|
|
"INCOMING_MESSAGES": {
|
|
"NAME": "Mensajes entrantes",
|
|
"DESC": "( Total )"
|
|
},
|
|
"OUTGOING_MESSAGES": {
|
|
"NAME": "Mensajes salientes",
|
|
"DESC": "( Total )"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"NAME": "Primera respuesta",
|
|
"DESC": "( Media )"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"NAME": "Tiempo de resolución",
|
|
"DESC": "( Media )"
|
|
},
|
|
"RESOLUTION_COUNT": {
|
|
"NAME": "Número de resoluciones",
|
|
"DESC": "( Total )"
|
|
}
|
|
},
|
|
"DATE_RANGE": [
|
|
{
|
|
"id": 0,
|
|
"name": "Últimos 7 días"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Últimos 30 días"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Últimos 3 meses"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Últimos 6 meses"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Último año"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|