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-07-22 10:39:21 +0300
committerGitHub <noreply@github.com>2019-07-22 10:39:21 +0300
commitd3755e5e83da44b034a371f853d55f735c3c341e (patch)
tree2052b4b86def9a71dd64471b65c712d7844fe29a /plugins/UserCountry
parent2e5912f43a8b35fcf99220088e6c2a1cfbf8981c (diff)
language update (#14684)
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/lang/ja.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/UserCountry/lang/ja.json b/plugins/UserCountry/lang/ja.json
index 936412b55f..e41738c55f 100644
--- a/plugins/UserCountry/lang/ja.json
+++ b/plugins/UserCountry/lang/ja.json
@@ -13,6 +13,7 @@
"Continent": "大陸",
"Continents": "大陸",
"Country": "国",
+ "CountryCode": "国コード",
"country_a1": "匿名プロキシ",
"country_a2": "衛星プロバイダ",
"country_cat": "カタロニア語圏のコミュニティ",
@@ -36,6 +37,7 @@
"GeoIPIncorrectDatabaseFormat": "ご利用の GeoIP データベースは、壊れている可能性があり、正しいフォーマットを持っていないようです。バイナリバージョンを使用し、別のコピーへ交換してください。",
"GeoIpLocationProviderDesc_Pecl1": "正確に効率的にビジターの位置を決定するため、この位置情報プロバイダーは、GeoIP データベースと PECL モジュールを使用します。",
"GeoIpLocationProviderDesc_Pecl2": "このプロバイダーは 制限がないため、Matomo が推奨するプロバイダーの一つです。",
+ "GeoIpLocationProviderDesc_Php1": "このロケーションプロバイダーは、サーバー構成を必要としないため、インストールが最も簡単です(共有ホスティングに最適です)。 正確にビジターの位置を決定するために GeoIP データベースと MaxMind の PHP API を使います。",
"GeoIpLocationProviderDesc_Php2": "ウェブサイトのトラフィックが多い場合、位置情報プロバイダーの動作が非常に重く感じられるかもしれません。そのような場合は、%1$sPECL 拡張モジュール%2$s または %3$sサーバーモジュール %4$sをインストールすることをお勧めします。",
"GeoIpLocationProviderDesc_ServerBased1": "このロケーションプロバイダーは、HTTP サーバーにインストールされている GeoIP モジュールを使用します。 このプロバイダは高速で正確ですが、%1$s通常のブラウザトラッキングでのみ使用できます。%2$s",
"GeoIpLocationProviderDesc_ServerBased2": "ログファイルをインポートする必要がある場合やIPアドレスの設定が必要な場合は、%1$sPECL GeoIP 実装 ( 推奨 ) %2$sまたは%3$sPHP GeoIP 実装%4$sを使用してください。",