<?php

/**
 * Chinese (Simplified) language for the "monobook" DokuWiki template
 *
 * If your language is not/only partially translated or you found an error/typo,
 * have a look at the following files:
 * - /lib/tpl/monobook/lang/<your lang>/lang.php
 * - /lib/tpl/monobook/lang/<your lang>/settings.php
 * If they are not existing, copy and translate the English ones.
 *
 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
 * Thanks! :-D
 *
 *
 * LICENSE: This file is open source software (OSS) and may be copied under
 *          certain conditions. See COPYING file for details or try to contact
 *          the author(s) of this file in doubt.
 *
 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
 * @author Rubyy
 * @link https://www.dokuwiki.org/template:monobook
 * @link https://www.dokuwiki.org/config:lang
 * @link https://www.dokuwiki.org/devel:configuration
 */


//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
    die();
}

//tabs
$lang["monobook_tab_article"] = "文章";
$lang["monobook_tab_discussion"] = "讨论";
$lang["monobook_tab_userpage"] = "使用者页面";
$lang["monobook_tab_specialpage"] = "特定页面";
$lang["monobook_tab_mytalk"] = "我的对话页";
$lang["monobook_tab_exportodt"] = "导出为ODT文件";
$lang["monobook_tab_exportpdf"] = "导出为PDF文件";

//headlines for the different bars
$lang["monobook_bar_views"] = "查看";
$lang["monobook_bar_personnaltools"] = "个人工具";
$lang["monobook_bar_navigation"] = "导航";
$lang["monobook_bar_toolbox"] = "工具箱";
$lang["monobook_qrcodebox"] = "二维码";
$lang["monobook_bar_inotherlanguages​​"] = "其他语言";
$lang["monobook_bar_search"] = "查找";

//buttons
$lang["monobook_btn_go"] = "转到指定页";
$lang["monobook_btn_search"] = "查找";

//default toolbox
$lang["monobook_toolbxdef_whatlinkshere"] = "相关链接";
$lang["monobook_toolbxdef_upload"] = "上传文件";
$lang["monobook_toolbxdef_siteindex"] = "网站地图";
$lang["monobook_toolbxdef_print"] = "预览打印";
$lang["monobook_toolboxdef_permanent"] = "永久链接";
$lang["monobook_toolboxdef_cite"] = "引用这篇文章";

//qr code box
$lang["monobook_qrcodebox_qrcode"] = "二维码";
$lang["monobook_qrcodebox_genforcurrentpage"] = "生成当前页面的二维码";
$lang["monobook_qrcodebox_urlofcurrentpage"] = "当前页的二维码(QR Code)";

//cite this article
$lang["monobook_cite_bibdetailsfor"] = "详细书目";
$lang["monobook_cite_pagename"] = "页面名称";
$lang["monobook_cite_author"] = "作者";
$lang["monobook_cite_publisher"] = "发布者";
$lang["monobook_cite_dateofrev"] = "本次修订的日期";
$lang["monobook_cite_dateretrieved"] = "日期检索";
$lang["monobook_cite_permurl"] = "永久网址";
$lang["monobook_cite_pageversionid"] = "页面版本ID";
$lang["monobook_cite_citationstyles"] = "引用样式";
$lang["monobook_cite_checkstandards"] = "请记得确切的语法的风格，以检查您的手册、指南或其他的指导方针，以满足您的需求";
$lang["monobook_cite_latexusepackagehint"] = "当使用往往能给予更好的Web地址格式的LaTeX包 (在开头的某个位置的\usepackage{url})的URL时, 这可能是首选";
$lang["monobook_cite_retrieved"] = "搜索";
$lang["monobook_cite_from"] = "来源";
$lang["monobook_cite_in"] = "在";
$lang["monobook_cite_accessed"] = "访问";
$lang["monobook_cite_cited"] = "被引用";
$lang["monobook_cite_lastvisited"] = "最后一次查看";
$lang["monobook_cite_availableat"] = "可用时间";
$lang["monobook_cite_discussionpages"] = "DokuWiki讨论页";
$lang["monobook_cite_markup"] = "标记";
$lang["monobook_cite_result"] = "结果";
$lang["monobook_cite_thisversion"] = "这个版本";

//other
$lang["monobook_accessdenied"] = "拒绝访问";
$lang["monobook_fillplaceholder"] = "请填写这里,否则请不要启用本功能.";
$lang["monobook_donate"] = "捐助";
$lang["monobook_mdtemplatefordw"] = "为Dokuwiki设计的Monobook模板";
$lang["monobook_recentchanges"] = "最近更新";
