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-08-02 12:26:04 +0300
committerGitHub <noreply@github.com>2019-08-02 12:26:04 +0300
commit2e1bd079790283d434eca8ac229e5c8521ec1c41 (patch)
tree2ee135bf042f9965ffb14b673b1c325338eb8a10 /plugins/GeoIp2
parent4427af93f241b54fb3d8377ae177de602d638348 (diff)
language update (#14726)
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/lang/ja.json8
-rw-r--r--plugins/GeoIp2/lang/pt-br.json14
2 files changed, 18 insertions, 4 deletions
diff --git a/plugins/GeoIp2/lang/ja.json b/plugins/GeoIp2/lang/ja.json
index 6af571c5f6..13b5efec76 100644
--- a/plugins/GeoIp2/lang/ja.json
+++ b/plugins/GeoIp2/lang/ja.json
@@ -1,12 +1,12 @@
{
"GeoIp2": {
- "CannotFindGeoIPDatabaseInArchive": "TAR アーカイブ %1$sに有効な GeoIP データベースが見つかりません!",
+ "CannotFindGeoIPDatabaseInArchive": "tar アーカイブ %1$sに有効な GeoIP データベースが見つかりません!",
"CannotUnzipGeoIPFile": "%1$s の GeoIP ファイルを解凍できません: %2$s",
"PluginDescription": "GeoIP2 ロケーションプロバイダを提供します。",
- "LocationProviderDesc_Php": "サーバー設定 が必要ないため(共有ホスティングに最適です!) 、この位置情報プロバイダーは非常に簡単にインストールできます。ビジターの位置情報を正確に決定するために、GeoIP2 データベースと MaxMind の PHP API を使用します。",
- "LocationProviderDesc_Php_WithExtension": "この位置情報プロバイダーは、インストールされた %1$smaxminddb%2$s 拡張により高速化されています。",
+ "LocationProviderDesc_Php": "サーバー設定 が必要ないため、この位置情報プロバイダーは非常に簡単にインストールできます(共有ホスティングに最適です!) 。ビジターの位置情報を正確に決定するために、GeoIP2 データベースと 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をインストールしてください。",
+ "LocationProviderDesc_ServerModule2": "ログファイルをインポートやIPアドレスの設定が必要な場合は、 %3$sPHP GeoIP2 実装%4$s を使用し、%1$smaxminddb 拡張モジュール%2$sをインストールしてください。",
"ServerBasedVariablesConfiguration": "GeoIP2 サーバーモジュールで使用されるサーバー変数の設定",
"GeoIPVariablesConfigurationHere": "%1$sこちら%2$s で使用しているサーバー変数の設定ができます。",
"ServerVariableFor": "%s のサーバー変数"
diff --git a/plugins/GeoIp2/lang/pt-br.json b/plugins/GeoIp2/lang/pt-br.json
new file mode 100644
index 0000000000..c9366c026d
--- /dev/null
+++ b/plugins/GeoIp2/lang/pt-br.json
@@ -0,0 +1,14 @@
+{
+ "GeoIp2": {
+ "CannotFindGeoIPDatabaseInArchive": "Nenhuma base de dados GeoIP válida foi encontrada no arquivo tar %1$s!",
+ "CannotUnzipGeoIPFile": "Não foi possível descompactar o arquivo GeoIP em %1$s:%2$s",
+ "PluginDescription": "Fornece provedores de localização GeoIP2.",
+ "LocationProviderDesc_Php": "Este provedor de localização é o mais simples de se instalar pois não requer configuração do servidor (ideal para hospedagem compartilhada!). Ele usa uma base de dados GeoIP2 e a API PHP da MaxMind para determinar com precisão a localização de seus visitantes.",
+ "LocationProviderDesc_Php_WithExtension": "Este provedor de localização é acelerado pela extensão %1$s maxminddb %2$s.",
+ "LocationProviderDesc_ServerModule": "Este provedor de localização usa o módulo GeoIP2 que foi instalado no seu servidor HTTP. Este provedor é rápido e preciso, mas %1$ssó pode ser usado com o rastreamento normal do navegador. %2$s",
+ "LocationProviderDesc_ServerModule2": "Se você precisa importar arquivos de log ou fazer algo que requeira definir endereços IP, use a implementação %3$s GeoIP2 PHP %4$s e instale a extensão %1$s maxminddb %2$s.",
+ "ServerBasedVariablesConfiguration": "Configuração para as variáveis de servidor usadas pelos módulos GeoIP2 do servidor.",
+ "GeoIPVariablesConfigurationHere": "Você pode configurar as variáves de servidor usadas %1$s aqui %2$s,",
+ "ServerVariableFor": "Variável de servidor para %s"
+ }
+} \ No newline at end of file