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>2019-09-05 16:32:58 +0300
committerGitHub <noreply@github.com>2019-09-05 16:32:58 +0300
commitf598c3be64b31fde21731bc7292e14bff6aa8118 (patch)
tree434a5c1e047bbe39a97543c92053a7777cb68ee8 /plugins/GeoIp2
parentcc7a36125416aa925b8ae3f2d05c3abe1a1b9478 (diff)
language update (#14861)
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/lang/ja.json2
-rw-r--r--plugins/GeoIp2/lang/pt.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/GeoIp2/lang/ja.json b/plugins/GeoIp2/lang/ja.json
index 4e8936c0aa..64ba1ea209 100644
--- a/plugins/GeoIp2/lang/ja.json
+++ b/plugins/GeoIp2/lang/ja.json
@@ -3,11 +3,13 @@
"CannotFindGeoIPDatabaseInArchive": "tar アーカイブ %1$sに有効な GeoIP データベースが見つかりません!",
"CannotUnzipGeoIPFile": "%1$s の GeoIP ファイルを解凍できません: %2$s",
"PluginDescription": "GeoIP2 ロケーションプロバイダを提供します。",
+ "LocationProviderDesc_Php": "この位置情報プロバイダーはサーバーを設定する必要がないため一番簡単です(共有ホストに最適)。このプロバイダーは訪問者の位置情報を決定するためにGeoIP 2データベースとMaxMindのPHP APIを使用します。",
"LocationProviderDesc_Php_WithExtension": "この位置情報プロバイダーは、インストールされている%1$smaxminddb%2$s 拡張機能により高速化されています。",
"LocationProviderDesc_ServerModule": "このロケーションプロバイダーは、HTTP サーバーにインストールされている GeoIP2 モジュールを使用します。 このプロバイダは高速で正確ですが、%1$s通常のブラウザトラッキングでのみ使用できます。%2$s",
"LocationProviderDesc_ServerModule2": "ログファイルをインポートやIPアドレスの設定が必要な場合は、 %3$sPHP GeoIP2 実装%4$s を使用し、%1$smaxminddb 拡張モジュール%2$sをインストールしてください。",
"ServerBasedVariablesConfiguration": "GeoIP2 サーバーモジュールで使用されるサーバー変数の設定",
"GeoIPVariablesConfigurationHere": "%1$sこちら%2$s で使用しているサーバー変数の設定ができます。",
+ "ShowCustomServerVariablesConfig": "Geoip2サーバーモジュール(Nginx,Apacheなど)を使いサーバーの設定を調整します。",
"ServerVariableFor": "%s のサーバー変数"
}
} \ No newline at end of file
diff --git a/plugins/GeoIp2/lang/pt.json b/plugins/GeoIp2/lang/pt.json
index be7e3693c7..2c61c9da6a 100644
--- a/plugins/GeoIp2/lang/pt.json
+++ b/plugins/GeoIp2/lang/pt.json
@@ -3,6 +3,7 @@
"CannotFindGeoIPDatabaseInArchive": "Não foi encontrada uma base de dados GeoIP válida no arquivo tar %1$s!",
"CannotUnzipGeoIPFile": "Não foi possível extrair o ficheiro GeoIP em %1$s: %2$s",
"PluginDescription": "Fornece fornecedores de localização GeoIP2.",
+ "LocationProviderDesc_Php": "Este fornecedor de localização é o mais simples de instalar, dado que não exige configurações no servidor (é ideal para alojamentos partilhados!). Utiliza uma base de dados GeoIP 2 e a API PHP do MaxMind para determinar com precisão a localização dos seus visitantes.",
"LocationProviderDesc_Php_WithExtension": "Este fornecedor de localização é acelerado pela extensão %1$smaxminddb%2$s instalada.",
"LocationProviderDesc_ServerModule": "Este fornecedor de localização utiliza o módulo GeoIP 2 que foi instalado no seu servidor HTTP. Este fornecedor é rápido e preciso, mas %1$ssó pode ser utilizado para um acompanhamento normal de navegadores.%2$s",
"LocationProviderDesc_ServerModule2": "Se tiver de importar ficheiros de registo ou fazer algo mais que necessite da definição de endereços de IP, utilize a %3$simplementação PHP do GeoIP 2%4$s e instale a %1$sextensão maxminddb%2$s.",