Chatwoot/app/javascript/dashboard/i18n/locale/ca/report.json

91 lines
2.2 KiB
JSON
Raw Normal View History

{
"REPORT": {
2021-07-15 18:34:09 +00:00
"HEADER": "Overview",
"LOADING_CHART": "S'estan carregant dades del gràfic...",
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
"DOWNLOAD_AGENT_REPORTS": "Descarregar Informes d'Agent",
"METRICS": {
"CONVERSATIONS": {
"NAME": "Converses",
"DESC": "( Total )"
},
"INCOMING_MESSAGES": {
"NAME": "Missatges d'entrada",
"DESC": "( Total )"
},
"OUTGOING_MESSAGES": {
"NAME": "Missatges de sortida",
"DESC": "( Total )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "Primer temps de resposta",
"DESC": "( Promig )"
},
"RESOLUTION_TIME": {
"NAME": "Temps de resolució",
"DESC": "( Promig )"
},
"RESOLUTION_COUNT": {
"NAME": "Total de resolucions",
"DESC": "( Total )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Últims 7 dies"
},
{
"id": 1,
"name": "Últims 30 dies"
},
{
"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"
}
2021-07-15 18:34:09 +00:00
}
}
}