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@matomo.org>2019-10-24 10:39:22 +0300
committerGitHub <noreply@github.com>2019-10-24 10:39:22 +0300
commit1f556f2fe4cbda7fc79a63d9ca213715c4497cbb (patch)
tree15e4f5654a3e9ae62081b25d9b0fe23a37ffe3a5 /plugins/SegmentEditor
parentef593c71940bc8b04e01731e85e8ef7de8eed2d8 (diff)
language update (#15052)
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/lang/fr.json3
-rw-r--r--plugins/SegmentEditor/lang/pt.json4
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/lang/fr.json b/plugins/SegmentEditor/lang/fr.json
index ea8791370c..845f2afeec 100644
--- a/plugins/SegmentEditor/lang/fr.json
+++ b/plugins/SegmentEditor/lang/fr.json
@@ -53,6 +53,9 @@
"CustomUnprocessedSegmentApiError6": "Lorsque vous utilisez la méthode de l'API, vous verrez quels utilisateurs et actions ont été identifiées par votre paramètres &segment=.",
"CustomUnprocessedSegmentNoData": "Afin de voir des données pour ce segment, vous devez le créer manuellement dans l'éditeur de segment, puis attendre quelques heures afin que la pré-analyse se termine.",
"AddThisToMatomo": "Ajouter ce segment à Matomo",
+ "ThisSegmentIsCompared": "Ce segment est actuellement comparé.",
+ "ThisSegmentIsSelectedAndCannotBeCompared": "Ce segment est actuellement sélectionné et ne peut pas être sélectionné pour être comparé.",
+ "CompareThisSegment": "Comparer ce segment avec le segment et la période sélectionnés.",
"Test": "Test"
}
} \ No newline at end of file
diff --git a/plugins/SegmentEditor/lang/pt.json b/plugins/SegmentEditor/lang/pt.json
index c822bba25c..089961c6c2 100644
--- a/plugins/SegmentEditor/lang/pt.json
+++ b/plugins/SegmentEditor/lang/pt.json
@@ -1,5 +1,6 @@
{
"SegmentEditor": {
+ "PluginDescription": "Um segmento é um conjunto de critérios utilizados para selecionar apenas uma parte do conjunto completo de visitas. Ao utilizar segmentos, pode injetar contextos arbitrários nos seus relatórios.",
"AddANDorORCondition": "Adicionar condição %s",
"AddNewSegment": "Adicionar novo segmento",
"AreYouSureDeleteSegment": "Tem a certeza de que pretende eliminar este segmento?",
@@ -52,6 +53,9 @@
"CustomUnprocessedSegmentApiError6": "Quando utiliza este método da API, irá ver que utilizadores e ações coincidiram com o seu parâmetro &segment=.",
"CustomUnprocessedSegmentNoData": "Para ver dados para este segmento, deve criar este segmento manualmente no editor de segmentos, depois aguardar algumas horas até o pré-processamento terminar.",
"AddThisToMatomo": "Adicionar este segmento ao Matomo",
+ "ThisSegmentIsCompared": "Este segmentos está atualmente a ser comparado.",
+ "ThisSegmentIsSelectedAndCannotBeCompared": "Este segmento está atualmente selecionado pelo que não pode ser selecionado para a comparação.",
+ "CompareThisSegment": "Comparar este segmento com o segmento e período selecionado.",
"Test": "Teste"
}
} \ No newline at end of file