Localisation updates from https://translatewiki.net.
[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 ]
16 },
17 "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: 错误与警告]]。",
18 "apihelp-main-param-action": "要执行的操作。",
19 "apihelp-main-param-format": "输出的格式。",
20 "apihelp-main-param-maxlag": "最大延迟可被用于MediaWiki安装于数据库复制集中。要保存导致更多网站复制延迟的操作,此参数可使客户端等待直到复制延迟少于指定值时。万一发生过多延迟,错误代码<samp>maxlag</samp>会返回消息,例如<samp>等待$host中:延迟$lag秒</samp>。<br />参见[[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]]以获取更多信息。",
21 "apihelp-main-param-smaxage": "设置<code>s-maxage</code>页顶至这些秒。错误不会缓存。",
22 "apihelp-main-param-maxage": "设置<code>max-age</code>页顶至这些秒。错误不会缓存。",
23 "apihelp-main-param-assert": "如果设置为<kbd>user</kbd>就验证用户是否登录,或如果设置为<kbd>bot</kbd>就验证是否有机器人用户权限。",
24 "apihelp-main-param-requestid": "任何在此提供的值将包含在响应中。可能可以用以区别请求。",
25 "apihelp-main-param-servedby": "包含保存结果请求的主机名。",
26 "apihelp-main-param-curtimestamp": "在结果中包括当前时间戳。",
27 "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>开头。",
28 "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的内容语言。",
29 "apihelp-block-description": "封禁一位用户。",
30 "apihelp-block-param-user": "您要封禁的用户、IP地址或IP地址段。",
31 "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>,封禁将无限期。",
32 "apihelp-block-param-reason": "封禁的原因",
33 "apihelp-block-param-anononly": "只封禁匿名用户(也就是说禁止此 IP 地址的匿名编辑)。",
34 "apihelp-block-param-nocreate": "防止创建帐户。",
35 "apihelp-block-param-autoblock": "自动封禁最近使用的IP地址,以及以后他们尝试登陆使用的IP地址。",
36 "apihelp-block-param-noemail": "阻止用户通过wiki发送电子邮件。(需要<code>blockemail</code>权限)。",
37 "apihelp-block-param-hidename": "从封禁日志中隐藏用户名。(需要<code>hideuser</code>权限)。",
38 "apihelp-block-param-allowusertalk": "允许用户编辑自己的讨论页(取决于<var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>)。",
39 "apihelp-block-param-reblock": "如果该用户已被封禁,则覆盖已有的封禁。",
40 "apihelp-block-param-watchuser": "监视用户或该 IP 的用户页和讨论页。",
41 "apihelp-block-example-ip-simple": "封禁IP地址<kbd>192.0.2.5</kbd>三天,原因<kbd>First strike</kbd>。",
42 "apihelp-block-example-user-complex": "无限期封禁用户<kbd>Vandal</kbd>,原因<kbd>Vandalism</kbd>,并阻止新账户创建和电子邮件发送。",
43 "apihelp-checktoken-description": "从<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>检查令牌有效性。",
44 "apihelp-checktoken-param-type": "已开始测试的令牌类型。",
45 "apihelp-checktoken-param-token": "要测试的令牌。",
46 "apihelp-checktoken-param-maxtokenage": "令牌的最大允许年龄,以秒计。",
47 "apihelp-checktoken-example-simple": "测试<kbd>csrf</kbd>令牌的有效性。",
48 "apihelp-clearhasmsg-description": "清除当前用户的<code>hasmsg</code>标记。",
49 "apihelp-clearhasmsg-example-1": "清除当前用户的<code>hasmsg</code>标记。",
50 "apihelp-compare-description": "获得2个页面之间的差别。\n\n用于“from”和“to”的修订版本号、页面标题或页面 ID 必须获得通过。",
51 "apihelp-compare-param-fromtitle": "要比较的第一个标题。",
52 "apihelp-compare-param-fromid": "要比较的第一个页面 ID。",
53 "apihelp-compare-param-fromrev": "要比较的第一个修订版本。",
54 "apihelp-compare-param-totitle": "要比较的第二个标题。",
55 "apihelp-compare-param-toid": "要比较的第二个页面 ID。",
56 "apihelp-compare-param-torev": "要比较的第二个修订版本。",
57 "apihelp-compare-example-1": "在版本1和2中创建差异",
58 "apihelp-createaccount-description": "创建一个新用户账户。",
59 "apihelp-createaccount-param-name": "用户名",
60 "apihelp-createaccount-param-password": "密码(如果设置<var>$1mailpassword</var>则忽略)。",
61 "apihelp-createaccount-param-domain": "外部身份验证域 (可选)。",
62 "apihelp-createaccount-param-token": "在第一个请求中获得的帐户创建标记。",
63 "apihelp-createaccount-param-email": "用户的电子邮件地址(可选)。",
64 "apihelp-createaccount-param-realname": "用户的真实姓名(可选)。",
65 "apihelp-createaccount-param-mailpassword": "如果设置为任何值,将向用户发送一个随机密码。",
66 "apihelp-createaccount-param-reason": "将要放在日志中的,关于创建帐户的可选原因。",
67 "apihelp-createaccount-param-language": "要为用户设置为默认值的语言代码(可选,默认为内容语言)。",
68 "apihelp-createaccount-example-pass": "创建用户<kbd>testuser</kbd>和密码<kbd>test123</kbd>。",
69 "apihelp-createaccount-example-mail": "创建用户<kbd>testmailuser</kbd>并电邮发送一个随机生成的密码。",
70 "apihelp-delete-description": "删除一个页面。",
71 "apihelp-delete-param-title": "你所希望删除的页面的标题。不能与<var>$1pageid</var>一起使用。",
72 "apihelp-delete-param-pageid": "要删除的页面的页面 ID。不能与<var>$1title</var>一起使用。",
73 "apihelp-delete-param-reason": "删除原因。如果未设置,将使用一个自动生成的原因。",
74 "apihelp-delete-param-watch": "将该页面加入当前用户的监视列表。",
75 "apihelp-delete-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
76 "apihelp-delete-param-unwatch": "将该页面从当前用户的监视列表删除。",
77 "apihelp-delete-param-oldimage": "由[[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]提供的要删除的旧图片名称。",
78 "apihelp-delete-example-simple": "删除<kbd>Main Page</kbd>。",
79 "apihelp-delete-example-reason": "删除<kbd>Main Page</kbd>,原因<kbd>Preparing for move</kbd>。",
80 "apihelp-disabled-description": "此模块已禁用。",
81 "apihelp-edit-description": "创建和编辑页面。",
82 "apihelp-edit-param-title": "您希望编辑的页面标题。不能与<var>$1pageid</var>一起使用。",
83 "apihelp-edit-param-pageid": "要编辑的页面的页面 ID。不能与<var>$1title</var>一起使用。",
84 "apihelp-edit-param-section": "段落数。<kbd>0</kbd>用于首段,<kbd>new</kbd>用于新的段落。",
85 "apihelp-edit-param-sectiontitle": "新小节的标题。",
86 "apihelp-edit-param-text": "页面内容。",
87 "apihelp-edit-param-summary": "编辑摘要。当$1section=new且未设置$1sectiontitle时,还包括小节标题。",
88 "apihelp-edit-param-tags": "更改标签以应用修订。",
89 "apihelp-edit-param-minor": "小编辑。",
90 "apihelp-edit-param-notminor": "不是小编辑。",
91 "apihelp-edit-param-bot": "标记此编辑为机器人编辑。",
92 "apihelp-edit-param-basetimestamp": "基础修订的时间戳,用于检测编辑冲突。也许可以通过[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]得到。",
93 "apihelp-edit-param-starttimestamp": "编辑过程开始的时间戳,用于检测编辑冲突。当开始编辑过程时(例如当加载要编辑的页面时)使用<var>[[Special:ApiHelp/main|curtimestamp]]</var>可能取得一个适当的值。",
94 "apihelp-edit-param-recreate": "覆盖有关该页面在此期间已被删除的任何错误。",
95 "apihelp-edit-param-createonly": "不要编辑页面,如果已经存在。",
96 "apihelp-edit-param-nocreate": "如果该页面不存在,则抛出一个错误。",
97 "apihelp-edit-param-watch": "将页面加入当前用户的监视列表。",
98 "apihelp-edit-param-unwatch": "将页面从当前用户的监视列表中移除。",
99 "apihelp-edit-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
100 "apihelp-edit-param-md5": "$1text参数或$1prependtext和$1appendtext级联参数的MD5哈希值。如果设置,除非哈希值正确否则编辑无法完成。",
101 "apihelp-edit-param-prependtext": "将该文本添加到该页面的开始。覆盖$1text。",
102 "apihelp-edit-param-appendtext": "将该文本添加到该页面的结尾。覆盖$1text。\n\n采用$1section=new来添加一个新的章节,而不是这个参数。",
103 "apihelp-edit-param-undo": "撤销此次修订。覆盖$1text、$1prependtext和$1appendtext。",
104 "apihelp-edit-param-undoafter": "撤销从$1undo至此的所有修订。如果不设置就撤销一次修订。",
105 "apihelp-edit-param-redirect": "自动解析重定向。",
106 "apihelp-edit-param-contentformat": "用于输入文本的内容串行化格式。",
107 "apihelp-edit-param-contentmodel": "新内容的内容模型。",
108 "apihelp-edit-param-token": "令牌应总是发送为最后参数,或至少在$1text参数之后。",
109 "apihelp-edit-example-edit": "编辑一个页面",
110 "apihelp-edit-example-prepend": "页面中预置<kbd>_&#95;NOTOC_&#95;</kbd>",
111 "apihelp-edit-example-undo": "通过13585撤销修订版本13579并自动填写编辑摘要",
112 "apihelp-emailuser-description": "电子邮件联系一位用户。",
113 "apihelp-emailuser-param-target": "电子邮件的目标用户。",
114 "apihelp-emailuser-param-subject": "主题页眉。",
115 "apihelp-emailuser-param-text": "邮件正文。",
116 "apihelp-emailuser-param-ccme": "给我发送一份该邮件的副本。",
117 "apihelp-emailuser-example-email": "向用户<kbd>WikiSysop</kbd>发送邮件,带文字<kbd>Content</kbd>。",
118 "apihelp-expandtemplates-description": "展开维基文本中的所有模板。",
119 "apihelp-expandtemplates-param-title": "页面标题。",
120 "apihelp-expandtemplates-param-text": "要转换的wiki文本。",
121 "apihelp-expandtemplates-param-revid": "修订版本ID,用于<nowiki>{{REVISIONID}}</nowiki>和类似变体。",
122 "apihelp-expandtemplates-param-prop": "要获取的那条信息:\n;wikitext:展开的wiki文本。\n;categories:任何在不代表wiki文本输出的输入框出现的分类。\n;properties:由wiki文本中扩充的魔术字定义的页面属性。\n;volatile:输出是否不稳定,并且不应在任何页面中再度使用。\n;ttl:结果的哪个缓存后等待最长时间应无效化。\n;parsetree:输入的XML解析树。\n注意如果没有选定值,结果将包含wiki文本,但将以弃用的格式显示。",
123 "apihelp-expandtemplates-param-includecomments": "输出时是否包含HTML摘要。",
124 "apihelp-expandtemplates-param-generatexml": "生成XML解析树(取代自$1prop=parsetree)。",
125 "apihelp-expandtemplates-example-simple": "展开wiki文本<kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>。",
126 "apihelp-feedcontributions-description": "返回用户贡献纲要。",
127 "apihelp-feedcontributions-param-feedformat": "纲要的格式。",
128 "apihelp-feedcontributions-param-user": "获取哪些用户的贡献。",
129 "apihelp-feedcontributions-param-namespace": "过滤哪些命名空间的贡献。",
130 "apihelp-feedcontributions-param-year": "起始年份(及更早)。",
131 "apihelp-feedcontributions-param-month": "起始月份(及更早)。",
132 "apihelp-feedcontributions-param-tagfilter": "过滤有这些标签的贡献者。",
133 "apihelp-feedcontributions-param-deletedonly": "仅显示已删除的贡献。",
134 "apihelp-feedcontributions-param-toponly": "仅仅显示那些作为最新修订的编辑。",
135 "apihelp-feedcontributions-param-newonly": "仅仅显示那些作为页面创建的编辑。",
136 "apihelp-feedcontributions-param-showsizediff": "显示修订版本之间的大小差别。",
137 "apihelp-feedcontributions-example-simple": "返回用户<kbd>Example</kbd>的贡献。",
138 "apihelp-feedrecentchanges-description": "返回最新变更纲要。",
139 "apihelp-feedrecentchanges-param-feedformat": "纲要的格式。",
140 "apihelp-feedrecentchanges-param-namespace": "用于限制结果的命名空间。",
141 "apihelp-feedrecentchanges-param-invert": "除所选定者外的所有命名空间。",
142 "apihelp-feedrecentchanges-param-associated": "包括相关的命名空间(讨论页或主要)。",
143 "apihelp-feedrecentchanges-param-days": "用于限制结果的天数。",
144 "apihelp-feedrecentchanges-param-limit": "所要返回结果的最大数目。",
145 "apihelp-feedrecentchanges-param-from": "显示自那时以来的更改。",
146 "apihelp-feedrecentchanges-param-hideminor": "隐藏小更改。",
147 "apihelp-feedrecentchanges-param-hidebots": "隐藏机器人所做的更改。",
148 "apihelp-feedrecentchanges-param-hideanons": "隐藏匿名用户做出的更改。",
149 "apihelp-feedrecentchanges-param-hideliu": "隐藏注册用户做出的更改。",
150 "apihelp-feedrecentchanges-param-hidepatrolled": "隐藏已巡查更改。",
151 "apihelp-feedrecentchanges-param-hidemyself": "隐藏当前用户做出的更改。",
152 "apihelp-feedrecentchanges-param-tagfilter": "按标签过滤。",
153 "apihelp-feedrecentchanges-param-target": "仅仅显示从该页面链出的那些页面的变更。",
154 "apihelp-feedrecentchanges-param-showlinkedto": "仅仅显示链入到该页面的那些页面的变更。",
155 "apihelp-feedrecentchanges-example-simple": "显示最近更改",
156 "apihelp-feedrecentchanges-example-30days": "显示最近30天的更改",
157 "apihelp-feedwatchlist-description": "返回监视列表纲要。",
158 "apihelp-feedwatchlist-param-feedformat": "纲要的格式。",
159 "apihelp-feedwatchlist-param-hours": "列出从现在起数小时内修改的页面。",
160 "apihelp-feedwatchlist-param-linktosections": "如果可能的话,直接链接到已变更的小节。",
161 "apihelp-feedwatchlist-example-default": "显示监视列表订阅",
162 "apihelp-feedwatchlist-example-all6hrs": "显示过去6小时内受监视页面的所有更改。",
163 "apihelp-filerevert-description": "回退一个文件至某一旧版本。",
164 "apihelp-filerevert-param-filename": "目标文件名,不包含前缀“File:”。",
165 "apihelp-filerevert-param-comment": "上传评论。",
166 "apihelp-filerevert-param-archivename": "恢复到修订版存档名称。",
167 "apihelp-filerevert-example-revert": "回退<kbd>Wiki.png</kbd>至<kbd>2011-03-05T15:27:40Z</kbd>的版本。",
168 "apihelp-help-description": "显示指定模块的帮助。",
169 "apihelp-help-param-modules": "用于显示帮助的模块(<var>action</var>和<var>format</var>参数值,或<kbd>main</kbd>)。可通过<kbd>+</kbd>指定子模块。",
170 "apihelp-help-param-submodules": "包括给定名称模块的子模块的帮助。",
171 "apihelp-help-param-recursivesubmodules": "包括递归子模块的帮助。",
172 "apihelp-help-param-helpformat": "帮助的输出格式。",
173 "apihelp-help-param-wrap": "在一个标准API响应结构中包裹输出。",
174 "apihelp-help-param-toc": "在HTML输出中包括目录。",
175 "apihelp-help-example-main": "主模块帮助",
176 "apihelp-help-example-recursive": "一个页面中的所有帮助",
177 "apihelp-help-example-help": "帮助模块本身的帮助",
178 "apihelp-help-example-query": "两个查询子模块的帮助",
179 "apihelp-imagerotate-description": "旋转一幅或多幅图像。",
180 "apihelp-imagerotate-param-rotation": "顺时针旋转图像的度数。",
181 "apihelp-imagerotate-example-simple": "<kbd>90</kbd>度旋转<kbd>File:Example.png</kbd>。",
182 "apihelp-imagerotate-example-generator": "将<kbd>Category:Flip</kbd>之中的所有图像旋转<kbd>180</kbd>度。",
183 "apihelp-import-description": "从另一个wiki导入一个页面,或一个XML文件。\n\n注意当发送一个用于<var>xml</var>参数的文件时,HTTP POST必须作为一次文件上传完成(也就是使用multipart/form-data)。",
184 "apihelp-import-param-summary": "导入摘要。",
185 "apihelp-import-param-xml": "上传的XML文件。",
186 "apihelp-import-param-interwikisource": "用于跨wiki导入:导入的来源wiki。",
187 "apihelp-import-param-interwikipage": "用于跨wiki导入:导入的页面。",
188 "apihelp-import-param-fullhistory": "用于跨wiki导入:完整导入历史,而不只是最新版本。",
189 "apihelp-import-param-templates": "用于跨wiki导入:连带导入所有包含的模板。",
190 "apihelp-import-param-namespace": "导入至此名字空间。重写<kbd>$1rootpage</kbd>参数。",
191 "apihelp-import-param-rootpage": "作为此页面的子页面导入。如果提供<kbd>$1namespace</kbd>参数则忽略。",
192 "apihelp-import-example-import": "将页面[[meta:Help:Parserfunctions]]连带完整历史导入至100名字空间。",
193 "apihelp-login-description": "登录并获得身份验证Cookie。\n\n在成功登录的情况下,所需的Cookie将包含在HTTP响应头中。在登录失败的情况下,进一步的尝试可能会被自动密码猜解攻击的限制所遏制。",
194 "apihelp-login-param-name": "用户名。",
195 "apihelp-login-param-password": "密码。",
196 "apihelp-login-param-domain": "域名(可选)。",
197 "apihelp-login-param-token": "在首个请求中获得的登录令牌。",
198 "apihelp-login-example-gettoken": "检索登录令牌",
199 "apihelp-login-example-login": "登录",
200 "apihelp-logout-description": "退出并清除会话数据。",
201 "apihelp-logout-example-logout": "退出当前用户",
202 "apihelp-managetags-description": "执行有关更改标签的管理任务。",
203 "apihelp-managetags-param-operation": "要执行哪个操作:\n;create:创建一个新的更改标签供手动使用。\n;delete:从数据库中移除一个更改标签,包括移除已使用在所有修订版本、最近更改记录和日志记录上的该标签。\n;activate:激活一个更改标签,允许用户手动应用它。\n;deactivate:停用一个更改标签,阻止用户手动应用它。",
204 "apihelp-managetags-param-tag": "要创建、删除、激活或取消激活的标签。要创建标签,标签必须不存在。要删除标签,标签必须存在。要激活标签,标签必须存在,且不被任何扩展使用。要取消激活标签,标签必须当前处于激活状态,且被手动定义。",
205 "apihelp-managetags-param-reason": "一个创建、删除、激活或停用标签时的原因,可选。",
206 "apihelp-managetags-param-ignorewarnings": "是否忽略操作期间发生的任何警告。",
207 "apihelp-managetags-example-create": "创建一个名为<kbd>spam</kbd>的标签,原因<kbd>For use in edit patrolling</kbd>",
208 "apihelp-managetags-example-delete": "删除<kbd>vandlaism</kbd>标签,原因<kbd>Misspelt</kbd>",
209 "apihelp-managetags-example-activate": "激活一个名为<kbd>spam</kbd>的标签,原因<kbd>For use in edit patrolling</kbd>",
210 "apihelp-managetags-example-deactivate": "停用一个名为<kbd>spam</kbd>的标签,原因<kbd>No longer required</kbd>",
211 "apihelp-move-description": "移动一个页面。",
212 "apihelp-move-param-from": "要重命名的页面标题。不能与<var>$1fromid</var>一起使用。",
213 "apihelp-move-param-fromid": "您希望移动的页面ID。不能与<var>$1from</var>一起使用。",
214 "apihelp-move-param-to": "页面重命名的目标标题。",
215 "apihelp-move-param-reason": "重命名的原因。",
216 "apihelp-move-param-movetalk": "重命名讨论页,如果存在。",
217 "apihelp-move-param-movesubpages": "重命名子页面,如果可以。",
218 "apihelp-move-param-noredirect": "不要创建重定向。",
219 "apihelp-move-param-watch": "将页面和重定向加入至当前用户的监视列表中。",
220 "apihelp-move-param-unwatch": "从当前用户的监视列表中移除页面及重定向。",
221 "apihelp-move-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
222 "apihelp-move-param-ignorewarnings": "忽略任何警告。",
223 "apihelp-move-example-move": "移动<kbd>坏标题</kbd>到<kbd>好标题</kbd>并且不留下重定向。",
224 "apihelp-opensearch-description": "使用OpenSearch协议搜索本wiki。",
225 "apihelp-opensearch-param-search": "搜索字符串。",
226 "apihelp-opensearch-param-limit": "要返回的结果最大数。",
227 "apihelp-opensearch-param-namespace": "搜索的名字空间。",
228 "apihelp-opensearch-param-suggest": "如果<var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>设置为false则不做任何事情。",
229 "apihelp-opensearch-param-redirects": "如何处理重定向:\n;return:返回重定向本身。\n;resolve:返回目标页面。可能返回少于$1limit个结果。\n由于历史原因,$1format=json默认为\"return\",其他格式默认为\"resolve\"。",
230 "apihelp-opensearch-param-format": "输出格式。",
231 "apihelp-opensearch-example-te": "查找以<kbd>Te</kbd>开头的页面。",
232 "apihelp-options-description": "更改当前用户的偏好设置。\n\n只有注册在核心或者已安装扩展中的选项,或者具有\"userjs-\"键值前缀(旨在被用户脚本使用)的选项可被设置。",
233 "apihelp-options-param-reset": "重置偏好设置到网站默认设置。",
234 "apihelp-options-param-resetkinds": "当<var>$1reset</var>选项被设置时,要重置的选项类型列表。",
235 "apihelp-options-param-change": "更改列表,以name=value格式化(例如skin=vector)。值不能包含管道字符。如果没提供值(甚至没有等号),例如optionname|otheroption|...,选项将重置为默认值。",
236 "apihelp-options-param-optionname": "应设置为由<var>$1optionvalue</var>提供值的选项名称。",
237 "apihelp-options-param-optionvalue": "使用<var>$1选项名</var>指定的选项值中,可以包含管道字符",
238 "apihelp-options-example-reset": "重置所有用户设置",
239 "apihelp-options-example-change": "更改<kbd>skin</kbd>和<kbd>hideminor</kbd>设置。",
240 "apihelp-options-example-complex": "重置所有设置,然后设置<kbd>皮肤</kbd>和<kbd>昵称</kbd>。",
241 "apihelp-paraminfo-description": "获取关于 API 模块的信息。",
242 "apihelp-paraminfo-param-modules": "模块名称(<var>action</var>和<var>format</var>参数值,或<kbd>main</kbd>)的列表。可通过<kbd>+</kbd>指定子模块。",
243 "apihelp-paraminfo-param-helpformat": "帮助字符串的格式。",
244 "apihelp-paraminfo-param-querymodules": "查询模块名称(<var>prop</var>、<var>meta</var>或<var>list</var>参数值)的列表。使用<kbd>$1modules=query+foo</kbd>而不是<kbd>$1querymodules=foo</kbd>。",
245 "apihelp-paraminfo-param-mainmodule": "获得有关主要(最高级)模块的信息。也可使用<kbd>$1modules=main</kbd>。",
246 "apihelp-paraminfo-param-pagesetmodule": "获得有关页面设置模块(提供titles=和朋友)的信息。",
247 "apihelp-paraminfo-param-formatmodules": "格式模块名称(<var>format</var>参数的值)的列表。也可使用<var>$1modules</var>。",
248 "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>的信息。",
249 "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>应提供一个空值。",
250 "apihelp-parse-param-title": "文本属于的页面标题。如果省略,<var>$1contentmodel</var>就必须被指定,且[[API]]将作为标题使用。",
251 "apihelp-parse-param-text": "要解析的文本。使用<var>$1title</var>或<var>$1contentmodel</var>以控制内容模型。",
252 "apihelp-parse-param-summary": "所要解析的摘要。",
253 "apihelp-parse-param-page": "解析此页的内容。不能与<var>$1text</var>和<var>$1title</var>一起使用。",
254 "apihelp-parse-param-pageid": "解析此页的内容。覆盖<var>$1page</var>。",
255 "apihelp-parse-param-redirects": "如果<var>$1page</var>或<var>$1pageid</var>被设置为一个重定向,则解析它。",
256 "apihelp-parse-param-oldid": "解析该修订版本的内容。覆盖<var>$1page</var>和<var>$1pageid</var>。",
257 "apihelp-parse-paramvalue-prop-categorieshtml": "提供HTML版本分类。",
258 "apihelp-parse-paramvalue-prop-modules": "提供在页面中使用的ResourceLoader模块。",
259 "apihelp-parse-param-pst": "在解析输入前,对输入做一次保存前变换处理。仅当使用文本时有效。",
260 "apihelp-parse-param-effectivelanglinks": "包含由扩展提供的语言链接(用于与<kbd>$1prop=langlinks</kbd>一起使用)。",
261 "apihelp-parse-param-section": "只检索此段数的内容,或只当<kbd>new</kbd>生成新的段落时检索。\n\n<kbd>new</kbd>段落只当指定<var>text</var>时受尊重。",
262 "apihelp-parse-param-sectiontitle": "当<var>section</var>为<kbd>new</kbd>时新段落标题。\n\n不像页面编辑,当省略或为空时将不会备选为<var>summary</var>。",
263 "apihelp-parse-param-disablepp": "从解析器输出中禁用PP报告。",
264 "apihelp-parse-param-disableeditsection": "从解析器输出中禁用编辑段落链接。",
265 "apihelp-parse-param-generatexml": "生成XML解析树(需要内容模型<code>$1</code>)。",
266 "apihelp-parse-param-preview": "在预览模式下解析。",
267 "apihelp-parse-param-sectionpreview": "在小节预览模式下解析 (同时要启用预览模式)。",
268 "apihelp-parse-param-disabletoc": "在输出中禁用目录。",
269 "apihelp-parse-example-page": "解析一个页面。",
270 "apihelp-parse-example-text": "解析wiki文本。",
271 "apihelp-parse-example-texttitle": "解析维基文本,指定页面标题。",
272 "apihelp-parse-example-summary": "解析一个摘要。",
273 "apihelp-patrol-description": "巡查页面或修订版本。",
274 "apihelp-patrol-param-rcid": "所要巡查的最近变更 ID。",
275 "apihelp-patrol-param-revid": "要巡查的修订版本ID。",
276 "apihelp-patrol-example-rcid": "巡查一次最近更改",
277 "apihelp-patrol-example-revid": "巡查一次修订",
278 "apihelp-protect-description": "更改页面的保护等级。",
279 "apihelp-protect-param-title": "要(解除)保护的页面标题。不能与$1pageid一起使用。",
280 "apihelp-protect-param-pageid": "要(解除)保护的页面ID。不能与$1title一起使用。",
281 "apihelp-protect-param-protections": "保护等级列表,格式:<kbd>action=level</kbd>(例如<kbd>edit=sysop</kbd>)。\n\n<strong>注意:</strong>未列出的操作将移除限制。",
282 "apihelp-protect-param-expiry": "到期时间戳。如果只有一个时间戳被设置,它将被用于所有保护。使用<kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd>或<kbd>never</kbd>用于永不过期的保护。",
283 "apihelp-protect-param-reason": "(解除)保护的原因。",
284 "apihelp-protect-param-cascade": "启用级联保护(也就是保护包含于此页面的页面)。如果所有提供的保护等级不支持级联,就将其忽略。",
285 "apihelp-protect-param-watch": "如果设置,就加入已开始(解除)保护的页面至当前用户的监视列表。",
286 "apihelp-protect-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
287 "apihelp-protect-example-protect": "保护一个页面",
288 "apihelp-protect-example-unprotect": "通过设置限制为<kbd>all</kbd>解除保护一个页面。",
289 "apihelp-protect-example-unprotect2": "通过设置没有限制解除保护一个页面",
290 "apihelp-purge-description": "为指定标题刷新缓存。\n\n如果用户尚未登录的话,就需要POST请求。",
291 "apihelp-purge-param-forcelinkupdate": "更新链接表。",
292 "apihelp-purge-param-forcerecursivelinkupdate": "更新链接表中,并更新任何使用此页作为模板的页面的链接表。",
293 "apihelp-purge-example-simple": "刷新<kbd>Main Page</kbd>和<kbd>API</kbd>页面。",
294 "apihelp-purge-example-generator": "刷新主名字空间的前10个页面",
295 "apihelp-query-description": "获取来自和有关MediaWiki的数据。\n\n所有数据修改将首先要使用查询以获得令牌以阻止来自恶意网站的滥用破坏。",
296 "apihelp-query-param-prop": "要为已查询页面获取的属性。",
297 "apihelp-query-param-list": "要获取的列表。",
298 "apihelp-query-param-meta": "要获取的元数据。",
299 "apihelp-query-param-rawcontinue": "目前被忽略。将来<var>$1continue</var>将成为默认,且这里将需要得到原始的<samp>query-continue</samp>数据。",
300 "apihelp-query-example-revisions": "获取<kbd>Main Page</kbd>的[[Special:ApiHelp/query+siteinfo|网站信息]]和[[Special:ApiHelp/query+revisions|修订版本]]。",
301 "apihelp-query-example-allpages": "获取以<kbd>API/</kbd>开头的页面的修订版本",
302 "apihelp-query+allcategories-description": "枚举所有类别。",
303 "apihelp-query+allcategories-param-from": "要作为枚举起始点的类别。",
304 "apihelp-query+allcategories-param-to": "要作为枚举终止点的类别。",
305 "apihelp-query+allcategories-param-prefix": "搜索此值开头的所有分类标题。",
306 "apihelp-query+allcategories-param-dir": "排序方向。",
307 "apihelp-query+allcategories-param-min": "只返回至少带这么多成员的分类。",
308 "apihelp-query+allcategories-param-max": "只返回最多带这么多成员的分类。",
309 "apihelp-query+allcategories-param-limit": "要返回多少个类别。",
310 "apihelp-query+allcategories-param-prop": "要获取的属性:\n;size:在分类中添加页面数。\n;hidden:标记由_&#95;HIDDENCAT_&#95;隐藏的分类。",
311 "apihelp-query+allcategories-example-size": "列出分类及其含有多少页面的信息。",
312 "apihelp-query+alldeletedrevisions-description": "列举由一位用户或在一个名字空间中所有已删除的修订。",
313 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "只可以与<var>$3user</var>一起使用。",
314 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能与<var>$3user</var>一起使用。",
315 "apihelp-query+alldeletedrevisions-param-start": "枚举的起始时间戳。",
316 "apihelp-query+alldeletedrevisions-param-end": "枚举的结束时间戳。",
317 "apihelp-query+alldeletedrevisions-param-from": "从此标题开始列出。",
318 "apihelp-query+alldeletedrevisions-param-to": "列出至此标题为止。",
319 "apihelp-query+alldeletedrevisions-param-tag": "只列出被此标签标记的修订。",
320 "apihelp-query+alldeletedrevisions-param-user": "只列出此用户做出的修订。",
321 "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出此用户做出的修订。",
322 "apihelp-query+alldeletedrevisions-param-namespace": "只列出此名字空间的页面。",
323 "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "<strong>注意:</strong>由于[[mw:Manual:$wgMiserMode|miser模式]],同时使用<var>$1user</var>和<var>$1namespace</var>将导致继续前返回少于<var>$1limit</var>个结果,在极端条件下可能不返回任何结果。",
324 "apihelp-query+alldeletedrevisions-example-user": "列出由<kbd>Example<kbd>作出的最近50次已删除贡献。",
325 "apihelp-query+alldeletedrevisions-example-ns-main": "列出前50次已删除的主名字空间修订。",
326 "apihelp-query+allfileusages-description": "列出所有文件用途,包括不存在的。",
327 "apihelp-query+allfileusages-param-from": "文件的标题开始枚举于.",
328 "apihelp-query+allfileusages-param-prefix": "搜索此值开头的所有文件标题。",
329 "apihelp-query+allfileusages-param-prop": "要包含的信息束:\n;ids:添加使用中的页面的页面ID(不能与$1unique一起使用)。\n;title:添加文件的标题。",
330 "apihelp-query+allfileusages-param-limit": "要返回的总计项目。",
331 "apihelp-query+allfileusages-param-dir": "罗列所采用的方向。",
332 "apihelp-query+allfileusages-example-B": "列举文件标题,包含丢失的文件、它们来自的页面ID,以<kbd>B</kbd>开头。",
333 "apihelp-query+allfileusages-example-unique": "列出唯一文件标题。",
334 "apihelp-query+allfileusages-example-unique-generator": "获取所有文件标题,并标记出缺失者。",
335 "apihelp-query+allfileusages-example-generator": "获取包含这些文件的页面。",
336 "apihelp-query+allimages-description": "按顺序枚举所有图像。",
337 "apihelp-query+allimages-param-sort": "要作为排序方式的属性。",
338 "apihelp-query+allimages-param-dir": "罗列所采用的方向。",
339 "apihelp-query+allimages-param-minsize": "限于至少这么多字节的图像。",
340 "apihelp-query+allimages-param-maxsize": "限于顶多这么多字节的图像。",
341 "apihelp-query+allimages-param-sha1": "图像的 SHA1 哈希。覆盖$1sha1base36。",
342 "apihelp-query+allimages-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。",
343 "apihelp-query+allimages-param-mime": "要搜索的MIME类型,例如<kbd>image/jpeg</kbd>。",
344 "apihelp-query+allimages-param-limit": "共计要返回多少图像。",
345 "apihelp-query+allimages-example-B": "显示以字母<kbd>B</kbd>开始的文件列表。",
346 "apihelp-query+allimages-example-recent": "显示一个最近上传文件的列表,类似[[Special:NewFiles]]。",
347 "apihelp-query+allimages-example-mimetypes": "显示带MIME类型<kbd>image/png</kbd>或<kbd>image/gif</kbd>的文件列表",
348 "apihelp-query+allimages-example-generator": "显示有关4个以<kbd>T</kbd>开头的文件的信息。",
349 "apihelp-query+alllinks-param-from": "要列举的起始标题链接。",
350 "apihelp-query+alllinks-param-to": "要列举的最终标题链接。",
351 "apihelp-query+alllinks-param-namespace": "要列举的名字空间。",
352 "apihelp-query+alllinks-param-limit": "总共要返回多少个项目。",
353 "apihelp-query+alllinks-param-dir": "列出方向。",
354 "apihelp-query+alllinks-example-unique": "列出唯一的链接标题",
355 "apihelp-query+alllinks-example-unique-generator": "获得所有已链接的标题,标记缺少的。",
356 "apihelp-query+alllinks-example-generator": "获取包含这些链接的页面",
357 "apihelp-query+allmessages-description": "返回来自该网站的消息。",
358 "apihelp-query+allmessages-param-messages": "要输出的消息。<kbd>*</kbd>(默认)表示所有消息。",
359 "apihelp-query+allmessages-param-prop": "要获取的属性。",
360 "apihelp-query+allmessages-param-args": "要替代进消息的参数。",
361 "apihelp-query+allmessages-param-customised": "只返回在此定制情形下的消息。",
362 "apihelp-query+allmessages-param-lang": "返回这种语言的信息。",
363 "apihelp-query+allmessages-param-from": "从此消息开始返回消息。",
364 "apihelp-query+allmessages-param-to": "返回消息至此消息为止。",
365 "apihelp-query+allmessages-param-prefix": "返回带有该前缀的消息。",
366 "apihelp-query+allmessages-example-ipb": "显示以<kbd>ipb-</kbd>开始的消息。",
367 "apihelp-query+allmessages-example-de": "显示德语版的<kbd>august</kbd>和<kbd>mainpage</kbd>消息。",
368 "apihelp-query+allpages-param-from": "枚举的起始页面标题。",
369 "apihelp-query+allpages-param-to": "枚举的结束页面标题。",
370 "apihelp-query+allpages-param-namespace": "要列举的名字空间。",
371 "apihelp-query+allpages-param-filterredir": "要列出哪些页面。",
372 "apihelp-query+allpages-param-minsize": "限于至少这么多字节的页面。",
373 "apihelp-query+allpages-param-maxsize": "限于至多这么多字节的页面。",
374 "apihelp-query+allpages-param-prtype": "仅限于受保护页面。",
375 "apihelp-query+allpages-param-limit": "返回的总计页面数。",
376 "apihelp-query+allpages-param-dir": "罗列所采用的方向。",
377 "apihelp-query+allpages-example-B": "显示以字母<kbd>B</kbd>开头的页面的列表。",
378 "apihelp-query+allpages-example-generator": "显示有关4个以字母<kbd>T</kbd>开头的页面的信息。",
379 "apihelp-query+allpages-example-generator-revisions": "显示前2个以<kbd>Re</kbd>开头的非重定向页面的内容。",
380 "apihelp-query+allredirects-description": "列出至一个名字空间的重定向。",
381 "apihelp-query+allredirects-param-from": "要列举的起始重定向标题。",
382 "apihelp-query+allredirects-param-to": "要列举的最终重定向标题。",
383 "apihelp-query+allredirects-param-namespace": "要列举的名字空间。",
384 "apihelp-query+allredirects-param-limit": "返回的总计项目数。",
385 "apihelp-query+allredirects-param-dir": "罗列所采用的方向。",
386 "apihelp-query+allredirects-example-unique": "列出孤立目标页面",
387 "apihelp-query+allredirects-example-unique-generator": "获得所有目标页面,标记丢失的",
388 "apihelp-query+allredirects-example-generator": "获得包含重定向的页面",
389 "apihelp-query+alltransclusions-description": "列出所有嵌入页面(使用&#123;&#123;x&#125;&#125;嵌入的页面),包括不存在的。",
390 "apihelp-query+alltransclusions-param-namespace": "要列举的名字空间。",
391 "apihelp-query+alltransclusions-param-limit": "要返回的总计项目。",
392 "apihelp-query+alltransclusions-param-dir": "罗列所采用的方向。",
393 "apihelp-query+alltransclusions-example-unique": "列出孤立嵌入标题",
394 "apihelp-query+alltransclusions-example-generator": "获得包含嵌入内容的页面。",
395 "apihelp-query+allusers-description": "列举所有注册用户。",
396 "apihelp-query+allusers-param-from": "枚举的起始用户名。",
397 "apihelp-query+allusers-param-to": "枚举的结束用户名。",
398 "apihelp-query+allusers-param-prefix": "搜索以此值开始的所有用户。",
399 "apihelp-query+allusers-param-dir": "排序方向。",
400 "apihelp-query+allusers-param-group": "只包含指定组中的用户。",
401 "apihelp-query+allusers-param-excludegroup": "排除指定组中的用户。",
402 "apihelp-query+allusers-param-rights": "仅列出有所选权限的用户。不包括隐性的或自动加入的用户组别(如*、用户或自动确认用户)所授予的权限。",
403 "apihelp-query+allusers-param-limit": "返回的总计用户数。",
404 "apihelp-query+allusers-param-witheditsonly": "只列出有编辑的用户。",
405 "apihelp-query+allusers-param-activeusers": "只列出最近$1天内活跃的用户。",
406 "apihelp-query+allusers-example-Y": "列出以<kbd>Y</kbd>开头的用户。",
407 "apihelp-query+backlinks-description": "查找所有链接至指定页面的页面。",
408 "apihelp-query+backlinks-param-title": "要搜索的标题。不能与<var>$1pageid</var>一起使用。",
409 "apihelp-query+backlinks-param-pageid": "要搜索的页面ID。不能与<var>$1title</var>一起使用。",
410 "apihelp-query+backlinks-param-namespace": "要列举的名字空间。",
411 "apihelp-query+backlinks-param-dir": "罗列所采用的方向。",
412 "apihelp-query+backlinks-param-limit": "返回总计页面数。如果<var>$1redirect</var>被启用,则限定分别适用于每一等级(这意味着将返回多达2 * <var>$1limit</var>个结果)。",
413 "apihelp-query+backlinks-example-simple": "显示至<kbd>Main page<kbd>的链接。",
414 "apihelp-query+backlinks-example-generator": "获得关于链接至<kbd>Main page<kbd>的页面的信息。",
415 "apihelp-query+blocks-description": "列出所有被封禁的用户和IP地址。",
416 "apihelp-query+blocks-param-start": "枚举的起始时间戳。",
417 "apihelp-query+blocks-param-end": "枚举的结束时间戳。",
418 "apihelp-query+blocks-param-ids": "要列出的封禁ID列表(可选)。",
419 "apihelp-query+blocks-param-users": "要搜索的用户列表(可选)。",
420 "apihelp-query+blocks-param-prop": "要获取的属性:\n;id:添加封禁ID。\n;user:添加被封禁用户的用户名。\n;userid:添加被封禁用户的用户ID。\n;by:添加执行封禁的用户的用户名。\n;byid:添加执行封禁的用户的用户ID。\n;timestamp:添加封禁生效时的时间戳。\n;expiry:添加封禁截止时的时间戳。\n;reason:添加封禁原因。\n;range:添加受封禁影响的IP地址段。\n;flags:标记编辑禁止(自动封禁、仅限匿名用户等)。",
421 "apihelp-query+blocks-example-simple": "封禁列表",
422 "apihelp-query+blocks-example-users": "列出用户<kbd>Alice</kbd>和<kbd>Bob</kbd>的封禁。",
423 "apihelp-query+categories-description": "页面属于的所有分类列表。",
424 "apihelp-query+categories-param-prop": "要为每个分类获取的额外属性:\n;sortkey:为每个分类添加关键词(十六进制字符串)和关键词前缀(人类可读部分)。\n;timestamp:添加分类添加时的时间戳。\n;hidden:标记由_&#95;HIDDENCAT_&#95;隐藏的分类。",
425 "apihelp-query+categories-param-show": "显示何种分类。",
426 "apihelp-query+categories-param-limit": "返回多少分类。",
427 "apihelp-query+categories-param-dir": "罗列所采用的方向。",
428 "apihelp-query+categories-example-simple": "获取属于<kbd>Albert Einstein</kbd>的分类列表。",
429 "apihelp-query+categories-example-generator": "获得有关用于<kbd>Albert Einstein</kbd>的分类的信息。",
430 "apihelp-query+categoryinfo-description": "返回有关给定分类的信息。",
431 "apihelp-query+categoryinfo-example-simple": "获取有关<kbd>Category:Foo</kbd>和<kbd>Category:Bar</kbd>的信息。",
432 "apihelp-query+categorymembers-description": "在指定的分类中列出所有页面。",
433 "apihelp-query+categorymembers-param-title": "要列举的分类(必需)。必须包括<kbd>{{ns:category}}:</kbd>前缀。不能与<var>$1pageid</var>一起使用。",
434 "apihelp-query+categorymembers-param-pageid": "要枚举的分类的页面 ID。不能与<var>$1title</var>一起使用。",
435 "apihelp-query+categorymembers-param-namespace": "仅包含这些名字空间的页面。注意<kbd>$1type=subcat</kbd>或<kbd>$1type=file</kbd>可能被使用,而不是<kbd>$1namespace=14</kbd>或<kbd>6</kbd>。",
436 "apihelp-query+categorymembers-param-type": "包含的分类成员类型。当<kbd>$1sort=timestamp</kbd>被设置时会忽略。",
437 "apihelp-query+categorymembers-param-limit": "返回页面的最大数量。",
438 "apihelp-query+categorymembers-param-sort": "要作为排序方式的属性。",
439 "apihelp-query+categorymembers-param-dir": "排序的方向。",
440 "apihelp-query+categorymembers-param-start": "开始列举的时间戳。只能与<kbd>$1sort=timestamp</kbd>一起使用。",
441 "apihelp-query+categorymembers-param-end": "列举的结尾时间戳。只能与<kbd>$1sort=timestamp</kbd>一起使用。",
442 "apihelp-query+categorymembers-param-starthexsortkey": "开始列举的关键词,由<kbd>$1prop=sortkey</kbd>返回。不能与<kbd>$1sort=sortkey</kbd>一起使用。",
443 "apihelp-query+categorymembers-param-endhexsortkey": "结束列举的关键词,由<kbd>$1prop=sortkey</kbd>返回。不能与<kbd>$1sort=sortkey</kbd>一起使用。",
444 "apihelp-query+categorymembers-param-startsortkey": "请改用$1starthexsortkey。",
445 "apihelp-query+categorymembers-param-endsortkey": "请改用$1endhexsortkey。",
446 "apihelp-query+categorymembers-example-simple": "获得<kbd>Category:Physics</kbd>中的前10个页面。",
447 "apihelp-query+categorymembers-example-generator": "获得有关<kbd>Category:Physics</kbd>中的前10个页面的页面信息。",
448 "apihelp-query+contributors-description": "获取对一个页面的登录贡献者列表和匿名贡献数。",
449 "apihelp-query+contributors-param-limit": "返回的贡献数。",
450 "apihelp-query+contributors-example-simple": "显示<kbd>Main Page</kbd>的贡献。",
451 "apihelp-query+deletedrevisions-description": "获得删除修订版本信息。\n\n可在很多途径中使用:\n# 获得一组页面的已删除修订,通过设置标题或页面ID。以标题和时间戳排序。\n# 通过设置它们的ID与修订ID获得关于一组已删除修订。以修订ID排序。",
452 "apihelp-query+deletedrevisions-param-tag": "只列出被此标签标记的修订。",
453 "apihelp-query+deletedrevisions-param-user": "只列出此用户做出的修订。",
454 "apihelp-query+deletedrevisions-param-excludeuser": "不要列出此用户做出的修订。",
455 "apihelp-query+deletedrevisions-param-limit": "要列出的修订的最高数额。",
456 "apihelp-query+deletedrevisions-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;tags:用于修订的标签。",
457 "apihelp-query+deletedrevisions-example-titles": "列出页面<kbd>Main Page</kbd>和<kbd>Talk:Main Page</kbd>的已删除修订,包含内容。",
458 "apihelp-query+deletedrevisions-example-revids": "列出已删除修订<kbd>123456</kbd>的信息。",
459 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式}}:$2",
460 "apihelp-query+deletedrevs-param-from": "从此标题开始列出。",
461 "apihelp-query+deletedrevs-param-to": "列出至此标题为止。",
462 "apihelp-query+deletedrevs-param-tag": "只列出被此标签标记的修订。",
463 "apihelp-query+deletedrevs-param-user": "只列出此用户做出的修订。",
464 "apihelp-query+deletedrevs-param-excludeuser": "不要列出此用户做出的修订。",
465 "apihelp-query+deletedrevs-param-namespace": "只列出此名字空间的页面。",
466 "apihelp-query+deletedrevs-example-mode1": "列出最近已删除的对页面<kbd>Main Page</kbd>和<kbd>Talk:Main Page</kbd>的贡献,带内容(模式1)。",
467 "apihelp-query+deletedrevs-example-mode2": "列出由<kbd>Bob</kbd>作出的最近50次已删除贡献(模式2)。",
468 "apihelp-query+deletedrevs-example-mode3-main": "列出前50次主名字空间已删除贡献(模式3)",
469 "apihelp-query+deletedrevs-example-mode3-talk": "列出前50次{{ns:talk}}名字空间已删除页面(模式3):",
470 "apihelp-query+disabled-description": "此查询模块已被禁用。",
471 "apihelp-query+duplicatefiles-param-limit": "返回多少重复文件。",
472 "apihelp-query+duplicatefiles-param-dir": "罗列所采用的方向。",
473 "apihelp-query+duplicatefiles-param-localonly": "只看本地存储库的文件。",
474 "apihelp-query+duplicatefiles-example-simple": "查找与[[:File:Albert Einstein Head.jpg]]重复的文件",
475 "apihelp-query+duplicatefiles-example-generated": "查找所有文件的重复文件",
476 "apihelp-query+embeddedin-param-title": "要搜索的标题。不能与$1pageid一起使用。",
477 "apihelp-query+embeddedin-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
478 "apihelp-query+embeddedin-param-namespace": "列举的名字空间。",
479 "apihelp-query+embeddedin-param-dir": "罗列所采用的方向。",
480 "apihelp-query+embeddedin-param-filterredir": "如何过滤重定向。",
481 "apihelp-query+embeddedin-param-limit": "返回的总计页面数。",
482 "apihelp-query+embeddedin-example-simple": "显示嵌入<kbd>Template:Stub</kbd>的页面。",
483 "apihelp-query+embeddedin-example-generator": "获得有关显示嵌入<kbd>Template:Stub</kbd>的页面的信息。",
484 "apihelp-query+extlinks-param-limit": "返回多少链接。",
485 "apihelp-query+extlinks-example-simple": "获取<kbd>首页</kbd>的外部链接列表。",
486 "apihelp-query+exturlusage-param-protocol": "URL协议。如果为空并且<var>$1query</var>被设置,协议为<kbd>http</kbd>。将此和<var>$1query</var>都留空以列举所有外部链接。",
487 "apihelp-query+exturlusage-param-query": "不包括协议的搜索字符串。参见[[Special:LinkSearch]]。留空以列出所有外部链接。",
488 "apihelp-query+exturlusage-param-namespace": "要列举的页面名字空间。",
489 "apihelp-query+exturlusage-param-limit": "返回多少页面。",
490 "apihelp-query+exturlusage-example-simple": "显示链接至<kbd>http://www.mediawiki.org</kbd>的页面。",
491 "apihelp-query+filearchive-description": "循序列举所有被删除的文件。",
492 "apihelp-query+filearchive-param-from": "枚举的起始图片标题。",
493 "apihelp-query+filearchive-param-to": "枚举的结束图片标题。",
494 "apihelp-query+filearchive-param-prefix": "搜索所有以此值开头的图像标题。",
495 "apihelp-query+filearchive-param-limit": "返回图像的总数。",
496 "apihelp-query+filearchive-param-dir": "罗列所采用的方向。",
497 "apihelp-query+filearchive-param-sha1": "图片的SHA1哈希值。覆盖$1sha1base36。",
498 "apihelp-query+filearchive-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。",
499 "apihelp-query+filearchive-example-simple": "显示已删除文件列表",
500 "apihelp-query+filerepoinfo-example-simple": "获得有关文件存储库的信息。",
501 "apihelp-query+fileusage-description": "查找所有使用指定文件的页面。",
502 "apihelp-query+fileusage-param-prop": "要获取的属性:\n;pageid:每个页面的页面ID。\n;title:每个页面的标题。\n;redirect:标记作为重定向的页面。",
503 "apihelp-query+fileusage-param-namespace": "只包括这些名字空间的页面。",
504 "apihelp-query+fileusage-param-limit": "返回多少。",
505 "apihelp-query+fileusage-example-simple": "获取使用[[:File:Example.jpg]]的页面列表",
506 "apihelp-query+fileusage-example-generator": "获取有关使用[[:File:Example.jpg]]的页面的信息",
507 "apihelp-query+imageinfo-description": "返回文件信息和上传历史。",
508 "apihelp-query+imageinfo-param-prop": "要获取的文件信息:",
509 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "添加时间戳至上传的版本。",
510 "apihelp-query+imageinfo-paramvalue-prop-comment": "此版本的摘要。",
511 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "解析版本上的注释。",
512 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "添加文件的规范标题。",
513 "apihelp-query+imageinfo-paramvalue-prop-url": "为文件及其描述页面提供URL。",
514 "apihelp-query+imageinfo-paramvalue-prop-dimensions": "大小别名。",
515 "apihelp-query+imageinfo-paramvalue-prop-sha1": "为文件加入SHA-1哈希值。",
516 "apihelp-query+imageinfo-paramvalue-prop-mime": "添加文件的MIME类型。",
517 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加文件媒体类型。",
518 "apihelp-query+imageinfo-param-limit": "每个文件返回多少文件修订。",
519 "apihelp-query+imageinfo-param-start": "开始列举的时间戳。",
520 "apihelp-query+imageinfo-param-end": "列举的结束时间戳。",
521 "apihelp-query+imageinfo-param-urlheight": "与$1urlwidth类似。",
522 "apihelp-query+imageinfo-param-metadataversion": "要使用的元数据版本。如果<kbd>latest</kbd>被指定,则使用最新版本。默认为<kbd>1</kbd>以便向下兼容。",
523 "apihelp-query+imageinfo-param-localonly": "只看本地存储库的文件。",
524 "apihelp-query+imageinfo-example-simple": "获取有关[[:File:Albert Einstein Head.jpg]]的当前版本的信息",
525 "apihelp-query+imageinfo-example-dated": "获取有关[[:File:Albert Einstein Head.jpg]]自2008年以来版本的信息",
526 "apihelp-query+images-param-limit": "返回多少文件。",
527 "apihelp-query+images-param-dir": "罗列所采用的方向。",
528 "apihelp-query+images-example-simple": "获取[[首页]]使用的文件列表",
529 "apihelp-query+images-example-generator": "获取有关[[首页]]使用的文件的信息",
530 "apihelp-query+imageusage-description": "查找所有使用指定图片标题的页面。",
531 "apihelp-query+imageusage-param-title": "要搜索的标题。不能与$1pageid一起使用。",
532 "apihelp-query+imageusage-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
533 "apihelp-query+imageusage-param-namespace": "要列举的名字空间。",
534 "apihelp-query+imageusage-param-dir": "罗列所采用的方向。",
535 "apihelp-query+imageusage-example-simple": "显示使用[[:File:Albert Einstein Head.jpg]]的页面",
536 "apihelp-query+imageusage-example-generator": "获取有关使用[[:File:Albert Einstein Head.jpg]]的页面的信息",
537 "apihelp-query+info-description": "获取基本页面信息。",
538 "apihelp-query+info-param-prop": "要获取的额外属性:",
539 "apihelp-query+info-paramvalue-prop-protection": "列出每个页面的保护等级。",
540 "apihelp-query+info-paramvalue-prop-watched": "列出每个页面的被监视状态。",
541 "apihelp-query+info-paramvalue-prop-watchers": "监视人员数,如果允许。",
542 "apihelp-query+info-paramvalue-prop-readable": "用户是否可以阅读此页面。",
543 "apihelp-query+info-paramvalue-prop-preload": "提供由EditFormPreloadText返回的文本。",
544 "apihelp-query+info-param-testactions": "测试当前用户是否可以在页面上执行某种操作。",
545 "apihelp-query+info-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
546 "apihelp-query+info-example-simple": "获得有关页面<kbd>Main Page</kbd>的信息。",
547 "apihelp-query+info-example-protection": "获取<kbd>首页</kbd>相关的常规和保护信息。",
548 "apihelp-query+iwbacklinks-param-prefix": "跨维基前缀。",
549 "apihelp-query+iwbacklinks-param-title": "要搜索的跨wiki链接。必须与<var>$1blprefix</var>一起使用。",
550 "apihelp-query+iwbacklinks-param-limit": "返回的总计页面数。",
551 "apihelp-query+iwbacklinks-param-prop": "要获取的属性:\n;iwprefix:加入跨wiki前缀。\n;iwtitle:加入跨wiki标题。",
552 "apihelp-query+iwbacklinks-param-dir": "罗列所采用的方向。",
553 "apihelp-query+iwbacklinks-example-simple": "获得链接至[[wikibooks:Test]]的页面。",
554 "apihelp-query+iwbacklinks-example-generator": "获得有关链接至[[wikibooks:Test]]的页面的信息。",
555 "apihelp-query+iwlinks-description": "从指定页面返回所有跨wiki链接。",
556 "apihelp-query+iwlinks-param-url": "是否获取完整URL(不能与$1prop一起使用)。",
557 "apihelp-query+iwlinks-param-limit": "返回多少跨wiki链接。",
558 "apihelp-query+iwlinks-param-prefix": "只返回此前缀的跨wiki链接。",
559 "apihelp-query+iwlinks-param-title": "用于搜索的跨wiki链接。必须与<var>$1prefix</var>一起使用。",
560 "apihelp-query+iwlinks-param-dir": "罗列所采用的方向。",
561 "apihelp-query+iwlinks-example-simple": "从页面<kbd>Main Page</kbd>获得跨wiki链接。",
562 "apihelp-query+langbacklinks-param-lang": "用于语言链接的语言。",
563 "apihelp-query+langbacklinks-param-title": "要搜索的语言链接。必须与$1lang一起使用。",
564 "apihelp-query+langbacklinks-param-limit": "返回的总计页面数。",
565 "apihelp-query+langbacklinks-param-prop": "要获得的属性:\n;lllang:添加语言链接的语言代码。\n;lltitle:添加语言链接的标题。",
566 "apihelp-query+langbacklinks-param-dir": "罗列所采用的方向。",
567 "apihelp-query+langbacklinks-example-simple": "获取链接至[[:fr:Test]]的页面",
568 "apihelp-query+langbacklinks-example-generator": "获取链接至[[:fr:Test]]的页面的信息",
569 "apihelp-query+langlinks-description": "从指定页面返回所有跨语言链接。",
570 "apihelp-query+langlinks-param-limit": "返回多少语言链接。",
571 "apihelp-query+langlinks-param-url": "是否获取完整URL(不能与<var>$1prop</var>一起使用)。",
572 "apihelp-query+langlinks-param-lang": "只返回带此语言代码的语言链接。",
573 "apihelp-query+langlinks-param-title": "要搜索的链接。必须与<var>$1lang</var>一起使用。",
574 "apihelp-query+langlinks-param-dir": "罗列所采用的方向。",
575 "apihelp-query+langlinks-param-inlanguagecode": "本地化语言名称的语言代码。",
576 "apihelp-query+langlinks-example-simple": "从页面<kbd>Main Page</kbd>获得跨语言链接。",
577 "apihelp-query+links-description": "从指定页面返回所有链接。",
578 "apihelp-query+links-param-namespace": "只显示这些名字空间的链接。",
579 "apihelp-query+links-param-limit": "返回多少链接。",
580 "apihelp-query+links-param-dir": "罗列所采用的方向。",
581 "apihelp-query+links-example-simple": "从页面<kbd>Main Page</kbd>获得链接",
582 "apihelp-query+links-example-generator": "获得有关在页面<kbd>Main Page</kbd>中连接的页面的信息。",
583 "apihelp-query+links-example-namespaces": "获得在{{ns:user}}和{{ns:template}}名字空间中来自页面<kbd>Main Page</kbd>的链接。",
584 "apihelp-query+linkshere-description": "查找所有链接至指定页面的页面。",
585 "apihelp-query+linkshere-param-prop": "要获得的属性:\n;pageid:每个页面的页面ID。\n;title:每个页面的标题。\n;redirect:如果页面是一个重定向就标记。",
586 "apihelp-query+linkshere-param-namespace": "只包括这些名字空间的页面。",
587 "apihelp-query+linkshere-param-limit": "返回多少。",
588 "apihelp-query+linkshere-param-show": "只显示符合以下标准的项:\n;redirect:只显示重定向。\n;!redirect:只显示非重定向。",
589 "apihelp-query+linkshere-example-simple": "获取链接至[[首页]]的页面列表",
590 "apihelp-query+linkshere-example-generator": "获取有关链接至[[首页]]的页面的信息",
591 "apihelp-query+logevents-description": "从日志获取事件。",
592 "apihelp-query+logevents-param-start": "枚举的起始时间戳。",
593 "apihelp-query+logevents-param-end": "枚举的结束时间戳。",
594 "apihelp-query+logevents-example-simple": "列出最近日志活动",
595 "apihelp-query+pagepropnames-description": "列出wiki中所有使用中的页面属性名称。",
596 "apihelp-query+pagepropnames-param-limit": "返回名称的最大数量。",
597 "apihelp-query+pagepropnames-example-simple": "获取前10个属性名称。",
598 "apihelp-query+pageprops-example-simple": "获取用于页面<kbd>Main Page</kbd>和<kbd>MediaWiki</kbd>的属性。",
599 "apihelp-query+pageswithprop-description": "列出所有使用指定页面属性的页面。",
600 "apihelp-query+pageswithprop-param-limit": "返回页面的最大数量。",
601 "apihelp-query+pageswithprop-param-dir": "排序的方向。",
602 "apihelp-query+pageswithprop-example-simple": "列出前10个使用<code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>的页面。",
603 "apihelp-query+pageswithprop-example-generator": "获取有关前10个使用<code>_&#95;NOTOC_&#95;</code>的页面的信息。",
604 "apihelp-query+prefixsearch-param-search": "搜索字符串。",
605 "apihelp-query+prefixsearch-param-namespace": "搜索的名字空间。",
606 "apihelp-query+prefixsearch-param-limit": "要返回的结果最大数。",
607 "apihelp-query+prefixsearch-param-offset": "跳过的结果数。",
608 "apihelp-query+prefixsearch-example-simple": "搜索以<kbd>meaning</kbd>开头的页面标题。",
609 "apihelp-query+protectedtitles-param-namespace": "只列出这些名字空间的标题。",
610 "apihelp-query+protectedtitles-param-limit": "返回的总计页面数。",
611 "apihelp-query+protectedtitles-example-simple": "受保护标题列表",
612 "apihelp-query+protectedtitles-example-generator": "找到主命名空间中已保护的标题的链接。",
613 "apihelp-query+querypage-param-limit": "返回的结果数。",
614 "apihelp-query+querypage-example-ancientpages": "返回[[Special:Ancientpages]]的结果。",
615 "apihelp-query+random-param-namespace": "只返回这些名字空间的页面。",
616 "apihelp-query+random-param-limit": "限制返回多少随机页面。",
617 "apihelp-query+random-param-redirect": "加载一个随机重定向而不是一个随机页面。",
618 "apihelp-query+random-example-simple": "从主名字空间返回两个随机页面。",
619 "apihelp-query+recentchanges-description": "枚举最近更改。",
620 "apihelp-query+recentchanges-param-start": "枚举的起始时间戳。",
621 "apihelp-query+recentchanges-param-end": "枚举的结束时间戳。",
622 "apihelp-query+recentchanges-param-user": "只列出此用户的更改。",
623 "apihelp-query+recentchanges-param-excludeuser": "不要列出此用户的更改。",
624 "apihelp-query+recentchanges-param-tag": "只列出带此标签的更改。",
625 "apihelp-query+recentchanges-param-token": "请改用<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
626 "apihelp-query+recentchanges-param-limit": "返回总计更新数。",
627 "apihelp-query+recentchanges-param-type": "显示的更改类型。",
628 "apihelp-query+recentchanges-example-simple": "最近更改列表",
629 "apihelp-query+redirects-description": "返回至指定页面的所有重定向。",
630 "apihelp-query+redirects-param-namespace": "只包含这些名字空间的页面。",
631 "apihelp-query+redirects-param-limit": "返回多少重定向。",
632 "apihelp-query+redirects-example-simple": "获取至[[Project:首页]]的重定向列表",
633 "apihelp-query+redirects-example-generator": "获取所有重定向至[[首页]]的信息",
634 "apihelp-query+revisions-paraminfo-singlepageonly": "可能只能与单一页面使用(模式#2)。",
635 "apihelp-query+revisions-example-content": "获得带内容的数据,用于标题<kbd>API</kbd>和<kbd>Main Page</kbd>的最近修订。",
636 "apihelp-query+revisions-example-last5": "获取<kbd>Main Page</kbd>的最近5次修订。",
637 "apihelp-query+revisions-example-first5": "获取<kbd>Main Page</kbd>的前5次修订。",
638 "apihelp-query+revisions-example-first5-after": "获得<kbd>Main Page</kbd>于2006年05月01日之后做出的前5次修订版本。",
639 "apihelp-query+revisions-example-first5-not-localhost": "获取<kbd>Main Page</kbd>的前5次不是由匿名用户<kbd>127.0.0.1</kbd>做出的修订。",
640 "apihelp-query+revisions-example-first5-user": "获取<kbd>Main Page</kbd>的前5次由用户<kbd>MediaWiki default</kbd>做出的修订。",
641 "apihelp-query+revisions+base-param-limit": "限制返回多少修订。",
642 "apihelp-query+search-description": "执行一次全文本搜索。",
643 "apihelp-query+search-param-search": "搜索所有拥有此值的页面标题(或内容)。",
644 "apihelp-query+search-param-namespace": "只在这些名字空间搜索。",
645 "apihelp-query+search-param-what": "要执行的搜索类型。",
646 "apihelp-query+search-param-info": "要返回的元数据。",
647 "apihelp-query+search-param-prop": "要返回的属性:\n;size:Adds the size of the page in bytes.\n;wordcount:Adds the word count of the page.\n;timestamp:Adds the timestamp of when the page was last edited.\n;snippet:Adds a parsed snippet of the page.\n;titlesnippet:Adds a parsed snippet of the page title.\n;redirectsnippet:Adds a parsed snippet of the redirect title.\n;redirecttitle:Adds the title of the matching redirect.\n;sectionsnippet:Adds a parsed snippet of the matching section title.\n;sectiontitle:Adds the title of the matching section.\n;categorysnippet:Adds a parsed snippet of the matching category.\n;isfilematch:Adds a boolean indicating if the search matched file content.\n;score:<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>\n;hasrelated:<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
648 "apihelp-query+search-param-limit": "返回的总计页面数。",
649 "apihelp-query+search-param-interwiki": "搜索结果中包含跨wiki结果,如果可用。",
650 "apihelp-query+search-example-simple": "搜索<kbd>meaning</kbd>。",
651 "apihelp-query+search-example-text": "搜索文本<kbd>meaning</kbd>。",
652 "apihelp-query+search-example-generator": "获得有关搜索<kbd>meaning</kbd>返回页面的页面信息。",
653 "apihelp-query+siteinfo-param-showalldb": "列出所有数据库服务器,不只是最落后的那个。",
654 "apihelp-query+siteinfo-param-numberingroup": "列出用户组中的用户数。",
655 "apihelp-query+siteinfo-param-inlanguagecode": "用于本地化语言名称(尽可能)和皮肤名称的语言代码。",
656 "apihelp-query+siteinfo-example-simple": "获取网站信息",
657 "apihelp-query+siteinfo-example-interwiki": "获取本地跨wiki前缀列表",
658 "apihelp-query+siteinfo-example-replag": "检查当前的响应延迟。",
659 "apihelp-query+stashimageinfo-example-simple": "返回藏匿文件的信息。",
660 "apihelp-query+tags-description": "列出更改标签。",
661 "apihelp-query+tags-param-limit": "列出标签的最大数量。",
662 "apihelp-query+tags-param-prop": "要获取哪个属性:\n;name:添加标签名称。\n;displayname:为标签添加系统消息。\n;description:为标签添加描述。\n;hitcount:已添加此标签的修订版本与日志数量。\n;defined:标识标签是否已定义。\n;source:获得标签来源,它可能包括用于扩展定义的标签的<samp>extension</samp>,以及用于可被用户手动应用的标签的<samp>manual</samp>。\n;active:标签是否仍可被应用。",
663 "apihelp-query+tags-example-simple": "可用标签列表",
664 "apihelp-query+templates-param-namespace": "只显示此名字空间的模板。",
665 "apihelp-query+templates-param-limit": "返回多少模板。",
666 "apihelp-query+templates-param-templates": "只列出这些模板。对于检查某一页面使用某一模板很有用。",
667 "apihelp-query+templates-param-dir": "罗列所采用的方向。",
668 "apihelp-query+templates-example-simple": "获得在页面<kbd>Main Page</kbd>使用的模板。",
669 "apihelp-query+templates-example-generator": "获得有关<kbd>Main Page</kbd>中使用的模板页面的信息。",
670 "apihelp-query+templates-example-namespaces": "获得在{{ns:user}}和{{ns:template}}名字空间中,嵌入在<kbd>Main Page</kbd>页面的页面。",
671 "apihelp-query+tokens-param-type": "要请求的令牌类型。",
672 "apihelp-query+transcludedin-param-namespace": "至包含这些名字空间的页面。",
673 "apihelp-query+transcludedin-param-limit": "返回多少。",
674 "apihelp-query+transcludedin-example-simple": "获得嵌入<kbd>Main Page</kbd>的页面列表。",
675 "apihelp-query+transcludedin-example-generator": "获得有关嵌入<kbd>Main Page</kbd>的页面的信息。",
676 "apihelp-query+usercontribs-description": "获取一位用户的所有编辑。",
677 "apihelp-query+usercontribs-param-limit": "返回贡献的最大数量。",
678 "apihelp-query+usercontribs-param-start": "返回的起始时间戳。",
679 "apihelp-query+usercontribs-param-end": "返回的最终时间戳。",
680 "apihelp-query+usercontribs-param-namespace": "只列出这些名字空间的贡献。",
681 "apihelp-query+usercontribs-example-user": "显示用户<kbd>Example</kbd>的贡献。",
682 "apihelp-query+usercontribs-example-ipprefix": "显示来自<kbd>192.0.2.</kbd>前缀所有 IP 地址的贡献。",
683 "apihelp-query+userinfo-description": "获取有关当前用户的信息。",
684 "apihelp-query+userinfo-example-simple": "获取有关当前用户的信息",
685 "apihelp-query+userinfo-example-data": "获取有关当前用户的额外信息",
686 "apihelp-query+users-description": "获取有关列出用户的信息。",
687 "apihelp-query+users-param-token": "请改用<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
688 "apihelp-query+users-example-simple": "返回用户<kbd>Example</kbd>的信息。",
689 "apihelp-query+watchlist-param-start": "枚举的起始时间戳。",
690 "apihelp-query+watchlist-param-end": "枚举的结束时间戳。",
691 "apihelp-query+watchlist-param-user": "只列出此用户的更改。",
692 "apihelp-query+watchlist-param-excludeuser": "不要列出此用户的更改。",
693 "apihelp-query+watchlist-param-limit": "根据结果返回的结果总数。",
694 "apihelp-query+watchlist-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。",
695 "apihelp-query+watchlist-example-generator": "在当前用户的监视列表中检索用于最近更改页面的页面信息。",
696 "apihelp-query+watchlistraw-description": "获得当前用户的监视列表上的所有页面。",
697 "apihelp-query+watchlistraw-param-namespace": "只列出指定名字空间的页面。",
698 "apihelp-query+watchlistraw-param-limit": "根据结果返回的结果总数。",
699 "apihelp-query+watchlistraw-param-token": "允许访问其他用户监视列表的安全密钥(可通过用户的[[Special:Preferences#mw-prefsection-watchlist|参数设置]]找到)。",
700 "apihelp-query+watchlistraw-example-simple": "列出当前用户的监视列表中的页面。",
701 "apihelp-revisiondelete-description": "删除和恢复修订版本。",
702 "apihelp-revisiondelete-param-hide": "每次修订要隐藏的东西。",
703 "apihelp-revisiondelete-param-show": "每次修订要恢复显示的东西。",
704 "apihelp-revisiondelete-param-reason": "删除或恢复的原因。",
705 "apihelp-revisiondelete-example-revision": "隐藏<kbd>首页</kbd>的修订版本<kbd>12345</kbd>的内容。",
706 "apihelp-revisiondelete-example-log": "隐藏日志记录<kbd>67890</kbd>上的所有数据,原因<kbd>BLP violation</kbd>。",
707 "apihelp-rollback-param-title": "要回退的页面标题。不能与<var>$1pageid</var>一起使用。",
708 "apihelp-rollback-param-pageid": "要回退的页面的页面 ID。不能与<var>$1title</var>一起使用。",
709 "apihelp-rollback-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
710 "apihelp-rollback-example-simple": "回退由用户<kbd>Example</kbd>对<kbd>Main Page</kbd>做出的最近编辑。",
711 "apihelp-rollback-example-summary": "回退由IP用户<kbd>192.0.2.5</kbd>对页面<kbd>Main Page</kbd>做出的最近编辑,带编辑摘要<kbd>Reverting vandalism</kbd>,并将这些编辑和回退标记为机器人编辑。",
712 "apihelp-rsd-description": "导出一个RSD(Really Simple Discovery)架构",
713 "apihelp-rsd-example-simple": "导出RSD架构",
714 "apihelp-setnotificationtimestamp-param-entirewatchlist": "工作于所有已监视页面。",
715 "apihelp-setnotificationtimestamp-example-all": "重置整个监视列表的通知状态。",
716 "apihelp-setnotificationtimestamp-example-page": "重置用于<kbd>Main page</kbd>的通知状态。",
717 "apihelp-setnotificationtimestamp-example-pagetimestamp": "设置<kbd>Main page</kbd>的通知时间戳,这样所有从2012年1月1日起的编辑都会是未复核的。",
718 "apihelp-setnotificationtimestamp-example-allpages": "重置在<kbd>{{ns:user}}</kbd>名字空间中的页面的通知状态。",
719 "apihelp-tag-description": "从个别修订或日志记录中添加或移除更改标签。",
720 "apihelp-tag-param-rcid": "要添加或移除标签的一个或更多的最近更改ID。",
721 "apihelp-tag-param-revid": "要添加或移除标签的一个或更多的修订ID。",
722 "apihelp-tag-param-logid": "要添加或移除标签的一个或更多的日志记录ID。",
723 "apihelp-tag-param-add": "要添加的标签。只有手动定义的标签可以添加。",
724 "apihelp-tag-param-remove": "要移除的标签。只有手动定义或完全不明确的标签可以被移除。",
725 "apihelp-tag-param-reason": "更改原因。",
726 "apihelp-tag-example-rev": "从修订ID 123添加<kbd>vandalism</kbd>标签,而不指定原因",
727 "apihelp-tag-example-log": "从日志记录ID 123移除<kbd>spam</kbd>标签,原因为<kbd>Wrongly applied</kbd>",
728 "apihelp-tokens-param-type": "要请求的令牌类型。",
729 "apihelp-unblock-description": "解封一位用户。",
730 "apihelp-unblock-param-id": "解封时需要的封禁ID(通过<kbd>list=blocks</kbd>获得)。不能与<var>$1user</var>一起使用。",
731 "apihelp-unblock-param-user": "要解封的用户名、IP地址或IP段。不能与<var>$1id</var>一起使用。",
732 "apihelp-unblock-param-reason": "解封的原因。",
733 "apihelp-unblock-example-id": "解封封禁ID #<kbd>105</kbd>。",
734 "apihelp-unblock-example-user": "解封用户<kbd>Bob</kbd>,原因<kbd>Sorry Bob</kbd>。",
735 "apihelp-undelete-param-title": "要恢复的页面标题。",
736 "apihelp-undelete-param-reason": "恢复的原因。",
737 "apihelp-undelete-param-fileids": "要恢复的文件修订ID。如果<var>$1timestamps</var>和<var>$1fileids</var>都为空,所有将被恢复。",
738 "apihelp-undelete-example-page": "恢复页面<kbd>Main Page</kbd>。",
739 "apihelp-undelete-example-revisions": "恢复<kbd>首页</kbd>的两个修订。",
740 "apihelp-upload-param-filename": "目标文件名。",
741 "apihelp-upload-param-comment": "上传注释。如果没有指定<var>$1text</var>,那么它也被用于新文件的初始页面文本。",
742 "apihelp-upload-param-watch": "监视页面。",
743 "apihelp-upload-param-watchlist": "无条件地将页面加入至当前用户的监视列表或将其移除,使用设置或不更改监视。",
744 "apihelp-upload-param-ignorewarnings": "忽略任何警告。",
745 "apihelp-upload-param-file": "文件内容。",
746 "apihelp-upload-param-stash": "如果设置,服务器将临时藏匿文件而不是加入存储库。",
747 "apihelp-upload-param-offset": "块的偏移量(字节)。",
748 "apihelp-upload-param-chunk": "大块内容。",
749 "apihelp-upload-example-url": "从URL上传",
750 "apihelp-upload-example-filekey": "完成一次由于警告而失败的上传。",
751 "apihelp-userrights-description": "更改一位用户的组成员。",
752 "apihelp-userrights-param-user": "用户名。",
753 "apihelp-userrights-param-userid": "用户ID。",
754 "apihelp-userrights-param-add": "将用户加入至这些组中。",
755 "apihelp-userrights-param-remove": "将用户从这些组中移除。",
756 "apihelp-userrights-param-reason": "更改原因。",
757 "apihelp-userrights-example-user": "将用户<kbd>FooBot</kbd>添加至<kbd>bot</kbd>用户组,并从<kbd>sysop</kbd>和<kbd>bureaucrat</kbd>组移除。",
758 "apihelp-userrights-example-userid": "将ID为<kbd>123</kbd>的用户加入至<kbd>机器人</kbd>组,并将其从<kbd>管理员</kbd>和<kbd>行政员</kbd>组移除。",
759 "apihelp-watch-param-title": "要(取消)监视的页面。也可使用<var>$1titles</var>。",
760 "apihelp-watch-example-watch": "监视页面<kbd>Main Page</kbd>。",
761 "apihelp-watch-example-unwatch": "取消监视页面<kbd>首页</kbd>。",
762 "apihelp-format-example-generic": "格式化查询结果为$1格式。",
763 "apihelp-dbg-description": "输出数据为PHP的<code>var_export()</code>格式。",
764 "apihelp-dbgfm-description": "输出数据为PHP的<code>var_export()</code>格式(HTML优质打印效果)。",
765 "apihelp-dump-description": "输出数据为PHP的<code>var_dump()</code>格式。",
766 "apihelp-dumpfm-description": "输出数据为PHP的<code>var_dump()</code>格式(HTML优质打印效果)。",
767 "apihelp-json-description": "输出数据为JSON格式。",
768 "apihelp-json-param-utf8": "如果指定,使用十六进制转义序列将大多数(但不是全部)非ASCII的字符编码为UTF-8,而不是替换它们。默认当<var>formatversion</var>不是<kbd>1</kbd>时。",
769 "apihelp-json-param-ascii": "如果指定,使用十六进制转义序列将所有非ASCII编码。默认当<var>formatversion</var>为<kbd>1</kbd>时。",
770 "apihelp-json-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的<samp>*</samp>键等)。\n;2:实验现代格式。细节可以更改!\n;latest:使用最新格式(当前为<kbd>2</kbd>),可以在没有警告的情况下更改。",
771 "apihelp-jsonfm-description": "输出数据为JSON格式(HTML优质打印效果)。",
772 "apihelp-none-description": "不输出任何东西。",
773 "apihelp-php-description": "输出数据为序列化PHP格式。",
774 "apihelp-php-param-formatversion": "输出格式:\n;1:向后兼容格式(XML样式布尔值、用于内容节点的<samp>*</samp>键等)。\n;2:实验现代格式。细节可以更改!\n;latest:使用最新格式(当前为<kbd>2</kbd>),可以在没有警告的情况下更改。",
775 "apihelp-phpfm-description": "输出数据为序列化PHP格式(HTML优质打印效果)。",
776 "apihelp-rawfm-description": "输出数据为JSON格式,带调试元素(HTML优质打印效果)。",
777 "apihelp-txt-description": "输出数据为PHP的<code>print_r()</code>格式。",
778 "apihelp-txtfm-description": "输出数据为PHP的<code>print_r()</code>格式(HTML优质打印效果)。",
779 "apihelp-wddx-description": "输出数据为WDDX格式。",
780 "apihelp-wddxfm-description": "输出数据为WDDX格式(HTML优质打印效果)。",
781 "apihelp-xml-description": "输出数据为XML格式。",
782 "apihelp-xml-param-xslt": "如果指定,加入已命名的页面作为一个XSL样式表。值必须是在{{ns:mediawiki}}名字空间以<code>.xsl</code>为结尾的标题。",
783 "apihelp-xmlfm-description": "输出数据为XML格式(HTML优质打印效果)。",
784 "apihelp-yaml-description": "输出数据为YAML格式。",
785 "apihelp-yamlfm-description": "输出数据为YAML格式(HTML优质打印效果)。",
786 "api-format-title": "MediaWiki API 结果",
787 "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 帮助]]以获取更多信息。",
788 "api-orm-param-props": "要查询的字段。",
789 "api-orm-param-limit": "返回的总行数。",
790 "api-pageset-param-generator": "通过执行指定查询模块获得页面列表以工作。\n\n<strong>注意:</strong>发生器参数名称必须以“g”开头,参见例子。",
791 "api-pageset-param-redirects-nogenerator": "自动解决<var>$1titles</var>、<var>$1pageids</var>和<var>$1revids</var>中的重定向。",
792 "api-help-title": "MediaWiki API 帮助",
793 "api-help-lead": "这是自动生成的MediaWiki API文档页面。\n\n文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh",
794 "api-help-main-header": "主模块",
795 "api-help-flag-deprecated": "此模块已弃用。",
796 "api-help-flag-internal": "<strong>此模块是内部或不稳定的。</strong>它的操作可以更改而不另行通知。",
797 "api-help-flag-readrights": "此模块需要读取权限。",
798 "api-help-flag-writerights": "此模块需要写入权限。",
799 "api-help-flag-mustbeposted": "此模块只允许POST请求。",
800 "api-help-flag-generator": "此模块可作为发生器使用。",
801 "api-help-source": "来源:$1",
802 "api-help-source-unknown": "来源:<span class=\"apihelp-unknown\">未知</span>",
803 "api-help-license": "许可协议:[[$1|$2]]",
804 "api-help-license-noname": "许可协议:[[$1|参见链接]]",
805 "api-help-license-unknown": "许可协议:<span class=\"apihelp-unknown\">未知</span>",
806 "api-help-parameters": "{{PLURAL:$1|参数}}:",
807 "api-help-param-deprecated": "不推荐使用。",
808 "api-help-param-required": "这个参数是必须的。",
809 "api-help-datatypes-header": "数据类型",
810 "api-help-datatypes": "一些API参数类型需要进一步解释:\n;boolean\n:布尔参数就像HTML复选框一样工作:如果指定参数,无论何值都被认为是真。如果要假值,则可完全忽略参数。\n;timestamp\n:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.\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 date and time with (ignored) fractional seconds, <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> (dashes, colons, and <kbd>Z</kbd> are optional)\n:* MediaWiki格式,<kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>\n:* Generic numeric format, <kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> (optional timezone of <kbd>GMT</kbd>, <kbd>+<var>##</var></kbd>, or <kbd>-<var>##</var></kbd> is ignored)\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 format (timezone may be omitted), <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 format (timezone may be omitted), <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 format, <kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>\n:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer",
811 "api-help-param-type-limit": "类型:整数或<kbd>max</kbd>",
812 "api-help-param-type-integer": "类型:{{PLURAL:$1|1=整数|2=整数列表}}",
813 "api-help-param-type-boolean": "类型:布尔值([[Special:ApiHelp/main#main/datatypes|详细信息]])",
814 "api-help-param-type-timestamp": "类型:{{PLURAL:$1|1=时间戳|2=时间戳列表}}([[Special:ApiHelp/main#main/datatypes|允许格式]])",
815 "api-help-param-type-user": "类型:{{PLURAL:$1|1=用户名|2=用户名列表}}",
816 "api-help-param-list": "{{PLURAL:$1|1=一个值|2=值(以<kbd>{{!}}</kbd>分隔)}}:$2",
817 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必须为空|可以为空,或$2}}",
818 "api-help-param-limit": "不允许超过$1。",
819 "api-help-param-limit2": "不允许超过$1个(对于机器人则是$2个)。",
820 "api-help-param-integer-min": "{{PLURAL:$1|值}}必须不少于$2。",
821 "api-help-param-integer-max": "{{PLURAL:$1|值}}必须不大于$3。",
822 "api-help-param-integer-minmax": "{{PLURAL:$1|值}}必须介于$2和$3之间。",
823 "api-help-param-multi-separate": "通过“<kbd>|</kbd>”隔开各值。",
824 "api-help-param-multi-max": "值的最高数字是{{PLURAL:$1|$1}}(对于机器人则是{{PLURAL:$2|$2}})。",
825 "api-help-param-default": "默认:$1",
826 "api-help-param-default-empty": "默认:<span class=\"apihelp-empty\">(空)</span>",
827 "api-help-param-token": "从[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]取回的“$1”令牌",
828 "api-help-param-disabled-in-miser-mode": "由于[[mw:Manual:$wgMiserMode|miser模式]]而禁用。",
829 "api-help-param-limited-in-miser-mode": "<strong>注意:</strong>由于[[mw:Manual:$wgMiserMode|miser模式]],使用这个可能导致继续前返回少于<var>$1limit</var>个结果;极端情况下可能不会返回任何结果。",
830 "api-help-param-direction": "列举的方向:\n;newer:最早的优先。注意:$1start应早于$1end。\n;older:最新的优先(默认)。注意:$1start应晚于$1end。",
831 "api-help-param-continue": "当更多结果可用时,使用这个继续。",
832 "api-help-param-no-description": "<span class=\"apihelp-empty\">(没有说明)</span>",
833 "api-help-examples": "{{PLURAL:$1|例子}}:",
834 "api-help-permissions": "{{PLURAL:$1|权限}}:",
835 "api-help-permissions-granted-to": "{{PLURAL:$1|授予}}:$2",
836 "api-credits-header": "制作人员",
837 "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/。"
838 }