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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-01 12:43:57 +0300
committerGitHub <noreply@github.com>2021-02-01 12:43:57 +0300
commitacd6dbc5249570fbcff09771b9799ae2e77e759b (patch)
tree75d4bcae36ec7665403b6aa796f94e2cc3c6e333 /plugins/GeoIp2
parent49a1148047ff97ab984e1715640e295b435f04ce (diff)
language update (#17166)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/lang/de.json2
-rw-r--r--plugins/GeoIp2/lang/it.json2
-rw-r--r--plugins/GeoIp2/lang/zh-tw.json6
3 files changed, 7 insertions, 3 deletions
diff --git a/plugins/GeoIp2/lang/de.json b/plugins/GeoIp2/lang/de.json
index 840858bc6a..90c81f9f2e 100644
--- a/plugins/GeoIp2/lang/de.json
+++ b/plugins/GeoIp2/lang/de.json
@@ -44,6 +44,8 @@
"LocationProviderDesc_Php_WithExtension": "Dieser Standorterkennungsdienst wird durch die installierte %1$smaxminddb%2$s Erweiterung beschleunigt.",
"LocationProviderDesc_ServerModule": "Diese Art der Standortbestimmung verwendet das GeoIP2-Modul das auf ihrem HTTP-Server installiert ist. Diese ist am schnellsten und genauesten, aber %1$skann nur bei normalem Browser-Tracking benutzt werden%2$s",
"LocationProviderDesc_ServerModule2": "Falls Sie Protokolldateien oder andere Dinge importieren welche IP-Adressen enthalten sollten Sie die %3$sPHP GeoIP 2 Implementierung%4$s nutzen und die %1$smaxminddb Erweiterung%2$s installieren.",
+ "MalFormedUpdateUrl": "Die URL %1$s scheint ungültig zu sein. Bitte geben Sie eine gültige URL ein, die mit http:\/\/ oder https:\/\/ beginnt.",
+ "InvalidGeoIPUpdateHost": "Der Host der URL %1$s für die GeoIP Aktualisierung ist nicht vertrauenswürdig. Sollten sie das Herunterladen von GeoIP Aktualisierungen von anderen Hosts als %2$s erlauben wollen, passen Sie bitte die Einstellung für %3$s in der Konfiguration an.",
"NotManagingGeoIPDBs": "Matomo kann aktuell keine DBIP oder MaxMind Datenbanken verwalten.",
"UnsupportedArchiveType": "Nicht unterstützter Archivtyp erkannt: %1$s",
"UpdaterHasNotBeenRun": "Es hat noch keine Aktualisierung stattgefunden.",
diff --git a/plugins/GeoIp2/lang/it.json b/plugins/GeoIp2/lang/it.json
index a4498d6f2d..007a02447f 100644
--- a/plugins/GeoIp2/lang/it.json
+++ b/plugins/GeoIp2/lang/it.json
@@ -44,6 +44,8 @@
"LocationProviderDesc_Php_WithExtension": "Questo provider di posizione viene velocizzato dall'estensione installata %1$smaxminddb%2$s.",
"LocationProviderDesc_ServerModule": "Questo provider di posizione utilizza il modulo GeoIP 2 che è stato installato nel tuo server HTTP. Questo provider è veloce e accurato, ma %1$s può solo essere utilizzato con il normale tracciamento del browser.%2$s",
"LocationProviderDesc_ServerModule2": "Se devi importare i file di log o fare qualcos'altro che richiede l'impostazione di indirizzi IP, usa %3$sl'implementazione PHP geoIP 2%4$s e installa %1$sl'estensione maxminddb%2$s.",
+ "MalFormedUpdateUrl": "L'url %1$s sembra non valido. Assicurati di inserire un URL valido che inizi con http:\/\/ o https:\/\/",
+ "InvalidGeoIPUpdateHost": "L'host dell'url di aggiornamento GeoIP %1$s non è attendibile. Per consentire il download degli aggiornamenti GeoIP da host diversi da %2$s, regola le impostazioni per %3$s in config.",
"NotManagingGeoIPDBs": "Matomo al momento non gestisce alcun database DBIP o MaxMind.",
"UnsupportedArchiveType": "Si è incontrato un archivio di tipo non supportato %1$s.",
"UpdaterHasNotBeenRun": "Il programma di aggiornamento non è mai stato eseguito.",
diff --git a/plugins/GeoIp2/lang/zh-tw.json b/plugins/GeoIp2/lang/zh-tw.json
index 4441d3fe73..1a0cbd572c 100644
--- a/plugins/GeoIp2/lang/zh-tw.json
+++ b/plugins/GeoIp2/lang/zh-tw.json
@@ -9,8 +9,8 @@
"FoundApacheModules": "Matomo 找到下列 Apache 模組",
"GeoIPImplHasAccessTo": "這個 GeoIP 執行時會存取以下類型的資料庫",
"GeoIPDatabases": "GeoIP 資料庫",
- "GeoIPLocationProviderDesc_ServerBasedAnonWarn": "注意:IP 匿名化在此供應商所提供的位置中沒有任何效果。在 IP 匿名化開啟時,請先確定這並不違反法律政策。",
- "GeoIPLocationProviderNotRecommended": "地理位置已執行,但你不是使用推薦的供應商。",
+ "GeoIPLocationProviderDesc_ServerBasedAnonWarn": "注意:IP 匿名化在此供應商所提供的位置中沒有任何效果。想和 IP 匿名化一起使用時,請先確定這並不違反法律政策。",
+ "GeoIPLocationProviderNotRecommended": "地理位置可用,但你不是使用推薦的供應商。",
"GeoIPNoDatabaseFound": "這個 GeoIP 執行時無法找到任何資料庫。",
"GeoIPNoServerVars": "Matomo 找不到任何 GeoIP 的 %s 變數。",
"GeoIPServerVarsFound": "Matomo 偵測到下列 GeoIP 的 %s 變數",
@@ -29,7 +29,7 @@
"UnsupportedArchiveType": "遇到不支援的壓縮檔類型 %1$s。",
"UpdaterHasNotBeenRun": "還沒有自動更新過。",
"UpdaterIsNotScheduledToRun": "未來沒有排程執行。",
- "UpdaterScheduledForNextRun": "已排程在下次 core:archive 指令執行時執行。",
+ "UpdaterScheduledForNextRun": "已排程在下次執行 core:archive 指令時執行。",
"UpdaterWasLastRun": "上次自動更新執行於 %s。",
"UpdaterWillRunNext": "下次自動更新將於 %s 執行。",
"ServerBasedVariablesConfiguration": "GeoIP 2 伺服器模組所使用的伺服器變數設定檔",