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:
Diffstat (limited to 'plugins/GeoIp2/lang/ja.json')
-rw-r--r--plugins/GeoIp2/lang/ja.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/GeoIp2/lang/ja.json b/plugins/GeoIp2/lang/ja.json
index 13d298e418..6af571c5f6 100644
--- a/plugins/GeoIp2/lang/ja.json
+++ b/plugins/GeoIp2/lang/ja.json
@@ -1,13 +1,13 @@
{
"GeoIp2": {
- "CannotFindGeoIPDatabaseInArchive": "TARアーカイブ %1$sに有効なGeoIPデータベースが見つかりません!",
- "CannotUnzipGeoIPFile": "%1$s のGeoIPファイルを解凍できません: %2$s",
+ "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_ServerModule": "このロケーションプロバイダーは、HTTP サーバーにインストールされている GeoIP2 モジュールを使用します。 このプロバイダは高速で正確ですが、%1$s通常のブラウザトラッキングでのみ使用できます。%2$s",
"LocationProviderDesc_ServerModule2": "ログファイルをインポートする必要がある場合やIPアドレスの設定が必要な場合は、 %3$sPHP GeoIP2 実装%4$s を使用し、%1$smaxminddb 拡張%2$sをインストールしてください。",
- "ServerBasedVariablesConfiguration": "GeoIP2サーバーモジュールで使用されるサーバー変数の設定",
+ "ServerBasedVariablesConfiguration": "GeoIP2 サーバーモジュールで使用されるサーバー変数の設定",
"GeoIPVariablesConfigurationHere": "%1$sこちら%2$s で使用しているサーバー変数の設定ができます。",
"ServerVariableFor": "%s のサーバー変数"
}