chore: Update translations (#9236)

- update translations 

------------------
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2024-04-16 07:19:04 +05:30
committed by GitHub
parent db87cde09e
commit f71f43e54a
525 changed files with 9325 additions and 1625 deletions

View File

@@ -35,6 +35,14 @@
"NAME": "Contagem de resolução",
"DESC": "( Total )"
},
"BOT_RESOLUTION_COUNT": {
"NAME": "Contagem de resolução",
"DESC": "( Total )"
},
"BOT_HANDOFF_COUNT": {
"NAME": "Contagem de transferências",
"DESC": "( Total )"
},
"REPLY_TIME": {
"NAME": "Tempo espera do cliente",
"TOOLTIP_TEXT": "O tempo de espera é %{metricValue} (com base em %{conversationCount} conversas)"
@@ -130,7 +138,11 @@
"groupBy": "Mês"
}
],
"BUSINESS_HOURS": "Horário comercial"
"BUSINESS_HOURS": "Horário comercial",
"FILTER_ACTIONS": {
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "Nenhum resultado encontrado"
}
},
"AGENT_REPORTS": {
"HEADER": "Visão Geral de Agentes",
@@ -433,6 +445,27 @@
}
}
},
"BOT_REPORTS": {
"HEADER": "Relatórios de bot",
"METRIC": {
"TOTAL_CONVERSATIONS": {
"LABEL": "Num. de conversas",
"TOOLTIP": "Número total de conversas encaminhadas pelo bot"
},
"TOTAL_RESPONSES": {
"LABEL": "Total de respostas",
"TOOLTIP": "Número total de respostas enviadas pelo bot"
},
"RESOLUTION_RATE": {
"LABEL": "Taxa de resolução",
"TOOLTIP": "Número total de conversas resolvidas pelo bot / número total de conversas encaminhadas pelo bot * 100"
},
"HANDOFF_RATE": {
"LABEL": "Taxa de transferência",
"TOOLTIP": "Número total de conversas transferidas para agentes / número total de conversas encaminhadas pelo bot * 100"
}
}
},
"OVERVIEW_REPORTS": {
"HEADER": "Visão geral",
"LIVE": "Disponível",
@@ -476,5 +509,54 @@
"THURSDAY": "Quinta-feira",
"FRIDAY": "Sexta-feira",
"SATURDAY": "Sábado"
},
"SLA_REPORTS": {
"HEADER": "SLA Reports",
"NO_RECORDS": "SLA applied conversations are not available.",
"LOADING": "Loading SLA data...",
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
"DROPDOWN": {
"ADD_FIlTER": "Adicionar filtro",
"CLEAR_ALL": "Clear all",
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "Nenhum resultado encontrado",
"NO_FILTER": "No filters available",
"SEARCH": "Search filter",
"INPUT_PLACEHOLDER": {
"SLA": "SLA name",
"AGENTS": "Nome do agente",
"INBOXES": "Nome da caixa de entrada",
"LABELS": "Nome da etiqueta",
"TEAMS": "Nome da equipa"
},
"SLA": "SLA Policy",
"INBOXES": "Caixa de Entrada",
"AGENTS": "Representante",
"LABELS": "Etiqueta",
"TEAMS": "Equipa"
},
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",
"TOOLTIP": "Percentage of SLAs created were completed successfully"
},
"NO_OF_MISSES": {
"LABEL": "Number of Misses",
"TOOLTIP": "Total SLA misses in a certain period"
},
"NO_OF_CONVERSATIONS": {
"LABEL": "Number of Conversations",
"TOOLTIP": "Total number of conversations with SLA"
}
},
"TABLE": {
"HEADER": {
"POLICY": "Policy",
"CONVERSATION": "Conversa",
"AGENT": "Representante"
},
"VIEW_DETAILS": "View Details"
}
}
}