1<?php
2
3/**
4 * Chinese (Simplified) language for the "monobook" DokuWiki template
5 *
6 * If your language is not/only partially translated or you found an error/typo,
7 * have a look at the following files:
8 * - /lib/tpl/monobook/lang/<your lang>/lang.php
9 * - /lib/tpl/monobook/lang/<your lang>/settings.php
10 * If they are not existing, copy and translate the English ones.
11 *
12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
13 * Thanks! :-D
14 *
15 *
16 * LICENSE: This file is open source software (OSS) and may be copied under
17 *          certain conditions. See COPYING file for details or try to contact
18 *          the author(s) of this file in doubt.
19 *
20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
21 * @author Rubyy
22 * @link https://www.dokuwiki.org/template:monobook
23 * @link https://www.dokuwiki.org/config:lang
24 * @link https://www.dokuwiki.org/devel:configuration
25 */
26
27
28//check if we are running within the DokuWiki environment
29if (!defined("DOKU_INC")){
30    die();
31}
32
33//tabs
34$lang["monobook_tab_article"] = "文章";
35$lang["monobook_tab_discussion"] = "讨论";
36$lang["monobook_tab_userpage"] = "使用者页面";
37$lang["monobook_tab_specialpage"] = "特定页面";
38$lang["monobook_tab_mytalk"] = "我的对话页";
39$lang["monobook_tab_exportodt"] = "导出为ODT文件";
40$lang["monobook_tab_exportpdf"] = "导出为PDF文件";
41
42//headlines for the different bars
43$lang["monobook_bar_views"] = "查看";
44$lang["monobook_bar_personnaltools"] = "个人工具";
45$lang["monobook_bar_navigation"] = "导航";
46$lang["monobook_bar_toolbox"] = "工具箱";
47$lang["monobook_qrcodebox"] = "二维码";
48$lang["monobook_bar_inotherlanguages​​"] = "其他语言";
49$lang["monobook_bar_search"] = "查找";
50
51//buttons
52$lang["monobook_btn_go"] = "转到指定页";
53$lang["monobook_btn_search"] = "查找";
54
55//default toolbox
56$lang["monobook_toolbxdef_whatlinkshere"] = "相关链接";
57$lang["monobook_toolbxdef_upload"] = "上传文件";
58$lang["monobook_toolbxdef_siteindex"] = "网站地图";
59$lang["monobook_toolbxdef_print"] = "预览打印";
60$lang["monobook_toolboxdef_permanent"] = "永久链接";
61$lang["monobook_toolboxdef_cite"] = "引用这篇文章";
62
63//qr code box
64$lang["monobook_qrcodebox_qrcode"] = "二维码";
65$lang["monobook_qrcodebox_genforcurrentpage"] = "生成当前页面的二维码";
66$lang["monobook_qrcodebox_urlofcurrentpage"] = "当前页的二维码(QR Code)";
67
68//cite this article
69$lang["monobook_cite_bibdetailsfor"] = "详细书目";
70$lang["monobook_cite_pagename"] = "页面名称";
71$lang["monobook_cite_author"] = "作者";
72$lang["monobook_cite_publisher"] = "发布者";
73$lang["monobook_cite_dateofrev"] = "本次修订的日期";
74$lang["monobook_cite_dateretrieved"] = "日期检索";
75$lang["monobook_cite_permurl"] = "永久网址";
76$lang["monobook_cite_pageversionid"] = "页面版本ID";
77$lang["monobook_cite_citationstyles"] = "引用样式";
78$lang["monobook_cite_checkstandards"] = "请记得确切的语法的风格,以检查您的手册、指南或其他的指导方针,以满足您的需求";
79$lang["monobook_cite_latexusepackagehint"] = "当使用往往能给予更好的Web地址格式的LaTeX包 (在开头的某个位置的\usepackage{url})的URL时, 这可能是首选";
80$lang["monobook_cite_retrieved"] = "搜索";
81$lang["monobook_cite_from"] = "来源";
82$lang["monobook_cite_in"] = "在";
83$lang["monobook_cite_accessed"] = "访问";
84$lang["monobook_cite_cited"] = "被引用";
85$lang["monobook_cite_lastvisited"] = "最后一次查看";
86$lang["monobook_cite_availableat"] = "可用时间";
87$lang["monobook_cite_discussionpages"] = "DokuWiki讨论页";
88$lang["monobook_cite_markup"] = "标记";
89$lang["monobook_cite_result"] = "结果";
90$lang["monobook_cite_thisversion"] = "这个版本";
91
92//other
93$lang["monobook_accessdenied"] = "拒绝访问";
94$lang["monobook_fillplaceholder"] = "请填写这里,否则请不要启用本功能.";
95$lang["monobook_donate"] = "捐助";
96$lang["monobook_mdtemplatefordw"] = "为Dokuwiki设计的Monobook模板";
97$lang["monobook_recentchanges"] = "最近更新";
98