Localisation updates from https://translatewiki.net.
[mediawiki.git] / includes / api / i18n / zh-hans.json
blob281c1b2664970bd616fcabe7fc3f9ff2580382b2
2         "@metadata": {
3                 "authors": [
4                         "Gaoxuewei",
5                         "Linforest",
6                         "Liuxinyu970226",
7                         "Papapasan",
8                         "LNDDYL",
9                         "Shizhao"
10                 ]
11         },
12         "apihelp-main-description": "<div class=\"hlist plainlinks api-main-links\">\n* [https://www.mediawiki.org/wiki/API:Main_page/zh 文档]\n* [https://www.mediawiki.org/wiki/API:FAQ/zh 常见问题]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 邮件列表]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API公告]\n* [https://bugzilla.wikimedia.org/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts 程序错误与功能请求]\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将会送回并设置为相同的值。详细信息请参阅 https://www.mediawiki.org/wiki/API:Errors_and_warnings 。",
13         "apihelp-main-param-action": "要执行的操作。",
14         "apihelp-main-param-format": "输出的格式。",
15         "apihelp-main-param-curtimestamp": "在结果中包括当前时间戳。",
16         "apihelp-block-description": "封禁一位用户。",
17         "apihelp-block-param-user": "您要封禁的用户、IP地址或IP地址段。",
18         "apihelp-block-param-expiry": "到期时间。可以是相对时间(例如“5个月”或“2周”)或绝对时间(例如“2014-09-18T12:34:56Z”)。如果设置为“infinite”、“indefinite”或“never”,封禁将无限期。",
19         "apihelp-block-param-reason": "封禁的原因",
20         "apihelp-block-param-anononly": "只封禁匿名用户(也就是说禁止此IP的匿名编辑)。",
21         "apihelp-block-param-nocreate": "防止创建帐户。",
22         "apihelp-block-param-noemail": "阻止用户通过 wiki发送电子邮件。(要求\"blockemail\"权限)。",
23         "apihelp-block-param-hidename": "从封禁日志中隐藏用户名。(需要“隐藏用户”权限)。",
24         "apihelp-block-param-allowusertalk": "允许用户编辑自己的讨论页 (取决于 $wgBlockAllowsUTEdit)。",
25         "apihelp-block-param-reblock": "如果该用户已被封禁,则覆盖已有的封禁。",
26         "apihelp-block-param-watchuser": "监视该用户或该 IP 的用户页和讨论页。",
27         "apihelp-block-example-ip-simple": "封禁IP地址192.0.2.5三天,原因“首次罢工”",
28         "apihelp-clearhasmsg-description": "清除当前用户的 hasmsg 标志。",
29         "apihelp-clearhasmsg-example-1": "清除当前用户的 hasmsg 标志",
30         "apihelp-compare-description": "获取2个页面之间的差别。\n\n您必须为\"from\"和\"to\"传递特定的修订版本号、 页面标题或页面ID。",
31         "apihelp-compare-param-fromtitle": "要比较的第一个标题。",
32         "apihelp-compare-param-fromid": "要比较的第一个页面 ID。",
33         "apihelp-compare-param-fromrev": "要比较的第一个修订版本。",
34         "apihelp-compare-param-totitle": "要比较的第二个标题。",
35         "apihelp-compare-param-toid": "要比较的第一个页面 ID。",
36         "apihelp-compare-param-torev": "要比较的第二个修订版本。",
37         "apihelp-compare-example-1": "在版本1和2中创建差异",
38         "apihelp-createaccount-description": "创建一个新用户账户。",
39         "apihelp-createaccount-param-name": "用户名",
40         "apihelp-createaccount-param-password": "密码(如果设置$1mailpassword则忽略)。",
41         "apihelp-createaccount-param-domain": "外部身份验证域 (可选)。",
42         "apihelp-createaccount-param-token": "在第一个请求中获得的帐户创建标记。",
43         "apihelp-createaccount-param-email": "用户的电子邮件地址(可选)。",
44         "apihelp-createaccount-param-realname": "用户的真实姓名(可选)。",
45         "apihelp-createaccount-param-mailpassword": "如果设置为任何值,将向用户发送一个随机密码。",
46         "apihelp-createaccount-param-reason": "将要放在日志中的,关于创建帐户的可选原因。",
47         "apihelp-createaccount-example-pass": "创建用户“testuser”和密码“test123”",
48         "apihelp-delete-description": "删除一个页面。",
49         "apihelp-delete-param-title": "你所希望删除的页面的标题。不能与$1pageid一起使用。",
50         "apihelp-delete-param-pageid": "你所希望删除的页面的页面ID。不能与$1title一起使用。",
51         "apihelp-delete-param-reason": "删除原因。如果未设置,将使用一个自动生成的原因。",
52         "apihelp-delete-param-watch": "将该页面加入您的监视列表。",
53         "apihelp-delete-param-unwatch": "将该页面从您的监视列表删除。",
54         "apihelp-delete-example-simple": "删除首页",
55         "apihelp-delete-example-reason": "删除首页,原因“准备移动”",
56         "apihelp-disabled-description": "此模块已禁用。",
57         "apihelp-edit-description": "创建和编辑页面。",
58         "apihelp-edit-param-sectiontitle": "新小节的标题。",
59         "apihelp-edit-param-text": "页面内容。",
60         "apihelp-edit-param-summary": "编辑摘要。当$1section=new且未设置$1sectiontitle时,还包括小节标题。",
61         "apihelp-edit-param-minor": "小编辑。",
62         "apihelp-edit-param-notminor": "不是小编辑。",
63         "apihelp-edit-param-bot": "标记此编辑为机器人编辑。",
64         "apihelp-edit-param-createonly": "不要编辑页面,如果已经存在。",
65         "apihelp-edit-param-nocreate": "如果该页面不存在,则抛出一个错误。",
66         "apihelp-edit-param-watch": "将页面加入您的监视列表。",
67         "apihelp-edit-param-unwatch": "将页面从您的监视列表移除。",
68         "apihelp-edit-param-prependtext": "将该文本添加到该页面的开始。覆盖$1text。",
69         "apihelp-edit-param-appendtext": "将该文本添加到该页面的结尾。覆盖$1text。\n\n采用$1section=new来添加一个新的章节,而不是这个参数。",
70         "apihelp-edit-param-undo": "撤销此次修订。覆盖$1text、$1prependtext和$1appendtext。",
71         "apihelp-edit-param-redirect": "自动解析重定向。",
72         "apihelp-edit-param-contentformat": "用于输入文本的内容串行化格式。",
73         "apihelp-edit-param-contentmodel": "新内容的内容模型。",
74         "apihelp-edit-example-edit": "编辑一个页面",
75         "apihelp-edit-example-prepend": "页面中预置_&#95;NOTOC_&#95;",
76         "apihelp-edit-example-undo": "通过13585撤销修订版本13579并自动填写编辑摘要",
77         "apihelp-emailuser-description": "电子邮件联系一位用户。",
78         "apihelp-emailuser-param-target": "电子邮件的目标用户。",
79         "apihelp-emailuser-param-subject": "主题页眉。",
80         "apihelp-emailuser-param-text": "邮件正文。",
81         "apihelp-emailuser-param-ccme": "给我发送一份该邮件的副本。",
82         "apihelp-emailuser-example-email": "向用户“WikiSysop”发送邮件,带文字“Content”",
83         "apihelp-expandtemplates-description": "展开维基文本中的所有模板。",
84         "apihelp-expandtemplates-param-title": "页面标题。",
85         "apihelp-expandtemplates-param-text": "要转换的wiki文本。",
86         "apihelp-expandtemplates-example-simple": "展开wiki文本“<nowiki>{{Project:Sandbox}}</nowiki>”",
87         "apihelp-feedcontributions-description": "返回用户贡献纲要。",
88         "apihelp-feedcontributions-param-feedformat": "纲要的格式。",
89         "apihelp-feedcontributions-param-year": "起始年份(及更早)。",
90         "apihelp-feedcontributions-param-month": "起始月份(及更早)。",
91         "apihelp-feedcontributions-param-deletedonly": "仅显示已删除的贡献。",
92         "apihelp-feedcontributions-param-toponly": "仅仅显示那些作为最新修订的编辑。",
93         "apihelp-feedcontributions-param-newonly": "仅仅显示那些作为页面创建的编辑。",
94         "apihelp-feedcontributions-param-showsizediff": "显示修订版本之间的大小差别。",
95         "apihelp-feedcontributions-example-simple": "返回[[User:Example]]的贡献",
96         "apihelp-feedrecentchanges-description": "返回最新变更纲要。",
97         "apihelp-feedrecentchanges-param-feedformat": "纲要的格式。",
98         "apihelp-feedrecentchanges-param-namespace": "用于限制结果的命名空间。",
99         "apihelp-feedrecentchanges-param-invert": "除所选定者外的所有命名空间。",
100         "apihelp-feedrecentchanges-param-days": "用于限制结果的天数。",
101         "apihelp-feedrecentchanges-param-limit": "所要返回结果的最大数目。",
102         "apihelp-feedrecentchanges-param-from": "显示自那时以来的更改。",
103         "apihelp-feedrecentchanges-param-hideminor": "隐藏小更改。",
104         "apihelp-feedrecentchanges-param-hidebots": "隐藏机器人所做的更改。",
105         "apihelp-feedrecentchanges-param-hideanons": "隐藏匿名用户做出的更改。",
106         "apihelp-feedrecentchanges-param-hideliu": "隐藏注册用户做出的更改。",
107         "apihelp-feedrecentchanges-param-hidepatrolled": "隐藏已巡查更改。",
108         "apihelp-feedrecentchanges-param-hidemyself": "隐藏您做出的更改。",
109         "apihelp-feedrecentchanges-param-tagfilter": "按标签过滤。",
110         "apihelp-feedrecentchanges-param-target": "仅仅显示从该页面链出的那些页面的变更。",
111         "apihelp-feedrecentchanges-param-showlinkedto": "仅仅显示链入到该页面的那些页面的变更。",
112         "apihelp-feedrecentchanges-example-simple": "显示最近更改",
113         "apihelp-feedrecentchanges-example-30days": "显示最近30天的更改",
114         "apihelp-feedwatchlist-description": "返回监视列表纲要。",
115         "apihelp-feedwatchlist-param-feedformat": "纲要的格式。",
116         "apihelp-feedwatchlist-param-hours": "列出从现在起数小时内修改的页面。",
117         "apihelp-feedwatchlist-param-linktosections": "如果可能的话,直接链接到已变更的小节。",
118         "apihelp-feedwatchlist-example-default": "显示监视列表订阅",
119         "apihelp-feedwatchlist-example-all6hrs": "显示过去6小时内受监视页面的所有更改。",
120         "apihelp-filerevert-description": "回退一个文件至某一旧版本。",
121         "apihelp-filerevert-param-filename": "目标文件名,不包含前缀“File:”。",
122         "apihelp-filerevert-param-comment": "上传评论。",
123         "apihelp-filerevert-example-revert": "回退Wiki.png至2011-03-05T15:27:40Z的版本",
124         "apihelp-help-example-main": "主模块帮助",
125         "apihelp-help-example-recursive": "一个页面中的所有帮助",
126         "apihelp-help-example-help": "帮助模块本身的帮助",
127         "apihelp-help-example-query": "两个查询子模块的帮助",
128         "apihelp-imagerotate-description": "旋转一幅或多幅图像。",
129         "apihelp-imagerotate-param-rotation": "顺时针旋转图像的度数。",
130         "apihelp-imagerotate-example-simple": "90度旋转[[:File:Example.png]]",
131         "apihelp-imagerotate-example-generator": "将[[:Category:Flip]]之中的所有图像旋转180度",
132         "apihelp-import-param-summary": "导入摘要。",
133         "apihelp-import-param-xml": "上传的XML文件。",
134         "apihelp-import-param-interwikipage": "用于跨wiki导入:导入的页面。",
135         "apihelp-import-param-rootpage": "导入作为此页面的子页面。",
136         "apihelp-import-example-import": "将页面[[meta:Help:Parserfunctions]]连带完整历史导入至100名字空间。",
137         "apihelp-login-param-name": "用户名。",
138         "apihelp-login-param-password": "密码。",
139         "apihelp-login-param-domain": "域名(可选)。",
140         "apihelp-login-example-gettoken": "检索登录令牌",
141         "apihelp-login-example-login": "登录",
142         "apihelp-logout-example-logout": "退出当前用户",
143         "apihelp-move-description": "移动一个页面。",
144         "apihelp-move-param-from": "您希望移动的页面标题。不能与$1fromid一起使用。",
145         "apihelp-move-param-fromid": "您希望移动的页面ID。不能与$1from一起使用。",
146         "apihelp-move-param-reason": "移动原因。",
147         "apihelp-move-param-movetalk": "移动讨论页,如果存在。",
148         "apihelp-move-param-movesubpages": "移动子页面,如果可以。",
149         "apihelp-move-param-noredirect": "不要创建重定向。",
150         "apihelp-move-param-ignorewarnings": "忽略任何警告。",
151         "apihelp-opensearch-param-search": "搜索字符串。",
152         "apihelp-opensearch-param-limit": "要返回的结果最大数。",
153         "apihelp-opensearch-param-namespace": "搜索的名字空间。",
154         "apihelp-opensearch-param-suggest": "如果[https://www.mediawiki.org/wiki/Manual:$wgEnableOpenSearchSuggest $wgEnableOpenSearchSuggest]设置为false则不做任何事情。",
155         "apihelp-opensearch-param-format": "输出格式。",
156         "apihelp-opensearch-example-te": "查找以“Te”开头的页面",
157         "apihelp-options-example-reset": "重置所有用户设置",
158         "apihelp-options-example-change": "更改“皮肤”和“hideminot”设置",
159         "apihelp-options-example-complex": "重置所有设置,之后设置“皮肤”和“昵称”",
160         "apihelp-paraminfo-description": "获取关于 API 模块的信息。",
161         "apihelp-paraminfo-param-modules": "模块名称列表(action=和format=参数值,或“主”)。可通过“+”指定子模块。",
162         "apihelp-paraminfo-param-helpformat": "帮助字符串的格式。",
163         "apihelp-paraminfo-example-1": "显示[[Special:ApiHelp/parse|action=parse]]、[[Special:ApiHelp/jsonfm|format=jsonfm]]、[[Special:ApiHelp/query+allpages|action=query&list=allpages]]和[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]的信息",
164         "apihelp-parse-param-summary": "所要解析的摘要。",
165         "apihelp-parse-param-page": "解析此页的内容。不能与$1text和$1title一起使用。",
166         "apihelp-parse-param-pageid": "解析此页的内容。覆盖 $1 页。",
167         "apihelp-parse-param-redirects": "如果 $1page 或 $1 pageid 参数被设置为一个重定向,则解析它。",
168         "apihelp-parse-param-oldid": "解析该修订版本的内容。覆盖 $1page 和 $1 pageid。",
169         "apihelp-parse-param-preview": "在预览模式下解析。",
170         "apihelp-parse-param-sectionpreview": "在小节预览模式下解析 (同时要启用预览模式)。",
171         "apihelp-parse-param-disabletoc": "在输出中禁用目录。",
172         "apihelp-parse-example-page": "解析一个页面。",
173         "apihelp-parse-example-text": "解析wiki文本。",
174         "apihelp-parse-example-texttitle": "解析维基文本,指定页面标题。",
175         "apihelp-parse-example-summary": "解析一个摘要。",
176         "apihelp-patrol-description": "巡查页面或修订版本。",
177         "apihelp-patrol-param-rcid": "所要巡查的最近变更 ID。",
178         "apihelp-patrol-param-revid": "要巡查的修订版本ID。",
179         "apihelp-patrol-example-rcid": "巡查一次最近更改",
180         "apihelp-patrol-example-revid": "巡查一次修订",
181         "apihelp-protect-description": "更改页面的保护等级。",
182         "apihelp-protect-param-title": "要(解除)保护的页面标题。不能与$1pageid一起使用。",
183         "apihelp-protect-param-pageid": "要(解除)保护的页面ID。不能与$1title一起使用。",
184         "apihelp-protect-param-protections": "保护等级列表,格式:action=level(例如edit=sysop)。\n\n'''注意:'''未列出的操作将移除限制。",
185         "apihelp-protect-param-reason": "(解除)保护的原因。",
186         "apihelp-protect-example-protect": "保护一个页面",
187         "apihelp-purge-param-forcelinkupdate": "更新链接表。",
188         "apihelp-purge-param-forcerecursivelinkupdate": "更新链接表中,并更新任何使用此页作为模板的页面的链接表。",
189         "apihelp-purge-example-simple": "刷新“首页”和“API”页面",
190         "apihelp-purge-example-generator": "刷新主名字空间的前10个页面",
191         "apihelp-query-param-list": "要获取的列表。",
192         "apihelp-query-param-meta": "要获取的元数据。",
193         "apihelp-query-example-revisions": "获取首页的[[Special:ApiHelp/query+siteinfo|站点信息]]和[[Special:ApiHelp/query+revisions|修订版本]]",
194         "apihelp-query+allcategories-description": "枚举所有类别。",
195         "apihelp-query+allcategories-param-from": "要作为枚举起始点的类别。",
196         "apihelp-query+allcategories-param-to": "要作为枚举终止点的类别。",
197         "apihelp-query+allcategories-param-dir": "排序方向。",
198         "apihelp-query+allcategories-param-limit": "要返回多少个类别。",
199         "apihelp-query+alldeletedrevisions-paraminfo-useronly": "只可以与$3user一起使用。",
200         "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能与$3user一起使用。",
201         "apihelp-query+alldeletedrevisions-param-from": "从此标题开始列出。",
202         "apihelp-query+alldeletedrevisions-param-to": "列出至此标题为止。",
203         "apihelp-query+alldeletedrevisions-param-namespace": "只列出此名字空间的页面。",
204         "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "'''注意:'''由于[https://www.mediawiki.org/wiki/Manual:$wgMiserMode miser模式],同时使用$1user和$1namespace将导致继续前返回少于“$1limit”个结果,在极端条件下可能不返回任何结果。",
205         "apihelp-query+allfileusages-param-dir": "罗列所采用的方向。",
206         "apihelp-query+allfileusages-example-unique": "列出唯一性的文件标题",
207         "apihelp-query+allfileusages-example-unique-generator": "获取所有文件标题,并标记出缺失者",
208         "apihelp-query+allfileusages-example-generator": "获取包含这些文件的页面",
209         "apihelp-query+allimages-description": "按顺序枚举所有图像。",
210         "apihelp-query+allimages-param-sort": "要作为排序方式的属性。",
211         "apihelp-query+allimages-param-dir": "罗列所采用的方向。",
212         "apihelp-query+allimages-param-minsize": "限于至少这么多字节的图像。",
213         "apihelp-query+allimages-param-maxsize": "限于顶多这么多字节的图像。",
214         "apihelp-query+allimages-param-sha1": "图像的 SHA1 哈希。覆盖$1sha1base36。",
215         "apihelp-query+allimages-param-limit": "共计要返回多少图像。",
216         "apihelp-query+allimages-example-B": "显示以字母“B”开始的文件列表",
217         "apihelp-query+allimages-example-generator": "显示有关4个以“T”开头的文件的信息",
218         "apihelp-query+alllinks-example-generator": "获取包含这些链接的页面",
219         "apihelp-query+allmessages-description": "返回来自该站点的消息。",
220         "apihelp-query+allmessages-param-messages": "要输出的哪些消息。\"*\" (默认值) 表示所有消息。",
221         "apihelp-query+allmessages-param-prop": "要获取的属性。",
222         "apihelp-query+allmessages-param-lang": "返回这种语言的信息。",
223         "apihelp-query+allmessages-param-prefix": "返回带有该前缀的消息。",
224         "apihelp-query+allmessages-example-ipb": "显示以“ipb-”开始的消息",
225         "apihelp-query+allmessages-example-de": "显示德语版的“八月”和“首页”消息",
226         "apihelp-query+allpages-param-filterredir": "要列出哪些页面。",
227         "apihelp-query+allpages-param-minsize": "限于至少这么多字节的页面。",
228         "apihelp-query+allpages-param-maxsize": "限于至多这么多字节的页面。",
229         "apihelp-query+allpages-param-prtype": "仅限于受保护页面。",
230         "apihelp-query+allpages-param-limit": "返回的总计页面数。",
231         "apihelp-query+allredirects-description": "列出至一个名字空间的重定向。",
232         "apihelp-query+allredirects-param-namespace": "要列举的名字空间。",
233         "apihelp-query+allredirects-param-limit": "返回的总计项目数。",
234         "apihelp-query+allredirects-example-unique-generator": "获得所有目标页面,标记丢失的",
235         "apihelp-query+allredirects-example-generator": "获得包含重定向的页面",
236         "apihelp-query+alltransclusions-description": "列出所有嵌入页面(使用&#123;&#123;x&#125;&#125;嵌入的页面),包括不存在的。",
237         "apihelp-query+alltransclusions-param-namespace": "要列举的名字空间。",
238         "apihelp-query+allusers-param-dir": "排序方向。",
239         "apihelp-query+allusers-param-group": "只包含指定组中的用户。",
240         "apihelp-query+allusers-param-excludegroup": "排除指定组中的用户。",
241         "apihelp-query+allusers-param-witheditsonly": "只列出有编辑的用户。",
242         "apihelp-query+allusers-param-activeusers": "只列出最近$1天内活跃的用户。",
243         "apihelp-query+allusers-example-Y": "列出以Y开头的用户",
244         "apihelp-query+backlinks-param-title": "要搜索的标题。不能与$1pageid一起使用。",
245         "apihelp-query+backlinks-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
246         "apihelp-query+backlinks-param-namespace": "要列举的名字空间。",
247         "apihelp-query+backlinks-example-simple": "显示至[[首页]]的链接",
248         "apihelp-query+backlinks-example-generator": "获取关于链接至[[首页]]的页面的信息",
249         "apihelp-query+blocks-description": "列出所有被封禁的用户和IP地址。",
250         "apihelp-query+blocks-param-ids": "要列出的封禁ID列表(可选)。",
251         "apihelp-query+blocks-param-users": "要搜索的用户列表(可选)。",
252         "apihelp-query+blocks-example-simple": "封禁列表",
253         "apihelp-query+categories-param-show": "显示何种分类。",
254         "apihelp-query+categories-param-limit": "返回多少分类。",
255         "apihelp-query+categories-example-simple": "获取属于[[阿尔伯特·爱因斯坦]]的分类列表",
256         "apihelp-query+categories-example-generator": "获取有关用于[[阿尔伯特·爱因斯坦]]的分类的信息",
257         "apihelp-query+categoryinfo-example-simple": "获取有关[[:Category:Foo]]和[[:Category:Bar]]的信息",
258         "apihelp-query+categorymembers-param-sort": "要作为排序方式的属性。",
259         "apihelp-query+categorymembers-param-startsortkey": "请改用$1starthexsortkey。",
260         "apihelp-query+categorymembers-param-endsortkey": "请改用$1endhexsortkey。",
261         "apihelp-query+categorymembers-example-simple": "获取[[:Category:Physics]]中的前10个页面。",
262         "apihelp-query+categorymembers-example-generator": "获取关于[[:Category:Physics]]中的前10个页面的页面信息。",
263         "apihelp-query+contributors-example-simple": "显示[[首页]]的贡献",
264         "apihelp-query+deletedrevisions-example-titles": "列出[[首页]]和[[Talk:首页]]的已删除修订,包含内容",
265         "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式}}:$2",
266         "apihelp-query+deletedrevs-param-from": "从此标题开始列出。",
267         "apihelp-query+deletedrevs-param-to": "列出至此标题为止。",
268         "apihelp-query+deletedrevs-param-namespace": "只列出此名字空间的页面。",
269         "apihelp-query+deletedrevs-example-mode1": "列出最近已删除的对首页和Talk:首页的贡献,带内容(模式1)",
270         "apihelp-query+deletedrevs-example-mode2": "列出由Bob作出的最近50次已删除贡献(模式2)",
271         "apihelp-query+deletedrevs-example-mode3-main": "列出前50次主名字空间已删除贡献(模式3)",
272         "apihelp-query+deletedrevs-example-mode3-talk": "列出前50次讨论名字空间已删除页面(模式3):",
273         "apihelp-query+disabled-description": "此查询模块已被禁用。",
274         "apihelp-query+duplicatefiles-param-limit": "返回多少重复文件。",
275         "apihelp-query+duplicatefiles-example-simple": "查找与[[:File:Albert Einstein Head.jpg]]重复的文件",
276         "apihelp-query+duplicatefiles-example-generated": "查找所有文件的重复文件",
277         "apihelp-query+embeddedin-param-title": "要搜索的标题。不能与$1pageid一起使用。",
278         "apihelp-query+embeddedin-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
279         "apihelp-query+embeddedin-param-namespace": "列举的名字空间。",
280         "apihelp-query+embeddedin-example-simple": "显示嵌入[[Template:Stub]]的页面",
281         "apihelp-query+embeddedin-example-generator": "获取有关显示嵌入[[Template:Stub]]的页面的信息",
282         "apihelp-query+extlinks-param-limit": "返回多少链接。",
283         "apihelp-query+extlinks-example-simple": "获取[[首页]]的外部链接列表",
284         "apihelp-query+exturlusage-param-limit": "返回多少页面。",
285         "apihelp-query+exturlusage-example-simple": "显示链接至http://www.mediawiki.org的页面",
286         "apihelp-query+filearchive-param-sha1": "图片的SHA1哈希值。覆盖$1sha1base36。",
287         "apihelp-query+filearchive-param-sha1base36": "基于base 36的图片的SHA1哈希值(用于MediaWiki)。",
288         "apihelp-query+filearchive-example-simple": "显示已删除文件列表",
289         "apihelp-query+fileusage-param-prop": "要获取的属性:\n;pageid:每个页面的页面ID。\n;title:每个页面的标题。\n;redirect:标记作为重定向的页面。",
290         "apihelp-query+fileusage-param-namespace": "只包括这些名字空间的页面。",
291         "apihelp-query+fileusage-param-limit": "返回多少。",
292         "apihelp-query+fileusage-example-simple": "获取使用[[:File:Example.jpg]]的页面列表",
293         "apihelp-query+fileusage-example-generator": "获取有关使用[[:File:Example.jpg]]的页面的信息",
294         "apihelp-query+imageinfo-description": "返回文件信息和上传历史。",
295         "apihelp-query+imageinfo-param-urlheight": "与$1urlwidth类似。",
296         "apihelp-query+imageinfo-example-simple": "获取有关[[:File:Albert Einstein Head.jpg]]的当前版本的信息",
297         "apihelp-query+imageinfo-example-dated": "获取有关[[:File:Albert Einstein Head.jpg]]自2008年以来版本的信息",
298         "apihelp-query+images-param-limit": "返回多少文件。",
299         "apihelp-query+images-example-simple": "获取[[首页]]使用的文件列表",
300         "apihelp-query+images-example-generator": "获取有关[[首页]]使用的文件的信息",
301         "apihelp-query+imageusage-param-title": "要搜索的标题。不能与$1pageid一起使用。",
302         "apihelp-query+imageusage-param-pageid": "要搜索的页面ID。不能与$1title一起使用。",
303         "apihelp-query+imageusage-param-namespace": "要列举的名字空间。",
304         "apihelp-query+imageusage-example-simple": "显示使用[[:File:Albert Einstein Head.jpg]]的页面",
305         "apihelp-query+imageusage-example-generator": "获取有关使用[[:File:Albert Einstein Head.jpg]]的页面的信息",
306         "apihelp-query+info-description": "获取基本页面信息。",
307         "apihelp-query+info-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
308         "apihelp-query+info-example-simple": "获取有关[[首页]]的信息",
309         "apihelp-query+info-example-protection": "获取[[首页]]的一般和保护信息",
310         "apihelp-query+iwbacklinks-param-prefix": "跨维基前缀。",
311         "apihelp-query+iwbacklinks-param-limit": "返回的总计页面数。",
312         "apihelp-query+iwbacklinks-param-prop": "要获取的属性:\n;iwprefix:加入跨wiki前缀。\n;iwtitle:加入跨wiki标题。",
313         "apihelp-query+iwbacklinks-example-simple": "获取链接至[[wikibooks:Test]]的页面",
314         "apihelp-query+iwbacklinks-example-generator": "获取有关链接至[[wikibooks:Test]]的页面的信息",
315         "apihelp-query+iwlinks-param-limit": "返回多少跨wiki链接。",
316         "apihelp-query+iwlinks-param-prefix": "只返回此前缀的跨wiki链接。",
317         "apihelp-query+iwlinks-param-title": "用于搜索的跨wiki链接。必须与$1prefix一起使用。",
318         "apihelp-query+iwlinks-example-simple": "从[[首页]]获取跨wiki链接",
319         "apihelp-query+langbacklinks-param-lang": "用于语言链接的语言。",
320         "apihelp-query+langbacklinks-example-simple": "获取链接至[[:fr:Test]]的页面",
321         "apihelp-query+langbacklinks-example-generator": "获取链接至[[:fr:Test]]的页面的信息",
322         "apihelp-query+langlinks-param-limit": "返回多少语言链接。",
323         "apihelp-query+langlinks-example-simple": "从[[首页]]获取跨语言链接",
324         "apihelp-query+links-param-limit": "返回多少链接。",
325         "apihelp-query+links-example-simple": "从[[首页]]获取链接",
326         "apihelp-query+links-example-generator": "获取有关[[首页]]链接页面的信息",
327         "apihelp-query+linkshere-param-limit": "返回多少。",
328         "apihelp-query+linkshere-example-simple": "获取链接至[[首页]]的页面列表",
329         "apihelp-query+linkshere-example-generator": "获取有关链接至[[首页]]的页面的信息",
330         "apihelp-query+logevents-description": "从日志获取事件。",
331         "apihelp-query+logevents-example-simple": "列出最近日志活动",
332         "apihelp-query+pagepropnames-example-simple": "获取前10个常用名称",
333         "apihelp-query+pageprops-example-simple": "获取用于[[:Category:Foo]]的属性",
334         "apihelp-query+pageswithprop-example-simple": "列出前10个使用&#123;&#123;DISPLAYTITLE:&#125;&#125;的页面",
335         "apihelp-query+pageswithprop-example-generator": "获取有关前10个使用_&#95;NOTOC_&#95;的页面的信息",
336         "apihelp-query+prefixsearch-param-search": "搜索字符串。",
337         "apihelp-query+prefixsearch-param-namespace": "搜索的名字空间。",
338         "apihelp-query+protectedtitles-param-namespace": "只列出这些名字空间的标题。",
339         "apihelp-query+protectedtitles-param-limit": "返回的总计页面数。",
340         "apihelp-query+protectedtitles-example-simple": "受保护标题列表",
341         "apihelp-query+querypage-param-limit": "返回的结果数。",
342         "apihelp-query+querypage-example-ancientpages": "返回[[Special:Ancientpages]]的结果。",
343         "apihelp-query+random-param-namespace": "只返回这些名字空间的页面。",
344         "apihelp-query+recentchanges-description": "枚举最近更改。",
345         "apihelp-query+recentchanges-param-user": "只列出此用户的更改。",
346         "apihelp-query+recentchanges-param-excludeuser": "不要列出此用户的更改。",
347         "apihelp-query+recentchanges-param-tag": "只列出带此标签的更改。",
348         "apihelp-query+recentchanges-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
349         "apihelp-query+recentchanges-example-simple": "最近更改列表",
350         "apihelp-query+redirects-param-namespace": "只包含这些名字空间的页面。",
351         "apihelp-query+redirects-param-limit": "返回多少重定向。",
352         "apihelp-query+redirects-example-simple": "获取至[[Project:首页]]的重定向列表",
353         "apihelp-query+redirects-example-generator": "获取所有重定向至[[首页]]的信息",
354         "apihelp-query+revisions-example-last5": "获取“首页”的最近5次修订",
355         "apihelp-query+revisions-example-first5": "获取“首页”的前5次修订版本",
356         "apihelp-query+revisions-example-first5-after": "获取“首页”于2006年05月01日之后做出的前5次修订版本",
357         "apihelp-query+search-param-info": "要返回的元数据。",
358         "apihelp-query+search-param-interwiki": "搜索结果中包含跨wiki结果,如果可用。",
359         "apihelp-query+search-example-simple": "搜索“意义”",
360         "apihelp-query+search-example-text": "搜索文本“意义”",
361         "apihelp-query+siteinfo-example-simple": "获取网站信息",
362         "apihelp-query+siteinfo-example-interwiki": "获取本地跨wiki前缀列表",
363         "apihelp-query+tags-description": "列出更改标签。",
364         "apihelp-query+tags-example-simple": "可用标签列表",
365         "apihelp-query+templates-param-namespace": "只显示此名字空间的模板。",
366         "apihelp-query+templates-param-limit": "返回多少模板。",
367         "apihelp-query+templates-param-templates": "只列出这些模板。对于检查某一页面使用某一模板很有用。",
368         "apihelp-query+templates-example-simple": "从[[首页]]获取模板",
369         "apihelp-query+templates-example-generator": "获取有关[[首页]]中的模板页面的信息",
370         "apihelp-query+templates-example-namespaces": "从[[首页]]获取用户和模板名字空间中的模板",
371         "apihelp-query+tokens-param-type": "要请求的令牌类型。",
372         "apihelp-query+transcludedin-param-namespace": "至包含这些名字空间的页面。",
373         "apihelp-query+transcludedin-param-limit": "返回多少。",
374         "apihelp-query+transcludedin-example-simple": "获取嵌入[[首页]]的页面列表",
375         "apihelp-query+transcludedin-example-generator": "获取有关嵌入[[首页]]的页面的信息",
376         "apihelp-query+usercontribs-description": "获取一位用户的所有编辑。",
377         "apihelp-query+usercontribs-param-namespace": "只列出这些名字空间的贡献。",
378         "apihelp-query+usercontribs-example-user": "显示[[User:Example]]的贡献",
379         "apihelp-query+usercontribs-example-ipprefix": "显示来自“192.0.2.”前缀所有IP地址的贡献",
380         "apihelp-query+userinfo-description": "获取有关当前用户的信息。",
381         "apihelp-query+userinfo-example-simple": "获取有关当前用户的信息",
382         "apihelp-query+userinfo-example-data": "获取有关当前用户的额外信息",
383         "apihelp-query+users-description": "获取有关列出用户的信息。",
384         "apihelp-query+users-param-token": "请改用[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
385         "apihelp-query+users-example-simple": "返回[[User:Example]]的信息",
386         "apihelp-query+watchlist-param-user": "只列出此用户的更改。",
387         "apihelp-query+watchlist-param-excludeuser": "不要列出此用户的更改。",
388         "apihelp-query+watchlistraw-description": "获取登录用户的监视列表的所有页面。",
389         "apihelp-query+watchlistraw-param-namespace": "只列出指定名字空间的页面。",
390         "apihelp-revisiondelete-description": "删除和恢复修订版本。",
391         "apihelp-revisiondelete-param-hide": "每次修订要隐藏的东西。",
392         "apihelp-revisiondelete-param-show": "每次修订要恢复显示的东西。",
393         "apihelp-revisiondelete-param-reason": "删除或恢复的原因。",
394         "apihelp-rollback-example-simple": "回退由用户Example对[[首页]]做出的最近编辑",
395         "apihelp-rollback-example-summary": "回退由IP用户192.0.2.5对[[首页]]做出的最近编辑,带编辑摘要“回退破坏”,并将这些编辑和回退标记为“机器人”",
396         "apihelp-rsd-description": "导出一个RSD(Really Simple Discovery)架构",
397         "apihelp-rsd-example-simple": "导出RSD架构",
398         "apihelp-tokens-param-type": "要请求的令牌类型。",
399         "apihelp-unblock-description": "解封一位用户。",
400         "apihelp-unblock-param-id": "解封时需要的封禁ID(通过list=blocks获得)。不能与$1user一起使用。",
401         "apihelp-unblock-param-user": "要解封的用户名、IP地址或IP段。不能与$1id一起使用。",
402         "apihelp-unblock-param-reason": "解封的原因。",
403         "apihelp-unblock-example-id": "解封封禁ID#105",
404         "apihelp-unblock-example-user": "解封用户Bob,原因“抱歉Bob”",
405         "apihelp-undelete-param-title": "要恢复的页面标题。",
406         "apihelp-undelete-param-reason": "恢复的原因。",
407         "apihelp-undelete-example-page": "恢复[[首页]]",
408         "apihelp-undelete-example-revisions": "恢复[[首页]]的两个修订",
409         "apihelp-upload-param-filename": "目标文件名。",
410         "apihelp-upload-param-watch": "监视页面。",
411         "apihelp-upload-param-ignorewarnings": "忽略任何警告。",
412         "apihelp-upload-param-file": "文件内容。",
413         "apihelp-upload-param-stash": "如果设置,服务器将临时藏匿文件而不是加入存储库。",
414         "apihelp-upload-param-chunk": "大块内容。",
415         "apihelp-upload-example-url": "从URL上传",
416         "apihelp-userrights-param-user": "用户名。",
417         "apihelp-userrights-param-userid": "用户ID。",
418         "apihelp-userrights-param-add": "将用户加入至这些组中。",
419         "apihelp-userrights-param-remove": "将用户从这些组中移除。",
420         "apihelp-userrights-param-reason": "更改原因。",
421         "apihelp-userrights-example-user": "将用户FooBot添加至“机器人”用户组,并从“管理员”和“行政员”组移除",
422         "apihelp-watch-example-watch": "监视页面“首页”",
423         "apihelp-watch-example-unwatch": "取消监视页面“首页”",
424         "apihelp-dbg-description": "输出数据为PHP的var_export()格式。",
425         "apihelp-dump-description": "输出数据为PHP的var_dump()格式。",
426         "apihelp-json-description": "输出数据为JSON格式。",
427         "apihelp-none-description": "不输出任何东西。",
428         "apihelp-php-description": "输出数据为序列化PHP格式。",
429         "apihelp-txt-description": "输出数据为PHP的print_r()格式。",
430         "apihelp-wddx-description": "输出数据为WDDX格式。",
431         "apihelp-xml-description": "输出数据为XML格式。",
432         "apihelp-yaml-description": "输出数据为YAML格式。",
433         "api-format-title": "MediaWiki API 结果",
434         "api-orm-param-props": "要查询的字段。",
435         "api-help-title": "MediaWiki API 帮助",
436         "api-help-lead": "这是自动生成的MediaWiki API文档页面。\n\n文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh",
437         "api-help-main-header": "主模块",
438         "api-help-flag-deprecated": "此模块已弃用。",
439         "api-help-flag-internal": "<strong>此模块是内部或不稳定的。</strong>它的操作可以更改而不另行通知。",
440         "api-help-flag-readrights": "此模块需要读取权限。",
441         "api-help-flag-writerights": "此模块需要写入权限。",
442         "api-help-flag-mustbeposted": "此模块只允许POST请求。",
443         "api-help-flag-generator": "此模块可作为发生器使用。",
444         "api-help-parameters": "{{PLURAL:$1|参数}}:",
445         "api-help-param-deprecated": "不推荐使用。",
446         "api-help-param-required": "这个参数是必须的。",
447         "api-help-param-list": "{{PLURAL:$1|1=一个值|2=值(以“{{!}}”分隔)}}:$2",
448         "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必须为空|可以为空,或$2}}",
449         "api-help-param-limit": "不允许超过$1。",
450         "api-help-param-limit2": "不允许超过$1个(对于机器人则是$2个)。",
451         "api-help-param-integer-min": "{{PLURAL:$1|值}}必须不少于$2。",
452         "api-help-param-integer-max": "{{PLURAL:$1|值}}必须不大于$2。",
453         "api-help-param-integer-minmax": "{{PLURAL:$1|值}}必须介于$2和$3之间。",
454         "api-help-param-multi-separate": "通过“|”隔开各值。",
455         "api-help-param-multi-max": "值的最高数字是{{PLURAL:$1|$1}}(对于机器人则是{{PLURAL:$2|$2}})。",
456         "api-help-param-default": "默认:$1",
457         "api-help-param-default-empty": "默认:<span class=\"apihelp-empty\">(空)</span>",
458         "api-help-param-token": "从[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]取回的“$1”令牌",
459         "api-help-param-disabled-in-miser-mode": "由于[https://www.mediawiki.org/wiki/Manual:$wgMiserMode miser模式]而禁用。",
460         "api-help-param-limited-in-miser-mode": "'''注意:'''由于[https://www.mediawiki.org/wiki/Manual:$wgMiserMode miser模式],使用这个可能导致继续前返回少于“$1limit”个结果;极端情况下可能不会返回任何结果。",
461         "api-help-param-continue": "什么时候更多结果可用什么时候继续使用。",
462         "api-help-param-no-description": "<span class=\"apihelp-empty\">(没有说明)</span>",
463         "api-help-examples": "{{PLURAL:$1|例子}}:",
464         "api-help-permissions": "{{PLURAL:$1|权限}}:",
465         "api-help-permissions-granted-to": "{{PLURAL:$1|授予}}:$2",
466         "api-credits-header": "制作人员",
467         "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://bugzilla.wikimedia.org/。"