Chatwoot/app/javascript/dashboard/i18n/locale/pt_BR/report.json
Sojan Jose cf09c2af4d
chore: Update language translations (#2280)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-05-17 23:53:19 +05:30

56 lines
1.2 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"
},
{
"id": 2,
"name": "Last 3 months"
},
{
"id": 3,
"name": "Last 6 months"
},
{
"id": 4,
"name": "Last year"
}
]
}
}