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