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/CustomJsTracker/lang/zh-cn.json')
-rw-r--r--plugins/CustomJsTracker/lang/zh-cn.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CustomJsTracker/lang/zh-cn.json b/plugins/CustomJsTracker/lang/zh-cn.json
new file mode 100644
index 0000000000..dede8a4824
--- /dev/null
+++ b/plugins/CustomJsTracker/lang/zh-cn.json
@@ -0,0 +1,8 @@
+{
+ "CustomJsTracker": {
+ "PluginDescription": "允许任何插件扩展Matomo JavaScript追踪文件(matomo.js)并添加新功能和网站评估功能。",
+ "DiagnosticPiwikJsWritable": "可写的JavaScript追踪器(%s)",
+ "DiagnosticPiwikJsNotWritable": "Matomo JavaScript追踪器文件%s不可写,这意味着其他插件无法扩展JavaScript追踪器。 将来,甚至某些核心功能可能也无法按预期运行。",
+ "DiagnosticPiwikJsMakeWritable": "我们建议通过运行以下命令使%1$s可写:%2$s"
+ }
+} \ No newline at end of file