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-08-19 20:33:03 +0300
committerGitHub <noreply@github.com>2018-08-19 20:33:03 +0300
commitcb3ce0ab3504dade15caea1157b590fa9b26a6a9 (patch)
tree667a35bac63c547637cc6948a97e9f17c1c3ff64 /plugins/API
parent9227214071990af8ae68aa6b7a3b1c527bb7359f (diff)
language update (#13316)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/pt.json3
-rw-r--r--plugins/API/lang/sv.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins/API/lang/pt.json b/plugins/API/lang/pt.json
index f2c44a9a25..fc639578a2 100644
--- a/plugins/API/lang/pt.json
+++ b/plugins/API/lang/pt.json
@@ -11,6 +11,7 @@
"UserAuthentication": "Autenticação do utilizador",
"UsingTokenAuth": "Se quer %1$s pedir dados através de um script, crontab, etc. %2$s tem que adicionar o parâmetro %3$s aos endereços das chamadas à API que necessitam de autenticação.",
"Glossary": "Glossário",
- "LearnAboutCommonlyUsedTerms2": "Saber mais sobre os termos mais utilizados para obter o máximo do Matomo Analytics."
+ "LearnAboutCommonlyUsedTerms2": "Saber mais sobre os termos mais utilizados para obter o máximo do Matomo Analytics.",
+ "EvolutionMetricName": "Evolução de %s"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/sv.json b/plugins/API/lang/sv.json
index fc88e0674a..4f98445a54 100644
--- a/plugins/API/lang/sv.json
+++ b/plugins/API/lang/sv.json
@@ -10,6 +10,8 @@
"TopLinkTooltip": "Få åtkomst till webbanalysdata programmatiskt genom ett enkelt API i t.ex. json, xml etc.",
"UserAuthentication": "Användarautentisering",
"UsingTokenAuth": "Om du vill %1$s begära uppgifter inom ett skript, ett crontab-jobb, etc. %2$s måste du lägga till parametern %3$s till API-anrop webbadresser som kräver autentisering.",
- "Glossary": "Ordbok"
+ "Glossary": "Ordbok",
+ "LearnAboutCommonlyUsedTerms2": "Lär dig mer om de vanligaste termerna för att få ut mest av Matomo Analytics.",
+ "EvolutionMetricName": "%s Utveckling"
}
} \ No newline at end of file