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>2020-02-07 00:35:07 +0300
committerGitHub <noreply@github.com>2020-02-07 00:35:07 +0300
commit76ac42c23dea9d098c24be1bade6f81c1dcd1a0f (patch)
treecc1e922da0a611035e2f2a06ec0a3b93eeabe8e9 /plugins/GeoIp2
parent0e005fa749af1d8d9b504603e03d4710acbc68e7 (diff)
language update (#15525)
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/lang/es-ar.json3
-rw-r--r--plugins/GeoIp2/lang/tr.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/GeoIp2/lang/es-ar.json b/plugins/GeoIp2/lang/es-ar.json
index f37a4d7b21..74bfe3b0fb 100644
--- a/plugins/GeoIp2/lang/es-ar.json
+++ b/plugins/GeoIp2/lang/es-ar.json
@@ -1,6 +1,9 @@
{
"GeoIp2": {
+ "CannotFindGeoIPDatabaseInArchive": "¡No se pudo encontrar una base de datos válida de DBIP \/ GeoIP en el archivo tar %1$s!",
"CannotUnzipGeoIPFile": "No se pudo descomprimir el archivo GeoIP en %1$s: %2$s",
+ "PluginDescription": "Ofrece proveedores de geolocalización DBIP \/ GeoIP2.",
+ "LocationProviderDesc_Php": "Este proveedor de ubicación es el más sencillo de instalar ya que no requiere de configuración del servidor (¡es ideal para el hospedaje compartido!). Usa una base de datos DBIP o GeoIP2 y la API PHP de MaxMind para determinar con precisión la ubicación de tus visitantes.",
"LocationProviderDesc_Php_WithExtension": "Este proveedor de ubicación se acelera al instalar la extensión %1$sMaxMindDB%2$s.",
"LocationProviderDesc_ServerModule": "Este proveedor de ubicación utiliza el módulo GeoIP2 que se instaló en tu servidor HTTP. Este proveedor es fiable y rápido, pero %1$ssólo puede ser usado con el rastreo común de los navegadores web.%2$s",
"LocationProviderDesc_ServerModule2": "Si tenés que importar archivos de registro o cualquier otra acción que requiera configurar direcciones IP, usá la %3$simplementación GeoIP2 PHP%4$s e instalá la extensión %1$sMaxMindDB%2$s.",
diff --git a/plugins/GeoIp2/lang/tr.json b/plugins/GeoIp2/lang/tr.json
index af0ba259a0..f26445b83f 100644
--- a/plugins/GeoIp2/lang/tr.json
+++ b/plugins/GeoIp2/lang/tr.json
@@ -1,6 +1,9 @@
{
"GeoIp2": {
+ "CannotFindGeoIPDatabaseInArchive": "%1$s tar arşivi dosyasında geçerli bir DB-IP \/ GeoIP veritabanı bulunamadı!",
"CannotUnzipGeoIPFile": "%1$s içindeki GeoIP arşivi dosyası ayıklanamadı: %2$s",
+ "PluginDescription": "DB-IP \/ GeoIP2 konum hizmeti sağlayıcılarını sunar.",
+ "LocationProviderDesc_Php": "Bu konum hizmeti sağlayıcı en basit kurulanıdır ve sunucu yapılandırmasına gerek duymaz (paylaşılan barındırma hizmetleri için idealdir). DB-IP ya da GeoIP 2 veritabanını ve MaxMind PHP API uygulamasını kullanarak ziyaretçilerinizin konumunu doğru olarak belirler.",
"LocationProviderDesc_Php_WithExtension": "Bu konum hizmeti sağlayıcısı %1$smaxminddb%2$s eklentisi kurularak hızlandırılmıştır.",
"LocationProviderDesc_ServerModule": "Bu konum hizmeti sağlayıcısı HTTP sunucunuz üzerine kurulmuş GeoIP 2 modülünü kullanır. Bu hizmet sağlayıcı hızlı ve doğrudur ancak %1$syalnız normal web tarayıcı izlemesi ile kullanılabilir%2$s.",
"LocationProviderDesc_ServerModule2": "Günlük dosyalarını içe aktarmak ya da IP adresinin ayarlanmasını gerektiren başka bir işlem yapmak zorundaysanız, %3$sPHP GeoIp 2 uygulamasını%4$s kullanarak %1$smaxminddb eklentisini%2$s kurun.",