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