diff options
author | ahriman <ahriman@falte.red> | 2018-12-03 19:22:25 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-03 19:22:25 -0500 |
commit | 0ae8cbf5c0b1a198b963490985b7738392ebcb97 (patch) | |
tree | b2c77ae72c6b717e2b97492065196ac5ffb2d9e2 /wiki/lib/plugins/popularity/lang/zh | |
parent | f57f6cc5a2d159f90168d292437dc4bd8cd7f934 (diff) | |
download | site-0ae8cbf5c0b1a198b963490985b7738392ebcb97.tar.gz |
installed dokuwiki, added to navbar, updated news
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/zh')
-rw-r--r-- | wiki/lib/plugins/popularity/lang/zh/intro.txt | 9 | ||||
-rw-r--r-- | wiki/lib/plugins/popularity/lang/zh/lang.php | 22 | ||||
-rw-r--r-- | wiki/lib/plugins/popularity/lang/zh/submitted.txt | 3 |
3 files changed, 34 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/zh/intro.txt b/wiki/lib/plugins/popularity/lang/zh/intro.txt new file mode 100644 index 0000000..40e93dc --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/zh/intro.txt @@ -0,0 +1,9 @@ +====== 人气反馈 ====== + +本工具收集关于您维基站点的匿名信息,并允许您将其发送给 DokuWiki 的开发者。这样做有助于我们了解用户是如何使用 DokuWiki 的,并能使我们未来的开发决策建立在现实使用数据上。 + +我们鼓励您不时重复该步骤,以便我们能了解您的维基站点发展进度。您的数据集将被匿名 ID 标识。 + +收集的数据包括 DokuWiki 版本、您的页面数量以及文件大小、已安装的插件、服务器上的 PHP 相关信息。 + +将被发送的原始数据如下所示。请点击“发送数据”按扭进行传输。 \ No newline at end of file diff --git a/wiki/lib/plugins/popularity/lang/zh/lang.php b/wiki/lib/plugins/popularity/lang/zh/lang.php new file mode 100644 index 0000000..695b5c4 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/zh/lang.php @@ -0,0 +1,22 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author ZDYX <zhangduyixiong@gmail.com> + * @author http://www.chinese-tools.com/tools/converter-tradsimp.html + * @author Simon zhan <simonzhan@21cn.com> + * @author ben <ben@livetom.com> + * @author lainme <lainme993@gmail.com> + * @author caii <zhoucaiqi@gmail.com> + * @author Hiphen Lee <jacob.b.leung@gmail.com> + * @author Shuo-Ting Jian <shoting@gmail.com> + * @author phy25 <git@phy25.com> + */ +$lang['name'] = '人气反馈(载入可能需要一些时间)'; +$lang['submit'] = '发送数据'; +$lang['autosubmit'] = '每月自动发送'; +$lang['submissionFailed'] = '数据由于以下原因不恩你给发送:'; +$lang['submitDirectly'] = '你可以手动提交下面的表单来发送数据。'; +$lang['autosubmitError'] = '因以下原因,上一次自动提交失败:'; +$lang['lastSent'] = '数据已发送'; diff --git a/wiki/lib/plugins/popularity/lang/zh/submitted.txt b/wiki/lib/plugins/popularity/lang/zh/submitted.txt new file mode 100644 index 0000000..6039b70 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/zh/submitted.txt @@ -0,0 +1,3 @@ +====== 人气反馈 ====== + +数据发送成功。 \ No newline at end of file |