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@piwik.org>2017-08-22 09:20:08 +0300
committerGitHub <noreply@github.com>2017-08-22 09:20:08 +0300
commit82479402ddb05e3917f28b8bd3a92464081d5ba1 (patch)
treedae136ad273ab24a78742c6f162d01b8f5d3e84f /plugins/DevicePlugins
parentd61d175c43c66a7baafbea3fb7e4a0cfcc4c89c6 (diff)
language update (#11970)
Diffstat (limited to 'plugins/DevicePlugins')
-rw-r--r--plugins/DevicePlugins/lang/zh-cn.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/DevicePlugins/lang/zh-cn.json b/plugins/DevicePlugins/lang/zh-cn.json
index 67f62d32b7..78508cb668 100644
--- a/plugins/DevicePlugins/lang/zh-cn.json
+++ b/plugins/DevicePlugins/lang/zh-cn.json
@@ -1,10 +1,10 @@
{
"DevicePlugins": {
- "BrowserWithNoPluginsEnabled": "%1$s 没有启用插件",
- "BrowserWithPluginsEnabled": "%1$s 启用插件%2$s",
+ "BrowserWithNoPluginsEnabled": "%1$s 没有启用任何插件",
+ "BrowserWithPluginsEnabled": "%1$s 启用了插件%2$s",
"PluginDescription": "报告访客浏览器支持的插件列表。",
- "PluginDetectionDoesNotWorkInIE": "注意: 插件检查无法在 Internet Explorer 11 之前的版本运行。这个报表仅提供非 IE 浏览器或者IE的新版本。",
- "WidgetPlugins": "浏览器插件清单",
- "WidgetPluginsDocumentation": "本报表显示访客使用的浏览器插件,这可能对如何发布您的内容很重要。"
+ "PluginDetectionDoesNotWorkInIE": "注意:插件检测无法在 Internet Explorer 11 之前的版本运行。此报表仅用于非 IE 浏览器或者 IE 的新版本。",
+ "WidgetPlugins": "浏览器插件",
+ "WidgetPluginsDocumentation": "此报表显示访客浏览器已启用的插件。这些信息可能对选择发布您内容的合适方式至关重要。"
}
} \ No newline at end of file