Chatwoot/app/javascript/dashboard/i18n/locale/pt_BR/report.json
Sojan Jose b4ef6f64be
chore: Update translations (#1661)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: AlguienSama
Co-authored-by: Scarlett Bidun (scarlettbidun)
Co-authored-by: Sin V (jiiniasu)
Co-authored-by: Diego Vieira (diego-vieira)
Co-authored-by: vfasoulas
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: arturczyzewski
2021-01-18 12:36:26 +05:30

44 lines
1.1 KiB
JSON

{
"REPORT": {
"HEADER": "Relatórios",
"LOADING_CHART": "Carregando dados do gráfico...",
"NO_ENOUGH_DATA": "Não existem dados suficientes para gerar o relatório. Tente novamente mais tarde.",
"DOWNLOAD_AGENT_REPORTS": "Baixar relatórios de agentes",
"METRICS": {
"CONVERSATIONS": {
"NAME": "Conversas",
"DESC": "( Total )"
},
"INCOMING_MESSAGES": {
"NAME": "Mensagens Recebidas",
"DESC": "( Total )"
},
"OUTGOING_MESSAGES": {
"NAME": "Mensagens enviadas",
"DESC": "( Total )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "Primeira resposta",
"DESC": "(Média)"
},
"RESOLUTION_TIME": {
"NAME": "Tempo de resolução",
"DESC": "(Média)"
},
"RESOLUTION_COUNT": {
"NAME": "Contagem de Resolução",
"DESC": "( Total )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Últimos 7 dias"
},
{
"id": 1,
"name": "Últimos 30 dias"
}
]
}
}