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-10-28 11:35:25 +0300
committerGitHub <noreply@github.com>2019-10-28 11:35:25 +0300
commit70d98711f5f52fc2f80cf8ee23255269e3fca1bb (patch)
treeb82ecdc1a99f3ac2ede5dfc33014a7dad86292bb /plugins/UserCountry
parentc91b305a46fa9c5b33fe1ccbdc635086fdda862a (diff)
language update (#15064)
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/lang/zh-cn.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/UserCountry/lang/zh-cn.json b/plugins/UserCountry/lang/zh-cn.json
index 4b932acd19..06fa0424b7 100644
--- a/plugins/UserCountry/lang/zh-cn.json
+++ b/plugins/UserCountry/lang/zh-cn.json
@@ -13,10 +13,12 @@
"Continent": "大洲",
"Continents": "大洲",
"Country": "国家",
+ "CountryCode": "国家代码",
"country_a1": "匿名代理",
"country_a2": "卫星供应商",
"country_cat": "加泰罗尼亚语社区",
"country_o1": "其它国家",
+ "VisitLocation": "参观地点",
"CurrentLocationIntro": "根据提供商信息,您现在的位置是",
"DefaultLocationProviderDesc1": "默认的地理位置查询以访客的浏览器猜测国家。",
"DefaultLocationProviderDesc2": "这不是很准确,所以 %1$s我们建议安装使用 %2$sGeoIP%3$s.%4$s",
@@ -30,10 +32,12 @@
"GeoIPCannotFindMbstringExtension": "没有找到 %1$s 功能。请确认 %2$s 扩展已安装和加载。",
"GeoIPDatabases": "GeoIP 数据库",
"GeoIPDocumentationSuffix": "要看到本报表的数据,您需要在管理页面的地理位置菜单下设置 GeoIP. 商业版 %1$sMaxmind%2$s GeoIP 数据库比免费的更精确。要查看详细内容,请点%3$s这里%4$s.",
+ "GeoIPNoDatabaseFound": "此GeoIP实现无法找到任何数据库。",
"GeoIPImplHasAccessTo": "这个 GeoIP 方案可以读取以下类型的数据库",
"GeoIPIncorrectDatabaseFormat": "你的GeoIP数据库似乎不是正确的格式。它可能已损坏。确保您所使用的是二进制版本。",
"GeoIpLocationProviderDesc_Pecl1": "这个地理位置服务商使用 GeoIP 数据库和 PECL 模块来精确、有效地定位访客的地址。",
"GeoIpLocationProviderDesc_Pecl2": "这个服务商没有限制,我们推荐使用。",
+ "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。",