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-13 10:09:58 +0300
committerGitHub <noreply@github.com>2018-08-13 10:09:58 +0300
commit162ec16780487b5811089ec3a0cf0d4b18829f01 (patch)
treec30b4257206bf211fbc022e3a87cd45a7e5352e9 /plugins/UserCountryMap
parentc4b4a9fb8f97fbbc340e5705cef50776c9a89b2b (diff)
language update (#13281)
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/lang/de.json4
-rw-r--r--plugins/UserCountryMap/lang/it.json4
-rw-r--r--plugins/UserCountryMap/lang/sq.json4
-rw-r--r--plugins/UserCountryMap/lang/tr.json4
4 files changed, 12 insertions, 4 deletions
diff --git a/plugins/UserCountryMap/lang/de.json b/plugins/UserCountryMap/lang/de.json
index f3d1b47141..95aaee2f11 100644
--- a/plugins/UserCountryMap/lang/de.json
+++ b/plugins/UserCountryMap/lang/de.json
@@ -20,6 +20,8 @@
"VisitorMap": "Besucherkarte",
"WorldWide": "Weltweit",
"WithUnknownRegion": "%s mit unbekannter Region",
- "WithUnknownCity": "%s mit unbekannter Stadt"
+ "WithUnknownCity": "%s mit unbekannter Stadt",
+ "NoVisitsInfo": "Es werden aktuell keine Besuche angezeigt, weil für diesen Zeitraum kein Besuch mit korrekten Geolocation Informationen (Längengrad & Breitengrad) existiert.",
+ "NoVisitsInfo2": "Um das Problem zu lösen, stellen Sie sicher, dass Sie einen GeoIP Geolocation Provider mit einer GeoIP Stadt Datenbank verwenden. Wenn dies Ihr Problem nicht löst, dann ist es möglich (wenn auch unwahrscheinlich) dass Ihre Besuche IP Adressen haben, die nicht geolokalisiert werden können."
}
} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/it.json b/plugins/UserCountryMap/lang/it.json
index e614bbe0e3..9da490687e 100644
--- a/plugins/UserCountryMap/lang/it.json
+++ b/plugins/UserCountryMap/lang/it.json
@@ -20,6 +20,8 @@
"VisitorMap": "Mappa Visitatori",
"WorldWide": "Tutto il Mondo",
"WithUnknownRegion": "%s con regione sconosciuta",
- "WithUnknownCity": "%s con città sconosciuta"
+ "WithUnknownCity": "%s con città sconosciuta",
+ "NoVisitsInfo": "Al momento non vengono mostrate visite, poiché in questo periodo non ci sono visite con le corrette informazioni di geo-localizzazione (latitudine\/longitudine)",
+ "NoVisitsInfo2": "Per risolvere questo problema, assicurati di utilizzare un provider di geo-localizzazione GeoIP con un database di città GeoIP. Se ciò non risolve il tuo problema, è possibile (anche se improbabile) che le tue visite abbiano degli indirizzi IP che proprio non possono essere geo-localizzati."
}
} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sq.json b/plugins/UserCountryMap/lang/sq.json
index f6a1249dec..f4b91562ae 100644
--- a/plugins/UserCountryMap/lang/sq.json
+++ b/plugins/UserCountryMap/lang/sq.json
@@ -20,6 +20,8 @@
"VisitorMap": "Hartë Vizitorësh",
"WorldWide": "Anembanë Botës",
"WithUnknownRegion": "%s me rajon të panjohur",
- "WithUnknownCity": "%s me qytet të panjohur"
+ "WithUnknownCity": "%s me qytet të panjohur",
+ "NoVisitsInfo": "Hëpërhë s’ka vizita të shfaqura, ngaqë për këtë periudhë asnjë vizitë nuk ka të dhëna të sakta gjeolokalizimi (gjerësi & gjatësi gjeografike).",
+ "NoVisitsInfo2": "Për ta zgjidhur këtë problem, sigurohuni që po përdorni një shërbim gjeolokalizimi GeoIP me një bazë të dhënash GeoIP qytetesh. Nëse kjo nuk e zgjidh problemin tuaj, atëherë ka mundësi (edhe pse zor) që vizitat tuaja të kenë adresa IP që nuk gjeolokalizohen dot."
}
} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/tr.json b/plugins/UserCountryMap/lang/tr.json
index b9c18863a3..b3fd064ca8 100644
--- a/plugins/UserCountryMap/lang/tr.json
+++ b/plugins/UserCountryMap/lang/tr.json
@@ -20,6 +20,8 @@
"VisitorMap": "Ziyaretçi Haritası",
"WorldWide": "Dünya Geneli",
"WithUnknownRegion": "%s ziyaretin bölgesi bilinmiyor",
- "WithUnknownCity": "%s ziyaretin ili bilinmiyor"
+ "WithUnknownCity": "%s ziyaretin ili bilinmiyor",
+ "NoVisitsInfo": "Bu aralıkta doğru coğrafi konum bilgilerine (enlem ve boylam) sahip herhangi bir ziyaret olmadığından, şu anda görüntülenecek bir ziyaret yok.",
+ "NoVisitsInfo2": "Bu sorunu çözmek için GeoIP il veritabanı ile bir GeoIP hizmeti sağlayıcısını kullandığınızdan emin olun. Sorun çözülmez ise (pek olası olmamakla birlikte) ziyaretçilerinizin IP adresleri coğrafi kodlaması yapılamayan adreslerdir."
}
} \ No newline at end of file