chore: Update translations (#4099)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -59,7 +59,56 @@
|
||||
"CUSTOM_DATE_RANGE": {
|
||||
"CONFIRM": "Aplicar",
|
||||
"PLACEHOLDER": "Selecionar intervalo de datas"
|
||||
}
|
||||
},
|
||||
"GROUP_BY_FILTER_DROPDOWN_LABEL": "Agrupar por",
|
||||
"GROUP_BY_DAY_OPTIONS": [
|
||||
{
|
||||
"id": 1,
|
||||
"groupBy": "Dia"
|
||||
}
|
||||
],
|
||||
"GROUP_BY_WEEK_OPTIONS": [
|
||||
{
|
||||
"id": 1,
|
||||
"groupBy": "Dia"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"groupBy": "Semana"
|
||||
}
|
||||
],
|
||||
"GROUP_BY_MONTH_OPTIONS": [
|
||||
{
|
||||
"id": 1,
|
||||
"groupBy": "Dia"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"groupBy": "Semana"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"groupBy": "Mês"
|
||||
}
|
||||
],
|
||||
"GROUP_BY_YEAR_OPTIONS": [
|
||||
{
|
||||
"id": 1,
|
||||
"groupBy": "Dia"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"groupBy": "Semana"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"groupBy": "Mês"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"groupBy": "Ano"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AGENT_REPORTS": {
|
||||
"HEADER": "Visão Geral de Agentes",
|
||||
@@ -316,6 +365,11 @@
|
||||
"CSAT_REPORTS": {
|
||||
"HEADER": "Relatórios CSAT",
|
||||
"NO_RECORDS": "Não há respostas de pesquisa em CSAT disponíveis.",
|
||||
"FILTERS": {
|
||||
"AGENTS": {
|
||||
"PLACEHOLDER": "Escolher agentes"
|
||||
}
|
||||
},
|
||||
"TABLE": {
|
||||
"HEADER": {
|
||||
"CONTACT_NAME": "Contato",
|
||||
|
||||
Reference in New Issue
Block a user