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>2017-06-26 10:51:03 +0300
committerGitHub <noreply@github.com>2017-06-26 10:51:03 +0300
commit40a8c0bdc4272755bf7e595d5029665a68c84c60 (patch)
tree7c4851bbc5dceba3efd4cfb0b92a31e88f6960f2 /plugins/API
parent63087a4427d06538b17a6f94a3984d5bff6f38f2 (diff)
language update (#11820)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/pl.json1
-rw-r--r--plugins/API/lang/tr.json5
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/API/lang/pl.json b/plugins/API/lang/pl.json
index 0a83b6c205..85d92a8316 100644
--- a/plugins/API/lang/pl.json
+++ b/plugins/API/lang/pl.json
@@ -1,5 +1,6 @@
{
"API": {
+ "ChangeTokenHint": "W celu zmiany tokenu, proszę odwiedź %1$s strony ustawień osobistych %2$s.",
"GenerateVisits": "Jeżeli nie posiadasz żadnych danych do dnia dzisiejszego, możesz na początek wygenerować trochę symulowanych danych testowych używając wtyczki o nazwie %1$s. Możesz aktywować i uruchomić wtyczkę %2$s, a następnie kliknąć w menu przycisk Potwierdź w 'generatorze odwiedzin', w strefie menu Konfiguracja administratora systemu Piwik.",
"KeepTokenSecret": "Ten token_auth jest tak samo tajny jak twój login i hasło, %1$s nie upowszechniaj go%2$s!",
"LoadedAPIs": "Środowisko API załadowano %s pomyślnie",
diff --git a/plugins/API/lang/tr.json b/plugins/API/lang/tr.json
index dd681977f2..4f4f4c66ad 100644
--- a/plugins/API/lang/tr.json
+++ b/plugins/API/lang/tr.json
@@ -1,5 +1,6 @@
{
"API": {
+ "ChangeTokenHint": "Bu kodu değiştirmek isterseniz %1$skişisel ayarlar sayfanıza%2$s gidin.",
"GenerateVisits": "Bugün için bir veri yoksa %1$s uygulama ekini kullanarak biraz veri oluşturabilirsiniz. %2$s uygulama ekini etkinleştirin. Ardından Piwik Yönetim bölümünden 'Ziyaretçi Üreteci' menüsüne tıklayın.",
"KeepTokenSecret": "Bu token_auth kodu kullanıcı adı ve parolanız kadar gizlidir. %1$s kimseyle paylaşmayın%2$s!",
"LoadedAPIs": "%s API yazılımı yüklendi",
@@ -8,8 +9,8 @@
"ReportingApiReference": "Rapor API Referansı",
"TopLinkTooltip": "Web istatistiği verilerine json, xml ve benzer yöntemlerle Temel API üzerinden erişilmesini sağlar.",
"UserAuthentication": "Kullanıcı kimlik doğrulaması",
- "UsingTokenAuth": "Bir script, cron vb içerisinden %1$s verisi çağırmak isterseniz, %2$s kimlik doğrulama gerektiren API bağlantılarına %3$s parametresini eklemelisiniz.",
+ "UsingTokenAuth": "Bir betik, zamanlanmış görev vb içerisinden %1$s veri almak isterseniz, %2$s kimlik doğrulaması gerektiren API bağlantılarına %3$s parametresini eklemelisiniz.",
"Glossary": "Sözlük",
- "LearnAboutCommonlyUsedTerms": "Piwik analatiğin çoğu için şu sık kullanılan terimleri öğren :%1$s ve%2$s."
+ "LearnAboutCommonlyUsedTerms": "Piwik Analytics:%1$s ve%2$s üzerinde yaygın kullanılan terimler hakkında bilgi alın.."
}
} \ No newline at end of file