Skip to content

Commit 95239e6

Browse files
authored
Merge pull request #265 from dokuwiki-translate/lang_update_363
Translation update (zh)
2 parents 9b07603 + 6df2ad6 commit 95239e6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

lang/zh/lang.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5-
*
5+
*
66
* @author oott123 <ip.192.168.1.1@qq.com>
7+
* @author maddie <2934784245@qq.com>
78
*/
89
$lang['export_pdf_button'] = '导出 PDF';
9-
$lang['empty'] = "您还没有选择的页面。";
10-
$lang['needtitle'] = "需要指定标题";
10+
$lang['needtitle'] = '需要指定标题';
11+
$lang['needns'] = '请提供现有命名空间';
12+
$lang['empty'] = '您还没有选择的页面。';

lang/zh/settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5-
*
5+
*
66
* @author Mofe <mofe@me.com>
77
* @author oott123 <ip.192.168.1.1@qq.com>
88
*/
9+
$lang['maxbookmarks'] = 'PDF 文件中需要有多少层书签?<small>(0:没有;5:全部)</small>';
10+
$lang['template'] = '使用哪个模板的格式来排版PDF的内容?';
911
$lang['output'] = '怎样显示PDF文件?';
1012
$lang['output_o_browser'] = '在浏览器中显示';
1113
$lang['output_o_file'] = '下载PDF到本地';
1214
$lang['usecache'] = '开启 PDF 文件缓存?内嵌的图片将不会受 ACL 权限限制。如果你担心安全问题,请将其禁用。';
13-
$lang['template'] = '使用哪个模板的格式来排版PDF的内容?';
14-
$lang['maxbookmarks'] = 'PDF 文件中需要有多少层书签?<small>(0:没有;5:全部)</small>';
1515
$lang['usestyles'] = 'PDF 生成过程中的 <code>style.css</code> 或者 <code>screen.css</code> ,以英文逗号,分割。默认只有<code>print.css</code> 和 <code>pdf.css</code> 被使用。';
1616
$lang['qrcodesize'] = '二维码尺寸,留空禁用。(<code><i>宽</i><b>x</b><i>高</i></code> 单位:像素)';
1717
$lang['showexportbutton'] = '显示导出 PDF 按钮。(只有在模版支持并在白名单里的时候才能使用)';

0 commit comments

Comments
 (0)