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/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/lang/id.json5
-rw-r--r--plugins/UserCountryMap/lang/ja.json1
-rw-r--r--plugins/UserCountryMap/lang/ko.json5
3 files changed, 9 insertions, 2 deletions
diff --git a/plugins/UserCountryMap/lang/id.json b/plugins/UserCountryMap/lang/id.json
index dc6cddf743..84fce004d8 100644
--- a/plugins/UserCountryMap/lang/id.json
+++ b/plugins/UserCountryMap/lang/id.json
@@ -1,5 +1,6 @@
{
"UserCountryMap": {
+ "PluginDescription": "Pengaya ini menyediakan gawit Peta Pengunjung dan Peta Waktu-Nyata. Catatan: Membutuhkan pengaya NegaraPengguna diaktifkan.",
"AndNOthers": "dan %s lain",
"Cities": "Kita",
"Countries": "Negara",
@@ -17,6 +18,8 @@
"ShowingVisits": "Kunjungan Lokasi-Geo terakhir",
"Unlocated": "<b>%s<\/b> %p kunjungan dari %c lokasi-geo tidak diketahui.",
"VisitorMap": "Peta Pengunjung",
- "WorldWide": "Seluruh Dunia"
+ "WorldWide": "Seluruh Dunia",
+ "WithUnknownRegion": "%s dengan wilayah tidak dikenal",
+ "WithUnknownCity": "%s dengan kota tidak dikenal"
}
} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ja.json b/plugins/UserCountryMap/lang/ja.json
index ef083246b5..55de4296c1 100644
--- a/plugins/UserCountryMap/lang/ja.json
+++ b/plugins/UserCountryMap/lang/ja.json
@@ -1,5 +1,6 @@
{
"UserCountryMap": {
+ "PluginDescription": "このプラグインでは、ビジターマップとリアルタイムマップウィジェットを提供します。注:利用可能なユーザーカントリープラグインが必要。",
"AndNOthers": "と、%s ほか",
"Cities": "都市",
"Countries": "国",
diff --git a/plugins/UserCountryMap/lang/ko.json b/plugins/UserCountryMap/lang/ko.json
index e21ff537a5..d599797a57 100644
--- a/plugins/UserCountryMap/lang/ko.json
+++ b/plugins/UserCountryMap/lang/ko.json
@@ -1,5 +1,6 @@
{
"UserCountryMap": {
+ "PluginDescription": "이 플러그인은 방문자 지도 및 실시간 지도 위젯을 제공합니다. 주의: UserCountry 플러그인이 활성화 되어 있어야 합니다.",
"AndNOthers": ", 기타 %s",
"Cities": "도시",
"Countries": "국가",
@@ -17,6 +18,8 @@
"ShowingVisits": "최근 방문의 지리적 위치",
"Unlocated": "<b>%s<\/b> %c 방문에서 %p의 지리적 위치를 찾을 수 없습니다.",
"VisitorMap": "방문자 지도",
- "WorldWide": "전세계"
+ "WorldWide": "전세계",
+ "WithUnknownRegion": "%s 알 수 없는 지역",
+ "WithUnknownCity": "%s 알 수 없는 도시"
}
} \ No newline at end of file