fix: Remove keys for reports from translation file (#1279)

This commit is contained in:
Pranav Raj S
2020-09-27 18:56:52 +05:30
committed by GitHub
parent dbd1720aeb
commit 99ca54fd3c
34 changed files with 312 additions and 459 deletions

View File

@@ -3,38 +3,32 @@
"HEADER": "relatórios",
"LOADING_CHART": "Carregando dados da carta...",
"NO_ENOUGH_DATA": "Não recebemos pontos de dados suficientes para gerar o relatório. Por favor, tente novamente mais tarde.",
"METRICS": [
{
"METRICS": {
"CONVERSATIONS": {
"NAME": "Conversas",
"KEY": "conversations_count",
"DESC": "( Total )"
},
{
"INCOMING_MESSAGES": {
"NAME": "Mensagens de entrada",
"KEY": "incoming_messages_count",
"DESC": "( Total )"
},
{
"OUTGOING_MESSAGES": {
"NAME": "Mensagens de saída",
"KEY": "outgoing_messages_count",
"DESC": "( Total )"
},
{
"FIRST_RESPONSE_TIME": {
"NAME": "Primeiro tempo de resposta",
"KEY": "avg_first_response_time",
"DESC": "(Méd. )"
},
{
"RESOLUTION_TIME": {
"NAME": "Tempo de resolução",
"KEY": "avg_resolution_time",
"DESC": "(Méd. )"
},
{
"RESOLUTION_COUNT": {
"NAME": "Contagem de resolução",
"KEY": "resolutions_count",
"DESC": "( Total )"
}
],
},
"DATE_RANGE": [
{
"id": 0,