ZH CN translation of the piwik addon THX 朱陈锬

This commit is contained in:
Tobias Diekershoff 2018-03-02 11:33:41 +01:00
parent 61b79f8723
commit c67b26ed73
2 changed files with 80 additions and 11 deletions

View file

@ -1,11 +1,16 @@
<?php
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "这个网站用<a href='http://www.piwik.org'>Piwik</a>分析工具追踪 。";
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "如果您不想您访问这样记录您<a href='%s'>可以用一个cookie防Piwik追踪未来的访问</a>(选择性退出)。";
$a->strings["Submit"] = "提交";
$a->strings["Piwik Base URL"] = "Piwik基础URL";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "绝对道路到Piwik安装。没有协议http/s跟斜线后缀";
$a->strings["Site ID"] = "网站ID";
$a->strings["Show opt-out cookie link?"] = " 显示选择性退出cookie按钮";
$a->strings["Asynchronous tracking"] = "异步追踪";
$a->strings["Settings updated."] = "设置跟新了";
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
return 0;;
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "此网站用 <a href='http://www.piwik.org'>Piwik</a> 追踪分析工具。";
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Piwik Base URL"] = "";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
$a->strings["Site ID"] = "";
$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "异步追踪";
$a->strings["Settings updated."] = "设置已更新。";