Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-06-04 22:49:58 +0300
committerGitHub <noreply@github.com>2018-06-04 22:49:58 +0300
commit0145863cec0c98952d5bd5da1645de9eb4cea352 (patch)
tree8ed3b7e8c8070cb9071fa5b3d94fd8b52bfc3d46 /plugins/Events
parent23b4ae351a0bf40d86b39804e62c92c72b6ffe33 (diff)
language update (#13031)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/pt-br.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Events/lang/pt-br.json b/plugins/Events/lang/pt-br.json
index 5a2d149a96..99b8081677 100644
--- a/plugins/Events/lang/pt-br.json
+++ b/plugins/Events/lang/pt-br.json
@@ -11,17 +11,23 @@
"EventCategory": "Categoria do Evento",
"EventName": "Nome do Evento",
"EventNames": "Nomes dos Eventos",
+ "EventUrl": "Evento de URL",
+ "EventUrls": "Evento de URLs",
"Events": "Eventos",
"EventsWithValue": "Eventos com um valor",
"EventsWithValueDocumentation": "Número de eventos onde foi configurado um valor Event",
+ "EventValue": "Valor do evento",
"EventValueTooltip": "O valor total de Evento é a soma de %1$s valores de eventos %2$s entre o mínimo de %3$s e o máximo de %4$s.",
+ "MaxValue": "Valor máximo do evento",
"MaxValueDocumentation": "O valor máximo para este evento",
+ "MinValue": "Valor mínimo do evento",
"MinValueDocumentation": "O valor mínimo para este evento",
"SecondaryDimension": "Dimensão secundária é %s.",
"SwitchToSecondaryDimension": "Mudar para %s",
"TopEvents": "Eventos Top",
"TotalEvents": "Total de Eventos",
"TotalEventsDocumentation": "Número total de eventos",
+ "TotalValue": "Valor do evento",
"TotalValueDocumentation": "A soma dos valores de evento",
"ViewEvents": "Ver Eventos"
}