Merge "Add tests for WikiMap and WikiReference"
[lhc/web/wiklou.git] / includes / api / i18n / zh-hans.json
1 {
2 "@metadata": {
3 "authors": [
4 "Gaoxuewei",
5 "Linforest",
6 "Liuxinyu970226",
7 "Papapasan",
8 "LNDDYL",
9 "Shizhao",
10 "Yfdyh000",
11 "JuneAugsut",
12 "EagerLin",
13 "Simon xianyu",
14 "Kuailong",
15 "Zhxy 519",
16 "御坂美琴",
17 "RyRubyy",
18 "Umherirrender"
19 ]
20 },
21 "apihelp-main-description": "<div class=\"hlist plainlinks api-main-links\">\n* [[mw:API:Main_page|文档]]\n* [[mw:API:FAQ|常见问题]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 邮件列表]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API公告]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R 程序错误与功能请求]\n</div>\n<strong>状态信息:</strong>本页所展示的所有特性都应正常工作,但是API仍在开发当中,将会随时变化。请订阅[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 邮件列表]以便获得更新通知。\n\n<strong>错误请求:</strong>当API收到错误请求时,HTTP header将会返回一个包含\"MediaWiki-API-Error\"的值,随后header的值与error code将会送回并设置为相同的值。详细信息请参阅[[mw:API:Errors_and_warnings|API: 错误与警告]]。",
22 "apihelp-main-param-action": "要执行的操作。",
23 "apihelp-main-param-format": "输出的格式。",
24 "apihelp-main-param-maxlag": "最大延迟可被用于MediaWiki安装于数据库复制集中。要保存导致更多网站复制延迟的操作,此参数可使客户端等待直到复制延迟少于指定值时。万一发生过多延迟,错误代码<samp>maxlag</samp>会返回消息,例如<samp>等待$host中:延迟$lag秒</samp>。<br />参见[[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]]以获取更多信息。",
25 "apihelp-main-param-smaxage": "设置<code>s-maxage</code> HTTP缓存控制头至这些秒。错误不会缓存。",
26 "apihelp-main-param-maxage": "设置<code>max-age</code> HTTP缓存控制头至这些秒。错误不会缓存。",
27 "apihelp-main-param-assert": "如果设置为<kbd>user</kbd>就验证用户是否登录,或如果设置为<kbd>bot</kbd>就验证是否有机器人用户权限。",
28 "apihelp-main-param-requestid": "任何在此提供的值将包含在响应中。可能可以用以区别请求。",
29 "apihelp-main-param-servedby": "包含保存结果请求的主机名。",
30 "apihelp-main-param-curtimestamp": "在结果中包括当前时间戳。",
31 "apihelp-main-param-origin": "当通过跨域名AJAX请求(CORS)访问API时,设置此作为起始域名。这必须包括在任何pre-flight请求中,并因此必须是请求的URI的一部分(而不是POST正文)。这必须匹配<code>Origin</code>中的一个起点:从头到底,因此它已经设置为像<kbd>https://zh.wikipedia.org</kbd>或<kbd>https://meta.wikimedia.org</kbd>的东西。如果此参数不匹配<code>Origin</code>页顶,就返回403错误响应。如果此参数匹配<code>Origin</code>页顶并且起点被白名单,将设置一个<code>Access-Control-Allow-Origin</code>开头。",
32 "apihelp-main-param-uselang": "用于消息翻译的语言。代码列表可从<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>通过<kbd>siprop=languages</kbd>获取,或指定<kbd>user</kbd>以使用当前用户的语言设置,或指定<kbd>content</kbd>以使用此wiki的内容语言。",
33 "apihelp-block-description": "封禁一位用户。",
34 "apihelp-block-param-user": "您要封禁的用户、IP地址或IP地址段。",
35 "apihelp-block-param-expiry": "到期时间。可以是相对时间(例如<kbd>5 months</kbd>或<kbd>2 weeks</kbd>)或绝对时间(例如<kbd>2014-09-18T12:34:56Z</kbd>)。如果设置为<kbd>infinite</kbd>、<kbd>indefinite</kbd>或<kbd>never</kbd>,封禁将无限期。",
36 "apihelp-block-param-reason": "封禁的原因。",
37 "apihelp-block-param-anononly": "只封禁匿名用户(也就是说禁止此 IP 地址的匿名编辑)。",
38 "apihelp-block-param-nocreate": "防止创建帐户。",
39 "apihelp-block-param-autoblock": "自动封禁最近使用的IP地址,以及以后他们尝试登陆使用的IP地址。",
40 "apihelp-block-param-noemail": "阻止用户通过wiki发送电子邮件。(需要<code>blockemail</code>权限)。",
41 "apihelp-block-param-hidename": "从封禁日志中隐藏用户名。(需要<code>hideuser</code>权限)。",
42 "apihelp-block-param-allowusertalk": "允许用户编辑自己的讨论页(取决于<var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>)。",
43 "apihelp-block-param-reblock": "如果该用户已被封禁,则覆盖已有的封禁。",
44 "apihelp-block-param-watchuser": "监视用户或该 IP 的用户页和讨论页。",
45 "apihelp-block-example-ip-simple": "封禁IP地址<kbd>192.0.2.5</kbd>三天,原因<kbd>First strike</kbd>。",
46 "apihelp-block-example-user-complex": "无限期封禁用户<kbd>Vandal</kbd>,原因<kbd>Vandalism</kbd>,并阻止新账户创建和电子邮件发送。",
47 "apihelp-checktoken-description": "从<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>检查令牌有效性。",
48 "apihelp-checktoken-param-type": "已开始测试的令牌类型。",
49 "apihelp-checktoken-param-token": "要测试的令牌。",
50 "apihelp-checktoken-param-maxtokenage": "令牌的最大允许年龄,以秒计。",
51 "apihelp-checktoken-example-simple": "测试<kbd>csrf</kbd>令牌的有效性。",
52 "apihelp-clearhasmsg-description": "清除当前用户的<code>hasmsg</code>标记。",
53 "apihelp-clearhasmsg-example-1": "清除当前用户的<code>hasmsg</code>标记。",
54 "apihelp-compare-description": "获取2个页面之间的差别。\n\n用于“from”和“to”的修订版本号、页面标题或页面 ID 必须获得通过。",
55 "apihelp-compare-param-fromtitle": "要比较的第一个标题。",
56 "apihelp-compare-param-fromid": "要比较的第一个页面 ID。",
57 "apihelp-compare-param-fromrev": "要比较的第一个修订版本。",
58 "apihelp-compare-param-totitle": "要比较的第二个标题。",
59 "apihelp-compare-param-toid": "要比较的第二个页面 ID。",
60 "apihelp-compare-param-torev": "要比较的第二个修订版本。",
61 "apihelp-compare-example-1": "在版本1和2中创建差异。",
62 "apihelp-createaccount-description": "创建一个新用户账户。",
63 "apihelp-createaccount-param-name": "用户名。",
64 "apihelp-createaccount-param-password": "密码(如果设置<var>$1mailpassword</var>则忽略)。",
65 "apihelp-createaccount-param-domain": "外部身份验证域 (可选)。",
66 "apihelp-createaccount-param-token": "在第一个请求中获得的帐户创建标记。",
67 "apihelp-createaccount-param-email": "用户的电子邮件地址(可选)。",
68 "apihelp-createaccount-param-realname": "用户的真实姓名(可选)。",
69 "apihelp-createaccount-param-mailpassword": "如果设置为任何值,将向用户发送一个随机密码。",
70 "apihelp-createaccount-param-reason": "将要放在日志中的,关于创建帐户的可选原因。",
71 "apihelp-createaccount-param-language": "要为用户设置为默认值的语言代码(可选,默认为内容语言)。",
72 "apihelp-createaccount-example-pass": "创建用户<kbd>testuser</kbd>和密码<kbd>test123</kbd>。",
73 "apihelp-createaccount-example-mail": "创建用户<kbd>testmailuser</kbd>并电邮发送一个随机生成的密码。",
74 "apihelp-delete-description": "删除一个页面。",
75 "apihelp-delete-param-title": "你所希望删除的页面的标题。不能与<var>$1pageid</var>一起使用。",
76 "apihelp-delete-param-pageid": "要删除的页面的页面 ID。不能与<var>$1title</var>一起使用。",
77 "apihelp-delete-param-reason": "删除原因。如果未设置,将使用一个自动生成的原因。",
78 "apihelp-delete-param-watch": "将该页面加入当前用户的监视列表。",
79 "apihelp-delete-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
80 "apihelp-delete-param-unwatch": "将该页面从当前用户的监视列表删除。",
81 "apihelp-delete-param-oldimage": "由[[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]提供的要删除的旧图片名称。",
82 "apihelp-delete-example-simple": "删除<kbd>Main Page</kbd>。",
83 "apihelp-delete-example-reason": "删除<kbd>Main Page</kbd>,原因<kbd>Preparing for move</kbd>。",
84 "apihelp-disabled-description": "此模块已禁用。",
85 "apihelp-edit-description": "创建和编辑页面。",
86 "apihelp-edit-param-title": "您希望编辑的页面标题。不能与<var>$1pageid</var>一起使用。",
87 "apihelp-edit-param-pageid": "要编辑的页面的页面 ID。不能与<var>$1title</var>一起使用。",
88 "apihelp-edit-param-section": "段落数。<kbd>0</kbd>用于首段,<kbd>new</kbd>用于新的段落。",
89 "apihelp-edit-param-sectiontitle": "新小节的标题。",
90 "apihelp-edit-param-text": "页面内容。",
91 "apihelp-edit-param-summary": "编辑摘要。当$1section=new且未设置$1sectiontitle时,还包括小节标题。",
92 "apihelp-edit-param-tags": "更改标签以应用修订。",
93 "apihelp-edit-param-minor": "小编辑。",
94 "apihelp-edit-param-notminor": "不是小编辑。",
95 "apihelp-edit-param-bot": "标记此编辑为机器人编辑。",
96 "apihelp-edit-param-basetimestamp": "基础修订的时间戳,用于检测编辑冲突。也许可以通过[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]得到。",
97 "apihelp-edit-param-starttimestamp": "编辑过程开始的时间戳,用于检测编辑冲突。当开始编辑过程时(例如当加载要编辑的页面时)使用<var>[[Special:ApiHelp/main|curtimestamp]]</var>可能取得一个适当的值。",
98 "apihelp-edit-param-recreate": "覆盖有关该页面在此期间已被删除的任何错误。",
99 "apihelp-edit-param-createonly": "不要编辑页面,如果已经存在。",
100 "apihelp-edit-param-nocreate": "如果该页面不存在,则抛出一个错误。",
101 "apihelp-edit-param-watch": "将页面加入当前用户的监视列表。",
102 "apihelp-edit-param-unwatch": "将页面从当前用户的监视列表中移除。",
103 "apihelp-edit-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
104 "apihelp-edit-param-md5": "$1text参数或$1prependtext和$1appendtext级联参数的MD5哈希值。如果设置,除非哈希值正确否则编辑无法完成。",
105 "apihelp-edit-param-prependtext": "将该文本添加到该页面的开始。覆盖$1text。",
106 "apihelp-edit-param-appendtext": "将该文本添加到该页面的结尾。覆盖$1text。\n\n采用$1section=new来添加一个新的章节,而不是这个参数。",
107 "apihelp-edit-param-undo": "撤销此次修订。覆盖$1text、$1prependtext和$1appendtext。",
108 "apihelp-edit-param-undoafter": "撤销从$1undo至此的所有修订。如果不设置就撤销一次修订。",
109 "apihelp-edit-param-redirect": "自动解决重定向。",
110 "apihelp-edit-param-contentformat": "用于输入文本的内容串行化格式。",
111 "apihelp-edit-param-contentmodel": "新内容的内容模型。",
112 "apihelp-edit-param-token": "令牌应总是发送为最后参数,或至少在$1text参数之后。",
113 "apihelp-edit-example-edit": "编辑一个页面。",
114 "apihelp-edit-example-prepend": "页面中预置<kbd>_&#95;NOTOC_&#95;</kbd>。",
115 "apihelp-edit-example-undo": "通过13585撤销修订版本13579并自动填写编辑摘要。",
116 "apihelp-emailuser-description": "电子邮件联系一位用户。",
117 "apihelp-emailuser-param-target": "电子邮件的目标用户。",
118 "apihelp-emailuser-param-subject": "主题页眉。",
119 "apihelp-emailuser-param-text": "邮件正文。",
120 "apihelp-emailuser-param-ccme": "给我发送一份该邮件的副本。",
121 "apihelp-emailuser-example-email": "向用户<kbd>WikiSysop</kbd>发送邮件,带文字<kbd>Content</kbd>。",
122 "apihelp-expandtemplates-description": "展开维基文本中的所有模板。",
123 "apihelp-expandtemplates-param-title": "页面标题。",
124 "apihelp-expandtemplates-param-text": "要转换的wiki文本。",
125 "apihelp-expandtemplates-param-revid": "修订版本ID,用于<nowiki>{{REVISIONID}}</nowiki>和类似变体。",
126 "apihelp-expandtemplates-param-prop": "要获取的那条信息。\n\n注意如果没有选定值,结果将包含wiki文本,但将以弃用的格式显示。",
127 "apihelp-expandtemplates-paramvalue-prop-wikitext": "扩充的wiki文本。",
128 "apihelp-expandtemplates-paramvalue-prop-properties": "由wiki文本中扩充的魔术字定义的页面属性。",
129 "apihelp-expandtemplates-paramvalue-prop-volatile": "无论输出是否常常变动,均不应被在页面中其他任何位置重用。",
130 "apihelp-expandtemplates-paramvalue-prop-ttl": "结果缓存应无效化后的最长时间。",
131 "apihelp-expandtemplates-paramvalue-prop-modules": "任何解析器函数请求添加至输出的ResourceLoader模块。无论<kbd>jsconfigvars</kbd>还是<kbd>encodedjsconfigvars</kbd>都必须与<kbd>modules</kbd>共同被请求。",
132 "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "针对页面提供JavaScript配置变量。",
133 "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "针对页面提供JavaScript配置变量为一个JSON字符串。",
134 "apihelp-expandtemplates-paramvalue-prop-parsetree": "输入的XML分析树。",
135 "apihelp-expandtemplates-param-includecomments": "输出时是否包含HTML摘要。",
136 "apihelp-expandtemplates-param-generatexml": "生成XML解析树(取代自$1prop=parsetree)。",
137 "apihelp-expandtemplates-example-simple": "展开wiki文本<kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>。",
138 "apihelp-feedcontributions-description": "返回用户贡献纲要。",
139 "apihelp-feedcontributions-param-feedformat": "纲要的格式。",
140 "apihelp-feedcontributions-param-user": "获取哪些用户的贡献。",
141 "apihelp-feedcontributions-param-namespace": "过滤哪些命名空间的贡献。",
142 "apihelp-feedcontributions-param-year": "起始年份(及更早)。",
143 "apihelp-feedcontributions-param-month": "起始月份(及更早)。",
144 "apihelp-feedcontributions-param-tagfilter": "过滤有这些标签的贡献者。",
145 "apihelp-feedcontributions-param-deletedonly": "仅显示已删除的贡献。",
146 "apihelp-feedcontributions-param-toponly": "仅仅显示那些作为最新修订的编辑。",
147 "apihelp-feedcontributions-param-newonly": "仅仅显示那些作为页面创建的编辑。",
148 "apihelp-feedcontributions-param-showsizediff": "显示修订版本之间的大小差别。",
149 "apihelp-feedcontributions-example-simple": "返回用户<kbd>Example</kbd>的贡献。",
150 "apihelp-feedrecentchanges-description": "返回最新变更纲要。",
151 "apihelp-feedrecentchanges-param-feedformat": "纲要的格式。",
152 "apihelp-feedrecentchanges-param-namespace": "用于限制结果的命名空间。",
153 "apihelp-feedrecentchanges-param-invert": "除所选定者外的所有命名空间。",
154 "apihelp-feedrecentchanges-param-associated": "包括相关的命名空间(讨论页或主要)。",
155 "apihelp-feedrecentchanges-param-days": "用于限制结果的天数。",
156 "apihelp-feedrecentchanges-param-limit": "所要返回结果的最大数目。",
157 "apihelp-feedrecentchanges-param-from": "显示自那时以来的更改。",
158 "apihelp-feedrecentchanges-param-hideminor": "隐藏小更改。",
159 "apihelp-feedrecentchanges-param-hidebots": "隐藏机器人所做的更改。",
160 "apihelp-feedrecentchanges-param-hideanons": "隐藏匿名用户做出的更改。",
161 "apihelp-feedrecentchanges-param-hideliu": "隐藏注册用户做出的更改。",
162 "apihelp-feedrecentchanges-param-hidepatrolled": "隐藏已巡查更改。",
163 "apihelp-feedrecentchanges-param-hidemyself": "隐藏当前用户做出的更改。",
164 "apihelp-feedrecentchanges-param-tagfilter": "按标签过滤。",
165 "apihelp-feedrecentchanges-param-target": "仅仅显示从该页面链出的那些页面的变更。",
166 "apihelp-feedrecentchanges-param-showlinkedto": "仅仅显示链入到该页面的那些页面的变更。",
167 "apihelp-feedrecentchanges-example-simple": "显示最近更改。",
168 "apihelp-feedrecentchanges-example-30days": "显示最近30天的更改。",
169 "apihelp-feedwatchlist-description": "返回监视列表纲要。",
170 "apihelp-feedwatchlist-param-feedformat": "纲要的格式。",
171 "apihelp-feedwatchlist-param-hours": "列出从现在起数小时内修改的页面。",
172 "apihelp-feedwatchlist-param-linktosections": "如果可能的话,直接链接到已变更的小节。",
173 "apihelp-feedwatchlist-example-default": "显示监视列表订阅。",
174 "apihelp-feedwatchlist-example-all6hrs": "显示过去6小时内受监视页面的所有更改。",
175 "apihelp-filerevert-description": "回退一个文件至某一旧版本。",
176 "apihelp-filerevert-param-filename": "目标文件名,不包含前缀“File:”。",
177 "apihelp-filerevert-param-comment": "上传评论。",
178 "apihelp-filerevert-param-archivename": "恢复到修订版存档名称。",
179 "apihelp-filerevert-example-revert": "回退<kbd>Wiki.png</kbd>至<kbd>2011-03-05T15:27:40Z</kbd>的版本。",
180 "apihelp-help-description": "显示指定模块的帮助。",
181 "apihelp-help-param-modules": "用于显示帮助的模块(<var>action</var>和<var>format</var>参数值,或<kbd>main</kbd>)。可通过<kbd>+</kbd>指定子模块。",
182 "apihelp-help-param-submodules": "包括给定名称模块的子模块的帮助。",
183 "apihelp-help-param-recursivesubmodules": "包括递归子模块的帮助。",
184 "apihelp-help-param-helpformat": "帮助的输出格式。",
185 "apihelp-help-param-wrap": "在一个标准API响应结构中包裹输出。",
186 "apihelp-help-param-toc": "在HTML输出中包括目录。",
187 "apihelp-help-example-main": "主模块帮助。",
188 "apihelp-help-example-recursive": "一个页面中的所有帮助。",
189 "apihelp-help-example-help": "帮助模块本身的帮助。",
190 "apihelp-help-example-query": "两个查询子模块的帮助。",
191 "apihelp-imagerotate-description": "旋转一幅或多幅图像。",
192 "apihelp-imagerotate-param-rotation": "顺时针旋转图像的度数。",
193 "apihelp-imagerotate-example-simple": "<kbd>90</kbd>度旋转<kbd>File:Example.png</kbd>。",
194 "apihelp-imagerotate-example-generator": "将<kbd>Category:Flip</kbd>之中的所有图像旋转<kbd>180</kbd>度。",
195 "apihelp-import-description": "从另一个wiki或从一个XML文件导入页面。\n\n注意当发送一个用于<var>xml</var>参数的文件时,HTTP POST必须作为一次文件上传完成(也就是使用multipart/form-data)。",
196 "apihelp-import-param-summary": "导入摘要。",
197 "apihelp-import-param-xml": "上传的XML文件。",
198 "apihelp-import-param-interwikisource": "用于跨wiki导入:导入的来源wiki。",
199 "apihelp-import-param-interwikipage": "用于跨wiki导入:导入的页面。",
200 "apihelp-import-param-fullhistory": "用于跨wiki导入:完整导入历史,而不只是最新版本。",
201 "apihelp-import-param-templates": "用于跨wiki导入:连带导入所有包含的模板。",
202 "apihelp-import-param-namespace": "导入至此名字空间。不能与<var>$1rootpage</var>一起使用。",
203 "apihelp-import-param-rootpage": "作为此页面的子页面导入。不能与<var>$1namespace</var>一起使用。",
204 "apihelp-import-example-import": "将页面[[meta:Help:ParserFunctions]]连带完整历史导入至100名字空间。",
205 "apihelp-login-description": "登录并获得身份验证Cookie。\n\n在成功登录的情况下,所需的Cookie将包含在HTTP响应头中。在登录失败的情况下,进一步的尝试可能会被自动密码猜解攻击的限制所遏制。",
206 "apihelp-login-param-name": "用户名。",
207 "apihelp-login-param-password": "密码。",
208 "apihelp-login-param-domain": "域名(可选)。",
209 "apihelp-login-param-token": "在首个请求中获得的登录令牌。",
210 "apihelp-login-example-gettoken": "检索登录令牌。",
211 "apihelp-login-example-login": "登录。",
212 "apihelp-logout-description": "退出并清除会话数据。",
213 "apihelp-logout-example-logout": "退出当前用户。",
214 "apihelp-managetags-description": "执行有关更改标签的管理任务。",
215 "apihelp-managetags-param-operation": "要执行哪个操作:\n;create:创建一个新的更改标签供手动使用。\n;delete:从数据库中移除一个更改标签,包括移除已使用在所有修订版本、最近更改记录和日志记录上的该标签。\n;activate:激活一个更改标签,允许用户手动应用它。\n;deactivate:停用一个更改标签,阻止用户手动应用它。",
216 "apihelp-managetags-param-tag": "要创建、删除、激活或取消激活的标签。要创建标签,标签必须不存在。要删除标签,标签必须存在。要激活标签,标签必须存在,且不被任何扩展使用。要取消激活标签,标签必须当前处于激活状态,且被手动定义。",
217 "apihelp-managetags-param-reason": "一个创建、删除、激活或停用标签时的原因,可选。",
218 "apihelp-managetags-param-ignorewarnings": "是否忽略操作期间发生的任何警告。",
219 "apihelp-managetags-example-create": "创建一个名为<kbd>spam</kbd>的标签,原因<kbd>For use in edit patrolling</kbd>",
220 "apihelp-managetags-example-delete": "删除<kbd>vandlaism</kbd>标签,原因<kbd>Misspelt</kbd>",
221 "apihelp-managetags-example-activate": "激活一个名为<kbd>spam</kbd>的标签,原因<kbd>For use in edit patrolling</kbd>",
222 "apihelp-managetags-example-deactivate": "停用一个名为<kbd>spam</kbd>的标签,原因<kbd>No longer required</kbd>",
223 "apihelp-move-description": "移动一个页面。",
224 "apihelp-move-param-from": "要重命名的页面标题。不能与<var>$1fromid</var>一起使用。",
225 "apihelp-move-param-fromid": "您希望移动的页面ID。不能与<var>$1from</var>一起使用。",
226 "apihelp-move-param-to": "页面重命名的目标标题。",
227 "apihelp-move-param-reason": "重命名的原因。",
228 "apihelp-move-param-movetalk": "重命名讨论页,如果存在。",
229 "apihelp-move-param-movesubpages": "重命名子页面,如果可以。",
230 "apihelp-move-param-noredirect": "不要创建重定向。",
231 "apihelp-move-param-watch": "将页面和重定向加入至当前用户的监视列表中。",
232 "apihelp-move-param-unwatch": "从当前用户的监视列表中移除页面及重定向。",
233 "apihelp-move-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
234 "apihelp-move-param-ignorewarnings": "忽略任何警告。",
235 "apihelp-move-example-move": "移动<kbd>Badtitle</kbd>到<kbd>Goodtitle</kbd>,不保留重定向。",
236 "apihelp-opensearch-description": "使用OpenSearch协议搜索本wiki。",
237 "apihelp-opensearch-param-search": "搜索字符串。",
238 "apihelp-opensearch-param-limit": "要返回的结果最大数。",
239 "apihelp-opensearch-param-namespace": "搜索的名字空间。",
240 "apihelp-opensearch-param-suggest": "如果<var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>设置为false则不做任何事情。",
241 "apihelp-opensearch-param-redirects": "如何处理重定向:\n;return:返回重定向本身。\n;resolve:返回目标页面。可能返回少于$1limit个结果。\n由于历史原因,$1format=json默认为\"return\",其他格式默认为\"resolve\"。",
242 "apihelp-opensearch-param-format": "输出格式。",
243 "apihelp-opensearch-param-warningsaserror": "如果警告通过<kbd>format=json</kbd>提升,返回一个API错误而不是忽略它们。",
244 "apihelp-opensearch-example-te": "查找以<kbd>Te</kbd>开头的页面。",
245 "apihelp-options-description": "更改当前用户的偏好设置。\n\n只有注册在核心或者已安装扩展中的选项,或者具有<code>userjs-</code>键值前缀(旨在被用户脚本使用)的选项可被设置。",
246 "apihelp-options-param-reset": "重置偏好设置到网站默认设置。",
247 "apihelp-options-param-resetkinds": "当<var>$1reset</var>选项被设置时,要重置的选项类型列表。",
248 "apihelp-options-param-change": "更改列表,以name=value格式化(例如skin=vector)。值不能包含管道字符。如果没提供值(甚至没有等号),例如optionname|otheroption|...,选项将重置为默认值。",
249 "apihelp-options-param-optionname": "应设置为由<var>$1optionvalue</var>提供值的选项名称。",
250 "apihelp-options-param-optionvalue": "用于由<var>$1optionname</var>指定的选项的值,可以包含管道字符。",
251 "apihelp-options-example-reset": "重置所有用户设置。",
252 "apihelp-options-example-change": "更改<kbd>skin</kbd>和<kbd>hideminor</kbd>设置。",
253 "apihelp-options-example-complex": "重置所有设置,然后设置<kbd>skin</kbd>和<kbd>nickname</kbd>。",
254 "apihelp-paraminfo-description": "获得关于API模块的信息。",
255 "apihelp-paraminfo-param-modules": "模块名称(<var>action</var>和<var>format</var>参数值,或<kbd>main</kbd>)的列表。可通过<kbd>+</kbd>指定子模块。",
256 "apihelp-paraminfo-param-helpformat": "帮助字符串的格式。",
257 "apihelp-paraminfo-param-querymodules": "查询模块名称(<var>prop</var>、<var>meta</var>或<var>list</var>参数值)的列表。使用<kbd>$1modules=query+foo</kbd>而不是<kbd>$1querymodules=foo</kbd>。",
258 "apihelp-paraminfo-param-mainmodule": "获取有关主要(最高级)模块的信息。也可使用<kbd>$1modules=main</kbd>。",
259 "apihelp-paraminfo-param-pagesetmodule": "获取有关页面设置模块(提供titles=和朋友)的信息。",
260 "apihelp-paraminfo-param-formatmodules": "格式模块名称(<var>format</var>参数的值)的列表。也可使用<var>$1modules</var>。",
261 "apihelp-paraminfo-example-1": "显示<kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>、<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>、<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>和<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>的信息。",
262 "apihelp-parse-description": "解析内容并返回解析器输出。\n\n参见<kbd>[[Special:ApiHelp/query|action=query]]</kbd>的各种prop-module以从页面的当前版本获得信息。\n\n这里有几种方法可以指定解析的文本:\n# 指定一个页面或修订,使用<var>$1page</var>、<var>$1pageid</var>或<var>$1oldid</var>。\n# 明确指定内容,使用<var>$1text</var>、<var>$1title</var>和<var>$1contentmodel</var>。\n# 只指定一段摘要解析。<var>$1prop</var>应提供一个空值。",
263 "apihelp-parse-param-title": "文本属于的页面标题。如果省略,<var>$1contentmodel</var>就必须被指定,且[[API]]将作为标题使用。",
264 "apihelp-parse-param-text": "要解析的文本。使用<var>$1title</var>或<var>$1contentmodel</var>以控制内容模型。",
265 "apihelp-parse-param-summary": "所要解析的摘要。",
266 "apihelp-parse-param-page": "解析此页的内容。不能与<var>$1text</var>和<var>$1title</var>一起使用。",
267 "apihelp-parse-param-pageid": "解析此页的内容。覆盖<var>$1page</var>。",
268 "apihelp-parse-param-redirects": "如果<var>$1page</var>或<var>$1pageid</var>被设置为一个重定向,则解析它。",
269 "apihelp-parse-param-oldid": "解析该修订版本的内容。覆盖<var>$1page</var>和<var>$1pageid</var>。",
270 "apihelp-parse-param-prop": "要获取的信息束:",
271 "apihelp-parse-paramvalue-prop-text": "提供wiki文本中的被解析文本。",
272 "apihelp-parse-paramvalue-prop-langlinks": "在被解析的wiki文本中提供语言链接。",
273 "apihelp-parse-paramvalue-prop-categories": "在被解析的wiki文本中提供分类。",
274 "apihelp-parse-paramvalue-prop-categorieshtml": "提供HTML版本分类。",
275 "apihelp-parse-paramvalue-prop-links": "在被解析的wiki文本中提供内部链接。",
276 "apihelp-parse-paramvalue-prop-templates": "在被解析的wiki文本中提供模板。",
277 "apihelp-parse-paramvalue-prop-images": "在被解析的wiki文本中提供图片。",
278 "apihelp-parse-paramvalue-prop-externallinks": "在被解析的wiki文本中提供外部链接。",
279 "apihelp-parse-paramvalue-prop-sections": "在被解析的wiki文本中提供段落。",
280 "apihelp-parse-paramvalue-prop-revid": "添加被解析页面的修订ID。",
281 "apihelp-parse-paramvalue-prop-displaytitle": "为被解析的wiki文本添加标题。",
282 "apihelp-parse-paramvalue-prop-headitems": "提供项目以插入至页面的<code>&lt;head&gt;</code>。",
283 "apihelp-parse-paramvalue-prop-headhtml": "提供页面的被解析<code>&lt;head&gt;</code>。",
284 "apihelp-parse-paramvalue-prop-modules": "提供在页面中使用的ResourceLoader模块。无论<kbd>jsconfigvars</kbd>还是<kbd>encodedjsconfigvars</kbd>都必须与<kbd>modules</kbd>共同被请求。",
285 "apihelp-parse-paramvalue-prop-jsconfigvars": "针对页面提供JavaScript配置变量。",
286 "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "针对页面提供JavaScript配置变量为一个JSON字符串。",
287 "apihelp-parse-paramvalue-prop-indicators": "提供页面上使用的页面状态指示器的HTML。",
288 "apihelp-parse-paramvalue-prop-iwlinks": "在被解析的wiki文本中提供跨wiki链接。",
289 "apihelp-parse-paramvalue-prop-wikitext": "提供被解析的原始wiki文本。",
290 "apihelp-parse-paramvalue-prop-properties": "提供多种定义在被解析的wiki文本中的属性。",
291 "apihelp-parse-paramvalue-prop-limitreportdata": "以结构化的方式提供限制报告。如果<var>$1disablelimitreport</var>被设定则不提供数据。",
292 "apihelp-parse-paramvalue-prop-limitreporthtml": "提供限制报告的HTML版本。当<var>$1disablelimitreport</var>被设置时不会提供数据。",
293 "apihelp-parse-paramvalue-prop-parsetree": "修订内容的XML解析树(需要内容模型<code>$1</code>)",
294 "apihelp-parse-param-pst": "在解析输入前,对输入做一次保存前变换处理。仅当使用文本时有效。",
295 "apihelp-parse-param-effectivelanglinks": "包含由扩展提供的语言链接(用于与<kbd>$1prop=langlinks</kbd>一起使用)。",
296 "apihelp-parse-param-section": "只检索此段数的内容,或只当<kbd>new</kbd>生成新的段落时检索。\n\n<kbd>new</kbd>段落只当指定<var>text</var>时受尊重。",
297 "apihelp-parse-param-sectiontitle": "当<var>section</var>为<kbd>new</kbd>时新段落标题。\n\n不像页面编辑,当省略或为空时将不会备选为<var>summary</var>。",
298 "apihelp-parse-param-disablelimitreport": "从解析器输出中省略限制报告(“NewPP limit report”)。",
299 "apihelp-parse-param-disablepp": "请改用<var>$1disablelimitreport</var>。",
300 "apihelp-parse-param-disableeditsection": "从解析器输出中省略编辑段落链接。",
301 "apihelp-parse-param-disabletidy": "不要在解析器输出中运行HTML清理(例如tidy)。",
302 "apihelp-parse-param-generatexml": "生成XML解析树(需要内容模型<code>$1</code>;被<kbd>$2prop=parsetree</kbd>所取代)。",
303 "apihelp-parse-param-preview": "在预览模式下解析。",
304 "apihelp-parse-param-sectionpreview": "在小节预览模式下解析 (同时要启用预览模式)。",
305 "apihelp-parse-param-disabletoc": "在输出中省略目录。",
306 "apihelp-parse-param-contentformat": "用于输入文本的内容序列化格式。只当与$1text一起使用时有效。",
307 "apihelp-parse-example-page": "解析一个页面。",
308 "apihelp-parse-example-text": "解析wiki文本。",
309 "apihelp-parse-example-texttitle": "解析wiki文本,指定页面标题。",
310 "apihelp-parse-example-summary": "解析一个摘要。",
311 "apihelp-patrol-description": "巡查页面或修订版本。",
312 "apihelp-patrol-param-rcid": "所要巡查的最近变更 ID。",
313 "apihelp-patrol-param-revid": "要巡查的修订版本ID。",
314 "apihelp-patrol-example-rcid": "巡查一次最近更改。",
315 "apihelp-patrol-example-revid": "巡查一次修订。",
316 "apihelp-protect-description": "更改页面的保护等级。",
317 "apihelp-protect-param-title": "要(解除)保护的页面标题。不能与$1pageid一起使用。",
318 "apihelp-protect-param-pageid": "要(解除)保护的页面ID。不能与$1title一起使用。",
319 "apihelp-protect-param-protections": "保护等级列表,格式:<kbd>action=level</kbd>(例如<kbd>edit=sysop</kbd>)。\n\n<strong>注意:</strong>未列出的操作将移除限制。",
320 "apihelp-protect-param-expiry": "到期时间戳。如果只有一个时间戳被设置,它将被用于所有保护。使用<kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd>或<kbd>never</kbd>用于永不过期的保护。",
321 "apihelp-protect-param-reason": "(解除)保护的原因。",
322 "apihelp-protect-param-cascade": "启用连锁保护(也就是保护包含于此页面的页面)。如果所有提供的保护等级不支持连锁,就将其忽略。",
323 "apihelp-protect-param-watch": "如果设置,就加入已开始(解除)保护的页面至当前用户的监视列表。",
324 "apihelp-protect-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
325 "apihelp-protect-example-protect": "保护一个页面。",
326 "apihelp-protect-example-unprotect": "通过设置限制为<kbd>all</kbd>解除保护一个页面。",
327 "apihelp-protect-example-unprotect2": "通过设置没有限制解除保护一个页面。",
328 "apihelp-purge-description": "为指定标题刷新缓存。\n\n如果用户尚未登录的话,就需要POST请求。",
329 "apihelp-purge-param-forcelinkupdate": "更新链接表。",
330 "apihelp-purge-param-forcerecursivelinkupdate": "更新链接表中,并更新任何使用此页作为模板的页面的链接表。",
331 "apihelp-purge-example-simple": "刷新<kbd>Main Page</kbd>和<kbd>API</kbd>页面。",
332 "apihelp-purge-example-generator": "刷新主名字空间的前10个页面。",
333 "apihelp-query-description": "获取来自和有关MediaWiki的数据。\n\n所有数据修改将首先要使用查询以获得令牌以阻止来自恶意网站的滥用破坏。",
334 "apihelp-query-param-prop": "要为已查询页面获取的属性。",
335 "apihelp-query-param-list": "要获取的列表。",
336 "apihelp-query-param-meta": "要获取的元数据。",
337 "apihelp-query-param-indexpageids": "包含一个额外的pageid段落,列举所有返回的页面ID。",
338 "apihelp-query-param-export": "导出所有指定或生成页面的当前修订。",
339 "apihelp-query-param-exportnowrap": "返回导出XML,不需要将其包裹在一个XML结果中(与[[Special:Export]]格式相同)。只能与$1export一起使用。",
340 "apihelp-query-param-iwurl": "如果标题是一个跨wiki链接的话,是否获取完整URL。",
341 "apihelp-query-param-rawcontinue": "为继续返回原始<samp>query-continue</samp>数据。",
342 "apihelp-query-example-revisions": "获取<kbd>Main Page</kbd>的[[Special:ApiHelp/query+siteinfo|网站信息]]和[[Special:ApiHelp/query+revisions|修订版本]]。",
343 "apihelp-query-example-allpages": "获取以<kbd>API/</kbd>开头的页面的修订版本。",
344 "apihelp-query+allcategories-description": "列举所有分类。",
345 "apihelp-query+allcategories-param-from": "要作为枚举起始点的类别。",
346 "apihelp-query+allcategories-param-to": "要作为枚举终止点的类别。",
347 "apihelp-query+allcategories-param-prefix": "搜索所有以此值开头的分类标题。",
348 "apihelp-query+allcategories-param-dir": "排序方向。",
349 "apihelp-query+allcategories-param-min": "只返回至少带这么多成员的分类。",
350 "apihelp-query+allcategories-param-max": "只返回最多带这么多成员的分类。",
351 "apihelp-query+allcategories-param-limit": "要返回多少个类别。",
352 "apihelp-query+allcategories-param-prop": "要获取的属性:",
353 "apihelp-query+allcategories-paramvalue-prop-size": "在分类中添加页面数。",
354 "apihelp-query+allcategories-paramvalue-prop-hidden": "标记由<code>_&#95;HIDDENCAT_&#95;</code>隐藏的分类。",
355 "apihelp-query+allcategories-example-size": "列出分类及其含有多少页面的信息。",
356 "apihelp-query+allcategories-example-generator": "为以<kbd>List</kbd>的分类检索有关分类页面本身的信息。",
357 "apihelp-query+alldeletedrevisions-description": "列举由一位用户或在一个名字空间中所有已删除的修订。",
358 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "只可以与<var>$3user</var>一起使用。",
359 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能与<var>$3user</var>一起使用。",
360 "apihelp-query+alldeletedrevisions-param-start": "枚举的起始时间戳。",
361 "apihelp-query+alldeletedrevisions-param-end": "枚举的结束时间戳。",
362 "apihelp-query+alldeletedrevisions-param-from": "从此标题开始列出。",
363 "apihelp-query+alldeletedrevisions-param-to": "列出至此标题为止。",
364 "apihelp-query+alldeletedrevisions-param-prefix": "搜索所有以此值开头的页面标题。",
365 "apihelp-query+alldeletedrevisions-param-tag": "只列出被此标签标记的修订。",
366 "apihelp-query+alldeletedrevisions-param-user": "只列出此用户做出的修订。",
367 "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出此用户做出的修订。",
368 "apihelp-query+alldeletedrevisions-param-namespace": "只列出此名字空间的页面。",
369 "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "<strong>注意:</strong>由于[[mw:Manual:$wgMiserMode|miser模式]],同时使用<var>$1user</var>和<var>$1namespace</var>将导致继续前返回少于<var>$1limit</var>个结果,在极端条件下可能不返回任何结果。",
370 "apihelp-query+alldeletedrevisions-param-generatetitles": "当作为生成器使用时,生成标题而不是修订ID。",
371 "apihelp-query+alldeletedrevisions-example-user": "列出由<kbd>Example<kbd>作出的最近50次已删除贡献。",
372 "apihelp-query+alldeletedrevisions-example-ns-main": "列出前50次已删除的主名字空间修订。",
373 "apihelp-query+allfileusages-description": "列出所有文件用途,包括不存在的。",
374 "apihelp-query+allfileusages-param-from": "要列举的起始文件标题。",
375 "apihelp-query+allfileusages-param-to": "要列举的最终文件标题。",
376 "apihelp-query+allfileusages-param-prefix": "搜索所有以此值开头的文件标题。",
377 "apihelp-query+allfileusages-param-unique": "只显示明显的文件标题。不能与$1prop=ids一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。",
378 "apihelp-query+allfileusages-param-prop": "要包含的信息束:",
379 "apihelp-query+allfileusages-paramvalue-prop-ids": "添加使用中的页面的页面ID(不能与$1unique一起使用)。",
380 "apihelp-query+allfileusages-paramvalue-prop-title": "添加文件的标题。",
381 "apihelp-query+allfileusages-param-limit": "要返回的总计项目。",
382 "apihelp-query+allfileusages-param-dir": "罗列所采用的方向。",
383 "apihelp-query+allfileusages-example-B": "列举文件标题,包含丢失的文件、它们来自的页面ID,以<kbd>B</kbd>开头。",
384 "apihelp-query+allfileusages-example-unique": "列出唯一文件标题。",
385 "apihelp-query+allfileusages-example-unique-generator": "获取所有文件标题,并标记出缺失者。",
386 "apihelp-query+allfileusages-example-generator": "获取包含这些文件的页面。",
387 "apihelp-query+allimages-description": "按顺序枚举所有图像。",
388 "apihelp-query+allimages-param-sort": "要作为排序方式的属性。",
389 "apihelp-query+allimages-param-dir": "罗列所采用的方向。",
390 "apihelp-query+allimages-param-from": "要列举的起始图片标题。只能与$1sort=name一起使用。",
391 "apihelp-query+allimages-param-to": "要列举的最终图片标题。只能与$1sort=name一起使用。",
392 "apihelp-query+allimages-param-start": "要列举的起始时间戳。只能与$1sort=timestamp一起使用。",
393 "apihelp-query+allimages-param-end": "要列举的最终时间戳。只能与$1sort=timestamp一起使用。",
394 "apihelp-query+allimages-param-prefix": "搜索所有以此值开头的图像标题。只能与$1sort=name一起使用。",
395 "apihelp-query+allimages-param-minsize": "限于至少这么多字节的图像。",
396 "apihelp-query+allimages-param-maxsize": "限于顶多这么多字节的图像。",
397 "apihelp-query+allimages-param-sha1": "图像的 SHA1 哈希。覆盖$1sha1base36。",
398 "apihelp-query+allimages-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。",
399 "apihelp-query+allimages-param-user": "只返回此用户上传的文件。只能与$1sort=timestamp一起使用。不能与$1filterbots一起使用。",
400 "apihelp-query+allimages-param-filterbots": "如何过滤由机器人上传的文件。只能与$1sort=timestamp一起使用。不能与$1user一起使用。",
401 "apihelp-query+allimages-param-mime": "要搜索的MIME类型,例如<kbd>image/jpeg</kbd>。",
402 "apihelp-query+allimages-param-limit": "共计要返回多少图像。",
403 "apihelp-query+allimages-example-B": "显示以字母<kbd>B</kbd>开始的文件列表。",
404 "apihelp-query+allimages-example-recent": "显示一个最近上传文件的列表,类似[[Special:NewFiles]]。",
405 "apihelp-query+allimages-example-mimetypes": "显示带MIME类型<kbd>image/png</kbd>或<kbd>image/gif</kbd>的文件列表",
406 "apihelp-query+allimages-example-generator": "显示有关4个以<kbd>T</kbd>开头的文件的信息。",
407 "apihelp-query+alllinks-description": "列举所有指向至指定名字空间的链接。",
408 "apihelp-query+alllinks-param-from": "要列举的起始标题链接。",
409 "apihelp-query+alllinks-param-to": "要列举的最终标题链接。",
410 "apihelp-query+alllinks-param-prefix": "搜索所有以此值开头的已链接标题。",
411 "apihelp-query+alllinks-param-unique": "只显示明显的链接标题。不能与<kbd>$1prop=ids</kbd>一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。",
412 "apihelp-query+alllinks-param-prop": "要包含的信息束:",
413 "apihelp-query+alllinks-paramvalue-prop-ids": "添加链接中的页面的页面ID(不能与<var>$1unique</var>一起使用)。",
414 "apihelp-query+alllinks-paramvalue-prop-title": "添加链接的标题。",
415 "apihelp-query+alllinks-param-namespace": "要列举的名字空间。",
416 "apihelp-query+alllinks-param-limit": "总共要返回多少个项目。",
417 "apihelp-query+alllinks-param-dir": "列出方向。",
418 "apihelp-query+alllinks-example-B": "列出链接的标题,包括丢失的,带它们来自的页面ID,以<kbd>B</kbd>开头。",
419 "apihelp-query+alllinks-example-unique": "列出唯一的链接标题。",
420 "apihelp-query+alllinks-example-unique-generator": "获取所有已链接的标题,标记缺少的。",
421 "apihelp-query+alllinks-example-generator": "获取包含这些链接的页面。",
422 "apihelp-query+allmessages-description": "返回来自该网站的消息。",
423 "apihelp-query+allmessages-param-messages": "要输出的消息。<kbd>*</kbd>(默认)表示所有消息。",
424 "apihelp-query+allmessages-param-prop": "要获取的属性。",
425 "apihelp-query+allmessages-param-args": "要替代进消息的参数。",
426 "apihelp-query+allmessages-param-filter": "只返回名称包含此字符串的消息。",
427 "apihelp-query+allmessages-param-customised": "只返回在此定制情形下的消息。",
428 "apihelp-query+allmessages-param-lang": "返回这种语言的信息。",
429 "apihelp-query+allmessages-param-from": "从此消息开始返回消息。",
430 "apihelp-query+allmessages-param-to": "返回消息至此消息为止。",
431 "apihelp-query+allmessages-param-prefix": "返回带有该前缀的消息。",
432 "apihelp-query+allmessages-example-ipb": "显示以<kbd>ipb-</kbd>开始的消息。",
433 "apihelp-query+allmessages-example-de": "显示德语版的<kbd>august</kbd>和<kbd>mainpage</kbd>消息。",
434 "apihelp-query+allpages-description": "循序列举在指定名字空间中的所有页面。",
435 "apihelp-query+allpages-param-from": "枚举的起始页面标题。",
436 "apihelp-query+allpages-param-to": "枚举的结束页面标题。",
437 "apihelp-query+allpages-param-prefix": "搜索所有以此值开头的页面标题。",
438 "apihelp-query+allpages-param-namespace": "要列举的名字空间。",
439 "apihelp-query+allpages-param-filterredir": "要列出哪些页面。",
440 "apihelp-query+allpages-param-minsize": "限于至少这么多字节的页面。",
441 "apihelp-query+allpages-param-maxsize": "限于至多这么多字节的页面。",
442 "apihelp-query+allpages-param-prtype": "仅限于受保护页面。",
443 "apihelp-query+allpages-param-prfiltercascade": "过滤基于cascadingness的保护(当$1prtype未设置时忽略)。",
444 "apihelp-query+allpages-param-limit": "返回的总计页面数。",
445 "apihelp-query+allpages-param-dir": "罗列所采用的方向。",
446 "apihelp-query+allpages-param-filterlanglinks": "过滤基于页面是否有语言链接。注意这可能不考虑由扩展添加的语言链接。",
447 "apihelp-query+allpages-param-prexpiry": "要在页面上过滤的保护期限:\n;indefinite:只获取带无限期保护的页面。\n;definite:只获取带指定保护期限的页面。\n;all:获取任意保护期限的页面。",
448 "apihelp-query+allpages-example-B": "显示以字母<kbd>B</kbd>开头的页面的列表。",
449 "apihelp-query+allpages-example-generator": "显示有关4个以字母<kbd>T</kbd>开头的页面的信息。",
450 "apihelp-query+allpages-example-generator-revisions": "显示前2个以<kbd>Re</kbd>开头的非重定向页面的内容。",
451 "apihelp-query+allredirects-description": "列出至一个名字空间的重定向。",
452 "apihelp-query+allredirects-param-from": "要列举的起始重定向标题。",
453 "apihelp-query+allredirects-param-to": "要列举的最终重定向标题。",
454 "apihelp-query+allredirects-param-prefix": "搜索所有以此值开头的目标页面。",
455 "apihelp-query+allredirects-param-unique": "只显示明显的目标页面。不能与$1prop=ids|fragment|interwiki一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。",
456 "apihelp-query+allredirects-param-prop": "要包含的信息束:",
457 "apihelp-query+allredirects-paramvalue-prop-ids": "添加重定向页面的页面ID(不能与<var>$1unique</var>一起使用)。",
458 "apihelp-query+allredirects-paramvalue-prop-title": "添加重定向的标题。",
459 "apihelp-query+allredirects-paramvalue-prop-fragment": "添加来自重定向的碎片,如果有(不能与<var>$1unique</var>一起使用)。",
460 "apihelp-query+allredirects-paramvalue-prop-interwiki": "添加来自重定向的跨wiki前缀,如果有(不能与<var>$1unique</var>一起使用)。",
461 "apihelp-query+allredirects-param-namespace": "要列举的名字空间。",
462 "apihelp-query+allredirects-param-limit": "返回的总计项目数。",
463 "apihelp-query+allredirects-param-dir": "罗列所采用的方向。",
464 "apihelp-query+allredirects-example-unique": "列出孤立目标页面。",
465 "apihelp-query+allredirects-example-unique-generator": "获取所有目标页面,标记丢失的。",
466 "apihelp-query+allredirects-example-generator": "获取包含重定向的页面。",
467 "apihelp-query+alltransclusions-description": "列出所有嵌入页面(使用&#123;&#123;x&#125;&#125;嵌入的页面),包括不存在的。",
468 "apihelp-query+alltransclusions-param-from": "要列举的起始嵌入标题。",
469 "apihelp-query+alltransclusions-param-to": "要列举的最终嵌入标题。",
470 "apihelp-query+alltransclusions-param-prefix": "搜索所有以此值开头的嵌入的标题。",
471 "apihelp-query+alltransclusions-param-unique": "只显示明显的被嵌入标题。不能与$1prop=ids一起使用。\n当作为生成器使用时,产生目标页面而不是来源页面。",
472 "apihelp-query+alltransclusions-param-prop": "要包含的信息束:",
473 "apihelp-query+alltransclusions-paramvalue-prop-ids": "添加嵌入中的页面的页面ID(不能与$1unique一起使用)。",
474 "apihelp-query+alltransclusions-paramvalue-prop-title": "添加嵌入的标题。",
475 "apihelp-query+alltransclusions-param-namespace": "要列举的名字空间。",
476 "apihelp-query+alltransclusions-param-limit": "要返回的总计项目。",
477 "apihelp-query+alltransclusions-param-dir": "罗列所采用的方向。",
478 "apihelp-query+alltransclusions-example-B": "列出嵌入的标题,包括丢失的,带有来自的页面ID,从<kbd>B</kbd>开始。",
479 "apihelp-query+alltransclusions-example-unique": "列出孤立嵌入标题",
480 "apihelp-query+alltransclusions-example-unique-generator": "获取所有嵌入的标题,并标记缺失的。",
481 "apihelp-query+alltransclusions-example-generator": "获得包含嵌入内容的页面。",
482 "apihelp-query+allusers-description": "列举所有注册用户。",
483 "apihelp-query+allusers-param-from": "枚举的起始用户名。",
484 "apihelp-query+allusers-param-to": "枚举的结束用户名。",
485 "apihelp-query+allusers-param-prefix": "搜索所有以此值开头的用户。",
486 "apihelp-query+allusers-param-dir": "排序方向。",
487 "apihelp-query+allusers-param-group": "只包含指定组中的用户。",
488 "apihelp-query+allusers-param-excludegroup": "排除指定组中的用户。",
489 "apihelp-query+allusers-param-rights": "仅列出有所选权限的用户。不包括隐性的或自动加入的用户组别(如*、用户或自动确认用户)所授予的权限。",
490 "apihelp-query+allusers-param-prop": "要包含的信息束:",
491 "apihelp-query+allusers-paramvalue-prop-blockinfo": "添加有关用户当前封禁的信息。",
492 "apihelp-query+allusers-paramvalue-prop-groups": "列举用户所在的组。这使用更多服务器资源,并可能返回少于限制的结果。",
493 "apihelp-query+allusers-paramvalue-prop-implicitgroups": "列出用户自动属于的所有组。",
494 "apihelp-query+allusers-paramvalue-prop-rights": "用户拥有的权限列表。",
495 "apihelp-query+allusers-paramvalue-prop-editcount": "添加用户的编辑计数。",
496 "apihelp-query+allusers-paramvalue-prop-registration": "如果可能,添加用户注册时的时间戳(可能为空白)。",
497 "apihelp-query+allusers-param-limit": "返回的总计用户数。",
498 "apihelp-query+allusers-param-witheditsonly": "只列出有编辑的用户。",
499 "apihelp-query+allusers-param-activeusers": "只列出最近$1{{PLURAL:$1|天}}内活跃的用户。",
500 "apihelp-query+allusers-example-Y": "列出以<kbd>Y</kbd>开头的用户。",
501 "apihelp-query+backlinks-description": "查找所有链接至指定页面的页面。",
502 "apihelp-query+backlinks-param-title": "要搜索的标题。不能与<var>$1pageid</var>一起使用。",
503 "apihelp-query+backlinks-param-pageid": "要搜索的页面ID。不能与<var>$1title</var>一起使用。",
504 "apihelp-query+backlinks-param-namespace": "要列举的名字空间。",
505 "apihelp-query+backlinks-param-dir": "罗列所采用的方向。",
506 "apihelp-query+backlinks-param-filterredir": "如何过滤重定向。当<var>$1redirect</var>被启用时如果设置为<kbd>nonredirects</kbd>,这只会应用到第二级。",
507 "apihelp-query+backlinks-param-limit": "返回总计页面数。如果<var>$1redirect</var>被启用,则限定分别适用于每一等级(这意味着将返回多达2 * <var>$1limit</var>个结果)。",
508 "apihelp-query+backlinks-param-redirect": "如果链入页面是一个重定向,则寻找所有链接至此重定向的页面。最大限制减半。",
509 "apihelp-query+backlinks-example-simple": "显示至<kbd>Main page<kbd>的链接。",
510 "apihelp-query+backlinks-example-generator": "获取关于链接至<kbd>Main page<kbd>的页面的信息。",
511 "apihelp-query+blocks-description": "列出所有被封禁的用户和IP地址。",
512 "apihelp-query+blocks-param-start": "枚举的起始时间戳。",
513 "apihelp-query+blocks-param-end": "枚举的结束时间戳。",
514 "apihelp-query+blocks-param-ids": "要列出的封禁ID列表(可选)。",
515 "apihelp-query+blocks-param-users": "要搜索的用户列表(可选)。",
516 "apihelp-query+blocks-param-limit": "封禁列表的最大数量。",
517 "apihelp-query+blocks-param-prop": "要获取的属性:",
518 "apihelp-query+blocks-paramvalue-prop-id": "添加封禁ID。",
519 "apihelp-query+blocks-paramvalue-prop-user": "添加被封禁用户的用户名。",
520 "apihelp-query+blocks-paramvalue-prop-userid": "添加被封禁用户的用户ID。",
521 "apihelp-query+blocks-paramvalue-prop-by": "添加执行封禁的用户的用户名。",
522 "apihelp-query+blocks-paramvalue-prop-byid": "添加执行封禁的用户的用户ID。",
523 "apihelp-query+blocks-paramvalue-prop-timestamp": "添加封禁生效时的时间戳。",
524 "apihelp-query+blocks-paramvalue-prop-expiry": "添加封禁截止时的时间戳。",
525 "apihelp-query+blocks-paramvalue-prop-reason": "添加封禁原因。",
526 "apihelp-query+blocks-paramvalue-prop-range": "添加受封禁影响的IP地址段。",
527 "apihelp-query+blocks-paramvalue-prop-flags": "标记编辑禁止(自动封禁、仅限匿名用户等)。",
528 "apihelp-query+blocks-example-simple": "封禁列表。",
529 "apihelp-query+blocks-example-users": "列出用户<kbd>Alice</kbd>和<kbd>Bob</kbd>的封禁。",
530 "apihelp-query+categories-description": "页面属于的所有分类列表。",
531 "apihelp-query+categories-param-prop": "要为每个分类获取的额外属性:",
532 "apihelp-query+categories-paramvalue-prop-sortkey": "为每个分类添加关键词(十六进制字符串)和关键词前缀(人类可读部分)。",
533 "apihelp-query+categories-paramvalue-prop-timestamp": "添加分类添加时的时间戳。",
534 "apihelp-query+categories-paramvalue-prop-hidden": "标记由<code>_&#95;HIDDENCAT_&#95;</code>隐藏的分类。",
535 "apihelp-query+categories-param-show": "显示何种分类。",
536 "apihelp-query+categories-param-limit": "返回多少分类。",
537 "apihelp-query+categories-param-dir": "罗列所采用的方向。",
538 "apihelp-query+categories-example-simple": "获取属于<kbd>Albert Einstein</kbd>的分类列表。",
539 "apihelp-query+categories-example-generator": "获得有关用于<kbd>Albert Einstein</kbd>的分类的信息。",
540 "apihelp-query+categoryinfo-description": "返回有关给定分类的信息。",
541 "apihelp-query+categoryinfo-example-simple": "获取有关<kbd>Category:Foo</kbd>和<kbd>Category:Bar</kbd>的信息。",
542 "apihelp-query+categorymembers-description": "在指定的分类中列出所有页面。",
543 "apihelp-query+categorymembers-param-title": "要列举的分类(必需)。必须包括<kbd>{{ns:category}}:</kbd>前缀。不能与<var>$1pageid</var>一起使用。",
544 "apihelp-query+categorymembers-param-pageid": "要枚举的分类的页面 ID。不能与<var>$1title</var>一起使用。",
545 "apihelp-query+categorymembers-param-prop": "要包含的信息束:",
546 "apihelp-query+categorymembers-paramvalue-prop-ids": "添加页面ID。",
547 "apihelp-query+categorymembers-paramvalue-prop-title": "添加页面标题和名字空间ID。",
548 "apihelp-query+categorymembers-paramvalue-prop-sortkey": "Adds the sortkey used for sorting in the category (hexadecimal string).",
549 "apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).",
550 "apihelp-query+categorymembers-paramvalue-prop-type": "Adds the type that the page has been categorised as (page, subcat or file).",
551 "apihelp-query+categorymembers-paramvalue-prop-timestamp": "Adds the timestamp of when the page was included.",
552 "apihelp-query+categorymembers-param-namespace": "仅包含这些名字空间的页面。注意<kbd>$1type=subcat</kbd>或<kbd>$1type=file</kbd>可能被使用,而不是<kbd>$1namespace=14</kbd>或<kbd>6</kbd>。",
553 "apihelp-query+categorymembers-param-type": "包含的分类成员类型。当<kbd>$1sort=timestamp</kbd>被设置时会忽略。",
554 "apihelp-query+categorymembers-param-limit": "返回页面的最大数量。",
555 "apihelp-query+categorymembers-param-sort": "要作为排序方式的属性。",
556 "apihelp-query+categorymembers-param-dir": "排序的方向。",
557 "apihelp-query+categorymembers-param-start": "开始列举的时间戳。只能与<kbd>$1sort=timestamp</kbd>一起使用。",
558 "apihelp-query+categorymembers-param-end": "列举的结尾时间戳。只能与<kbd>$1sort=timestamp</kbd>一起使用。",
559 "apihelp-query+categorymembers-param-starthexsortkey": "开始列举的关键词,由<kbd>$1prop=sortkey</kbd>返回。不能与<kbd>$1sort=sortkey</kbd>一起使用。",
560 "apihelp-query+categorymembers-param-endhexsortkey": "结束列举的关键词,由<kbd>$1prop=sortkey</kbd>返回。不能与<kbd>$1sort=sortkey</kbd>一起使用。",
561 "apihelp-query+categorymembers-param-startsortkeyprefix": "要开始列举的排序关键词前缀。只能与<kbd>$1sort=sortkey</kbd>一起使用。覆盖<var>$1starthexsortkey</var>。",
562 "apihelp-query+categorymembers-param-startsortkey": "请改用$1starthexsortkey。",
563 "apihelp-query+categorymembers-param-endsortkey": "请改用$1endhexsortkey。",
564 "apihelp-query+categorymembers-example-simple": "获取<kbd>Category:Physics</kbd>中的前10个页面。",
565 "apihelp-query+categorymembers-example-generator": "获取有关<kbd>Category:Physics</kbd>中的前10个页面的页面信息。",
566 "apihelp-query+contributors-description": "获取对一个页面的登录贡献者列表和匿名贡献数。",
567 "apihelp-query+contributors-param-limit": "返回的贡献数。",
568 "apihelp-query+contributors-example-simple": "显示<kbd>Main Page</kbd>的贡献。",
569 "apihelp-query+deletedrevisions-description": "获得删除修订版本信息。\n\n可在很多途径中使用:\n# 获得一组页面的已删除修订,通过设置标题或页面ID。以标题和时间戳排序。\n# 通过设置它们的ID与修订ID获得关于一组已删除修订。以修订ID排序。",
570 "apihelp-query+deletedrevisions-param-tag": "只列出被此标签标记的修订。",
571 "apihelp-query+deletedrevisions-param-user": "只列出此用户做出的修订。",
572 "apihelp-query+deletedrevisions-param-excludeuser": "不要列出此用户做出的修订。",
573 "apihelp-query+deletedrevisions-example-titles": "列出页面<kbd>Main Page</kbd>和<kbd>Talk:Main Page</kbd>的已删除修订,包含内容。",
574 "apihelp-query+deletedrevisions-example-revids": "列出已删除修订<kbd>123456</kbd>的信息。",
575 "apihelp-query+deletedrevs-description": "列出被删除修订。\n\n操作于三种模式中:\n# 为指定标题列举已删除修订,按时间戳排列。\n# 为指定用户列举已删除贡献,按时间戳排列(未指定标题)。\n# 在指定名字空间中列举所有已删除修订,按标题和时间戳排列(无指定标题,未设置$1user)。\n\n任一参数只应用于一些模式,并忽略其他参数。",
576 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式}}:$2",
577 "apihelp-query+deletedrevs-param-start": "枚举的起始时间戳。",
578 "apihelp-query+deletedrevs-param-end": "枚举的结束时间戳。",
579 "apihelp-query+deletedrevs-param-from": "从此标题开始列出。",
580 "apihelp-query+deletedrevs-param-to": "列出至此标题为止。",
581 "apihelp-query+deletedrevs-param-prefix": "搜索所有以此值开头的页面标题。",
582 "apihelp-query+deletedrevs-param-unique": "每个页面只列出一个修订。",
583 "apihelp-query+deletedrevs-param-tag": "只列出被此标签标记的修订。",
584 "apihelp-query+deletedrevs-param-user": "只列出此用户做出的修订。",
585 "apihelp-query+deletedrevs-param-excludeuser": "不要列出此用户做出的修订。",
586 "apihelp-query+deletedrevs-param-namespace": "只列出此名字空间的页面。",
587 "apihelp-query+deletedrevs-param-prop": "要获取的属性:\n;revid:添加被删除修订的修订ID。\n;parentid:添加上一修订的修订ID至页面。\n;user:添加做出修订的用户。\n;userid:添加做出修订的用户ID。\n;comment:添加修订摘要。\n;parsedcomment:添加解析过的修订摘要。\n;minor:如果修订是小编辑则加标签。\n;len:添加修订长度(字节)。\n;sha1:添加修订的SHA-1(base 16)。\n;content:添加修订内容。\n;token:<span class=\"apihelp-deprecated\">已弃用。</span>提供编辑令牌。\n;tags:修订标签。",
588 "apihelp-query+deletedrevs-example-mode1": "列出最近已删除的对页面<kbd>Main Page</kbd>和<kbd>Talk:Main Page</kbd>的贡献,带内容(模式1)。",
589 "apihelp-query+deletedrevs-example-mode2": "列出由<kbd>Bob</kbd>作出的最近50次已删除贡献(模式2)。",
590 "apihelp-query+deletedrevs-example-mode3-main": "列出前50次主名字空间已删除贡献(模式3)。",
591 "apihelp-query+deletedrevs-example-mode3-talk": "列出前50次{{ns:talk}}名字空间已删除页面(模式3)。",
592 "apihelp-query+disabled-description": "此查询模块已被禁用。",
593 "apihelp-query+duplicatefiles-param-limit": "返回多少重复文件。",
594 "apihelp-query+duplicatefiles-param-dir": "罗列所采用的方向。",
595 "apihelp-query+duplicatefiles-param-localonly": "只看本地存储库的文件。",
596 "apihelp-query+duplicatefiles-example-simple": "查找与[[:File:Albert Einstein Head.jpg]]重复的文件。",
597 "apihelp-query+duplicatefiles-example-generated": "查找所有文件的重复文件。",
598 "apihelp-query+embeddedin-description": "查找所有嵌入指定标题的页面。",
599 "apihelp-query+embeddedin-param-title": "要搜索的标题。不能与$1pageid一起使用。",
600 "apihelp-query+embeddedin-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
601 "apihelp-query+embeddedin-param-namespace": "列举的名字空间。",
602 "apihelp-query+embeddedin-param-dir": "罗列所采用的方向。",
603 "apihelp-query+embeddedin-param-filterredir": "如何过滤重定向。",
604 "apihelp-query+embeddedin-param-limit": "返回的总计页面数。",
605 "apihelp-query+embeddedin-example-simple": "显示嵌入<kbd>Template:Stub</kbd>的页面。",
606 "apihelp-query+embeddedin-example-generator": "获取有关显示嵌入<kbd>Template:Stub</kbd>的页面的信息。",
607 "apihelp-query+extlinks-description": "从指定页面返回所有外部URL(非跨wiki链接)。",
608 "apihelp-query+extlinks-param-limit": "返回多少链接。",
609 "apihelp-query+extlinks-param-protocol": "URL协议。如果为空并且<var>$1query</var>被设置,协议为<kbd>http</kbd>。将此和<var>$1query</var>都留空以列举所有外部链接。",
610 "apihelp-query+extlinks-param-query": "不使用协议搜索字符串。对于检查某一页面是否包含某一外部URL很有用。",
611 "apihelp-query+extlinks-param-expandurl": "扩展协议相对URL与规范协议。",
612 "apihelp-query+extlinks-example-simple": "获取<kbd>Main Page<kbd>的外部链接列表。",
613 "apihelp-query+exturlusage-description": "列举包含一个指定URL的页面。",
614 "apihelp-query+exturlusage-param-prop": "要包含的信息束:",
615 "apihelp-query+exturlusage-paramvalue-prop-ids": "添加页面ID。",
616 "apihelp-query+exturlusage-paramvalue-prop-title": "添加页面的标题和名字空间ID。",
617 "apihelp-query+exturlusage-paramvalue-prop-url": "添加页面中使用的URL。",
618 "apihelp-query+exturlusage-param-protocol": "URL协议。如果为空并且<var>$1query</var>被设置,协议为<kbd>http</kbd>。将此和<var>$1query</var>都留空以列举所有外部链接。",
619 "apihelp-query+exturlusage-param-query": "不包括协议的搜索字符串。参见[[Special:LinkSearch]]。留空以列出所有外部链接。",
620 "apihelp-query+exturlusage-param-namespace": "要列举的页面名字空间。",
621 "apihelp-query+exturlusage-param-limit": "返回多少页面。",
622 "apihelp-query+exturlusage-param-expandurl": "用标准协议展开协议相关URL。",
623 "apihelp-query+exturlusage-example-simple": "显示链接至<kbd>http://www.mediawiki.org</kbd>的页面。",
624 "apihelp-query+filearchive-description": "循序列举所有被删除的文件。",
625 "apihelp-query+filearchive-param-from": "枚举的起始图片标题。",
626 "apihelp-query+filearchive-param-to": "枚举的结束图片标题。",
627 "apihelp-query+filearchive-param-prefix": "搜索所有以此值开头的图像标题。",
628 "apihelp-query+filearchive-param-limit": "返回图像的总数。",
629 "apihelp-query+filearchive-param-dir": "罗列所采用的方向。",
630 "apihelp-query+filearchive-param-sha1": "图片的SHA1哈希值。覆盖$1sha1base36。",
631 "apihelp-query+filearchive-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。",
632 "apihelp-query+filearchive-param-prop": "要获取的图片信息:",
633 "apihelp-query+filearchive-paramvalue-prop-sha1": "为文件加入SHA-1哈希值。",
634 "apihelp-query+filearchive-paramvalue-prop-timestamp": "为已上传版本添加时间戳。",
635 "apihelp-query+filearchive-paramvalue-prop-user": "添加上传了图片版本的用户。",
636 "apihelp-query+filearchive-paramvalue-prop-size": "添加图片大小(字节)及其高度、宽度和页面计数(如果可以)。",
637 "apihelp-query+filearchive-paramvalue-prop-dimensions": "用于大小的别名。",
638 "apihelp-query+filearchive-paramvalue-prop-description": "添加图片版本的说明。",
639 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "解析版本的描述。",
640 "apihelp-query+filearchive-paramvalue-prop-mime": "添加图片的MIME。",
641 "apihelp-query+filearchive-paramvalue-prop-mediatype": "添加图片的媒体类型。",
642 "apihelp-query+filearchive-paramvalue-prop-metadata": "为图片版本列出Exif元数据。",
643 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "添加版本的字节深度。",
644 "apihelp-query+filearchive-paramvalue-prop-archivename": "添加用于非最新版本的存档版本的文件名。",
645 "apihelp-query+filearchive-example-simple": "显示已删除文件列表。",
646 "apihelp-query+filerepoinfo-description": "返回有关wiki配置的图片存储库的元信息。",
647 "apihelp-query+filerepoinfo-example-simple": "获得有关文件存储库的信息。",
648 "apihelp-query+fileusage-description": "查找所有使用指定文件的页面。",
649 "apihelp-query+fileusage-param-prop": "要获取的属性:",
650 "apihelp-query+fileusage-paramvalue-prop-pageid": "每个页面的页面ID。",
651 "apihelp-query+fileusage-paramvalue-prop-title": "每个页面的标题。",
652 "apihelp-query+fileusage-paramvalue-prop-redirect": "标记作为重定向的页面。",
653 "apihelp-query+fileusage-param-namespace": "只包括这些名字空间的页面。",
654 "apihelp-query+fileusage-param-limit": "返回多少。",
655 "apihelp-query+fileusage-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。",
656 "apihelp-query+fileusage-example-simple": "获取使用[[:File:Example.jpg]]的页面列表。",
657 "apihelp-query+fileusage-example-generator": "获取有关使用[[:File:Example.jpg]]的页面的信息。",
658 "apihelp-query+imageinfo-description": "返回文件信息和上传历史。",
659 "apihelp-query+imageinfo-param-prop": "要获取的文件信息:",
660 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "添加时间戳至上传的版本。",
661 "apihelp-query+imageinfo-paramvalue-prop-user": "添加上传了每个文件版本的用户。",
662 "apihelp-query+imageinfo-paramvalue-prop-userid": "添加上传了每个文件版本的用户ID。",
663 "apihelp-query+imageinfo-paramvalue-prop-comment": "此版本的摘要。",
664 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "解析版本上的注释。",
665 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "添加文件的规范标题。",
666 "apihelp-query+imageinfo-paramvalue-prop-url": "为文件及其描述页面提供URL。",
667 "apihelp-query+imageinfo-paramvalue-prop-size": "添加文件大小(字节)及其高度、宽度和页面数(如果可以)。",
668 "apihelp-query+imageinfo-paramvalue-prop-dimensions": "用于大小的别名。",
669 "apihelp-query+imageinfo-paramvalue-prop-sha1": "为文件加入SHA-1哈希值。",
670 "apihelp-query+imageinfo-paramvalue-prop-mime": "添加文件的MIME类型。",
671 "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "添加图片缩略图的MIME类型(需要url和参数$1urlwidth)。",
672 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加文件媒体类型。",
673 "apihelp-query+imageinfo-paramvalue-prop-metadata": "列出这个版本的文件的EXIF元数据。",
674 "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "为文件的修订版本列出文件格式相关元数据。",
675 "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "列出结合自多个来源的格式化的元数据。结果均依HTML格式化。",
676 "apihelp-query+imageinfo-paramvalue-prop-archivename": "添加用于非最新修订的存档修订的文件名。",
677 "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "添加修订的字节深度。",
678 "apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "由Special:Upload所使用,以获取关于现有文件的信息。不适用于MediaWiki核心以外代码。",
679 "apihelp-query+imageinfo-param-limit": "每个文件返回多少文件修订。",
680 "apihelp-query+imageinfo-param-start": "开始列举的时间戳。",
681 "apihelp-query+imageinfo-param-end": "列举的结束时间戳。",
682 "apihelp-query+imageinfo-param-urlwidth": "如果$2prop=url被设定,将返回至缩放到此宽度的一张图片的URL。\n由于性能原因,如果此消息被使用,将不会返回超过$1张被缩放的图片。",
683 "apihelp-query+imageinfo-param-urlheight": "与$1urlwidth类似。",
684 "apihelp-query+imageinfo-param-metadataversion": "要使用的元数据版本。如果<kbd>latest</kbd>被指定,则使用最新版本。默认为<kbd>1</kbd>以便向下兼容。",
685 "apihelp-query+imageinfo-param-extmetadatalanguage": "要取得extmetadata的语言。This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.",
686 "apihelp-query+imageinfo-param-extmetadatamultilang": "如果用于extmetadata属性的翻译可用,则全部取得。",
687 "apihelp-query+imageinfo-param-extmetadatafilter": "如果指定且非空,则只为$1prop=extmetadata返回这些键。",
688 "apihelp-query+imageinfo-param-urlparam": "处理器特定的参数字符串。例如PDF可能使用<kbd>page15-100px</kbd>。<var>$1urlwidth</var>必须被使用,并与<var>$1urlparam</var>一致。",
689 "apihelp-query+imageinfo-param-localonly": "只看本地存储库的文件。",
690 "apihelp-query+imageinfo-example-simple": "取得有关[[:File:Albert Einstein Head.jpg]]的当前版本的信息。",
691 "apihelp-query+imageinfo-example-dated": "取得有关[[:File:Test.jpg]]自2008年以来版本的信息。",
692 "apihelp-query+images-description": "返回指定页面上包含的所有文件。",
693 "apihelp-query+images-param-limit": "返回多少文件。",
694 "apihelp-query+images-param-dir": "罗列所采用的方向。",
695 "apihelp-query+images-example-simple": "获取[[Main Page]]使用的文件列表。",
696 "apihelp-query+images-example-generator": "获取有关[[Main Page]]使用的文件的信息。",
697 "apihelp-query+imageusage-description": "查找所有使用指定图片标题的页面。",
698 "apihelp-query+imageusage-param-title": "要搜索的标题。不能与$1pageid一起使用。",
699 "apihelp-query+imageusage-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
700 "apihelp-query+imageusage-param-namespace": "要列举的名字空间。",
701 "apihelp-query+imageusage-param-dir": "罗列所采用的方向。",
702 "apihelp-query+imageusage-example-simple": "显示使用[[:File:Albert Einstein Head.jpg]]的页面。",
703 "apihelp-query+imageusage-example-generator": "获取有关使用[[:File:Albert Einstein Head.jpg]]的页面的信息。",
704 "apihelp-query+info-description": "获取基本页面信息。",
705 "apihelp-query+info-param-prop": "要获取的额外属性:",
706 "apihelp-query+info-paramvalue-prop-protection": "列出每个页面的保护等级。",
707 "apihelp-query+info-paramvalue-prop-talkid": "每个非讨论页面的讨论页的页面ID。",
708 "apihelp-query+info-paramvalue-prop-watched": "列出每个页面的被监视状态。",
709 "apihelp-query+info-paramvalue-prop-watchers": "监视人员数,如果允许。",
710 "apihelp-query+info-paramvalue-prop-notificationtimestamp": "每个页面的监视列表通知时间戳。",
711 "apihelp-query+info-paramvalue-prop-subjectid": "每个讨论页的母页面的页面ID。",
712 "apihelp-query+info-paramvalue-prop-url": "为每个页面提供一个完整URL、一个编辑URL和规范URL。",
713 "apihelp-query+info-paramvalue-prop-readable": "用户是否可以阅读此页面。",
714 "apihelp-query+info-paramvalue-prop-preload": "提供由EditFormPreloadText返回的文本。",
715 "apihelp-query+info-paramvalue-prop-displaytitle": "在页面标题实际显示的地方提供方式。",
716 "apihelp-query+info-param-testactions": "测试当前用户是否可以在页面上执行某种操作。",
717 "apihelp-query+info-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
718 "apihelp-query+info-example-simple": "获取有关页面<kbd>Main Page</kbd>的信息。",
719 "apihelp-query+info-example-protection": "获取<kbd>Main Page</kbd>相关的常规和保护信息。",
720 "apihelp-query+iwbacklinks-description": "查找所有链接至指定跨wiki链接的页面。\n\n可被用于查找带某一前缀的所有链接,或所有至某一标题的链接(带指定前缀)。两参数都不使用就意味着“所有跨wiki链接”。",
721 "apihelp-query+iwbacklinks-param-prefix": "跨维基前缀。",
722 "apihelp-query+iwbacklinks-param-title": "要搜索的跨wiki链接。必须与<var>$1blprefix</var>一起使用。",
723 "apihelp-query+iwbacklinks-param-limit": "返回的总计页面数。",
724 "apihelp-query+iwbacklinks-param-prop": "要获取的属性:",
725 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "加入跨wiki前缀。",
726 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "加入跨wiki标题。",
727 "apihelp-query+iwbacklinks-param-dir": "罗列所采用的方向。",
728 "apihelp-query+iwbacklinks-example-simple": "获取链接至[[wikibooks:Test]]的页面。",
729 "apihelp-query+iwbacklinks-example-generator": "获取有关链接至[[wikibooks:Test]]的页面的信息。",
730 "apihelp-query+iwlinks-description": "从指定页面返回所有跨wiki链接。",
731 "apihelp-query+iwlinks-param-url": "是否获取完整URL(不能与$1prop一起使用)。",
732 "apihelp-query+iwlinks-param-prop": "要为每个跨语言链接获取的额外属性:",
733 "apihelp-query+iwlinks-paramvalue-prop-url": "添加完整URL。",
734 "apihelp-query+iwlinks-param-limit": "返回多少跨wiki链接。",
735 "apihelp-query+iwlinks-param-prefix": "只返回此前缀的跨wiki链接。",
736 "apihelp-query+iwlinks-param-title": "用于搜索的跨wiki链接。必须与<var>$1prefix</var>一起使用。",
737 "apihelp-query+iwlinks-param-dir": "罗列所采用的方向。",
738 "apihelp-query+iwlinks-example-simple": "从页面<kbd>Main Page</kbd>获得跨wiki链接。",
739 "apihelp-query+langbacklinks-param-lang": "用于语言链接的语言。",
740 "apihelp-query+langbacklinks-param-title": "要搜索的语言链接。必须与$1lang一起使用。",
741 "apihelp-query+langbacklinks-param-limit": "返回的总计页面数。",
742 "apihelp-query+langbacklinks-param-prop": "要获得的属性:",
743 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "添加语言链接的语言代码。",
744 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "添加语言链接的标题。",
745 "apihelp-query+langbacklinks-param-dir": "罗列所采用的方向。",
746 "apihelp-query+langbacklinks-example-simple": "获取链接至[[:fr:Test]]的页面。",
747 "apihelp-query+langbacklinks-example-generator": "获取链接至[[:fr:Test]]的页面的信息。",
748 "apihelp-query+langlinks-description": "从指定页面返回所有跨语言链接。",
749 "apihelp-query+langlinks-param-limit": "返回多少语言链接。",
750 "apihelp-query+langlinks-param-url": "是否获取完整URL(不能与<var>$1prop</var>一起使用)。",
751 "apihelp-query+langlinks-param-prop": "要为每个跨语言链接获取的额外属性:",
752 "apihelp-query+langlinks-paramvalue-prop-url": "添加完整URL。",
753 "apihelp-query+langlinks-paramvalue-prop-langname": "添加本地化语言名(尽可能)。使用<var>$1inlanguagecode</var>以控制语言。",
754 "apihelp-query+langlinks-paramvalue-prop-autonym": "添加本地语言名。",
755 "apihelp-query+langlinks-param-lang": "只返回带此语言代码的语言链接。",
756 "apihelp-query+langlinks-param-title": "要搜索的链接。必须与<var>$1lang</var>一起使用。",
757 "apihelp-query+langlinks-param-dir": "罗列所采用的方向。",
758 "apihelp-query+langlinks-param-inlanguagecode": "本地化语言名称的语言代码。",
759 "apihelp-query+langlinks-example-simple": "从页面<kbd>Main Page</kbd>获取跨语言链接。",
760 "apihelp-query+links-description": "从指定页面返回所有链接。",
761 "apihelp-query+links-param-namespace": "只显示这些名字空间的链接。",
762 "apihelp-query+links-param-limit": "返回多少链接。",
763 "apihelp-query+links-param-dir": "罗列所采用的方向。",
764 "apihelp-query+links-example-simple": "从页面<kbd>Main Page</kbd>获取链接。",
765 "apihelp-query+links-example-generator": "获取有关在页面<kbd>Main Page</kbd>中连接的页面的信息。",
766 "apihelp-query+links-example-namespaces": "获取在{{ns:user}}和{{ns:template}}名字空间中来自页面<kbd>Main Page</kbd>的链接。",
767 "apihelp-query+linkshere-description": "查找所有链接至指定页面的页面。",
768 "apihelp-query+linkshere-param-prop": "要获取的属性:",
769 "apihelp-query+linkshere-paramvalue-prop-pageid": "每个页面的页面ID。",
770 "apihelp-query+linkshere-paramvalue-prop-title": "每个页面的标题。",
771 "apihelp-query+linkshere-paramvalue-prop-redirect": "如果页面是一个重定向就标记。",
772 "apihelp-query+linkshere-param-namespace": "只包括这些名字空间的页面。",
773 "apihelp-query+linkshere-param-limit": "返回多少。",
774 "apihelp-query+linkshere-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。",
775 "apihelp-query+linkshere-example-simple": "获取链接至[[Main Page]]的页面列表。",
776 "apihelp-query+linkshere-example-generator": "获取有关链接至[[Main Page]]的页面的信息。",
777 "apihelp-query+logevents-description": "从日志获取事件。",
778 "apihelp-query+logevents-param-prop": "要获取的属性:",
779 "apihelp-query+logevents-paramvalue-prop-ids": "添加日志活动的ID。",
780 "apihelp-query+logevents-paramvalue-prop-title": "为日志事件添加页面标题。",
781 "apihelp-query+logevents-paramvalue-prop-type": "添加日志活动的类型。",
782 "apihelp-query+logevents-paramvalue-prop-user": "为日志事件添加用户责任。",
783 "apihelp-query+logevents-paramvalue-prop-userid": "为日志事件添加对此负责的用户ID。",
784 "apihelp-query+logevents-paramvalue-prop-timestamp": "为日志活动添加时间戳。",
785 "apihelp-query+logevents-paramvalue-prop-comment": "添加日志活动的摘要。",
786 "apihelp-query+logevents-paramvalue-prop-parsedcomment": "添加被解析的日志活动的摘要。",
787 "apihelp-query+logevents-paramvalue-prop-details": "列举有关日志事件的额外详细信息。",
788 "apihelp-query+logevents-paramvalue-prop-tags": "列举用于日志活动的标签。",
789 "apihelp-query+logevents-param-type": "过滤日志记录至仅限此类型。",
790 "apihelp-query+logevents-param-action": "过滤日志操作为仅限此操作。覆盖<var>$1type</var>。在可用值列表中,带星号通配符的值例如<kbd>action/*</kbd>可在斜线(/)后拥有不同字符串。",
791 "apihelp-query+logevents-param-start": "枚举的起始时间戳。",
792 "apihelp-query+logevents-param-end": "枚举的结束时间戳。",
793 "apihelp-query+logevents-param-user": "过滤记录为这些由指定用户做出的。",
794 "apihelp-query+logevents-param-title": "过滤记录至这些与页面相关的。",
795 "apihelp-query+logevents-param-namespace": "过滤事件为在这些指定的名字空间中。",
796 "apihelp-query+logevents-param-prefix": "过滤以此前缀开头的记录。",
797 "apihelp-query+logevents-param-tag": "只列举带此标签的事件日志记录。",
798 "apihelp-query+logevents-param-limit": "返回的事件日志记录总数。",
799 "apihelp-query+logevents-example-simple": "列出最近日志事件。",
800 "apihelp-query+pagepropnames-description": "列出wiki中所有使用中的页面属性名称。",
801 "apihelp-query+pagepropnames-param-limit": "返回名称的最大数量。",
802 "apihelp-query+pagepropnames-example-simple": "获取前10个属性名称。",
803 "apihelp-query+pageprops-description": "获取页面内容中定义的各种属性。",
804 "apihelp-query+pageprops-param-prop": "只列出这些组。在检查某一页面是否使用某一个页面属性时有用。",
805 "apihelp-query+pageprops-example-simple": "获取用于页面<kbd>Main Page</kbd>和<kbd>MediaWiki</kbd>的属性。",
806 "apihelp-query+pageswithprop-description": "列出所有使用指定页面属性的页面。",
807 "apihelp-query+pageswithprop-param-propname": "要用于列举页面的页面属性。",
808 "apihelp-query+pageswithprop-param-prop": "要包含的信息束:",
809 "apihelp-query+pageswithprop-paramvalue-prop-ids": "添加页面ID。",
810 "apihelp-query+pageswithprop-paramvalue-prop-title": "添加页面的标题和名字空间ID。",
811 "apihelp-query+pageswithprop-paramvalue-prop-value": "添加页面属性值。",
812 "apihelp-query+pageswithprop-param-limit": "返回页面的最大数量。",
813 "apihelp-query+pageswithprop-param-dir": "排序的方向。",
814 "apihelp-query+pageswithprop-example-simple": "列出前10个使用<code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>的页面。",
815 "apihelp-query+pageswithprop-example-generator": "获取有关前10个使用<code>_&#95;NOTOC_&#95;</code>的页面的额外信息。",
816 "apihelp-query+prefixsearch-param-search": "搜索字符串。",
817 "apihelp-query+prefixsearch-param-namespace": "搜索的名字空间。",
818 "apihelp-query+prefixsearch-param-limit": "要返回的结果最大数。",
819 "apihelp-query+prefixsearch-param-offset": "跳过的结果数。",
820 "apihelp-query+prefixsearch-example-simple": "搜索以<kbd>meaning</kbd>开头的页面标题。",
821 "apihelp-query+protectedtitles-description": "列出所有被限制创建的标题。",
822 "apihelp-query+protectedtitles-param-namespace": "只列出这些名字空间的标题。",
823 "apihelp-query+protectedtitles-param-level": "只列出带这些保护级别的标题。",
824 "apihelp-query+protectedtitles-param-limit": "返回的总计页面数。",
825 "apihelp-query+protectedtitles-param-prop": "要获取的属性:",
826 "apihelp-query+protectedtitles-paramvalue-prop-timestamp": "添加保护被添加时的时间戳。",
827 "apihelp-query+protectedtitles-paramvalue-prop-user": "添加对页面添加保护的用户。",
828 "apihelp-query+protectedtitles-paramvalue-prop-userid": "添加对页面添加保护的用户ID。",
829 "apihelp-query+protectedtitles-paramvalue-prop-comment": "为保护添加摘要。",
830 "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "为保护添加解析的摘要。",
831 "apihelp-query+protectedtitles-paramvalue-prop-expiry": "添加保护将被提升时的时间戳。",
832 "apihelp-query+protectedtitles-paramvalue-prop-level": "添加保护级别。",
833 "apihelp-query+protectedtitles-example-simple": "受保护标题列表。",
834 "apihelp-query+protectedtitles-example-generator": "找到主命名空间中已保护的标题的链接。",
835 "apihelp-query+querypage-param-limit": "返回的结果数。",
836 "apihelp-query+querypage-example-ancientpages": "返回[[Special:Ancientpages]]的结果。",
837 "apihelp-query+random-description": "获取一组随机页面。\n\n页面列举在一个固定序列中,只有起始点是随机的。这意味着如果<samp>Main Page</samp>是列表中第一个随机页面的话,<samp>List of fictional monkeys</samp>将<em>总是</em>第二个,<samp>List of people on stamps of Vanuatu</samp>是第三个等。",
838 "apihelp-query+random-param-namespace": "只返回这些名字空间的页面。",
839 "apihelp-query+random-param-limit": "限制返回多少随机页面。",
840 "apihelp-query+random-param-redirect": "请改用<kbd>$1filterredir=redirects</kbd>。",
841 "apihelp-query+random-param-filterredir": "如何过滤重定向。",
842 "apihelp-query+random-example-simple": "从主名字空间返回两个随机页面。",
843 "apihelp-query+random-example-generator": "返回有关来自主名字空间的两个随机页面的页面信息。",
844 "apihelp-query+recentchanges-description": "枚举最近更改。",
845 "apihelp-query+recentchanges-param-start": "枚举的起始时间戳。",
846 "apihelp-query+recentchanges-param-end": "枚举的结束时间戳。",
847 "apihelp-query+recentchanges-param-namespace": "过滤更改为仅限这些名字空间。",
848 "apihelp-query+recentchanges-param-user": "只列出此用户的更改。",
849 "apihelp-query+recentchanges-param-excludeuser": "不要列出此用户的更改。",
850 "apihelp-query+recentchanges-param-tag": "只列出带此标签的更改。",
851 "apihelp-query+recentchanges-param-prop": "包含的额外信息束:",
852 "apihelp-query+recentchanges-paramvalue-prop-user": "Adds the user responsible for the edit and tags if they are an IP.",
853 "apihelp-query+recentchanges-paramvalue-prop-userid": "Adds the user ID responsible for the edit.",
854 "apihelp-query+recentchanges-paramvalue-prop-comment": "Adds the comment for the edit.",
855 "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "Adds the parsed comment for the edit.",
856 "apihelp-query+recentchanges-paramvalue-prop-flags": "为编辑添加标记。",
857 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "添加编辑的时间戳。",
858 "apihelp-query+recentchanges-paramvalue-prop-title": "添加编辑的页面标题。",
859 "apihelp-query+recentchanges-paramvalue-prop-ids": "添加页面ID、最近更改ID和新旧修订的ID。",
860 "apihelp-query+recentchanges-paramvalue-prop-sizes": "Adds the new and old page length in bytes.",
861 "apihelp-query+recentchanges-paramvalue-prop-redirect": "Tags edit if page is a redirect.",
862 "apihelp-query+recentchanges-paramvalue-prop-patrolled": "Tags patrollable edits as being patrolled or unpatrolled.",
863 "apihelp-query+recentchanges-paramvalue-prop-loginfo": "Adds log information (log ID, log type, etc) to log entries.",
864 "apihelp-query+recentchanges-paramvalue-prop-tags": "Lists tags for the entry.",
865 "apihelp-query+recentchanges-paramvalue-prop-sha1": "Adds the content checksum for entries associated with a revision.",
866 "apihelp-query+recentchanges-param-token": "请改用<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
867 "apihelp-query+recentchanges-param-limit": "返回总计更新数。",
868 "apihelp-query+recentchanges-param-type": "显示的更改类型。",
869 "apihelp-query+recentchanges-example-simple": "最近更改列表。",
870 "apihelp-query+recentchanges-example-generator": "获取有关最近未巡查更改的页面信息。",
871 "apihelp-query+redirects-description": "返回至指定页面的所有重定向。",
872 "apihelp-query+redirects-param-prop": "要获取的属性:",
873 "apihelp-query+redirects-paramvalue-prop-pageid": "每个重定向的页面ID。",
874 "apihelp-query+redirects-paramvalue-prop-title": "每个重定向的标题。",
875 "apihelp-query+redirects-paramvalue-prop-fragment": "每个重定向的碎片,如果有。",
876 "apihelp-query+redirects-param-namespace": "只包含这些名字空间的页面。",
877 "apihelp-query+redirects-param-limit": "返回多少重定向。",
878 "apihelp-query+redirects-example-simple": "获取至[[Main Page]]的重定向列表。",
879 "apihelp-query+redirects-example-generator": "获取所有重定向至[[Main Page]]的信息。",
880 "apihelp-query+revisions-paraminfo-singlepageonly": "可能只能与单一页面使用(模式#2)。",
881 "apihelp-query+revisions-param-end": "列举直至此时间戳。",
882 "apihelp-query+revisions-example-content": "获取带内容的数据,用于标题<kbd>API</kbd>和<kbd>Main Page</kbd>的最近修订。",
883 "apihelp-query+revisions-example-last5": "获取<kbd>Main Page</kbd>的最近5次修订。",
884 "apihelp-query+revisions-example-first5": "获取<kbd>Main Page</kbd>的前5次修订。",
885 "apihelp-query+revisions-example-first5-after": "获取<kbd>Main Page</kbd>于2006年05月01日之后做出的前5次修订版本。",
886 "apihelp-query+revisions-example-first5-not-localhost": "获取<kbd>Main Page</kbd>的前5次不是由匿名用户<kbd>127.0.0.1</kbd>做出的修订。",
887 "apihelp-query+revisions-example-first5-user": "获取<kbd>Main Page</kbd>的前5次由用户<kbd>MediaWiki default</kbd>做出的修订。",
888 "apihelp-query+revisions+base-param-prop": "要为每个修订获取的属性:",
889 "apihelp-query+revisions+base-paramvalue-prop-ids": "修订ID。",
890 "apihelp-query+revisions+base-paramvalue-prop-flags": "修订标记(小编辑)。",
891 "apihelp-query+revisions+base-paramvalue-prop-timestamp": "修订的时间戳。",
892 "apihelp-query+revisions+base-paramvalue-prop-user": "做出修订的用户。",
893 "apihelp-query+revisions+base-paramvalue-prop-userid": "修订创建者的用户ID。",
894 "apihelp-query+revisions+base-paramvalue-prop-size": "修订的长度(字节)。",
895 "apihelp-query+revisions+base-paramvalue-prop-sha1": "修订的SHA-1(base 16)。",
896 "apihelp-query+revisions+base-paramvalue-prop-contentmodel": "修订的内容模型ID。",
897 "apihelp-query+revisions+base-paramvalue-prop-comment": "由用户对修订做出的摘要。",
898 "apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "由用户对修订做出的被解析的摘要。",
899 "apihelp-query+revisions+base-paramvalue-prop-content": "修订文本。",
900 "apihelp-query+revisions+base-paramvalue-prop-tags": "修订标签。",
901 "apihelp-query+revisions+base-paramvalue-prop-parsetree": "修订内容的XML解析树(需要内容模型<code>$1</code>)。",
902 "apihelp-query+revisions+base-param-limit": "限制返回多少修订。",
903 "apihelp-query+revisions+base-param-expandtemplates": "展开修订内容中的模板(需要$1prop=content)。",
904 "apihelp-query+revisions+base-param-generatexml": "生成用于修订内容的XML解析树(需要$1prop=content;被<kbd>$1prop=parsetree</kbd>所取代)。",
905 "apihelp-query+revisions+base-param-parse": "解析修订内容(需要$1prop=content)。由于性能原因,如果此选项被使用,$1limit会被强制为1。",
906 "apihelp-query+revisions+base-param-section": "只检索此段落数的内容。",
907 "apihelp-query+revisions+base-param-diffto": "要比较修订差异的修订ID。使用<kbd>prev</kbd>、<kbd>next</kbd>和<kbd>cur</kbd>分别用于上个、下个和当前修订。",
908 "apihelp-query+revisions+base-param-difftotext": "要比较修订差异的文本。只有修订的有限数字内的差异。覆盖<var>$1diffto</var>。如果<var>$1section</var>被设置,只有那个段落将与此文本之间比较差异",
909 "apihelp-query+revisions+base-param-contentformat": "序列化用于<var>$1difftotext</var>的格式并预估内容输出。",
910 "apihelp-query+search-description": "执行一次全文本搜索。",
911 "apihelp-query+search-param-search": "搜索所有匹配此值的页面标题或内容。根据wiki的搜索后端工具,您可以使用搜索字符串以调用特殊搜索功能。",
912 "apihelp-query+search-param-namespace": "只在这些名字空间搜索。",
913 "apihelp-query+search-param-what": "要执行的搜索类型。",
914 "apihelp-query+search-param-info": "要返回的元数据。",
915 "apihelp-query+search-param-prop": "要返回的属性:",
916 "apihelp-query+search-paramvalue-prop-size": "Adds the size of the page in bytes.",
917 "apihelp-query+search-paramvalue-prop-wordcount": "Adds the word count of the page.",
918 "apihelp-query+search-paramvalue-prop-timestamp": "Adds the timestamp of when the page was last edited.",
919 "apihelp-query+search-paramvalue-prop-snippet": "Adds a parsed snippet of the page.",
920 "apihelp-query+search-paramvalue-prop-titlesnippet": "Adds a parsed snippet of the page title.",
921 "apihelp-query+search-paramvalue-prop-redirectsnippet": "Adds a parsed snippet of the redirect title.",
922 "apihelp-query+search-paramvalue-prop-redirecttitle": "Adds the title of the matching redirect.",
923 "apihelp-query+search-paramvalue-prop-sectionsnippet": "Adds a parsed snippet of the matching section title.",
924 "apihelp-query+search-paramvalue-prop-sectiontitle": "Adds the title of the matching section.",
925 "apihelp-query+search-paramvalue-prop-categorysnippet": "Adds a parsed snippet of the matching category.",
926 "apihelp-query+search-paramvalue-prop-isfilematch": "Adds a boolean indicating if the search matched file content.",
927 "apihelp-query+search-paramvalue-prop-score": "<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
928 "apihelp-query+search-paramvalue-prop-hasrelated": "<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
929 "apihelp-query+search-param-limit": "返回的总计页面数。",
930 "apihelp-query+search-param-interwiki": "搜索结果中包含跨wiki结果,如果可用。",
931 "apihelp-query+search-example-simple": "搜索<kbd>meaning</kbd>。",
932 "apihelp-query+search-example-text": "搜索文本<kbd>meaning</kbd>。",
933 "apihelp-query+search-example-generator": "获得有关搜索<kbd>meaning</kbd>返回页面的页面信息。",
934 "apihelp-query+siteinfo-description": "返回有关网站的一般信息。",
935 "apihelp-query+siteinfo-param-prop": "要获取的信息:",
936 "apihelp-query+siteinfo-paramvalue-prop-general": "全部系统信息。",
937 "apihelp-query+siteinfo-paramvalue-prop-namespaces": "注册的名字空间及其规范名称列表。",
938 "apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "注册的名字空间别名列表。",
939 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "特殊页面别名列表。",
940 "apihelp-query+siteinfo-paramvalue-prop-magicwords": "魔术字及其别名列表。",
941 "apihelp-query+siteinfo-paramvalue-prop-statistics": "返回网站统计。",
942 "apihelp-query+siteinfo-paramvalue-prop-interwikimap": "返回跨wiki映射(可选过滤,可选择使用<var>$1inlanguagecode</var>本地化)。",
943 "apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "返回数据库服务器与最高反应延迟。",
944 "apihelp-query+siteinfo-paramvalue-prop-usergroups": "返回用户组及其相关权限。",
945 "apihelp-query+siteinfo-paramvalue-prop-libraries": "返回wiki上安装的库。",
946 "apihelp-query+siteinfo-paramvalue-prop-extensions": "返回wiki上安装的扩展。",
947 "apihelp-query+siteinfo-paramvalue-prop-fileextensions": "返回允许上传的文件扩展名列表。",
948 "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "如果可用,返回wiki的版权信息。",
949 "apihelp-query+siteinfo-paramvalue-prop-restrictions": "返回可用的编辑限制(保护)类型信息。",
950 "apihelp-query+siteinfo-paramvalue-prop-languages": "返回MediaWiki支持的语言列表(可选择使用<var>$1inlanguagecode</var>本地化)。",
951 "apihelp-query+siteinfo-paramvalue-prop-skins": "返回所有启用的皮肤列表(可选择使用<var>$1inlanguagecode</var>本地化,否则是内容语言)。",
952 "apihelp-query+siteinfo-paramvalue-prop-extensiontags": "返回解析器扩展标签列表。",
953 "apihelp-query+siteinfo-paramvalue-prop-functionhooks": "返回解析器函数钩列表。",
954 "apihelp-query+siteinfo-paramvalue-prop-showhooks": "返回所有订阅的钩列表(<var>[[mw:Manual:$wgHooks|$wgHooks]]</var>的内容)。",
955 "apihelp-query+siteinfo-paramvalue-prop-variables": "返回变量ID列表。",
956 "apihelp-query+siteinfo-paramvalue-prop-protocols": "返回外部链接中允许的协议列表。",
957 "apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "返回用户设置的默认值。",
958 "apihelp-query+siteinfo-param-filteriw": "只返回跨wiki地图中的本地或非本地记录。",
959 "apihelp-query+siteinfo-param-showalldb": "列出所有数据库服务器,不只是最落后的那个。",
960 "apihelp-query+siteinfo-param-numberingroup": "列出用户组中的用户数。",
961 "apihelp-query+siteinfo-param-inlanguagecode": "用于本地化语言名称(尽可能)和皮肤名称的语言代码。",
962 "apihelp-query+siteinfo-example-simple": "取得网站信息。",
963 "apihelp-query+siteinfo-example-interwiki": "取得本地跨wiki前缀列表。",
964 "apihelp-query+siteinfo-example-replag": "检查当前的响应延迟。",
965 "apihelp-query+stashimageinfo-description": "返回用于藏匿文件的文件信息。",
966 "apihelp-query+stashimageinfo-param-sessionkey": "$1filekey的别名,用于向后兼容。",
967 "apihelp-query+stashimageinfo-example-simple": "返回藏匿文件的信息。",
968 "apihelp-query+tags-description": "列出更改标签。",
969 "apihelp-query+tags-param-limit": "列出标签的最大数量。",
970 "apihelp-query+tags-param-prop": "要获取哪个属性:",
971 "apihelp-query+tags-paramvalue-prop-name": "添加标签名称。",
972 "apihelp-query+tags-paramvalue-prop-displayname": "为标签添加系统消息。",
973 "apihelp-query+tags-paramvalue-prop-description": "为标签添加描述。",
974 "apihelp-query+tags-paramvalue-prop-hitcount": "已添加此标签的修订版本与日志数量。",
975 "apihelp-query+tags-paramvalue-prop-defined": "标识标签是否已定义。",
976 "apihelp-query+tags-paramvalue-prop-source": "获得标签来源,它可能包括用于扩展定义的标签的<samp>extension</samp>,以及用于可被用户手动应用的标签的<samp>manual</samp>。",
977 "apihelp-query+tags-paramvalue-prop-active": "标签是否仍可被应用。",
978 "apihelp-query+tags-example-simple": "可用标签列表。",
979 "apihelp-query+templates-description": "返回指定页面上所有被嵌入的页面。",
980 "apihelp-query+templates-param-namespace": "只显示此名字空间的模板。",
981 "apihelp-query+templates-param-limit": "返回的模板数量。",
982 "apihelp-query+templates-param-templates": "只列出这些模板。对于检查某一页面使用某一模板很有用。",
983 "apihelp-query+templates-param-dir": "罗列所采用的方向。",
984 "apihelp-query+templates-example-simple": "获取在页面<kbd>Main Page</kbd>使用的模板。",
985 "apihelp-query+templates-example-generator": "获取有关<kbd>Main Page</kbd>中使用的模板页面的信息。",
986 "apihelp-query+templates-example-namespaces": "获取在{{ns:user}}和{{ns:template}}名字空间中,嵌入在<kbd>Main Page</kbd>页面的页面。",
987 "apihelp-query+tokens-description": "获取可修改数据的操作的令牌。",
988 "apihelp-query+tokens-param-type": "要请求的令牌类型。",
989 "apihelp-query+tokens-example-simple": "检索一个csrf令牌(默认)。",
990 "apihelp-query+tokens-example-types": "检索一个监视令牌和一个巡查令牌。",
991 "apihelp-query+transcludedin-param-prop": "要获取的属性:",
992 "apihelp-query+transcludedin-paramvalue-prop-pageid": "每个页面的页面ID。",
993 "apihelp-query+transcludedin-paramvalue-prop-title": "每个页面的标题。",
994 "apihelp-query+transcludedin-paramvalue-prop-redirect": "标记作为重定向的页面。",
995 "apihelp-query+transcludedin-param-namespace": "至包含这些名字空间的页面。",
996 "apihelp-query+transcludedin-param-limit": "返回多少。",
997 "apihelp-query+transcludedin-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。",
998 "apihelp-query+transcludedin-example-simple": "获取嵌入<kbd>Main Page</kbd>的页面列表。",
999 "apihelp-query+transcludedin-example-generator": "获取有关嵌入<kbd>Main Page</kbd>的页面的信息。",
1000 "apihelp-query+usercontribs-description": "获取一位用户的所有编辑。",
1001 "apihelp-query+usercontribs-param-limit": "返回贡献的最大数量。",
1002 "apihelp-query+usercontribs-param-start": "返回的起始时间戳。",
1003 "apihelp-query+usercontribs-param-end": "返回的最终时间戳。",
1004 "apihelp-query+usercontribs-param-user": "要检索贡献的用户。",
1005 "apihelp-query+usercontribs-param-namespace": "只列出这些名字空间的贡献。",
1006 "apihelp-query+usercontribs-param-prop": "包含额外的信息束:",
1007 "apihelp-query+usercontribs-paramvalue-prop-ids": "添加页面ID和修订ID。",
1008 "apihelp-query+usercontribs-paramvalue-prop-title": "添加页面标题及其名字空间ID。",
1009 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "添加编辑的时间戳。",
1010 "apihelp-query+usercontribs-paramvalue-prop-comment": "添加编辑摘要。",
1011 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "添加被解析的编辑摘要。",
1012 "apihelp-query+usercontribs-paramvalue-prop-size": "添加编辑的新大小。",
1013 "apihelp-query+usercontribs-paramvalue-prop-sizediff": "添加与父编辑相比该编辑的大小变化。",
1014 "apihelp-query+usercontribs-paramvalue-prop-flags": "添加编辑标记。",
1015 "apihelp-query+usercontribs-paramvalue-prop-patrolled": "标记已巡查编辑。",
1016 "apihelp-query+usercontribs-paramvalue-prop-tags": "列举用于编辑的标签。",
1017 "apihelp-query+usercontribs-param-show": "只显示符合这些标准的项目,例如只显示不是小编辑的编辑:<kbd>$2show=!minor</kbd>。\n\n如果<kbd>$2show=patrolled</kbd>或<kbd>$2show=!patrolled</kbd>被设定,早于<var>[[mw:Manual:$wgRCMaxAge|$wgRCMaxAge]]</var>($1秒)的修订不会被显示。",
1018 "apihelp-query+usercontribs-example-user": "显示用户<kbd>Example</kbd>的贡献。",
1019 "apihelp-query+usercontribs-example-ipprefix": "显示来自<kbd>192.0.2.</kbd>前缀所有 IP 地址的贡献。",
1020 "apihelp-query+userinfo-description": "获取有关当前用户的信息。",
1021 "apihelp-query+userinfo-param-prop": "要包含的信息束:",
1022 "apihelp-query+userinfo-paramvalue-prop-blockinfo": "如果当前用户被封禁就标记,并注明是谁封禁,以何种原因封禁的。",
1023 "apihelp-query+userinfo-paramvalue-prop-hasmsg": "如果当前用户有等待中的消息的话,添加标签<samp>messages</samp>。",
1024 "apihelp-query+userinfo-paramvalue-prop-groups": "Lists all the groups the current user belongs to.",
1025 "apihelp-query+userinfo-paramvalue-prop-implicitgroups": "Lists all the groups the current user is automatically a member of.",
1026 "apihelp-query+userinfo-paramvalue-prop-rights": "Lists all the rights the current user has.",
1027 "apihelp-query+userinfo-paramvalue-prop-changeablegroups": "Lists the groups the current user can add to and remove from.",
1028 "apihelp-query+userinfo-paramvalue-prop-options": "Lists all preferences the current user has set.",
1029 "apihelp-query+userinfo-paramvalue-prop-preferencestoken": "<span class=\"apihelp-deprecated\">Deprecated.</span> Get a token to change current user's preferences.",
1030 "apihelp-query+userinfo-paramvalue-prop-editcount": "Adds the current user's edit count.",
1031 "apihelp-query+userinfo-paramvalue-prop-ratelimits": "Lists all rate limits applying to the current user.",
1032 "apihelp-query+userinfo-paramvalue-prop-realname": "添加用户的真实姓名。",
1033 "apihelp-query+userinfo-paramvalue-prop-email": "Adds the user's email address and email authentication date.",
1034 "apihelp-query+userinfo-paramvalue-prop-acceptlang": "Echoes the <code>Accept-Language</code> header sent by the client in a structured format.",
1035 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "添加用户的注册时间。",
1036 "apihelp-query+userinfo-paramvalue-prop-unreadcount": "Adds the count of unread pages on the user's watchlist (maximum $1; returns <samp>$2</samp> if more).",
1037 "apihelp-query+userinfo-example-simple": "获取有关当前用户的信息。",
1038 "apihelp-query+userinfo-example-data": "获取有关当前用户的额外信息。",
1039 "apihelp-query+users-description": "获取有关列出用户的信息。",
1040 "apihelp-query+users-param-prop": "要包含的信息束:",
1041 "apihelp-query+users-paramvalue-prop-blockinfo": "如果用户被封禁就标记,并注明是谁封禁,以何种原因封禁的。",
1042 "apihelp-query+users-paramvalue-prop-groups": "列举每位用户属于的所有组。",
1043 "apihelp-query+users-paramvalue-prop-implicitgroups": "Lists all the groups a user is automatically a member of.",
1044 "apihelp-query+users-paramvalue-prop-rights": "Lists all the rights each user has.",
1045 "apihelp-query+users-paramvalue-prop-editcount": "Adds the user's edit count.",
1046 "apihelp-query+users-paramvalue-prop-registration": "Adds the user's registration timestamp.",
1047 "apihelp-query+users-paramvalue-prop-emailable": "Tags if the user can and wants to receive email through [[Special:Emailuser]].",
1048 "apihelp-query+users-paramvalue-prop-gender": "Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".",
1049 "apihelp-query+users-param-token": "请改用<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
1050 "apihelp-query+users-example-simple": "返回用户<kbd>Example</kbd>的信息。",
1051 "apihelp-query+watchlist-description": "在当前用户的监视列表中获取对页面的最近更改。",
1052 "apihelp-query+watchlist-param-start": "枚举的起始时间戳。",
1053 "apihelp-query+watchlist-param-end": "枚举的结束时间戳。",
1054 "apihelp-query+watchlist-param-user": "只列出此用户的更改。",
1055 "apihelp-query+watchlist-param-excludeuser": "不要列出此用户的更改。",
1056 "apihelp-query+watchlist-param-limit": "根据结果返回的结果总数。",
1057 "apihelp-query+watchlist-param-prop": "要获取的额外属性:",
1058 "apihelp-query+watchlist-paramvalue-prop-ids": "添加修订ID和页面ID。",
1059 "apihelp-query+watchlist-paramvalue-prop-title": "添加页面标题。",
1060 "apihelp-query+watchlist-paramvalue-prop-flags": "为编辑添加标记。",
1061 "apihelp-query+watchlist-paramvalue-prop-user": "添加做出编辑的用户。",
1062 "apihelp-query+watchlist-paramvalue-prop-userid": "添加做出编辑的用户的ID。",
1063 "apihelp-query+watchlist-paramvalue-prop-comment": "添加编辑摘要。",
1064 "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "添加解析过的编辑摘要。",
1065 "apihelp-query+watchlist-paramvalue-prop-timestamp": "添加编辑时间戳。",
1066 "apihelp-query+watchlist-paramvalue-prop-patrol": "将编辑标记为已巡查。",
1067 "apihelp-query+watchlist-paramvalue-prop-sizes": "添加页面的旧有长度和新长度。",
1068 "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "添加最近被通知有关编辑的用户的时间戳。",
1069 "apihelp-query+watchlist-paramvalue-prop-loginfo": "在适当位置添加日志信息。",
1070 "apihelp-query+watchlist-param-type": "要显示的更改类型:\n;edit:定期页面编辑。\n;external:外部更改。\n;new:页面创建。\n;log:日志记录。",
1071 "apihelp-query+watchlist-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。",
1072 "apihelp-query+watchlist-example-simple": "在当前用户的监视列表中列出用于最近更改页面的最新修订。",
1073 "apihelp-query+watchlist-example-props": "在当前用户的监视列表中检索有关用于最近更改页面的最新修订的额外信息。",
1074 "apihelp-query+watchlist-example-allrev": "在当前用户的监视列表中检索有关所有最近对页面的更改的信息。",
1075 "apihelp-query+watchlist-example-generator": "在当前用户的监视列表中检索用于最近更改页面的页面信息。",
1076 "apihelp-query+watchlist-example-generator-rev": "在当前用户的监视列表中检索用于对页面最近更改的修订信息。",
1077 "apihelp-query+watchlist-example-wlowner": "在用户<kbd>Example</kbd>的监视列表中列出用于最近更改页面的最新修订。",
1078 "apihelp-query+watchlistraw-description": "获得当前用户的监视列表上的所有页面。",
1079 "apihelp-query+watchlistraw-param-namespace": "只列出指定名字空间的页面。",
1080 "apihelp-query+watchlistraw-param-limit": "根据结果返回的结果总数。",
1081 "apihelp-query+watchlistraw-param-prop": "要获取的额外属性:",
1082 "apihelp-query+watchlistraw-paramvalue-prop-changed": "添加最近被通知有关编辑的用户的时间戳。",
1083 "apihelp-query+watchlistraw-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。",
1084 "apihelp-query+watchlistraw-param-fromtitle": "要列举的起始标题(带名字空间前缀)。",
1085 "apihelp-query+watchlistraw-param-totitle": "要列举的最终标题(带名字空间前缀)。",
1086 "apihelp-query+watchlistraw-example-simple": "列出当前用户的监视列表中的页面。",
1087 "apihelp-revisiondelete-description": "删除和恢复修订版本。",
1088 "apihelp-revisiondelete-param-ids": "用于将被删除的修订的标识符。",
1089 "apihelp-revisiondelete-param-hide": "每次修订要隐藏的东西。",
1090 "apihelp-revisiondelete-param-show": "每次修订要恢复显示的东西。",
1091 "apihelp-revisiondelete-param-reason": "删除或恢复的原因。",
1092 "apihelp-revisiondelete-example-revision": "隐藏<kbd>首页</kbd>的修订版本<kbd>12345</kbd>的内容。",
1093 "apihelp-revisiondelete-example-log": "隐藏日志记录<kbd>67890</kbd>上的所有数据,原因<kbd>BLP violation</kbd>。",
1094 "apihelp-rollback-description": "撤销对页面的最近编辑。\n\n如果最近编辑页面的用户在一行中进行多次编辑,所有编辑将被回退。",
1095 "apihelp-rollback-param-title": "要回退的页面标题。不能与<var>$1pageid</var>一起使用。",
1096 "apihelp-rollback-param-pageid": "要回退的页面的页面 ID。不能与<var>$1title</var>一起使用。",
1097 "apihelp-rollback-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
1098 "apihelp-rollback-example-simple": "回退由用户<kbd>Example</kbd>对<kbd>Main Page</kbd>做出的最近编辑。",
1099 "apihelp-rollback-example-summary": "回退由IP用户<kbd>192.0.2.5</kbd>对页面<kbd>Main Page</kbd>做出的最近编辑,带编辑摘要<kbd>Reverting vandalism</kbd>,并将这些编辑和回退标记为机器人编辑。",
1100 "apihelp-rsd-description": "导出一个RSD(Really Simple Discovery)架构。",
1101 "apihelp-rsd-example-simple": "导出RSD架构。",
1102 "apihelp-setnotificationtimestamp-description": "更新用于监视页面的通知时间戳。\n\n这会影响监视列表和历史中已更改页面的高亮度,并且如果“{{int:tog-enotifwatchlistpages}}”设置被启用的话,也会影响电子邮件的发送。",
1103 "apihelp-setnotificationtimestamp-param-entirewatchlist": "工作于所有已监视页面。",
1104 "apihelp-setnotificationtimestamp-param-timestamp": "要设置通知时间戳的时间戳。",
1105 "apihelp-setnotificationtimestamp-param-torevid": "要设置通知时间戳的修订(只限一个页面)。",
1106 "apihelp-setnotificationtimestamp-param-newerthanrevid": "要设置通知时间戳的较新修订(只限一个页面)。",
1107 "apihelp-setnotificationtimestamp-example-all": "重置整个监视列表的通知状态。",
1108 "apihelp-setnotificationtimestamp-example-page": "重置用于<kbd>Main page</kbd>的通知状态。",
1109 "apihelp-setnotificationtimestamp-example-pagetimestamp": "设置<kbd>Main page</kbd>的通知时间戳,这样所有从2012年1月1日起的编辑都会是未复核的。",
1110 "apihelp-setnotificationtimestamp-example-allpages": "重置在<kbd>{{ns:user}}</kbd>名字空间中的页面的通知状态。",
1111 "apihelp-tag-description": "从个别修订或日志记录中添加或移除更改标签。",
1112 "apihelp-tag-param-rcid": "要添加或移除标签的一个或更多的最近更改ID。",
1113 "apihelp-tag-param-revid": "要添加或移除标签的一个或更多的修订ID。",
1114 "apihelp-tag-param-logid": "要添加或移除标签的一个或更多的日志记录ID。",
1115 "apihelp-tag-param-add": "要添加的标签。只有手动定义的标签可以添加。",
1116 "apihelp-tag-param-remove": "要移除的标签。只有手动定义或完全不明确的标签可以被移除。",
1117 "apihelp-tag-param-reason": "更改原因。",
1118 "apihelp-tag-example-rev": "将<kbd>vandalism</kbd>标签添加至修订ID 123,而不指定原因",
1119 "apihelp-tag-example-log": "从日志记录ID 123移除<kbd>spam</kbd>标签,原因为<kbd>Wrongly applied</kbd>",
1120 "apihelp-tokens-description": "获取可修改数据的操作的令牌。\n\n此模块被弃用以有利于[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
1121 "apihelp-tokens-param-type": "要请求的令牌类型。",
1122 "apihelp-tokens-example-edit": "检索一个编辑令牌(默认)。",
1123 "apihelp-tokens-example-emailmove": "检索一个电子邮件令牌和一个移动令牌。",
1124 "apihelp-unblock-description": "解封一位用户。",
1125 "apihelp-unblock-param-id": "解封时需要的封禁ID(通过<kbd>list=blocks</kbd>获得)。不能与<var>$1user</var>一起使用。",
1126 "apihelp-unblock-param-user": "要解封的用户名、IP地址或IP段。不能与<var>$1id</var>一起使用。",
1127 "apihelp-unblock-param-reason": "解封的原因。",
1128 "apihelp-unblock-example-id": "解封封禁ID #<kbd>105</kbd>。",
1129 "apihelp-unblock-example-user": "解封用户<kbd>Bob</kbd>,原因<kbd>Sorry Bob</kbd>。",
1130 "apihelp-undelete-description": "恢复一个被删除页面的修订。\n\n被删除修订的列表(包括时间戳)可通过[[Special:ApiHelp/query+deletedrevs|list=deletedrevs]]检索到,并且被删除的文件ID列表可通过[[Special:ApiHelp/query+filearchive|list=filearchive]]检索到。",
1131 "apihelp-undelete-param-title": "要恢复的页面标题。",
1132 "apihelp-undelete-param-reason": "恢复的原因。",
1133 "apihelp-undelete-param-timestamps": "要回复的修订的时间戳。如果<var>$1timestamps</var>和<var>$1fileids</var>都为空,所有将被恢复。",
1134 "apihelp-undelete-param-fileids": "要恢复的文件修订ID。如果<var>$1timestamps</var>和<var>$1fileids</var>都为空,所有将被恢复。",
1135 "apihelp-undelete-example-page": "恢复页面<kbd>Main Page</kbd>。",
1136 "apihelp-undelete-example-revisions": "恢复<kbd>Main Page</kbd>的两个修订。",
1137 "apihelp-upload-description": "上传一个文件,或获取正在等待中的上传的状态。\n\n可以使用的几种方法:\n* 直接上传文件内容,使用<var>$1file</var>参数。\n* 成批上传文件,使用<var>$1filesize</var>、<var>$1chunk</var>和<var>$1offset</var>参数。\n* 有MediaWiki服务器从URL检索一个文件,使用<var>$1url</var>参数。\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.",
1138 "apihelp-upload-param-filename": "目标文件名。",
1139 "apihelp-upload-param-comment": "上传注释。如果没有指定<var>$1text</var>,那么它也被用于新文件的初始页面文本。",
1140 "apihelp-upload-param-watch": "监视页面。",
1141 "apihelp-upload-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
1142 "apihelp-upload-param-ignorewarnings": "忽略任何警告。",
1143 "apihelp-upload-param-file": "文件内容。",
1144 "apihelp-upload-param-url": "要检索文件来源的URL。",
1145 "apihelp-upload-param-stash": "如果设置,服务器将临时藏匿文件而不是加入存储库。",
1146 "apihelp-upload-param-filesize": "全部上传的文件大小。",
1147 "apihelp-upload-param-offset": "块的偏移量(字节)。",
1148 "apihelp-upload-param-chunk": "大块内容。",
1149 "apihelp-upload-param-leavemessage": "如果asyncdownload被使用,当完成时,在用户讨论页留下一条消息。",
1150 "apihelp-upload-example-url": "从URL上传。",
1151 "apihelp-upload-example-filekey": "完成一次由于警告而失败的上传。",
1152 "apihelp-userrights-description": "更改一位用户的组成员。",
1153 "apihelp-userrights-param-user": "用户名。",
1154 "apihelp-userrights-param-userid": "用户ID。",
1155 "apihelp-userrights-param-add": "将用户加入至这些组中。",
1156 "apihelp-userrights-param-remove": "将用户从这些组中移除。",
1157 "apihelp-userrights-param-reason": "更改原因。",
1158 "apihelp-userrights-example-user": "将用户<kbd>FooBot</kbd>添加至<kbd>bot</kbd>用户组,并从<kbd>sysop</kbd>和<kbd>bureaucrat</kbd>组移除。",
1159 "apihelp-userrights-example-userid": "将ID为<kbd>123</kbd>的用户加入至<kbd>机器人</kbd>组,并将其从<kbd>管理员</kbd>和<kbd>行政员</kbd>组移除。",
1160 "apihelp-watch-description": "从当前用户的监视列表中添加或移除页面。",
1161 "apihelp-watch-param-title": "要(取消)监视的页面。也可使用<var>$1titles</var>。",
1162 "apihelp-watch-param-unwatch": "如果设置页面将被取消监视而不是被监视。",
1163 "apihelp-watch-example-watch": "监视页面<kbd>Main Page</kbd>。",
1164 "apihelp-watch-example-unwatch": "取消监视页面<kbd>Main Page</kbd>。",
1165 "apihelp-watch-example-generator": "监视主名字空间中的最少几个页面。",
1166 "apihelp-format-example-generic": "返回查询结果为$1格式。",
1167 "apihelp-dbg-description": "输出数据为PHP的<code>var_export()</code>格式。",
1168 "apihelp-dbgfm-description": "输出数据为PHP的<code>var_export()</code>格式(HTML优质打印效果)。",
1169 "apihelp-json-description": "输出数据为JSON格式。",
1170 "apihelp-json-param-callback": "如果指定,将输出内容包裹在一个指定的函数调用中。出于安全考虑,所有用户相关的数据将被限制。",
1171 "apihelp-json-param-utf8": "如果指定,使用十六进制转义序列将大多数(但不是全部)非ASCII的字符编码为UTF-8,而不是替换它们。默认当<var>formatversion</var>不是<kbd>1</kbd>时。",
1172 "apihelp-json-param-ascii": "如果指定,使用十六进制转义序列将所有非ASCII编码。默认当<var>formatversion</var>为<kbd>1</kbd>时。",
1173 "apihelp-json-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的<samp>*</samp>键等)。\n;2:实验现代格式。细节可以更改!\n;latest:使用最新格式(当前为<kbd>2</kbd>),可以在没有警告的情况下更改。",
1174 "apihelp-jsonfm-description": "输出数据为JSON格式(HTML优质打印效果)。",
1175 "apihelp-none-description": "不输出任何东西。",
1176 "apihelp-php-description": "输出数据为序列化PHP格式。",
1177 "apihelp-php-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的<samp>*</samp>键等)。\n;2:实验现代格式。细节可以更改!\n;latest:使用最新格式(当前为<kbd>2</kbd>),可以在没有警告的情况下更改。",
1178 "apihelp-phpfm-description": "输出数据为序列化PHP格式(HTML优质打印效果)。",
1179 "apihelp-rawfm-description": "输出数据为JSON格式,带调试元素(HTML优质打印效果)。",
1180 "apihelp-txt-description": "输出数据为PHP的<code>print_r()</code>格式。",
1181 "apihelp-txtfm-description": "输出数据为PHP的<code>print_r()</code>格式(HTML优质打印效果)。",
1182 "apihelp-xml-description": "输出数据为XML格式。",
1183 "apihelp-xml-param-xslt": "如果指定,加入已命名的页面作为一个XSL样式表。值必须是在{{ns:mediawiki}}名字空间以<code>.xsl</code>为结尾的标题。",
1184 "apihelp-xml-param-includexmlnamespace": "如果指定,添加一个XML名字空间。",
1185 "apihelp-xmlfm-description": "输出数据为XML格式(HTML优质打印效果)。",
1186 "apihelp-yaml-description": "输出数据为YAML格式。",
1187 "apihelp-yamlfm-description": "输出数据为YAML格式(HTML优质打印效果)。",
1188 "api-format-title": "MediaWiki API 结果",
1189 "api-format-prettyprint-header": "这是$1格式的HTML表示。HTML对调试很有用,但不适合应用程序使用。\n\n指定<var>format</var>参数以更改输出格式。要查看$1格式的非HTML表示,设置<kbd>format=$2</kbd>。\n\n参见[[mw:API|完整文档]],或[[Special:ApiHelp/main|API 帮助]]以获取更多信息。",
1190 "api-format-prettyprint-header-only-html": "这是用来调试的HTML表现,不适合实际使用。\n\n参见[[mw:API|完整文档]],或[[Special:ApiHelp/main|API帮助]]以获取更多信息。",
1191 "api-orm-param-props": "要查询的字段。",
1192 "api-orm-param-limit": "返回的总行数。",
1193 "api-pageset-param-titles": "要工作的标题列表。",
1194 "api-pageset-param-pageids": "要工作的页面ID列表。",
1195 "api-pageset-param-revids": "要工作的修订ID列表。",
1196 "api-pageset-param-generator": "通过执行指定查询模块获得页面列表以工作。\n\n<strong>注意:</strong>发生器参数名称必须以“g”开头,参见例子。",
1197 "api-pageset-param-redirects-generator": "自动解决在<var>$1titles</var>、<var>$1pageids</var>和<var>$1revids</var>,以及在由<var>$1generator</var>返回的页面中的重定向。",
1198 "api-pageset-param-redirects-nogenerator": "自动解决<var>$1titles</var>、<var>$1pageids</var>和<var>$1revids</var>中的重定向。",
1199 "api-pageset-param-converttitles": "如有需要,将标题转换为其他变体。只有当wiki的内容语言支持变体转换时才能工作。支持变体转换的语言包括$1。",
1200 "api-help-title": "MediaWiki API 帮助",
1201 "api-help-lead": "这是自动生成的MediaWiki API文档页面。\n\n文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh",
1202 "api-help-main-header": "主模块",
1203 "api-help-flag-deprecated": "此模块已弃用。",
1204 "api-help-flag-internal": "<strong>此模块是内部或不稳定的。</strong>它的操作可以更改而不另行通知。",
1205 "api-help-flag-readrights": "此模块需要读取权限。",
1206 "api-help-flag-writerights": "此模块需要写入权限。",
1207 "api-help-flag-mustbeposted": "此模块只允许POST请求。",
1208 "api-help-flag-generator": "此模块可作为发生器使用。",
1209 "api-help-source": "来源:$1",
1210 "api-help-source-unknown": "来源:<span class=\"apihelp-unknown\">未知</span>",
1211 "api-help-license": "许可协议:[[$1|$2]]",
1212 "api-help-license-noname": "许可协议:[[$1|参见链接]]",
1213 "api-help-license-unknown": "许可协议:<span class=\"apihelp-unknown\">未知</span>",
1214 "api-help-parameters": "{{PLURAL:$1|参数}}:",
1215 "api-help-param-deprecated": "不推荐使用。",
1216 "api-help-param-required": "这个参数是必须的。",
1217 "api-help-datatypes-header": "数据类型",
1218 "api-help-datatypes": "一些在API请求中的参数类型需要更进一步解释:\n;boolean\n:布尔参数就像HTML复选框一样工作:如果指定参数,无论何值都被认为是真。如果要假值,则可完全忽略参数。\n;timestamp\n:时间戳可被指定为很多格式。推荐使用ISO 8601日期和时间标准。所有时间为UTC时间,包含的任何时区会被忽略。\n:* ISO 8601日期和时间,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>(标点和<kbd>Z</kbd>是可选项)\n:* 带小数秒(会被忽略)的ISO 8601日期和时间,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd>(破折号、括号和<kbd>Z</kbd>是可选的)\n:* MediaWiki格式,<kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>\n:* 一般数字格式,<kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>(<kbd>GMT</kbd>、<kbd>+<var>##</var></kbd>或<kbd>-<var>##</var></kbd>的可选时区会被忽略)\n:* EXIF格式,<kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* RFC 2822格式(时区可能会被省略),<kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* RFC 850格式(时区可能会被省略),<kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* C ctime格式,<kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>\n:* 秒数是从1970-01-01T00:00:00Z开始,作为1到13位数的整数(除了<kbd>0</kbd>)\n:* 字符串<kbd>now</kbd>",
1219 "api-help-param-type-limit": "类型:整数或<kbd>max</kbd>",
1220 "api-help-param-type-integer": "类型:{{PLURAL:$1|1=整数|2=整数列表}}",
1221 "api-help-param-type-boolean": "类型:布尔值([[Special:ApiHelp/main#main/datatypes|详细信息]])",
1222 "api-help-param-type-timestamp": "类型:{{PLURAL:$1|1=时间戳|2=时间戳列表}}([[Special:ApiHelp/main#main/datatypes|允许格式]])",
1223 "api-help-param-type-user": "类型:{{PLURAL:$1|1=用户名|2=用户名列表}}",
1224 "api-help-param-list": "{{PLURAL:$1|1=一个值|2=值(以<kbd>{{!}}</kbd>分隔)}}:$2",
1225 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必须为空|可以为空,或$2}}",
1226 "api-help-param-limit": "不允许超过$1。",
1227 "api-help-param-limit2": "不允许超过$1个(对于机器人则是$2个)。",
1228 "api-help-param-integer-min": "{{PLURAL:$1|值}}必须不少于$2。",
1229 "api-help-param-integer-max": "{{PLURAL:$1|值}}必须不大于$3。",
1230 "api-help-param-integer-minmax": "{{PLURAL:$1|值}}必须介于$2和$3之间。",
1231 "api-help-param-upload": "必须被公布为使用multipart/form-data的一次文件上传。",
1232 "api-help-param-multi-separate": "通过“<kbd>|</kbd>”隔开各值。",
1233 "api-help-param-multi-max": "值的最高数字是{{PLURAL:$1|$1}}(对于机器人则是{{PLURAL:$2|$2}})。",
1234 "api-help-param-default": "默认:$1",
1235 "api-help-param-default-empty": "默认:<span class=\"apihelp-empty\">(空)</span>",
1236 "api-help-param-token": "从[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]取回的“$1”令牌",
1237 "api-help-param-token-webui": "出于兼容性考虑,web UI中使用的令牌也被接受。",
1238 "api-help-param-disabled-in-miser-mode": "由于[[mw:Manual:$wgMiserMode|miser模式]]而禁用。",
1239 "api-help-param-limited-in-miser-mode": "<strong>注意:</strong>由于[[mw:Manual:$wgMiserMode|miser模式]],使用这个可能导致继续前返回少于<var>$1limit</var>个结果;极端情况下可能不会返回任何结果。",
1240 "api-help-param-direction": "列举的方向:\n;newer:最早的优先。注意:$1start应早于$1end。\n;older:最新的优先(默认)。注意:$1start应晚于$1end。",
1241 "api-help-param-continue": "当更多结果可用时,使用这个继续。",
1242 "api-help-param-no-description": "<span class=\"apihelp-empty\">(没有说明)</span>",
1243 "api-help-examples": "{{PLURAL:$1|例子}}:",
1244 "api-help-permissions": "{{PLURAL:$1|权限}}:",
1245 "api-help-permissions-granted-to": "{{PLURAL:$1|授予}}:$2",
1246 "api-help-right-apihighlimits": "在API查询中使用更高的上限(慢查询:$1;快查询:$2)。慢查询的限制也适用于多值参数。",
1247 "api-credits-header": "制作人员",
1248 "api-credits": "API 开发人员:\n* Roan Kattouw(2007年9月~2009年的开发组领导)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan(创建者,2006年9月~2007年9月的开发组领导)\n* Brad Jorsch(2013年至今的开发组领导)\n\n请将您的评论、建议和问题发送至mediawiki-api@lists.wikimedia.org,或提交错误请求在https://phabricator.wikimedia.org/。"
1249 }