aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--inc/lang/zh/adminplugins.txt2
-rw-r--r--inc/lang/zh/edit.txt2
-rw-r--r--inc/lang/zh/lang.php1
-rw-r--r--inc/lang/zh/onceexisted.txt3
-rw-r--r--lib/plugins/authpdo/lang/zh/settings.php4
-rw-r--r--lib/plugins/config/lang/zh/lang.php7
-rw-r--r--lib/tpl/dokuwiki/lang/zh/lang.php2
7 files changed, 19 insertions, 2 deletions
diff --git a/inc/lang/zh/adminplugins.txt b/inc/lang/zh/adminplugins.txt
index 66cee4509..0c4bdb855 100644
--- a/inc/lang/zh/adminplugins.txt
+++ b/inc/lang/zh/adminplugins.txt
@@ -1 +1 @@
-===== 附加插件 ===== \ No newline at end of file
+===== 附加插件 =====
diff --git a/inc/lang/zh/edit.txt b/inc/lang/zh/edit.txt
index f6a8b7804..7f9041ca6 100644
--- a/inc/lang/zh/edit.txt
+++ b/inc/lang/zh/edit.txt
@@ -1 +1 @@
-编辑本页后请点击“保存”。请参阅 [[wiki:syntax]] 了解维基语法。只有在您能 **改进** 该页面的前提下才编辑它。如果您想尝试一些东西,请先到 [[playground:playground|playground]] 热身。
+编辑本页后请点击“保存”。请参阅 [[wiki:syntax]] 了解维基语法。只有在您能 **改进** 该页面的前提下才编辑它。如果您想尝试语法,请先到 [[playground:playground|playground]] 里热身。
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php
index 0daf1d6e5..2da9d6e14 100644
--- a/inc/lang/zh/lang.php
+++ b/inc/lang/zh/lang.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Phy <dokuwiki@phy25.com>
* @author Aaron Zhou <iradio@163.com>
* @author lempel <riverlempel@hotmail.com>
* @author ZDYX <zhangduyixiong@gmail.com>
diff --git a/inc/lang/zh/onceexisted.txt b/inc/lang/zh/onceexisted.txt
new file mode 100644
index 000000000..fcdb694ee
--- /dev/null
+++ b/inc/lang/zh/onceexisted.txt
@@ -0,0 +1,3 @@
+======= 该页面不再存在 ======
+
+你访问的页面不再存在。你可以查阅[[?do=revisions|页面历史版本]]列表,其中记录了页面被删除的时间、原因,还可以查看或恢复历史版本。
diff --git a/lib/plugins/authpdo/lang/zh/settings.php b/lib/plugins/authpdo/lang/zh/settings.php
index 8634e5fd4..9374b75d9 100644
--- a/lib/plugins/authpdo/lang/zh/settings.php
+++ b/lib/plugins/authpdo/lang/zh/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Phy <dokuwiki@phy25.com>
* @author Aaron Zhou <iradio@163.com>
*/
$lang['debug'] = '打印详细的错误信息。应该在设定完成后禁用。';
@@ -20,3 +21,6 @@ $lang['update-user-info'] = '更新单一用户全名和email地址的SQL
$lang['update-user-login'] = '更新单一用户登录名的SQL语句';
$lang['update-user-pass'] = '更新单一用户密码的SQL语句';
$lang['insert-group'] = '向数据库中插入一个新组的SQL语句';
+$lang['join-group'] = '把用户增加到现有用户组的 SQL 语句';
+$lang['leave-group'] = '把用户移除出现有用户组的 SQL 语句';
+$lang['check-pass'] = '查询用户密码的 SQL 语句(如密码在 select-user 查询时已经获取,则本设置可留空)';
diff --git a/lib/plugins/config/lang/zh/lang.php b/lib/plugins/config/lang/zh/lang.php
index cfba0a7f1..18368038b 100644
--- a/lib/plugins/config/lang/zh/lang.php
+++ b/lib/plugins/config/lang/zh/lang.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Phy <dokuwiki@phy25.com>
* @author Aaron Zhou <iradio@163.com>
* @author lempel <riverlempel@hotmail.com>
* @author ZDYX <zhangduyixiong@gmail.com>
@@ -159,6 +160,12 @@ $lang['xsendfile'] = '使用 X-Sendfile 头让服务器发送状态
$lang['renderer_xhtml'] = '主维基页面 (xhtml) 输出使用的渲染';
$lang['renderer__core'] = '%s(DokuWiki 内核)';
$lang['renderer__plugin'] = '%s(插件)';
+$lang['search_nslimit'] = '限制搜索范围为当前若干层命名空间。当搜索在更深的命名空间中被执行时,前若干层命名空间将会被用来筛选';
+$lang['search_fragment'] = '指定默认的分段搜索方式';
+$lang['search_fragment_o_exact'] = '精确';
+$lang['search_fragment_o_starts_with'] = '开头为';
+$lang['search_fragment_o_ends_with'] = '结尾为';
+$lang['search_fragment_o_contains'] = '包含';
$lang['dnslookups'] = 'DokuWiki 将会查询用户编辑页面的远程 IP 地址的主机名。如果您的 DNS 服务器比较缓慢或者不工作,或者您不想要这个功能,请禁用此选项。';
$lang['jquerycdn'] = 'jQuery和jQuery UI脚本文件应该从CDN加载吗?
这会增加额外的HTTP请求,但文件加载可能会更快,且用户可能已经缓存过。';
diff --git a/lib/tpl/dokuwiki/lang/zh/lang.php b/lib/tpl/dokuwiki/lang/zh/lang.php
index a9a284f8e..a7b61b955 100644
--- a/lib/tpl/dokuwiki/lang/zh/lang.php
+++ b/lib/tpl/dokuwiki/lang/zh/lang.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Phy <dokuwiki@phy25.com>
* @author lainme <lainme993@gmail.com>
*/
$lang['__background_site__'] = '特别背景的颜色 (内容框后面)';
@@ -13,3 +14,4 @@ $lang['__site_width__'] = '全站的宽度 (可以是任何长度单位
$lang['__sidebar_width__'] = '侧边栏的宽度 (如有,可以是任何长度单位:%,px,em,...)';
$lang['__tablet_width__'] = '当屏幕尺寸小于这个宽度,站点切换到平板模式';
$lang['__phone_width__'] = '当屏幕尺寸小于这个宽度,站点切换到手机模式';
+$lang['__theme_color__'] = 'webapp 主题颜色';