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:
Diffstat (limited to 'plugins/CustomJsTracker/lang/pt-br.json')
-rw-r--r--plugins/CustomJsTracker/lang/pt-br.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CustomJsTracker/lang/pt-br.json b/plugins/CustomJsTracker/lang/pt-br.json
new file mode 100644
index 0000000000..328ef53026
--- /dev/null
+++ b/plugins/CustomJsTracker/lang/pt-br.json
@@ -0,0 +1,8 @@
+{
+ "CustomJsTracker": {
+ "PluginDescription": "Permite que qualquer plugin estenda o arquivo JavaScript de Rastreamento do Matomo (matomo.js) e adicione novas funcionalidades e recursos de medição de site.",
+ "DiagnosticPiwikJsWritable": "Rastreador Javascript gravável (%s)",
+ "DiagnosticPiwikJsNotWritable": "O arquivo JavaScript rastreador do Matomo %s não é gravável, o que significa que outros plugins não podem estender o rastreador JavaScript. No futuro até mesmo alguns recursos principais podem não funcionar como esperado.",
+ "DiagnosticPiwikJsMakeWritable": "Recomendamos tornar %1$s gravável executando este comando: %2$s"
+ }
+} \ No newline at end of file