Merge "resourceloader: Simplify StringSet fallback"
[lhc/web/wiklou.git] / includes / api / i18n / zh-hant.json
1 {
2 "@metadata": {
3 "authors": [
4 "Cwlin0416",
5 "Liuxinyu970226",
6 "LNDDYL",
7 "EagerLin",
8 "Zhxy 519",
9 "Macofe",
10 "Jasonzhuocn",
11 "Winstonyin",
12 "Arthur2e5",
13 "烈羽",
14 "Corainn",
15 "A2093064",
16 "Wwycheuk",
17 "Wbxshiori",
18 "Sanmosa",
19 "Kly",
20 "WhitePhosphorus"
21 ]
22 },
23 "apihelp-main-extended-description": "<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|說明文件]]\n* [[mw:Special:MyLanguage/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>MediaWiki API 已是成熟、穩定,並積極支援以改善的介面。儘管我們儘可能避免,但仍偶有需要重大變更的情況,請訂閱[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 郵寄清單]以便獲得更新通知。\n\n<strong>錯誤的請求:</strong>當 API 收到錯誤的請求,會發出以「MediaWiki-API-Error」為鍵的 HTTP 標頭欄位,隨後標頭欄位的值,以及傳回的錯誤碼會設為相同值。詳細資訊請參閱 [[mw:Special:MyLanguage/API:Errors_and_warnings|API: 錯誤與警告]]。\n\n<p class=\"mw-apisandbox-link\"><strong>測試:</strong>要簡化 API 請求的測試過程,請見 [[Special:ApiSandbox]]。</p>",
24 "apihelp-main-param-action": "要執行的動作。",
25 "apihelp-main-param-format": "輸出的格式。",
26 "apihelp-main-param-smaxage": "將HTTP緩存控制頭欄位設為<code>s-maxage</code>秒。錯誤不會做緩存。",
27 "apihelp-main-param-maxage": "將HTTP緩存控制頭欄位設為<code>max-age</code>秒。錯誤不會做緩存。",
28 "apihelp-main-param-assert": "若設為<kbd>user</kbd>,會確認使用者是否已登入;若設為<kbd>bot</kbd>,會確認是否擁有機械人權限。",
29 "apihelp-main-param-assertuser": "確認目前使用者就是指定的使用者。",
30 "apihelp-main-param-requestid": "在此處提供的任何值都將包括在響應之中。可用於區分請求。",
31 "apihelp-main-param-servedby": "在結果中包括提出請求的主機名。",
32 "apihelp-main-param-curtimestamp": "在結果中包括目前的時間戳。",
33 "apihelp-main-param-responselanginfo": "在結果中包括<var>uselang</var>和<var>errorlang</var>所用的語言。",
34 "apihelp-block-summary": "封鎖使用者。",
35 "apihelp-block-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1userid</var> 一起使用",
36 "apihelp-block-param-userid": "要封鎖的使用者 ID。不可與 <var>$1user</var> 一同使用。",
37 "apihelp-block-param-reason": "封鎖原因。",
38 "apihelp-block-param-anononly": "僅封鎖匿名使用者 (禁止這個 IP 位址的匿名使用者編輯)。",
39 "apihelp-block-param-nocreate": "禁止建立帳號。",
40 "apihelp-block-param-autoblock": "自動封鎖最後使用的 IP 位址,以及在這之後嘗試登入的 IP 位址。",
41 "apihelp-block-param-noemail": "禁止使用者透過 Wiki 寄送電子郵件。 (需要 <code>blockemail</code> 權限)。",
42 "apihelp-block-param-hidename": "隱藏封鎖日誌的使用者名稱。 (需要 <code>hideuser</code> 權限)。",
43 "apihelp-block-param-allowusertalk": "允許使用者編輯自己的對話頁面 (依據 <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var> 的設定)。",
44 "apihelp-block-param-reblock": "若使用者已被封鎖,覆寫既有的封鎖設定值。",
45 "apihelp-block-param-watchuser": "監視使用者或 IP 位址的使用者頁面與對話頁面。",
46 "apihelp-block-param-tags": "在封鎖日誌裡更改套用到項目的標籤。",
47 "apihelp-block-example-ip-simple": "封鎖 IP 位址 <kbd>192.0.2.5</kbd> 三天,原因為 <kbd>First strike</kbd>。",
48 "apihelp-block-example-user-complex": "永久封鎖 IP 位址 <kbd>Vandal</kbd>,原因為 <kbd>Vandalism</kbd>。",
49 "apihelp-changeauthenticationdata-summary": "為目前使用者變更身分核對資料。",
50 "apihelp-changeauthenticationdata-example-password": "嘗試更改目前使用者的密碼至 <kbd>ExamplePassword</kbd>。",
51 "apihelp-checktoken-summary": "檢查來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的密鑰有效性。",
52 "apihelp-checktoken-param-type": "要測試的密鑰類型。",
53 "apihelp-checktoken-param-token": "要測試的密鑰。",
54 "apihelp-checktoken-param-maxtokenage": "密鑰的有效期間,以秒為單位。",
55 "apihelp-checktoken-example-simple": "測試 <kbd>csrf</kbd> 密鑰的有效性。",
56 "apihelp-clearhasmsg-summary": "清除目前使用者的 <code>hasmsg</code> 標記。",
57 "apihelp-clearhasmsg-example-1": "清除目前使用者的 <code>hasmsg</code> 標記。",
58 "apihelp-compare-summary": "比較 2 個頁面間的差異。",
59 "apihelp-compare-extended-description": "\"from\" 以及 \"to\" 的修訂編號,頁面標題或頁面 ID 為必填。",
60 "apihelp-compare-param-fromtitle": "要比對的第一個標題。",
61 "apihelp-compare-param-fromid": "要比對的第一個頁面 ID。",
62 "apihelp-compare-param-fromrev": "要比對的第一個修訂。",
63 "apihelp-compare-param-fromcontentformat-{slot}": "<var>fromtext-&#x7B;slot}</var> 的內容序列化格式。",
64 "apihelp-compare-param-fromtext": "指定 <kbd>fromslots=main</kbd> 並改用 <var>fromtext-main</var>。",
65 "apihelp-compare-param-fromcontentmodel": "指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentmodel-main</var>。",
66 "apihelp-compare-param-fromcontentformat": "指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentformat-main</var>。",
67 "apihelp-compare-param-totitle": "要比對的第二個標題。",
68 "apihelp-compare-param-toid": "要比對的第二個頁面 ID。",
69 "apihelp-compare-param-torev": "要比對的第二個修訂。",
70 "apihelp-compare-param-topst": "在 <var>totext</var> 執行預先保存轉換。",
71 "apihelp-compare-param-totext": "指定 <kbd>toslots=main</kbd> 並改用 <var>totext-main</var>。",
72 "apihelp-compare-param-tocontentmodel": "指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentmodel-main</var>。",
73 "apihelp-compare-param-tocontentformat": "指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentformat-main</var>。",
74 "apihelp-compare-param-prop": "要取得的資訊部份。",
75 "apihelp-compare-paramvalue-prop-diff": "HTML 差異。",
76 "apihelp-compare-paramvalue-prop-diffsize": "以位元組為單位的 HTML 差異大小。",
77 "apihelp-compare-paramvalue-prop-ids": "「from」與「to」修訂的頁面與修訂 ID。",
78 "apihelp-compare-paramvalue-prop-title": "「from」與「to」修訂的頁面標題。",
79 "apihelp-compare-paramvalue-prop-user": "「from」與「to」修訂的使用者名稱與 ID。",
80 "apihelp-compare-paramvalue-prop-comment": "「from」與「to」修訂的註釋。",
81 "apihelp-compare-paramvalue-prop-parsedcomment": "「from」與「to」修訂的解析註釋。",
82 "apihelp-compare-paramvalue-prop-size": "「from」與「to」修訂的大小。",
83 "apihelp-compare-example-1": "建立修訂 1 與 1 的差異檔",
84 "apihelp-createaccount-summary": "建立新使用者帳號。",
85 "apihelp-createaccount-param-name": "使用者名稱。",
86 "apihelp-createaccount-param-password": "密碼 (若有設定 <var>$1mailpassword</var> 則可略過)。",
87 "apihelp-createaccount-param-domain": "外部身分核對使用的網域 (可有可無)。",
88 "apihelp-createaccount-param-token": "在第一次請求時已取得的帳號建立金鑰。",
89 "apihelp-createaccount-param-email": "使用者的電子郵件地址 (可有可無) 。",
90 "apihelp-createaccount-param-realname": "使用者的真實姓名 (可有可無)。",
91 "apihelp-createaccount-param-mailpassword": "若設為其他值,將會以電子郵件寄送隨機密碼給使用者。",
92 "apihelp-createaccount-param-reason": "建立帳號時選填的原因,會被記錄到日誌當中。",
93 "apihelp-createaccount-param-language": "要設定的使用者預設語言代碼 (選填,預設依據內容語言)。",
94 "apihelp-createaccount-example-pass": "建立使用者 <kbd>testuser</kbd> 使用密碼 <kbd>test123</kbd>",
95 "apihelp-createaccount-example-mail": "建立使用者 <kbd>testmailuser</kbd> 並且電子郵件通知隨機產生的密碼。",
96 "apihelp-delete-summary": "刪除頁面。",
97 "apihelp-delete-param-title": "您欲刪除的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
98 "apihelp-delete-param-pageid": "您欲刪除頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
99 "apihelp-delete-param-reason": "刪除的原因。 若未設定,將會使用自動產生的原因。",
100 "apihelp-delete-param-tags": "在刪除日誌裡更改套用到項目的標籤。",
101 "apihelp-delete-param-watch": "加入目前頁面至您的監視清單。",
102 "apihelp-delete-param-watchlist": "無條件使用設置將頁面加入或移除目前使用者的監視清單或者是不更改監視清單。",
103 "apihelp-delete-param-unwatch": "從您的監視清單中移除目前頁面。",
104 "apihelp-delete-param-oldimage": "由 [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] 所提供要刪除的舊圖片名稱。",
105 "apihelp-delete-example-simple": "刪除 <kbd>Main Page</kbd>。",
106 "apihelp-delete-example-reason": "刪除 <kbd>Main Page</kbd> 原因為 <kbd>Preparing for move</kbd>。",
107 "apihelp-disabled-summary": "已停用此模組。",
108 "apihelp-edit-summary": "建立與編輯頁面。",
109 "apihelp-edit-param-title": "您欲編輯的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
110 "apihelp-edit-param-pageid": "您欲編輯頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
111 "apihelp-edit-param-section": "章節編號。 <kbd>0</kbd> 代表最上層章節,<kbd>new</kbd> 代表新章節。",
112 "apihelp-edit-param-sectiontitle": "新章節的標題。",
113 "apihelp-edit-param-text": "頁面內容。",
114 "apihelp-edit-param-summary": "編輯摘要。 當未設定 $1section=new 與 $1sectiontitle 時也會當做章節標題。",
115 "apihelp-edit-param-tags": "更改套用到修訂的標籤。",
116 "apihelp-edit-param-minor": "小編輯。",
117 "apihelp-edit-param-notminor": "非小編輯。",
118 "apihelp-edit-param-bot": "標記此編輯為機器人編輯。",
119 "apihelp-edit-param-basetimestamp": "基於修訂的時間戳記,用來檢測編輯衝突。也许可以取得[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]認可。",
120 "apihelp-edit-param-createonly": "若頁面已存在,則不編輯頁面。",
121 "apihelp-edit-param-nocreate": "若頁面不存在,則產生錯誤。",
122 "apihelp-edit-param-watch": "加入目前頁面至您的監視清單。",
123 "apihelp-edit-param-unwatch": "從您的監視清單中移除目前頁面。",
124 "apihelp-edit-param-watchlist": "無條件使用設置將頁面加入或移除目前使用者的監視清單或者是不更改監視清單。",
125 "apihelp-edit-param-prependtext": "添加此文字至頁面開頭。覆蓋$1text。",
126 "apihelp-edit-param-undo": "撤銷此修訂。覆蓋$1text、$1prependtext與$1appendtext。",
127 "apihelp-edit-param-redirect": "自動化解決重新導向。",
128 "apihelp-edit-param-contentformat": "用於輸入文字的內容序列化格式。",
129 "apihelp-edit-param-contentmodel": "新內容的內容模組。",
130 "apihelp-edit-example-edit": "編輯頁面",
131 "apihelp-edit-example-prepend": "前置頁面的 <kbd>_&#95;NOTOC_&#95;</kbd>。",
132 "apihelp-emailuser-summary": "寄送電子郵件給使用者。",
133 "apihelp-emailuser-param-target": "電子郵件的收件使用者。",
134 "apihelp-emailuser-param-subject": "郵件主旨。",
135 "apihelp-emailuser-param-text": "郵件內容。",
136 "apihelp-emailuser-param-ccme": "寄送一份此郵件的複本給我。",
137 "apihelp-emailuser-example-email": "寄送電子郵件給使用者 <kbd>WikiSysop</kbd> 使用內容 <kbd>Content</kbd>",
138 "apihelp-expandtemplates-summary": "展開所有於 wikitext 中模板。",
139 "apihelp-expandtemplates-param-title": "頁面標題。",
140 "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。",
141 "apihelp-expandtemplates-paramvalue-prop-wikitext": "展開的 wiki 文字。",
142 "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "指定頁面的 JavaScript 設置變量。",
143 "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "指定頁面的 JavaScript 設置變量為 JSON 字串。",
144 "apihelp-feedcontributions-summary": "回傳使用者貢獻 Feed。",
145 "apihelp-feedcontributions-param-feedformat": "Feed 的格式。",
146 "apihelp-feedcontributions-param-user": "要取得哪些使用者的貢獻。",
147 "apihelp-feedcontributions-param-year": "起始年份(更早之前)。",
148 "apihelp-feedcontributions-param-month": "起始月份(更早之前)。",
149 "apihelp-feedcontributions-param-tagfilter": "篩選有這些標籤的貢獻。",
150 "apihelp-feedcontributions-param-deletedonly": "僅顯示已刪除的貢獻。",
151 "apihelp-feedcontributions-param-toponly": "只顯示最新修訂的編輯。",
152 "apihelp-feedcontributions-param-newonly": "只顯示建立頁面的編輯。",
153 "apihelp-feedcontributions-param-hideminor": "隱藏小編輯。",
154 "apihelp-feedcontributions-param-showsizediff": "顯示修訂版本之間的差異大小。",
155 "apihelp-feedcontributions-example-simple": "返回使用者<kbd>Example</kbd>的貢獻。",
156 "apihelp-feedrecentchanges-summary": "返回最近變更摘要。",
157 "apihelp-feedrecentchanges-param-feedformat": "摘要格式。",
158 "apihelp-feedrecentchanges-param-namespace": "用於限制結果的命名空間。",
159 "apihelp-feedrecentchanges-param-invert": "除所選定者外的所有命名空間。",
160 "apihelp-feedrecentchanges-param-days": "用於限制結果的天數。",
161 "apihelp-feedrecentchanges-param-limit": "回傳的結果數量上限。",
162 "apihelp-feedrecentchanges-param-from": "顯示自那時以來的更改。",
163 "apihelp-feedrecentchanges-param-hideminor": "隱藏小更改。",
164 "apihelp-feedrecentchanges-param-hidebots": "隱藏由機器人做的變更。",
165 "apihelp-feedrecentchanges-param-hideanons": "隱藏匿名使用者做的變更。",
166 "apihelp-feedrecentchanges-param-hideliu": "隱藏已註冊使用者做的變更。",
167 "apihelp-feedrecentchanges-param-hidepatrolled": "隱藏已巡查的變更。",
168 "apihelp-feedrecentchanges-param-hidemyself": "隱藏由目前使用者做出的更改。",
169 "apihelp-feedrecentchanges-param-hidecategorization": "隱藏分類成員更改。",
170 "apihelp-feedrecentchanges-param-tagfilter": "按標籤篩選。",
171 "apihelp-feedrecentchanges-example-simple": "顯示近期變更。",
172 "apihelp-feedrecentchanges-example-30days": "顯示近期30天內的變動",
173 "apihelp-feedwatchlist-summary": "返回監視清單 feed。",
174 "apihelp-feedwatchlist-param-feedformat": "Feed 的格式。",
175 "apihelp-feedwatchlist-param-linktosections": "若可以的話,直接連結至更改過的段落。",
176 "apihelp-filerevert-summary": "回退檔案至舊的版本。",
177 "apihelp-filerevert-param-filename": "目標檔案名稱,不需包含「File:」這樣的前綴字元。",
178 "apihelp-filerevert-param-comment": "上載意見。",
179 "apihelp-help-summary": "顯示指定模組的說明。",
180 "apihelp-help-example-main": "主模組使用說明",
181 "apihelp-help-example-recursive": "一個頁面中的所有說明。",
182 "apihelp-help-example-help": "說明模組自身的說明。",
183 "apihelp-help-example-query": "兩個查詢子模組的說明。",
184 "apihelp-imagerotate-summary": "旋轉一張或多張圖片。",
185 "apihelp-imagerotate-param-rotation": "順時針旋轉圖片的度數。",
186 "apihelp-imagerotate-param-tags": "在更新日誌裡套用到項目的標籤。",
187 "apihelp-imagerotate-example-simple": "<kbd>90</kbd> 度旋轉 <kbd>File:Example.png</kbd>。",
188 "apihelp-imagerotate-example-generator": "<kbd>180</kbd> 度旋轉所有在 <kbd>Category:Flip</kbd> 裡的圖片。",
189 "apihelp-import-summary": "從其它 wiki 或 XML 檔案來匯入頁面。",
190 "apihelp-import-param-summary": "匯入摘要。",
191 "apihelp-import-param-xml": "上載的 XML 檔。",
192 "apihelp-import-param-interwikisource": "用於跨 wiki 匯入:匯入的來源 wiki。",
193 "apihelp-import-param-interwikipage": "用於跨 wiki 匯入:匯入的頁面。",
194 "apihelp-import-param-fullhistory": "用於跨 wiki 匯入:完整匯入歷史,而不只是最新版本。",
195 "apihelp-import-param-templates": "用於跨 wiki 匯入:匯入一切包含的模板。",
196 "apihelp-import-param-namespace": "匯入至此命名空間。無法與 <var>$1rootpage</var> 一起使用。",
197 "apihelp-import-param-rootpage": "匯入作為此頁面的子頁面。無法與 <var>$1namespace</var> 一起使用。",
198 "apihelp-import-example-import": "以完整歷史紀錄匯入 [[meta:Help:ParserFunctions]] 至命名空間 100。",
199 "apihelp-linkaccount-example-link": "開始進行從 <kbd>Example</kbd> 連結至帳號的程序。",
200 "apihelp-login-summary": "登入並取得身分核對 cookies",
201 "apihelp-login-param-name": "使用者名稱。",
202 "apihelp-login-param-password": "密碼。",
203 "apihelp-login-param-domain": "網域名稱(可有可無)。",
204 "apihelp-login-example-login": "登入",
205 "apihelp-logout-summary": "登出並清除 session 資料。",
206 "apihelp-logout-example-logout": "登出當前使用者",
207 "apihelp-managetags-summary": "執行相關到更改標籤的管理任務。",
208 "apihelp-managetags-param-ignorewarnings": "是否在處理期間發生問題時忽略任何警告。",
209 "apihelp-managetags-param-tags": "在標籤管理日誌裡更改套用到項目的標籤。",
210 "apihelp-mergehistory-summary": "合併頁面歷史",
211 "apihelp-mergehistory-param-reason": "合併歷史的原因。",
212 "apihelp-mergehistory-example-merge": "將<kbd>Oldpage</kbd>的整個歷史合併至<kbd>Newpage</kbd>。",
213 "apihelp-mergehistory-example-merge-timestamp": "將<kbd>Oldpage</kbd>直至<kbd>2015-12-31T04:37:41Z</kbd>的頁面修訂版本合併至<kbd>Newpage</kbd>。",
214 "apihelp-move-summary": "移動頁面。",
215 "apihelp-move-param-from": "重新命名本頁面的標題。不能與 <var>$1fromid</var> 一起出現。",
216 "apihelp-move-param-fromid": "重新命名本頁面的 ID 。不能與 <var>$1fromid</var> 一起出現。",
217 "apihelp-move-param-to": "將本頁面的標題重新命名為",
218 "apihelp-move-param-reason": "重新命名的原因。",
219 "apihelp-move-param-movetalk": "如果討論頁存在,變更討論頁名稱。",
220 "apihelp-move-param-movesubpages": "如果適用,則重新命名子頁面。",
221 "apihelp-move-param-noredirect": "不要建立重新導向。",
222 "apihelp-move-param-watch": "將頁面和重定向加入目前使用者的監視清單。",
223 "apihelp-move-param-unwatch": "從目前使用者的監視清單中移除頁面和重定向。",
224 "apihelp-move-param-watchlist": "在目前使用者的監視清單中無條件地加入或移除頁面,或使用設定,或不變更監視清單。",
225 "apihelp-move-param-ignorewarnings": "忽略所有警告。",
226 "apihelp-move-example-move": "將<kbd>Badtitle</kbd>移動至<kbd>Goodtitle</kbd>,不留下重定向。",
227 "apihelp-opensearch-summary": "使用 OpenSearch 協定搜尋本 wiki。",
228 "apihelp-opensearch-param-search": "搜尋字串。",
229 "apihelp-opensearch-param-limit": "回傳的結果數量上限。",
230 "apihelp-opensearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
231 "apihelp-opensearch-param-suggest": "若<var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>設定為false,則不做任何事。",
232 "apihelp-opensearch-param-redirects": "如何處理重定向:\n;return:傳回重定向本身。\n;resolve:傳回目標頁面,傳回的結果數目可能少於$1limit。\n由於歷史原因,$1format=json的預設值為「return」,其他格式則為「resolve」。",
233 "apihelp-opensearch-param-format": "輸出的格式。",
234 "apihelp-opensearch-example-te": "找出以 <kbd>Te</kbd> 為開頭的頁面。",
235 "apihelp-options-summary": "更改目前使用者的偏好設定。",
236 "apihelp-options-param-reset": "重設偏好設定為網站預設值。",
237 "apihelp-options-param-optionname": "選項名稱,其應設定為由 <var>$1optionvalue</var> 所提供的值。",
238 "apihelp-options-param-optionvalue": "由 <var>$1optionname</var> 所指定,用於選項的值。",
239 "apihelp-options-example-reset": "重設所有偏好設定",
240 "apihelp-options-example-change": "更改<kbd>skin</kbd>和<kbd>hideminor</kbd>偏好設定。",
241 "apihelp-options-example-complex": "重置所有偏好設定,然後再設定 <kbd>skin</kbd> 與 <kbd>nickname</kbd>。",
242 "apihelp-paraminfo-summary": "獲得有關 API 模組的資訊。",
243 "apihelp-paraminfo-param-helpformat": "說明字串的格式。",
244 "apihelp-paraminfo-param-formatmodules": "格式模組名稱清單(<var>format</var> 參數的值)。請改用 <var>$1modules</var> 。",
245 "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> 的資訊。",
246 "apihelp-paraminfo-example-2": "顯示 <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 所有子模組的資訊。",
247 "apihelp-parse-summary": "解析內容併回傳解析器輸出。",
248 "apihelp-parse-param-text": "要解析的文字。使用 <var>$1title</var> 或 <var>$1contentmodel</var> 來控制內容模組。",
249 "apihelp-parse-param-summary": "解析摘要。",
250 "apihelp-parse-param-pageid": "解析此頁面的內容。覆蓋 <var>$1page</var>。",
251 "apihelp-parse-param-redirects": "若 <var>$1page</var> 或者 <var>$1pageid</var> 被設定成重新導向,則解析它。",
252 "apihelp-parse-param-prop": "要取得的資訊部份:",
253 "apihelp-parse-paramvalue-prop-text": "提供 wiki 文字的解析文字。",
254 "apihelp-parse-paramvalue-prop-langlinks": "在已解析的 wiki 文字提供語言連結。",
255 "apihelp-parse-paramvalue-prop-categories": "在已解析的 wiki 文字提供分類。",
256 "apihelp-parse-paramvalue-prop-categorieshtml": "提供分類的 HTML 版本。",
257 "apihelp-parse-paramvalue-prop-links": "在已解析的 wiki 文字提供內部連結。",
258 "apihelp-parse-paramvalue-prop-templates": "在已解析的 wiki 文字提供模板。",
259 "apihelp-parse-paramvalue-prop-images": "在已解析的 wiki 文字提供圖片。",
260 "apihelp-parse-paramvalue-prop-externallinks": "在已解析的 wiki 文字提供外部連結。",
261 "apihelp-parse-paramvalue-prop-sections": "在已解析的 wiki 文字提供段落。",
262 "apihelp-parse-paramvalue-prop-revid": "添加已解析頁面的修訂 ID。",
263 "apihelp-parse-paramvalue-prop-displaytitle": "添加已解析 wiki 文字的標題。",
264 "apihelp-parse-paramvalue-prop-headitems": "提供放置頁面裡的 <code>&lt;head&gt;</code> 之項目。",
265 "apihelp-parse-paramvalue-prop-headhtml": "取得頁面已解析的 <code>&lt;head&gt;</code>。",
266 "apihelp-parse-paramvalue-prop-iwlinks": "在已解析的 wiki 文字提供跨 wiki 連結。",
267 "apihelp-parse-param-disablepp": "請改用<var>$1disablelimitreport</var>。",
268 "apihelp-parse-param-preview": "在預覽模式下解析。",
269 "apihelp-parse-example-page": "解析頁面。",
270 "apihelp-parse-example-text": "解析 wikitext。",
271 "apihelp-parse-example-texttitle": "解析 wikitext,指定頁面標題。",
272 "apihelp-parse-example-summary": "解析摘要。",
273 "apihelp-patrol-summary": "巡查頁面或修訂。",
274 "apihelp-patrol-param-rcid": "要巡查的最近變更 ID。",
275 "apihelp-patrol-param-revid": "要巡查的修訂 ID。",
276 "apihelp-patrol-param-tags": "在巡查日誌裡更改套用到項目的標籤。",
277 "apihelp-patrol-example-rcid": "巡查一次最近變更。",
278 "apihelp-patrol-example-revid": "巡查一個修訂。",
279 "apihelp-protect-summary": "變更頁面的保護層級。",
280 "apihelp-protect-param-title": "要(解除)保護頁面的標題。 不能與 $1pageid 一起使用。",
281 "apihelp-protect-param-pageid": "要(解除)保護頁面的 ID。 不能與 $1title 一起使用。",
282 "apihelp-protect-param-protections": "保護層級清單,格式為 <kbd>action=level</kbd> (例如 <kbd>edit=sysop</kbd>)。<kbd>all</kbd> 層級代表所有人都可以進行行動,亦即無限制。\n\n<strong>注意:</strong>未列入清單項目的限制皆會移除。",
283 "apihelp-protect-param-expiry": "期限時間戳記,若只設定一個時間戳記,該時間戳記將會套用至所有的保護層級。 使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd> 或 <kbd>never</kbd> 來設定保護層級期限為永遠。",
284 "apihelp-protect-param-reason": "(解除)保護的原因。",
285 "apihelp-protect-param-tags": "修改標籤以套用於保護日誌裡的項目。",
286 "apihelp-protect-param-cascade": "啟用連鎖保護(也就是保護包含於此頁面的頁面)。如果所有提供的保護等級不支援連鎖,就將其忽略。",
287 "apihelp-protect-param-watch": "如果被設定,就將被(解除)保護的頁面加至目前使用者的監視列表。",
288 "apihelp-protect-param-watchlist": "無條件地將該頁面加入至或移除自目前使用者的監視列表、使用偏好設定或不更改監視。",
289 "apihelp-protect-example-protect": "保護一個頁面。",
290 "apihelp-protect-example-unprotect": "透過設定為 <kbd>all</kbd>(註:代表任何人都可以執行操作),來解除對頁面的保護。",
291 "apihelp-protect-example-unprotect2": "透過設定為沒有限制,來解除對頁面的保護。",
292 "apihelp-purge-summary": "為指定標題清除快取。",
293 "apihelp-purge-param-forcelinkupdate": "更新連結表格。",
294 "apihelp-purge-example-simple": "清除 <kbd>Main Page</kbd> 與 <kbd>API</kbd> 頁面。",
295 "apihelp-purge-example-generator": "重新整理主要命名空間的前10個頁面。",
296 "apihelp-query-summary": "擷取來自及有關MediaWiki的數據。",
297 "apihelp-query-param-prop": "替已查詢頁面所要取得的屬性。",
298 "apihelp-query-param-list": "要取得的清單。",
299 "apihelp-query-param-meta": "要取得的詮釋資料。",
300 "apihelp-query-param-export": "匯出所有指定或已產生頁面的目前修訂。",
301 "apihelp-query-param-iwurl": "若標題是跨 wiki 連結,是否取得完整的 URL。",
302 "apihelp-query-param-rawcontinue": "回傳原始的 <samp>query-continue</samp> 資料來繼續。",
303 "apihelp-query-example-revisions": "索取 <kbd>Main Page</kbd> 的[[Special:ApiHelp/query+siteinfo|站台資訊]]與[[Special:ApiHelp/query+revisions|修訂]]。",
304 "apihelp-query-example-allpages": "索取以 <kbd>API/</kbd> 為開頭的頁面修訂。",
305 "apihelp-query+allcategories-summary": "列舉所有分類。",
306 "apihelp-query+allcategories-param-from": "起始列舉的分類。",
307 "apihelp-query+allcategories-param-to": "終止列舉的分類。",
308 "apihelp-query+allcategories-param-prefix": "搜尋以此值為開頭的所有分類標題。",
309 "apihelp-query+allcategories-param-dir": "排序的方向。",
310 "apihelp-query+allcategories-param-min": "僅回傳至少有這樣多成員的分類。",
311 "apihelp-query+allcategories-param-max": "僅回傳最多有這樣多成員的分類。",
312 "apihelp-query+allcategories-param-limit": "要回傳的分類數量。",
313 "apihelp-query+allcategories-param-prop": "要取得的屬性。",
314 "apihelp-query+allcategories-paramvalue-prop-size": "在分類裡添加頁面數。",
315 "apihelp-query+alldeletedrevisions-summary": "依使用者或所在命名空間來列出所有已刪除的修訂。",
316 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "僅與 <var>$3user</var> 一同使用。",
317 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能與 <var>$3user</var> 一同使用。",
318 "apihelp-query+alldeletedrevisions-param-start": "起始列舉的時間戳記。",
319 "apihelp-query+alldeletedrevisions-param-end": "終止列舉的時間戳記。",
320 "apihelp-query+alldeletedrevisions-param-from": "在此標題開始列出。",
321 "apihelp-query+alldeletedrevisions-param-to": "在此標題停止列出。",
322 "apihelp-query+alldeletedrevisions-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
323 "apihelp-query+alldeletedrevisions-param-tag": "僅列出以此標籤所標記的修訂。",
324 "apihelp-query+alldeletedrevisions-param-user": "此列出由該使用者作出的修訂。",
325 "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
326 "apihelp-query+alldeletedrevisions-param-namespace": "僅列出此命名空間的頁面。",
327 "apihelp-query+alldeletedrevisions-example-user": "列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。",
328 "apihelp-query+alldeletedrevisions-example-ns-main": "列出在主命名空間的前 50 個已刪除修訂。",
329 "apihelp-query+allfileusages-summary": "列出所有檔案用途,包含不存在的。",
330 "apihelp-query+allfileusages-param-from": "要起始列舉的檔案標題。",
331 "apihelp-query+allfileusages-param-to": "要終止列舉的檔案標題。",
332 "apihelp-query+allfileusages-param-prefix": "搜尋以此值為開頭的所有檔案標題。",
333 "apihelp-query+allfileusages-param-prop": "要包含到的資訊部份:",
334 "apihelp-query+allfileusages-paramvalue-prop-title": "添加檔案標題。",
335 "apihelp-query+allfileusages-param-limit": "要回傳的項目總數。",
336 "apihelp-query+allfileusages-param-dir": "列出時所採用的方向。",
337 "apihelp-query+allfileusages-example-unique": "列出唯一的檔案標題。",
338 "apihelp-query+allfileusages-example-unique-generator": "取得所有檔案標題,標記為遺失。",
339 "apihelp-query+allfileusages-example-generator": "取得包含檔案的頁面。",
340 "apihelp-query+allimages-summary": "按順序列舉所有圖片。",
341 "apihelp-query+allimages-param-sort": "作為排序順序的屬性。",
342 "apihelp-query+allimages-param-dir": "列出時所採用的方向。",
343 "apihelp-query+allimages-param-from": "要開始列舉的圖片標題。僅能與 $1sort=name 一起使用。",
344 "apihelp-query+allimages-param-to": "要停止列舉的圖片標題。僅能與 $1sort=name 一起使用。",
345 "apihelp-query+allimages-param-start": "要開始列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。",
346 "apihelp-query+allimages-param-end": "要停止列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。",
347 "apihelp-query+allimages-param-prefix": "搜尋所有以此值為開頭的圖片。僅能與 $1sort=name 一起使用。",
348 "apihelp-query+allimages-param-minsize": "限制圖片至少要有這樣多的位元組。",
349 "apihelp-query+allimages-param-maxsize": "限制圖片最多只能這樣多的位元組。",
350 "apihelp-query+allimages-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
351 "apihelp-query+allimages-param-sha1base36": "以 base 36 的圖片 SHA1 雜湊值(使用在 MediaWiki)。",
352 "apihelp-query+allimages-param-mime": "所要搜尋的 MIME 類型,例如:<kbd>image/jpeg</kbd>。",
353 "apihelp-query+allimages-param-limit": "要回傳的圖片總數。",
354 "apihelp-query+allimages-example-B": "搜尋以字母 <kbd>B</kbd> 為開頭的所有檔案清單。",
355 "apihelp-query+allimages-example-recent": "顯示近期已上傳檔案的清單,類似於 [[Special:NewFiles]]。",
356 "apihelp-query+allimages-example-generator": "顯示 4 個以 <kbd>T</kbd> 為開頭的檔案之資訊。",
357 "apihelp-query+alllinks-param-from": "要起始列舉的連結標題。",
358 "apihelp-query+alllinks-param-to": "要終止列舉的連結標題。",
359 "apihelp-query+alllinks-param-prefix": "搜尋以此值為開頭的所有連結標題。",
360 "apihelp-query+alllinks-param-prop": "要包含的資訊部份:",
361 "apihelp-query+alllinks-paramvalue-prop-title": "添加連結標題。",
362 "apihelp-query+alllinks-param-namespace": "要列舉的命名空間。",
363 "apihelp-query+alllinks-param-limit": "要回傳的項目總數。",
364 "apihelp-query+alllinks-param-dir": "列出時所採用的方向。",
365 "apihelp-query+alllinks-example-unique": "列出唯一的連結標題。",
366 "apihelp-query+alllinks-example-unique-generator": "取得所有已連結標題,標記為遺失。",
367 "apihelp-query+alllinks-example-generator": "取得包含連結的頁面。",
368 "apihelp-query+allmessages-summary": "返回來自該網站的訊息。",
369 "apihelp-query+allmessages-param-prop": "要取得的屬性。",
370 "apihelp-query+allmessages-param-nocontent": "若有設定,請不要包含在輸出裡的訊息內容。",
371 "apihelp-query+allmessages-param-args": "要替代訊息的引數。",
372 "apihelp-query+allmessages-param-filter": "僅回傳名稱包含此字串的訊息。",
373 "apihelp-query+allmessages-param-customised": "僅回傳在此自定義狀況下的訊息。",
374 "apihelp-query+allmessages-param-lang": "以此語言來回傳訊息。",
375 "apihelp-query+allmessages-param-from": "以此訊息來回傳訊息開頭。",
376 "apihelp-query+allmessages-param-to": "以此訊息來回傳訊息結尾。",
377 "apihelp-query+allmessages-param-prefix": "回傳帶有前綴的訊息。",
378 "apihelp-query+allmessages-example-ipb": "顯示以 <kbd>ipb-</kbd> 起始的訊息。",
379 "apihelp-query+allmessages-example-de": "顯示在德語裡的 <kbd>august</kbd> 與 <kbd>mainpage</kbd> 訊息。",
380 "apihelp-query+allpages-summary": "依序列舉在指定命名空間的所有頁面。",
381 "apihelp-query+allpages-param-from": "起始列舉的頁面標題。",
382 "apihelp-query+allpages-param-to": "終止列舉的頁面標題。",
383 "apihelp-query+allpages-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
384 "apihelp-query+allpages-param-namespace": "要列舉的命名空間。",
385 "apihelp-query+allpages-param-filterredir": "要列出的頁面。",
386 "apihelp-query+allpages-param-minsize": "限制頁面至少要有這樣多的位元組。",
387 "apihelp-query+allpages-param-maxsize": "限制頁面最多只能這樣多的位元組。",
388 "apihelp-query+allpages-param-prtype": "僅限受保護的頁面。",
389 "apihelp-query+allpages-param-limit": "要回傳的頁面總數。",
390 "apihelp-query+allpages-param-dir": "列出時所採用的方向。",
391 "apihelp-query+allpages-example-B": "顯示以字母 <kbd>B</kbd> 為開頭的所有頁面清單。",
392 "apihelp-query+allpages-example-generator": "顯示 4 個以 <kbd>T</kbd> 為開頭的頁面之資訊。",
393 "apihelp-query+allredirects-summary": "列出至命名空間的所有重新導向。",
394 "apihelp-query+allredirects-param-from": "要起始列舉的重新導向標題。",
395 "apihelp-query+allredirects-param-to": "要終止列舉的重新導向標題。",
396 "apihelp-query+allredirects-param-prefix": "搜尋以此值為開頭的所有目標頁面。",
397 "apihelp-query+allredirects-param-prop": "要包含的資訊部份:",
398 "apihelp-query+allredirects-paramvalue-prop-title": "添加重新導向的標題。",
399 "apihelp-query+allredirects-param-namespace": "要列舉的命名空間。",
400 "apihelp-query+allredirects-param-limit": "要回傳的項目總數。",
401 "apihelp-query+allredirects-param-dir": "列出時所採用的方向。",
402 "apihelp-query+allredirects-example-unique": "列出唯一目標頁面。",
403 "apihelp-query+allredirects-example-unique-generator": "取得所有目標頁面,標記為遺失。",
404 "apihelp-query+allredirects-example-generator": "取得包含重新導向的頁面。",
405 "apihelp-query+allrevisions-summary": "列出所有修訂版本。",
406 "apihelp-query+allrevisions-param-start": "起始列舉的時間戳記。",
407 "apihelp-query+allrevisions-param-end": "終止列舉的時間戳記。",
408 "apihelp-query+allrevisions-param-user": "此列出由該使用者作出的修訂。",
409 "apihelp-query+allrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
410 "apihelp-query+allrevisions-param-namespace": "僅列出此命名空間的頁面。",
411 "apihelp-query+allrevisions-example-user": "列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。",
412 "apihelp-query+allrevisions-example-ns-main": "列出在主命名空間的前 50 個修訂。",
413 "apihelp-query+mystashedfiles-param-prop": "要索取的檔案屬性。",
414 "apihelp-query+mystashedfiles-paramvalue-prop-size": "索取檔案大小與圖片尺寸。",
415 "apihelp-query+mystashedfiles-paramvalue-prop-type": "索取檔案的 MIME 類型以及媒體類型。",
416 "apihelp-query+mystashedfiles-param-limit": "要取得的檔案數量。",
417 "apihelp-query+alltransclusions-param-prop": "要包含到的資訊部份:",
418 "apihelp-query+alltransclusions-paramvalue-prop-title": "添加嵌入的標題。",
419 "apihelp-query+alltransclusions-param-namespace": "要列舉的命名空間。",
420 "apihelp-query+alltransclusions-param-limit": "要回傳的項目總數。",
421 "apihelp-query+alltransclusions-param-dir": "列出時所採用的方向。",
422 "apihelp-query+allusers-summary": "列舉所有已註冊使用者。",
423 "apihelp-query+allusers-param-from": "起始列舉的使用者名稱。",
424 "apihelp-query+allusers-param-to": "終止列舉的使用者名稱。",
425 "apihelp-query+allusers-param-prefix": "搜尋以此值為開頭的所有使用者。",
426 "apihelp-query+allusers-param-dir": "排序的方向。",
427 "apihelp-query+allusers-param-group": "僅包含在指定群組的使用者。",
428 "apihelp-query+allusers-param-excludegroup": "排除指定群組中的使用者",
429 "apihelp-query+allusers-param-prop": "要包含的資訊部份:",
430 "apihelp-query+allusers-paramvalue-prop-blockinfo": "添加有關使用者目前封鎖的資訊。",
431 "apihelp-query+allusers-paramvalue-prop-rights": "列出使用者所擁有的權限。",
432 "apihelp-query+allusers-paramvalue-prop-editcount": "添加使用者的編輯次數。",
433 "apihelp-query+allusers-param-limit": "要回傳的使用者名稱總數。",
434 "apihelp-query+allusers-param-witheditsonly": "僅列出有做過編輯的使用者。",
435 "apihelp-query+allusers-param-activeusers": "僅列出在最近 $1 {{PLURAL:$1|天|天}}裡活躍的使用者。",
436 "apihelp-query+allusers-example-Y": "列出以<kbd>Y</kbd>開頭的使用者。",
437 "apihelp-query+authmanagerinfo-summary": "取得目前身分核對狀態的資訊。",
438 "apihelp-query+backlinks-summary": "找出連結至指定頁面的所有頁面。",
439 "apihelp-query+backlinks-param-title": "要搜尋的標題。不能與 <var>$1pageid</var> 一起使用。",
440 "apihelp-query+backlinks-param-pageid": "要搜尋的頁面 ID。不能與 <var>$1title</var> 一起使用。",
441 "apihelp-query+backlinks-param-namespace": "要列舉的命名空間。",
442 "apihelp-query+backlinks-param-dir": "列出時所採用的方向。",
443 "apihelp-query+backlinks-example-simple": "顯示至 <kbd>Main page</kbd> 的連結。",
444 "apihelp-query+backlinks-example-generator": "取得連結至 <kbd>Main page</kbd> 的相關頁面資訊。",
445 "apihelp-query+blocks-summary": "列出所有被封鎖使用者與 IP 位址。",
446 "apihelp-query+blocks-param-start": "起始列舉的時間戳記。",
447 "apihelp-query+blocks-param-end": "終止列舉的時間戳記。",
448 "apihelp-query+blocks-param-ids": "要列出的封鎖 ID 清單(可選)。",
449 "apihelp-query+blocks-param-users": "要搜尋的使用者清單(可選)。",
450 "apihelp-query+blocks-param-ip": "取得套用在此 IP 位址或 CIDR 範圍的所有封鎖與所包含的範圍封鎖。不可與 <var>$3users</var> 一起使用。CIDR 範圍不可超過 IPv4/$1 或 IPv6/$2。",
451 "apihelp-query+blocks-param-prop": "要取得的屬性。",
452 "apihelp-query+blocks-paramvalue-prop-id": "添加封鎖 ID。",
453 "apihelp-query+blocks-paramvalue-prop-user": "添加已封鎖使用者的使用者名稱。",
454 "apihelp-query+blocks-paramvalue-prop-userid": "添加已封鎖使用者的使用者 ID。",
455 "apihelp-query+blocks-paramvalue-prop-by": "添加進行封鎖中的使用者之使用者名稱。",
456 "apihelp-query+blocks-paramvalue-prop-byid": "添加進行封鎖中的使用者之使用者 ID。",
457 "apihelp-query+blocks-paramvalue-prop-timestamp": "添加當封鎖生效的時間戳記。",
458 "apihelp-query+blocks-paramvalue-prop-expiry": "添加當封鎖到期的時間戳記。",
459 "apihelp-query+blocks-paramvalue-prop-reason": "添加封鎖的原因。",
460 "apihelp-query+blocks-example-simple": "列出封鎖。",
461 "apihelp-query+blocks-example-users": "列出使用者 <kbd>Alice</kbd> 與 <kbd>Bob</kbd> 的封鎖。",
462 "apihelp-query+categories-summary": "列出頁面隸屬的所有分類。",
463 "apihelp-query+categories-param-prop": "為各分類所要取得的額外屬性:",
464 "apihelp-query+categories-param-show": "要顯示出的分類種類。",
465 "apihelp-query+categories-param-limit": "要回傳的分類數量。",
466 "apihelp-query+categories-param-dir": "列出時所採用的方向。",
467 "apihelp-query+categories-example-simple": "取得屬於在頁面 <kbd>Albert Einstein</kbd> 的分類清單。",
468 "apihelp-query+categories-example-generator": "取得使用在 <kbd>Albert Einstein</kbd> 頁面裡所有分類的相關資訊。",
469 "apihelp-query+categoryinfo-summary": "回傳有關指定分類的資訊。",
470 "apihelp-query+categoryinfo-example-simple": "取得有關 <kbd>Category:Foo</kbd> 與 <kbd>Category:Bar</kbd> 的資訊。",
471 "apihelp-query+categorymembers-summary": "在指定的分類中列出所有頁面。",
472 "apihelp-query+categorymembers-param-prop": "要包含的資訊部份:",
473 "apihelp-query+categorymembers-paramvalue-prop-ids": "添加頁面 ID。",
474 "apihelp-query+categorymembers-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
475 "apihelp-query+categorymembers-paramvalue-prop-timestamp": "添加在頁面有被包含時的時間戳記。",
476 "apihelp-query+categorymembers-param-limit": "回傳的頁面數量上限。",
477 "apihelp-query+categorymembers-param-sort": "作為排序順序的屬性。",
478 "apihelp-query+categorymembers-param-start": "起始列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。",
479 "apihelp-query+categorymembers-param-end": "結束列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。",
480 "apihelp-query+categorymembers-param-startsortkey": "請改用 $1starthexsortkey。",
481 "apihelp-query+categorymembers-param-endsortkey": "請改用 $1endhexsortkey。",
482 "apihelp-query+categorymembers-example-simple": "取得在 <kbd>Category:Physics</kbd> 裡前 10 項的頁面。",
483 "apihelp-query+categorymembers-example-generator": "取得在 <kbd>Category:Physics</kbd> 裡前 10 個頁面的頁面資訊。",
484 "apihelp-query+contributors-param-limit": "要回傳的貢獻人員數量。",
485 "apihelp-query+contributors-example-simple": "顯示頁面 <kbd>Main Page</kbd> 的貢獻者。",
486 "apihelp-query+deletedrevisions-summary": "取得已刪除修訂的資訊。",
487 "apihelp-query+deletedrevisions-param-tag": "僅列出以此標籤所標記的修訂。",
488 "apihelp-query+deletedrevisions-param-user": "此列出由該使用者作出的修訂。",
489 "apihelp-query+deletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
490 "apihelp-query+deletedrevisions-example-revids": "列出已刪除修訂 <kbd>123456</kbd> 的資訊。",
491 "apihelp-query+deletedrevs-summary": "列出已刪除的修訂。",
492 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式|模式}}:$2",
493 "apihelp-query+deletedrevs-param-start": "起始列舉的時間戳記。",
494 "apihelp-query+deletedrevs-param-end": "終止列舉的時間戳記。",
495 "apihelp-query+deletedrevs-param-from": "在此標題開始列出。",
496 "apihelp-query+deletedrevs-param-to": "在此標題停止列出。",
497 "apihelp-query+deletedrevs-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
498 "apihelp-query+deletedrevs-param-unique": "各頁面僅列出一個修訂。",
499 "apihelp-query+deletedrevs-param-tag": "僅列出以此標籤所標記的修訂。",
500 "apihelp-query+deletedrevs-param-user": "此列出由該使用者作出的修訂。",
501 "apihelp-query+deletedrevs-param-excludeuser": "不要列出由該使用者作出的修訂。",
502 "apihelp-query+deletedrevs-param-namespace": "僅列出此命名空間的頁面。",
503 "apihelp-query+deletedrevs-param-limit": "修訂能列出的最大數量。",
504 "apihelp-query+deletedrevs-example-mode3-main": "列出在主命名空間的前 50 個已刪除修訂(模式 3)。",
505 "apihelp-query+deletedrevs-example-mode3-talk": "列出在{{ns:talk}}命名空間的前 50 個已刪除頁面(模式 3)。",
506 "apihelp-query+disabled-summary": "已停用此查詢模組。",
507 "apihelp-query+duplicatefiles-param-limit": "要回傳的重複檔案數量。",
508 "apihelp-query+duplicatefiles-param-dir": "列出時所採用的方向。",
509 "apihelp-query+duplicatefiles-param-localonly": "僅查看在本地端儲存庫的檔案。",
510 "apihelp-query+duplicatefiles-example-simple": "尋找重複 [[:File:Albert Einstein Head.jpg]] 的檔案。",
511 "apihelp-query+duplicatefiles-example-generated": "查看全部有重複到的檔案。",
512 "apihelp-query+embeddedin-param-title": "要搜尋的標題。不能與 $1pageid 一起使用。",
513 "apihelp-query+embeddedin-param-pageid": "要搜尋的頁面 ID。不能與 $1title 一起使用。",
514 "apihelp-query+embeddedin-param-namespace": "要列舉的命名空間。",
515 "apihelp-query+embeddedin-param-dir": "列出時所採用的方向。",
516 "apihelp-query+embeddedin-param-filterredir": "如何過濾重新導向。",
517 "apihelp-query+embeddedin-param-limit": "要回傳的頁面總數。",
518 "apihelp-query+extlinks-summary": "回傳所有指定頁面的外部 URL (非 interwiki)。",
519 "apihelp-query+extlinks-param-limit": "要回傳的連結數量。",
520 "apihelp-query+extlinks-example-simple": "取得 <kbd>Main Page</kbd> 的外部連結清單。",
521 "apihelp-query+exturlusage-summary": "列舉包含指定 URL 的頁面。",
522 "apihelp-query+exturlusage-param-prop": "要包含的資訊部份:",
523 "apihelp-query+exturlusage-paramvalue-prop-ids": "添加頁面 ID。",
524 "apihelp-query+exturlusage-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
525 "apihelp-query+exturlusage-paramvalue-prop-url": "添加用於頁面的 URL。",
526 "apihelp-query+exturlusage-param-query": "不帶協定的搜尋字串。請查看 [[Special:LinkSearch]]。請留空以列出所有外部連結。",
527 "apihelp-query+exturlusage-param-namespace": "要列舉的頁面命名空間。",
528 "apihelp-query+exturlusage-param-limit": "要回傳的頁面數量。",
529 "apihelp-query+exturlusage-example-simple": "顯示連結至 <kbd>https://www.mediawiki.org</kbd> 的頁面。",
530 "apihelp-query+filearchive-summary": "依序列舉所有已刪除檔案。",
531 "apihelp-query+filearchive-param-from": "起始列舉的圖片標題。",
532 "apihelp-query+filearchive-param-to": "終止列舉的圖片標題。",
533 "apihelp-query+filearchive-param-prefix": "搜尋以此值為開頭的所有圖片標題。",
534 "apihelp-query+filearchive-param-limit": "要回傳的圖片總數。",
535 "apihelp-query+filearchive-param-dir": "列出時所採用的方向。",
536 "apihelp-query+filearchive-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
537 "apihelp-query+filearchive-param-sha1base36": "以 base 36 的圖片 SHA1 雜湊值(使用在 MediaWiki)。",
538 "apihelp-query+filearchive-param-prop": "要取得的圖片資訊:",
539 "apihelp-query+filearchive-paramvalue-prop-sha1": "替圖片添加 SHA-1 雜湊值。",
540 "apihelp-query+filearchive-paramvalue-prop-timestamp": "添加上傳版本的時間戳記。",
541 "apihelp-query+filearchive-paramvalue-prop-user": "添加上傳該圖片版本的使用者。",
542 "apihelp-query+filearchive-paramvalue-prop-description": "添加圖片版本的描述。",
543 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "解析版本的描述。",
544 "apihelp-query+filearchive-paramvalue-prop-mime": "添加圖片的 MIME。",
545 "apihelp-query+filearchive-paramvalue-prop-mediatype": "添加圖片的媒體類型。",
546 "apihelp-query+filearchive-paramvalue-prop-metadata": "列出圖片版本的 Exif 詮釋資料。",
547 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "添加版本的位元深度。",
548 "apihelp-query+filearchive-paramvalue-prop-archivename": "添加非最新版本的存檔版本檔案名稱。",
549 "apihelp-query+filearchive-example-simple": "顯示所有已刪除檔案的清單。",
550 "apihelp-query+filerepoinfo-paramvalue-prop-displayname": "人類可讀的儲存庫 wiki 名稱。",
551 "apihelp-query+filerepoinfo-paramvalue-prop-initialCapital": "檔案是否隱式地以大寫字母開頭。",
552 "apihelp-query+filerepoinfo-paramvalue-prop-local": "儲存庫是否為本地端。",
553 "apihelp-query+filerepoinfo-paramvalue-prop-rootUrl": "圖片路徑的根 URL 路徑。",
554 "apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl": "用於儲存庫 wiki 的 MediaWiki 安裝之根 URL 路徑。",
555 "apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl": "縮圖路徑的根 URL 路徑。",
556 "apihelp-query+filerepoinfo-paramvalue-prop-url": "公共區域 URL 路徑。",
557 "apihelp-query+filerepoinfo-example-simple": "取得檔案儲存庫的資訊。",
558 "apihelp-query+fileusage-summary": "尋找使用到指定檔案的所有頁面。",
559 "apihelp-query+fileusage-param-prop": "要取得的屬性。",
560 "apihelp-query+fileusage-paramvalue-prop-pageid": "各頁面的頁面 ID。",
561 "apihelp-query+fileusage-paramvalue-prop-title": "各頁面的標題。",
562 "apihelp-query+fileusage-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
563 "apihelp-query+fileusage-param-namespace": "僅包含這些命名空間的頁面。",
564 "apihelp-query+fileusage-param-limit": "要回傳的數量。",
565 "apihelp-query+fileusage-param-show": "僅顯示符合這些準則的項目:\n;redirect:僅顯示重新導向。\n;!redirect:僅顯示非重新導向。",
566 "apihelp-query+fileusage-example-simple": "取得使用到 [[:File:Example.jpg]] 的頁面清單。",
567 "apihelp-query+fileusage-example-generator": "取得使用到 [[:File:Example.jpg]] 的頁面相關資訊。",
568 "apihelp-query+imageinfo-summary": "回傳檔案資訊與上傳日誌。",
569 "apihelp-query+imageinfo-param-prop": "要取得的檔案資訊:",
570 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "添加上傳版本的時間戳記。",
571 "apihelp-query+imageinfo-paramvalue-prop-user": "添加上傳了各檔案版本的使用者。",
572 "apihelp-query+imageinfo-paramvalue-prop-userid": "添加上傳了各檔案版本的使用者 ID。",
573 "apihelp-query+imageinfo-paramvalue-prop-comment": "版本的註釋。",
574 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "解析版本上的註釋。",
575 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "添加檔案的規範標題。",
576 "apihelp-query+imageinfo-paramvalue-prop-url": "提供檔案與描述頁面的 URL。",
577 "apihelp-query+imageinfo-paramvalue-prop-sha1": "替檔案添加 SHA-1 雜湊值。",
578 "apihelp-query+imageinfo-paramvalue-prop-mime": "替檔案添加 MIME 類型。",
579 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加檔案的媒體類型。",
580 "apihelp-query+imageinfo-paramvalue-prop-badfile": "無論檔案是否在 [[MediaWiki:Bad image list]] 都添加",
581 "apihelp-query+imageinfo-param-limit": "每個檔案要回傳的檔案修訂數量。",
582 "apihelp-query+imageinfo-param-start": "列出的起始時間戳記。",
583 "apihelp-query+imageinfo-param-end": "列出的終止時間戳記。",
584 "apihelp-query+imageinfo-param-urlheight": "與 $1urlwidth 相似。",
585 "apihelp-query+imageinfo-param-localonly": "僅查看在本地端儲存庫的檔案。",
586 "apihelp-query+imageinfo-example-simple": "取得關於 [[:File:Albert Einstein Head.jpg]] 目前版本的資訊.",
587 "apihelp-query+imageinfo-example-dated": "索取 [[:File:Test.jpg]] 自 2008 年以來的版本資訊。",
588 "apihelp-query+images-summary": "回傳指定頁面中包含的所有檔案。",
589 "apihelp-query+images-param-limit": "要回傳的檔案數量。",
590 "apihelp-query+images-param-dir": "列出時所採用的方向。",
591 "apihelp-query+images-example-simple": "取得使用在 [[Main Page]] 的檔案清單。",
592 "apihelp-query+images-example-generator": "取得在 [[Main Page]] 所有使用到檔案的相關資訊。",
593 "apihelp-query+imageusage-summary": "尋找使用到指定圖片標題的所有頁面。",
594 "apihelp-query+imageusage-param-title": "要搜尋的標題。不能與 $1pageid 一起使用。",
595 "apihelp-query+imageusage-param-pageid": "要搜尋的頁面 ID。不能與 $1title 一起使用。",
596 "apihelp-query+imageusage-param-namespace": "要列舉的命名空間。",
597 "apihelp-query+imageusage-param-dir": "列出時所採用的方向。",
598 "apihelp-query+imageusage-example-simple": "顯示有使用 [[:File:Albert Einstein Head.jpg]] 的頁面。",
599 "apihelp-query+imageusage-example-generator": "取得關於有使用到 [[:File:Albert Einstein Head.jpg]] 的頁面資訊.",
600 "apihelp-query+info-summary": "取得基本頁面訊息。",
601 "apihelp-query+info-param-prop": "要取得的額外屬性:",
602 "apihelp-query+info-paramvalue-prop-protection": "列出各頁面的保護層級。",
603 "apihelp-query+info-paramvalue-prop-watched": "列出各頁面的監視狀態。",
604 "apihelp-query+info-paramvalue-prop-watchers": "監視者的數目,如有允許的話。",
605 "apihelp-query+info-paramvalue-prop-visitingwatchers": "有訪問頁面近期編輯數的各頁面監視者數目,如有允許的話。",
606 "apihelp-query+info-paramvalue-prop-readable": "使用者是否可閱讀此頁面。",
607 "apihelp-query+info-param-testactions": "測試目前使用者是否可執行頁面上的某項操作。",
608 "apihelp-query+info-param-token": "請改用 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
609 "apihelp-query+info-example-simple": "取得有關頁面 <kbd>Main Page</kbd> 的資訊。",
610 "apihelp-query+iwbacklinks-summary": "找出連結至指定跨 wiki 連結的所有頁面。",
611 "apihelp-query+iwbacklinks-param-prefix": "跨 wiki 前綴。",
612 "apihelp-query+iwbacklinks-param-limit": "要回傳的頁面總數。",
613 "apihelp-query+iwbacklinks-param-prop": "要取得的屬性。",
614 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "添加跨 wiki 前綴。",
615 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "添加跨 wiki 標題。",
616 "apihelp-query+iwbacklinks-param-dir": "列出時所採用的方向。",
617 "apihelp-query+iwbacklinks-example-simple": "取得連結至 [[wikibooks:Test]] 的頁面。",
618 "apihelp-query+iwbacklinks-example-generator": "取得連結至 [[wikibooks:Test]] 的頁面相關資訊。",
619 "apihelp-query+iwlinks-summary": "回傳指定頁面的所有 interwiki 連結。",
620 "apihelp-query+iwlinks-param-url": "是否取得完整的 URL(不能與 $1prop 一同使用)。",
621 "apihelp-query+iwlinks-paramvalue-prop-url": "添加完整的 URL。",
622 "apihelp-query+iwlinks-param-limit": "要回傳的跨 Wiki 連結數量。",
623 "apihelp-query+iwlinks-param-prefix": "僅回傳帶有此前綴的跨 wiki 連結。",
624 "apihelp-query+iwlinks-param-dir": "列出時所採用的方向。",
625 "apihelp-query+iwlinks-example-simple": "從頁面 <kbd>Main Page</kbd> 取得跨 wiki 連結。",
626 "apihelp-query+langbacklinks-summary": "找出連結至指定語言連結的所有頁面。",
627 "apihelp-query+langbacklinks-param-lang": "用於語言的語言連結。",
628 "apihelp-query+langbacklinks-param-title": "要搜尋的語言連結。必須與$1lang一同使用。",
629 "apihelp-query+langbacklinks-param-limit": "要回傳的頁面總數。",
630 "apihelp-query+langbacklinks-param-prop": "要取得的屬性。",
631 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "添加用於語言連結的語言代碼。",
632 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "添加語言連結標題。",
633 "apihelp-query+langbacklinks-param-dir": "列出時所採用的方向。",
634 "apihelp-query+langbacklinks-example-simple": "取得連結至 [[:fr:Test]] 的頁面。",
635 "apihelp-query+langbacklinks-example-generator": "取得連結至 [[:fr:Test]] 的頁面相關資訊。",
636 "apihelp-query+langlinks-summary": "回傳指定頁面的所有跨語言連結。",
637 "apihelp-query+langlinks-param-limit": "要回傳的 langlinks 數量。",
638 "apihelp-query+langlinks-param-url": "是否取得完整的 URL(不能與 <var>$1prop</var> 一同使用)。",
639 "apihelp-query+langlinks-param-prop": "為各跨語言連結所要取得的額外屬性:",
640 "apihelp-query+langlinks-paramvalue-prop-url": "添加完整的 URL。",
641 "apihelp-query+langlinks-paramvalue-prop-autonym": "添加本地語言名稱。",
642 "apihelp-query+langlinks-param-lang": "僅回傳帶有此語言代碼的語言連結。",
643 "apihelp-query+langlinks-param-dir": "列出時所採用的方向。",
644 "apihelp-query+langlinks-param-inlanguagecode": "用於本地化語言名稱的語言代碼。",
645 "apihelp-query+langlinks-example-simple": "從頁面 <kbd>Main Page</kbd> 取得跨語言連結。",
646 "apihelp-query+links-summary": "回傳指定頁面的所有連結。",
647 "apihelp-query+links-param-namespace": "僅顯示在這些命名空間的連結。",
648 "apihelp-query+links-param-limit": "要回傳的連結數量。",
649 "apihelp-query+links-param-dir": "列出時所採用的方向。",
650 "apihelp-query+links-example-simple": "從頁面 <kbd>Main Page</kbd> 取得連結。",
651 "apihelp-query+links-example-generator": "取得在 <kbd>Main Page</kbd> 頁面的連結頁面相關資訊。",
652 "apihelp-query+linkshere-summary": "找出連結至指定頁面的所有頁面。",
653 "apihelp-query+linkshere-param-prop": "要取得的屬性。",
654 "apihelp-query+linkshere-paramvalue-prop-pageid": "各頁面的頁面 ID。",
655 "apihelp-query+linkshere-paramvalue-prop-title": "各頁面的標題。",
656 "apihelp-query+linkshere-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
657 "apihelp-query+linkshere-param-namespace": "僅包含這些命名空間的頁面。",
658 "apihelp-query+linkshere-param-limit": "要回傳的數量。",
659 "apihelp-query+linkshere-param-show": "僅顯示符合這些準則的項目:\n;redirect:僅顯示重新導向。\n;!redirect:僅顯示非重新導向。",
660 "apihelp-query+linkshere-example-simple": "取得連結至 [[Main Page]] 的頁面清單。",
661 "apihelp-query+linkshere-example-generator": "取得連結至 [[Main Page]] 的相關頁面資訊。",
662 "apihelp-query+logevents-summary": "從日誌中獲取事件。",
663 "apihelp-query+logevents-param-prop": "要取得的屬性。",
664 "apihelp-query+logevents-paramvalue-prop-ids": "添加日誌事件的 ID。",
665 "apihelp-query+logevents-paramvalue-prop-title": "添加日誌事件的頁面標題。",
666 "apihelp-query+logevents-paramvalue-prop-type": "添加日誌事件的類型。",
667 "apihelp-query+logevents-paramvalue-prop-user": "添加承擔日誌事件的使用者。",
668 "apihelp-query+logevents-paramvalue-prop-userid": "添加承擔日誌事件的使用者 ID。",
669 "apihelp-query+logevents-paramvalue-prop-timestamp": "添加日誌事件的時間戳記。",
670 "apihelp-query+logevents-paramvalue-prop-comment": "添加日誌事件的註釋。",
671 "apihelp-query+logevents-paramvalue-prop-parsedcomment": "添加日誌事件的解析註釋。",
672 "apihelp-query+logevents-paramvalue-prop-details": "列出日誌事件的額外詳細資訊。",
673 "apihelp-query+logevents-paramvalue-prop-tags": "列出日誌事件的標籤。",
674 "apihelp-query+logevents-param-type": "篩選僅為此類型的日誌項目。",
675 "apihelp-query+logevents-param-start": "起始列舉的時間戳記。",
676 "apihelp-query+logevents-param-end": "結束列舉的時間戳記。",
677 "apihelp-query+logevents-param-user": "篩選由指定使用者所產生出的項目。",
678 "apihelp-query+logevents-param-title": "篩選與這些頁面關聯的項目。",
679 "apihelp-query+logevents-param-namespace": "篩選在這些指定命名空間裡的項目。",
680 "apihelp-query+logevents-param-prefix": "篩選以此前綴為開頭的項目。",
681 "apihelp-query+logevents-param-tag": "僅列出以此標籤所標記的事件項目。",
682 "apihelp-query+logevents-param-limit": "要回傳的事件項目總數。",
683 "apihelp-query+logevents-example-simple": "列出近期日誌事件。",
684 "apihelp-query+pagepropnames-summary": "列出所有在 wiki 使用的頁面屬性名稱。",
685 "apihelp-query+pagepropnames-param-limit": "回傳的名稱數量上限。",
686 "apihelp-query+pagepropnames-example-simple": "取得前 10 個屬性名稱。",
687 "apihelp-query+pageprops-example-simple": "取得頁面 <kbd>Main Page</kbd> 與 <kbd>MediaWiki</kbd> 的屬性。",
688 "apihelp-query+pageswithprop-summary": "列出使用到指定頁面屬性的所有頁面。",
689 "apihelp-query+pageswithprop-param-prop": "要包含到的資訊部份:",
690 "apihelp-query+pageswithprop-paramvalue-prop-ids": "添加頁面 ID。",
691 "apihelp-query+pageswithprop-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
692 "apihelp-query+pageswithprop-paramvalue-prop-value": "添加頁面屬性的值。",
693 "apihelp-query+pageswithprop-param-limit": "回傳的頁面數量上限。",
694 "apihelp-query+prefixsearch-summary": "執行頁面標題的前綴搜尋。",
695 "apihelp-query+prefixsearch-param-search": "搜尋字串。",
696 "apihelp-query+prefixsearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
697 "apihelp-query+prefixsearch-param-limit": "回傳的結果數量上限。",
698 "apihelp-query+prefixsearch-param-offset": "要略過的結果數量。",
699 "apihelp-query+prefixsearch-example-simple": "搜尋開頭為 <kbd>meaning</kbd> 的頁面標題。",
700 "apihelp-query+prefixsearch-param-profile": "搜尋要使用的配置。",
701 "apihelp-query+protectedtitles-param-namespace": "僅列出這些命名空間的標題。",
702 "apihelp-query+protectedtitles-param-level": "僅列出具有這些保護層級的標題。",
703 "apihelp-query+protectedtitles-param-limit": "要回傳的頁面總數。",
704 "apihelp-query+protectedtitles-param-prop": "要取得的屬性。",
705 "apihelp-query+protectedtitles-paramvalue-prop-user": "添加做出添加保護操作的使用者。",
706 "apihelp-query+protectedtitles-paramvalue-prop-userid": "添加做出添加保護操作的使用者 ID。",
707 "apihelp-query+protectedtitles-paramvalue-prop-comment": "添加保護的註釋。",
708 "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "添加保護的解析註釋。",
709 "apihelp-query+protectedtitles-paramvalue-prop-level": "添加保護層級。",
710 "apihelp-query+protectedtitles-example-simple": "列出已保護的標題。",
711 "apihelp-query+querypage-summary": "取得透過特殊頁面 QueryPage-based 所提供的清單。",
712 "apihelp-query+querypage-param-page": "特殊頁面的名稱。註:區分大小寫。",
713 "apihelp-query+querypage-param-limit": "回傳的結果數量。",
714 "apihelp-query+querypage-example-ancientpages": "回傳來自 [[Special:Ancientpages]] 的結果。",
715 "apihelp-query+random-summary": "取得隨機頁面集合",
716 "apihelp-query+random-param-namespace": "僅回傳在這些命名空間的頁面。",
717 "apihelp-query+random-param-redirect": "請改用 <kbd>$1filterredir=redirects</kbd>。",
718 "apihelp-query+random-param-filterredir": "如何過濾重新導向。",
719 "apihelp-query+random-example-simple": "從主命名空間回傳兩個隨機頁面。",
720 "apihelp-query+random-example-generator": "從主命名空間回傳兩個隨機頁面的相關頁面資訊。",
721 "apihelp-query+recentchanges-summary": "列舉出最近變更。",
722 "apihelp-query+recentchanges-param-start": "起始列舉的時間戳記。",
723 "apihelp-query+recentchanges-param-end": "結束列舉的時間戳記。",
724 "apihelp-query+recentchanges-param-namespace": "篩選僅為這些命名空間的更改。",
725 "apihelp-query+recentchanges-param-user": "此列出由該使用者作出的更改。",
726 "apihelp-query+recentchanges-param-excludeuser": "不要列出由該使用者作出的更改。",
727 "apihelp-query+recentchanges-param-tag": "僅列出以此標籤所標記的更改。",
728 "apihelp-query+recentchanges-param-prop": "包含的額外資訊部份:",
729 "apihelp-query+recentchanges-paramvalue-prop-comment": "添加編輯的註釋。",
730 "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
731 "apihelp-query+recentchanges-paramvalue-prop-flags": "添加編輯的標籤。",
732 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
733 "apihelp-query+recentchanges-paramvalue-prop-title": "添加編輯的頁面標題。",
734 "apihelp-query+recentchanges-paramvalue-prop-redirect": "若頁面為重新導向則標記編輯。",
735 "apihelp-query+recentchanges-paramvalue-prop-tags": "列出項目的標籤。",
736 "apihelp-query+recentchanges-param-token": "請改用 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
737 "apihelp-query+recentchanges-param-limit": "要回傳變更總數。",
738 "apihelp-query+recentchanges-param-type": "要顯示的更改類型。",
739 "apihelp-query+recentchanges-param-toponly": "僅列出最新修訂的更改。",
740 "apihelp-query+recentchanges-param-title": "篩選與這些頁面關聯的項目。",
741 "apihelp-query+recentchanges-example-simple": "最近變更清單",
742 "apihelp-query+redirects-summary": "回傳連結至指定頁面的所有重新導向。",
743 "apihelp-query+redirects-param-prop": "要取得的屬性。",
744 "apihelp-query+redirects-paramvalue-prop-pageid": "各重新導向的頁面 ID。",
745 "apihelp-query+redirects-paramvalue-prop-title": "各重新導向的標題。",
746 "apihelp-query+redirects-paramvalue-prop-fragment": "各重新導向的片段,若有的話。",
747 "apihelp-query+redirects-param-namespace": "僅包含這些命名空間的頁面。",
748 "apihelp-query+redirects-param-limit": "要回傳的重新導向數量。",
749 "apihelp-query+redirects-example-simple": "取得 [[Main Page]] 的重新導向清單",
750 "apihelp-query+redirects-example-generator": "取得所有重新導向至 [[Main Page]] 的資訊。",
751 "apihelp-query+revisions-summary": "取得修訂的資訊。",
752 "apihelp-query+revisions-param-user": "僅包含由使用者做出的修訂。",
753 "apihelp-query+revisions-param-excludeuser": "不包含由使用者做出的修訂。",
754 "apihelp-query+revisions-param-tag": "僅列出以此標籤所標記的修訂。",
755 "apihelp-query+revisions-example-content": "取得用於標題 <kbd>API</kbd> 與 <kbd>Main Page</kbd> 最新修訂內容的資料。",
756 "apihelp-query+revisions-example-last5": "取得 <kbd>Main Page</kbd> 的最近 5 筆修訂。",
757 "apihelp-query+revisions-example-first5": "取得 <kbd>Main Page</kbd> 的最早前 5 筆修訂。",
758 "apihelp-query+revisions-example-first5-after": "取得 <kbd>Main Page</kbd> 自 2006-05-01 後做的前 5 筆修訂。",
759 "apihelp-query+revisions-example-first5-not-localhost": "取得 <kbd>Main Page</kbd> 裡並非由匿名使用者 <kbd>127.0.0.1</kbd> 所做出的最早前 5 筆修訂。",
760 "apihelp-query+revisions-example-first5-user": "取得 <kbd>Main Page</kbd> 裡由使用者 <kbd>MediaWiki default</kbd> 所做出的最早前 5 筆修訂。",
761 "apihelp-query+revisions+base-paramvalue-prop-ids": "修訂 ID。",
762 "apihelp-query+revisions+base-paramvalue-prop-flags": "修訂標籤(小修改)。",
763 "apihelp-query+revisions+base-paramvalue-prop-timestamp": "修訂的時間戳記。",
764 "apihelp-query+revisions+base-paramvalue-prop-user": "做出修訂的使用者。",
765 "apihelp-query+revisions+base-paramvalue-prop-userid": "修訂創建者的使用者 ID",
766 "apihelp-query+revisions+base-paramvalue-prop-size": "修訂的長度(位元組)。",
767 "apihelp-query+revisions+base-paramvalue-prop-sha1": "修訂的 SHA-1(base 16)。",
768 "apihelp-query+revisions+base-paramvalue-prop-tags": "修訂標籤。",
769 "apihelp-query+revisions+base-param-limit": "限制所回傳的修訂數量。",
770 "apihelp-query+search-summary": "執行全文搜尋。",
771 "apihelp-query+search-param-namespace": "僅以這些命名空間搜尋。",
772 "apihelp-query+search-param-what": "要執行的搜尋類型。",
773 "apihelp-query+search-param-info": "要回傳的詮釋資料。",
774 "apihelp-query+search-param-prop": "要回傳的屬性:",
775 "apihelp-query+search-paramvalue-prop-size": "添加以位元組為單位的頁面大小。",
776 "apihelp-query+search-paramvalue-prop-wordcount": "添加頁面的字數。",
777 "apihelp-query+search-paramvalue-prop-timestamp": "添加頁面自上一次編輯的時間戳記。",
778 "apihelp-query+search-paramvalue-prop-snippet": "添加已解析的頁面片段。",
779 "apihelp-query+search-paramvalue-prop-titlesnippet": "添加已解析的頁面標題片段。",
780 "apihelp-query+search-paramvalue-prop-redirectsnippet": "添加已解析的重新導向標題片段。",
781 "apihelp-query+search-paramvalue-prop-redirecttitle": "添加符合重新導向的標題。",
782 "apihelp-query+search-paramvalue-prop-sectionsnippet": "添加已解析的符合段落標題片段。",
783 "apihelp-query+search-paramvalue-prop-sectiontitle": "添加符合段落的標題。",
784 "apihelp-query+search-paramvalue-prop-categorysnippet": "添加已解析的符合分類片段。",
785 "apihelp-query+search-paramvalue-prop-isfilematch": "添加表明搜尋是否符合檔案內容的布林值。",
786 "apihelp-query+search-paramvalue-prop-extensiondata": "添加由擴充所產生的額外資料。",
787 "apihelp-query+search-paramvalue-prop-score": "已忽略",
788 "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略",
789 "apihelp-query+search-param-limit": "要回傳的頁面總數。",
790 "apihelp-query+search-param-interwiki": "若可用的話,在搜尋裡包含跨 wiki 結果。",
791 "apihelp-query+search-param-backend": "是否搜尋使用的後端,若否則為預設。",
792 "apihelp-query+search-param-sort": "設定回傳結果的排序。",
793 "apihelp-query+search-example-simple": "搜尋 <kbd>meaning</kbd>。",
794 "apihelp-query+search-example-text": "搜尋 <kbd>meaning</kbd> 的文字。",
795 "apihelp-query+siteinfo-summary": "回傳有關站台的一般資訊。",
796 "apihelp-query+siteinfo-param-prop": "要取得的資訊:",
797 "apihelp-query+siteinfo-paramvalue-prop-general": "全面系統資訊。",
798 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "特殊頁面別名清單。",
799 "apihelp-query+siteinfo-param-showalldb": "列出所有資料庫伺服器,不是只有最延遲的那台。",
800 "apihelp-query+siteinfo-param-numberingroup": "列出在使用者群組裡的使用者數目。",
801 "apihelp-query+siteinfo-param-inlanguagecode": "用於本地化語言的語言代碼(盡可能)與外觀名稱。",
802 "apihelp-query+siteinfo-example-simple": "索取站台資訊。",
803 "apihelp-query+siteinfo-example-interwiki": "索取本地端跨 wiki 前綴的清單。",
804 "apihelp-query+siteinfo-example-replag": "檢查目前的響應延遲。",
805 "apihelp-query+stashimageinfo-summary": "回傳多筆儲藏檔案的檔案資訊。",
806 "apihelp-query+stashimageinfo-example-simple": "回傳儲藏檔案的檔案資訊。",
807 "apihelp-query+tags-summary": "列出變更標記。",
808 "apihelp-query+tags-param-limit": "能列出標籤的最大數量。",
809 "apihelp-query+tags-param-prop": "要取得的屬性。",
810 "apihelp-query+tags-paramvalue-prop-name": "添加標籤名稱。",
811 "apihelp-query+tags-paramvalue-prop-displayname": "添加標籤的系統訊息。",
812 "apihelp-query+tags-paramvalue-prop-description": "添加標籤的描述。",
813 "apihelp-query+tags-paramvalue-prop-active": "標籤是否仍被套用。",
814 "apihelp-query+tags-example-simple": "列出可用標籤。",
815 "apihelp-query+templates-summary": "回傳指定頁面中所有引用的頁面。",
816 "apihelp-query+templates-param-namespace": "僅顯示在這些命名空間的模板。",
817 "apihelp-query+templates-param-limit": "要回傳的模板數量。",
818 "apihelp-query+templates-param-dir": "列出時所採用的方向。",
819 "apihelp-query+templates-example-simple": "取得在頁面 <kbd>Main Page</kbd> 使用到的模坂。",
820 "apihelp-query+tokens-param-type": "要求的權杖類型。",
821 "apihelp-query+tokens-example-simple": "接收 csrf 密鑰 (預設)。",
822 "apihelp-query+tokens-example-types": "接收監視密鑰以及巡邏密鑰。",
823 "apihelp-query+transcludedin-param-prop": "要取得的屬性。",
824 "apihelp-query+transcludedin-paramvalue-prop-pageid": "各頁面的頁面 ID。",
825 "apihelp-query+transcludedin-paramvalue-prop-title": "各頁面的標題。",
826 "apihelp-query+transcludedin-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
827 "apihelp-query+transcludedin-param-namespace": "僅包含這些命名空間的頁面。",
828 "apihelp-query+transcludedin-param-limit": "回傳的數量。",
829 "apihelp-query+usercontribs-summary": "按使用者來取得所有編輯。",
830 "apihelp-query+usercontribs-param-limit": "回傳的貢獻數量上限。",
831 "apihelp-query+usercontribs-param-namespace": "僅列出這些命名空間的貢獻。",
832 "apihelp-query+usercontribs-param-prop": "包含的額外資訊部份:",
833 "apihelp-query+usercontribs-paramvalue-prop-ids": "添加頁面 ID 與修訂 ID。",
834 "apihelp-query+usercontribs-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
835 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
836 "apihelp-query+usercontribs-paramvalue-prop-comment": "添加編輯的註釋。",
837 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
838 "apihelp-query+usercontribs-paramvalue-prop-size": "添加編輯的新大小。",
839 "apihelp-query+usercontribs-paramvalue-prop-flags": "添加編輯的標籤。",
840 "apihelp-query+usercontribs-paramvalue-prop-patrolled": "標記已巡查編輯。",
841 "apihelp-query+usercontribs-paramvalue-prop-autopatrolled": "標記自動巡查編輯。",
842 "apihelp-query+usercontribs-paramvalue-prop-tags": "列出編輯的標籤。",
843 "apihelp-query+usercontribs-param-tag": "僅列出以此標籤所標記的修訂。",
844 "apihelp-query+usercontribs-param-toponly": "僅列出最新修訂的更改。",
845 "apihelp-query+usercontribs-example-user": "顯示使用者 <kbd>Example</kbd> 的貢獻。",
846 "apihelp-query+usercontribs-example-ipprefix": "顯示所有來自於前綴為 <kbd>192.0.2.</kbd> 的 IP 地址貢獻。",
847 "apihelp-query+userinfo-summary": "取得目前使用者的資訊。",
848 "apihelp-query+userinfo-param-prop": "要包含的資訊部份:",
849 "apihelp-query+userinfo-paramvalue-prop-groups": "列出目前使用者所隸屬的所有群組。",
850 "apihelp-query+userinfo-paramvalue-prop-rights": "列出目前使用者所擁有的權限。",
851 "apihelp-query+userinfo-paramvalue-prop-options": "列出目前使用者已設定過的所有偏好設定。",
852 "apihelp-query+userinfo-paramvalue-prop-editcount": "添加目前使用者的編輯數。",
853 "apihelp-query+userinfo-paramvalue-prop-ratelimits": "列出所有套用到目前使用者的速率限制。",
854 "apihelp-query+userinfo-paramvalue-prop-realname": "添加使用者的真實姓名。",
855 "apihelp-query+userinfo-paramvalue-prop-email": "添加使用者的電子郵件地址與電子郵件驗證日期。",
856 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "添加使用者的註冊日期。",
857 "apihelp-query+userinfo-example-simple": "取得目前使用者的資訊。",
858 "apihelp-query+userinfo-example-data": "取得目前使用者的額外資訊。",
859 "apihelp-query+users-summary": "取得有關使用者清單的資訊。",
860 "apihelp-query+users-param-prop": "要包含的資訊部份:",
861 "apihelp-query+users-paramvalue-prop-groups": "列出各使用者所隸屬的所有群組。",
862 "apihelp-query+users-paramvalue-prop-rights": "列出各使用者所擁有的權限。",
863 "apihelp-query+users-paramvalue-prop-editcount": "添加使用者的編輯數。",
864 "apihelp-query+users-paramvalue-prop-registration": "添加使用者的註冊時間戳記。",
865 "apihelp-query+users-param-users": "要獲取的使用者清單。",
866 "apihelp-query+users-param-userids": "要獲取的使用者 ID 清單。",
867 "apihelp-query+users-param-token": "請改用 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
868 "apihelp-query+watchlist-param-start": "起始列舉的時間戳記。",
869 "apihelp-query+watchlist-param-end": "結束列舉的時間戳記。",
870 "apihelp-query+watchlist-param-user": "此列出由該使用者作出的更改。",
871 "apihelp-query+watchlist-param-excludeuser": "不要列出由該使用者作出的更改。",
872 "apihelp-query+watchlist-param-limit": "每個請求要回傳的結果總數。",
873 "apihelp-query+watchlist-param-prop": "要取得的額外屬性:",
874 "apihelp-query+watchlist-paramvalue-prop-ids": "添加修訂 ID 與頁面 ID。",
875 "apihelp-query+watchlist-paramvalue-prop-title": "添加頁面標題。",
876 "apihelp-query+watchlist-paramvalue-prop-flags": "添加編輯的標籤。",
877 "apihelp-query+watchlist-paramvalue-prop-user": "添加有做出編輯的使用者。",
878 "apihelp-query+watchlist-paramvalue-prop-userid": "添加有做出編輯的使用者 ID。",
879 "apihelp-query+watchlist-paramvalue-prop-comment": "添加編輯的註釋。",
880 "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
881 "apihelp-query+watchlist-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
882 "apihelp-query+watchlist-paramvalue-prop-tags": "列出項目的標籤。",
883 "apihelp-query+watchlist-param-type": "要顯示的更改類型:",
884 "apihelp-query+watchlist-paramvalue-type-edit": "一般頁面編輯。",
885 "apihelp-query+watchlist-paramvalue-type-external": "外部更改。",
886 "apihelp-query+watchlist-paramvalue-type-new": "頁面建立。",
887 "apihelp-query+watchlist-paramvalue-type-log": "日誌項目。",
888 "apihelp-query+watchlist-paramvalue-type-categorize": "分類成員更改。",
889 "apihelp-query+watchlistraw-summary": "列出在目前使用者的監視清單裡頭所有頁面。",
890 "apihelp-query+watchlistraw-param-namespace": "僅列出在指定命名空間的頁面。",
891 "apihelp-query+watchlistraw-param-limit": "每個請求要回傳的結果總數。",
892 "apihelp-query+watchlistraw-param-prop": "要取得的額外屬性:",
893 "apihelp-query+watchlistraw-param-show": "僅列出符合這些準則的項目。",
894 "apihelp-query+watchlistraw-param-dir": "列出時所採用的方向。",
895 "apihelp-query+watchlistraw-example-simple": "列出在目前使用者的監視清單裡頭頁面。",
896 "apihelp-removeauthenticationdata-summary": "為目前使用者移除身分核對資料。",
897 "apihelp-resetpassword-summary": "寄送重新設定密碼的電子郵件給使用者。",
898 "apihelp-resetpassword-example-user": "向使用者 <kbd>Example</kbd> 寄送重新設定密碼用的電子郵件。",
899 "apihelp-revisiondelete-summary": "刪除和取消刪除修訂。",
900 "apihelp-revisiondelete-param-hide": "各修訂所要隱藏的內容。",
901 "apihelp-revisiondelete-param-show": "各修訂所要取消隱藏的內容。",
902 "apihelp-revisiondelete-param-reason": "刪除或取消刪除的原因。",
903 "apihelp-revisiondelete-param-tags": "在刪除日誌裡套用到項目的標籤。",
904 "apihelp-rollback-summary": "撤修頁面的最後一次編輯。",
905 "apihelp-rollback-param-tags": "套用到回退的標籤。",
906 "apihelp-rollback-param-summary": "自定義編輯摘要。若為空,則使用預設摘要。",
907 "apihelp-rollback-param-watchlist": "無條件使用設置將頁面加入或移除目前使用者的監視清單或者是不更改監視清單。",
908 "apihelp-setnotificationtimestamp-param-entirewatchlist": "在所有已監視頁面運作。",
909 "apihelp-setnotificationtimestamp-example-page": "重新設定用於 <kbd>Main page</kbd> 的通知狀態。",
910 "apihelp-setnotificationtimestamp-example-allpages": "重新設定在 <kbd>{{ns:user}}</kbd> 命名空間裡頁面的通知狀態。",
911 "apihelp-setpagelanguage-summary": "更改頁面的語言。",
912 "apihelp-setpagelanguage-extended-description-disabled": "您不被允許在此 wiki 上變更頁面的語言。\n\n請啟用 <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> 來進行此操作。",
913 "apihelp-setpagelanguage-param-reason": "變更的原因。",
914 "apihelp-setpagelanguage-example-language": "更改 <kbd>Main Page</kbd> 的語言成巴斯克語。",
915 "apihelp-stashedit-summary": "在分享快取裡預備編輯。",
916 "apihelp-stashedit-param-title": "正在編輯此頁面的標題。",
917 "apihelp-stashedit-param-text": "頁面內容。",
918 "apihelp-stashedit-param-contentmodel": "新內容的內容模組。",
919 "apihelp-stashedit-param-contentformat": "用於輸入文字的內容序列化格式。",
920 "apihelp-stashedit-param-baserevid": "基本修訂的修訂 ID。",
921 "apihelp-stashedit-param-summary": "更改摘要。",
922 "apihelp-tag-param-reason": "變更的原因。",
923 "apihelp-tokens-summary": "取得資料修改動作的密鑰。",
924 "apihelp-tokens-extended-description": "此模組已因支援 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 而停用。",
925 "apihelp-unblock-summary": "解除封鎖一位使用者。",
926 "apihelp-unblock-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1id</var> 或 <var>$1userid</var> 一起使用",
927 "apihelp-unblock-param-userid": "要封鎖的使用者 ID。不可與 <var>$1id</var> 或 <var>$1user</var> 一同使用。",
928 "apihelp-unblock-param-reason": "解除封鎖的原因。",
929 "apihelp-unblock-param-tags": "在封鎖日誌裡更改套用到項目的標籤。",
930 "apihelp-unblock-example-id": "解除封銷 ID #<kbd>105</kbd>。",
931 "apihelp-undelete-summary": "恢復已刪除頁面的修訂。",
932 "apihelp-undelete-param-title": "要恢復的頁面標題。",
933 "apihelp-undelete-param-reason": "還原的原因。",
934 "apihelp-undelete-param-tags": "在刪除日誌裡更改套用到項目的標籤。",
935 "apihelp-undelete-example-page": "取消刪除頁面 <kbd>Main Page</kbd>。",
936 "apihelp-undelete-example-revisions": "取消刪除 <kbd>Main Page</kbd> 的兩筆修訂。",
937 "apihelp-unlinkaccount-summary": "移除目前使用者所連結到的第三方帳號。",
938 "apihelp-upload-summary": "上傳檔案,或取得等待上傳的狀態。",
939 "apihelp-upload-param-filename": "目標檔案名稱。",
940 "apihelp-upload-param-comment": "上傳註釋。如果 <var>$1text</var> 未指定的話,也會作為新檔案用的初始頁面文字。",
941 "apihelp-upload-param-text": "用於新檔案的初始頁面文字。",
942 "apihelp-upload-param-watch": "監視頁面。",
943 "apihelp-upload-param-ignorewarnings": "忽略所有警告。",
944 "apihelp-upload-param-file": "檔案內容。",
945 "apihelp-upload-param-url": "索取檔案的來源 URL。",
946 "apihelp-upload-param-chunk": "大量內容。",
947 "apihelp-upload-param-async": "在可能的情況下讓潛在的大型檔案非同步處理。",
948 "apihelp-upload-example-url": "從 URL 上傳。",
949 "apihelp-userrights-summary": "變更一位使用者的群組成員。",
950 "apihelp-userrights-param-user": "使用者名稱。",
951 "apihelp-userrights-param-userid": "使用者ID。",
952 "apihelp-userrights-param-add": "加入使用者至這些群組;若已是成員,則更新失效時間。",
953 "apihelp-userrights-param-remove": "從這些群組移除使用者。",
954 "apihelp-userrights-param-reason": "變更的原因。",
955 "apihelp-validatepassword-param-password": "要驗證的密碼。",
956 "apihelp-validatepassword-param-email": "電子郵件地址,用於當測試帳號建立時使用。",
957 "apihelp-validatepassword-param-realname": "真實姓名,用於當測試帳號建立時使用。",
958 "apihelp-validatepassword-example-1": "驗證目前使用者的密碼 <kbd>foobar</kbd>。",
959 "apihelp-watch-example-watch": "監視頁面 <kbd>Main Page</kbd>。",
960 "apihelp-watch-example-unwatch": "取消監視頁面 <kbd>Main Page</kbd>。",
961 "apihelp-format-example-generic": "以 $1 格式傳回查詢結果。",
962 "apihelp-json-summary": "使用 JSON 格式輸出資料。",
963 "apihelp-jsonfm-summary": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
964 "apihelp-none-summary": "不輸出。",
965 "apihelp-php-summary": "使用序列化 PHP 格式輸出資料。",
966 "apihelp-phpfm-summary": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
967 "apihelp-rawfm-summary": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
968 "apihelp-xml-summary": "使用 XML 格式輸出資料。",
969 "apihelp-xml-param-includexmlnamespace": "若有指定,添加一個 XML 命名空間。",
970 "apihelp-xmlfm-summary": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
971 "api-format-title": "MediaWiki API 結果",
972 "api-format-prettyprint-header": "這是$1格式的HTML呈現。HTML適合用於除錯,但不適合應用程式使用。\n\n指定<var>format</var>參數以更改輸出格式。要檢視$1格式的非HTML呈現,設定<kbd>format=$2</kbd>。\n\n參考 [[mw:Special:MyLanguage/API|完整說明文件]] 或 [[Special:ApiHelp/main|API說明]] 以取得更多資訊。",
973 "api-format-prettyprint-header-only-html": "這是用來除錯的HTML呈現,不適合實際應用。\n\n參見[[mw:Special:MyLanguage/API|完整文件]]或[[Special:ApiHelp/main|API幫助]]以取得更多資訊。",
974 "api-format-prettyprint-header-hyperlinked": "這是$1格式的HTML實現。HTML對除錯很有用,但不適合應用程式使用。\n\n指定<var>format</var>參數以更改輸出格式。要查看$1格式的非HTML實現,設置[$3 <kbd>format=$2</kbd>]。\n\n參見[[mw:API|完整文件]],或[[Special:ApiHelp/main|API幫助]]以獲取更多信息。",
975 "api-format-prettyprint-status": "此回應將會傳回HTTP狀態$1 $2。",
976 "api-login-fail-badsessionprovider": "當使用$1無法登入。",
977 "api-login-fail-sameorigin": "當未套用相同原有方針時無法登入。",
978 "api-pageset-param-titles": "要使用的標題清單。",
979 "api-pageset-param-pageids": "要使用的頁面 ID 清單。",
980 "api-pageset-param-revids": "要使用的修訂 ID 清單。",
981 "api-help-title": "MediaWiki API 說明",
982 "api-help-lead": "此頁為自動產生的 MediaWiki API 說明文件頁面。\n\n說明文件與範例:https://www.mediawiki.org/wiki/API",
983 "api-help-main-header": "主要模組",
984 "api-help-undocumented-module": "沒有用於模組 $1 的說明文件。",
985 "api-help-flag-deprecated": "此模組已停用。",
986 "api-help-flag-internal": "<strong>此模組是內部的或不穩定的。</strong>它的操作可能更改而不另行通知。",
987 "api-help-flag-readrights": "此模組需要讀取權限。",
988 "api-help-flag-writerights": "此模組需要寫入權限。",
989 "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
990 "api-help-flag-generator": "此模組可作為產生器使用。",
991 "api-help-source": "來源:$1",
992 "api-help-source-unknown": "來源:<span class=\"apihelp-unknown\">未知</span>",
993 "api-help-license": "協定:[[$1|$2]]",
994 "api-help-license-noname": "協定:[[$1|查看連結]]",
995 "api-help-license-unknown": "協定:<span class=\"apihelp-unknown\">未知</span>",
996 "api-help-parameters": "{{PLURAL:$1|參數}}:",
997 "api-help-param-deprecated": "已停用。",
998 "api-help-param-required": "此參數為必填。",
999 "api-help-datatypes-header": "資料類型",
1000 "api-help-datatypes": "至MediaWiki的輸入值應為NFC標準化的UTF-8。MediaWiki可以嘗試轉換其他輸入值,但這可能導致一些操作失敗(例如附帶MD5檢查的[[Special:ApiHelp/edit|編輯]])。\n\n一些在API請求中的參數類型需要更進一步解釋:\n;boolean\n:布林參數產生作用就像HTML複選框一樣:如果參數被指定,無論何值都被視為真(true)。如果要假值(false),則必須省略參數。\n;timestamp\n:時間戳記可被指定為多種格式。推荐使用ISO 8601日期和時間標準。所有時間為UTC時間,包含的任何時區都會被忽略。\n:* ISO 8601日期和時間,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>(標點和<kbd>Z</kbd>為選用)\n:* 帶小數秒(會被忽略)的ISO 8601日期和時間,<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd>(破折號、冒號和<kbd>Z</kbd>為選用)\n:* MediaWiki格式,<kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>\n:* 一般數字格式,<kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>(<kbd>GMT</kbd>、<kbd>+<var>##</var></kbd>或<kbd>-<var>##</var></kbd>的選用時區會被忽略)\n:* EXIF格式,<kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* RFC 2822格式(時區可省略),<kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* RFC 850格式(時區可省略),<kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* C ctime格式,<kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>\n:* 從1970-01-01T00:00:00Z開始的秒數,作為1到13位數的整數(除了<kbd>0</kbd>)\n:* 字串<kbd>now</kbd>\n;替代多值分隔符號\n:使用多個值的參數通常會與垂直線符號(|)分隔的值一起提交,例如<kbd>param=value1|value2</kbd>或<kbd>param=value1%7Cvalue2</kbd>。如果值必須包含垂直線符號,使用U+001F(單位分隔符號)作為分隔符號,''並且''在值前加前綴U+001F,例如<kbd>param=%1Fvalue1%1Fvalue2</kbd>。",
1001 "api-help-templatedparams-header": "模板參數",
1002 "api-help-param-type-limit": "類型:整數或<kbd>max</kbd>",
1003 "api-help-param-type-integer": "類型:{{PLURAL:$1|1=整數|2=整數列表}}",
1004 "api-help-param-type-boolean": "類型:布林值([[Special:ApiHelp/main#main/datatypes|詳細資訊]])",
1005 "api-help-param-type-timestamp": "類型:{{PLURAL:$1|1=時間戳記|2=時間戳記列表}}([[Special:ApiHelp/main#main/datatypes|允許格式]])",
1006 "api-help-param-type-user": "類型:{{PLURAL:$1|1=使用者名稱|2=使用者名稱列表}}",
1007 "api-help-param-list": "{{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔)}}:$2",
1008 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必須空白|可以空白,或 $2}}",
1009 "api-help-param-limit": "不允許超過 $1。",
1010 "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
1011 "api-help-param-integer-min": "{{PLURAL:$1|1=數值|2=數值}}不可小於 $2。",
1012 "api-help-param-integer-max": "{{PLURAL:$1|1=數值|2=數值}}不可大於 $3。",
1013 "api-help-param-integer-minmax": "{{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。",
1014 "api-help-param-upload": "必須使用 multipart/form-data 以檔案上傳的方式傳送。",
1015 "api-help-param-multi-separate": "將幾個值以 <kbd>|</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔。",
1016 "api-help-param-multi-max": "上限值為 {{PLURAL:$1|$1}} (機器人為 {{PLURAL:$2|$2}})。",
1017 "api-help-param-multi-max-simple": "值的最大數量為 {{PLURAL:$1|$1}}。",
1018 "api-help-param-multi-all": "要指定所有值,請使用<kbd>$1</kbd>。",
1019 "api-help-param-default": "預設值:$1",
1020 "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
1021 "api-help-param-token": "自 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 接收的 \"$1\" 密鑰。",
1022 "api-help-param-token-webui": "為顧及相容性,web UI中使用的代碼(Token)也是可接受的。",
1023 "api-help-param-disabled-in-miser-mode": "因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]]而被停用。",
1024 "api-help-param-limited-in-miser-mode": "<strong>注意:</strong>因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]],使用這個可能導致繼續以前傳回少於<var>$1limit</var>筆結果;極端情況下可能不會傳回任何结果。",
1025 "api-help-param-direction": "列舉的方向:\n;newer:最舊的優先。注意:$1start應在$1end之前。\n;older:最新的優先(預設)。注意:$1start應在$1end之後。",
1026 "api-help-param-continue": "當有更多結果可用時,使用這個繼續。",
1027 "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
1028 "api-help-param-maxbytes": "不能超過 $1 {{PLURAL:$1|位元組|位元組}}。",
1029 "api-help-param-maxchars": "不能超過 $1 個{{PLURAL:$1|字元|字元}}。",
1030 "api-help-examples": "{{PLURAL:$1|範例}}:",
1031 "api-help-permissions": "{{PLURAL:$1|權限}}:",
1032 "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
1033 "api-help-open-in-apisandbox": "<small>[在沙盒中開啟]</small>",
1034 "api-help-authmanager-general-usage": "使用此模組的一般程式是:\n# 通過<kbd>amirequestsfor=$4</kbd>取得來自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>的可用欄位,和來自<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>的<kbd>$5</kbd>令牌。\n# 向用戶顯示欄位,並獲得其提交的內容。\n# 提交(POST)至此模組,提供<var>$1returnurl</var>及任何相關欄位。\n# 在回应中檢查<samp>status</samp>。\n#* 如果您收到了<samp>PASS</samp>(成功)或<samp>FAIL</samp>(失敗),則認為操作結束。成功與否如上句所示。\n#* 如果您收到了<samp>UI</samp>,向用戶顯示新欄位,並再次獲取其提交的內容。然後再次使用<var>$1continue</var>,向本模組提交相關欄位,並重復第四步。\n#* 如果您收到了<samp>REDIRECT</samp>,將使用者指向<samp>redirecttarget</samp>中的目標,等待其返回<var>$1returnurl</var>。然後再次使用<var>$1continue</var>,向本模組提交返回URL中提供的一切欄位,並重復第四步。\n#* 如果您收到了<samp>RESTART</samp>,這意味著身份驗證正常運作,但我們沒有連結的使用者賬戶。您可以將此看做<samp>UI</samp>或<samp>FAIL</samp>。",
1035 "api-help-authmanagerhelper-requests": "只使用這些身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>,或來自此模組之前的回應。",
1036 "api-help-authmanagerhelper-request": "使用此身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>。",
1037 "api-help-authmanagerhelper-messageformat": "用於回傳訊息的格式。",
1038 "api-help-authmanagerhelper-mergerequestfields": "將用於所有身份驗證請求的欄位資訊合併至一個陣列中。",
1039 "api-help-authmanagerhelper-preservestate": "從之前失敗的登入嘗試中保持狀態,如果可能。",
1040 "api-help-authmanagerhelper-returnurl": "為第三方身份驗證流程傳回URL,必須為絕對值。需要此值或<var>$1continue</var>兩者之一。\n\n在接收<samp>REDIRECT</samp>回應時,一般狀況下您將打開瀏覽器或網站瀏覽功能到特定的<samp>redirecttarget</samp> URL以進行第三方身份驗證流程。當它完成時,第三方會將瀏覽器或網站瀏覽功能送至此URL。您應當提取任何來自URL的查詢或POST參數,並將之作為<var>$1continue</var>請求傳遞至此API模組。",
1041 "api-help-authmanagerhelper-continue": "此請求是在先前的<samp>UI</samp>或<samp>REDIRECT</samp>回應之後的後續動作。必須為此值或<var>$1returnurl</var>。",
1042 "api-help-authmanagerhelper-additional-params": "此模組允許額外參數,取決於可用的身份驗證請求。使用<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>与<kbd>amirequestsfor=$1</kbd>(或之前來自此模組的回應,如果合適)以決定可用請求及其使用的欄位。",
1043 "apierror-appendnotsupported": "無法附加到使用內容模組 $1 的頁面。",
1044 "apierror-articleexists": "您所嘗試建立的條目剛剛已被創建。",
1045 "apierror-assertbotfailed": "斷言使用者擁有的 <code>bot</code> 權限失效。",
1046 "apierror-assertnameduserfailed": "斷言使用者「$1」出錯。",
1047 "apierror-assertuserfailed": "斷言使用者已登入失敗。",
1048 "apierror-autoblocked": "您的 IP 位址已經被自動封鎖,因為它曾經被一名已封鎖的使用者使用過。",
1049 "apierror-badgenerator-notgenerator": "模組 <kbd>$1</kbd> 不能作為產生器。",
1050 "apierror-badgenerator-unknown": "未知的 <kbd>generator=$1</kbd>。",
1051 "apierror-badip": "IP 參數無效。",
1052 "apierror-badmd5": "提供的 MD5 雜湊不正確。",
1053 "apierror-badmodule-badsubmodule": "模組 <kbd>$1</kbd> 不包含子模組「$2」。",
1054 "apierror-badmodule-nosubmodules": "模組 <kbd>$1</kbd> 沒有子模組。",
1055 "apierror-badparameter": "參數 <var>$1</var> 的值無效。",
1056 "apierror-badquery": "無效的查詢。",
1057 "apierror-blockedfrommail": "您已被封鎖,無法發送電子郵件。",
1058 "apierror-blocked": "您已被封鎖,無法編輯。",
1059 "apierror-botsnotsupported": "此介面不支援機器人。",
1060 "apierror-cannotviewtitle": "您不被允許檢視$1。",
1061 "apierror-cantblock-email": "您沒有權限來封鎖使用者透過 wiki 來發送電子郵件。",
1062 "apierror-cantblock": "您沒有權限來解封使用者。",
1063 "apierror-cantchangecontentmodel": "您沒有權限來更改頁面的內容模組。",
1064 "apierror-canthide": "您沒有權限來從封鎖日誌隱藏使用者名稱。",
1065 "apierror-cantimport-upload": "您沒有權限來匯入已上傳頁面。",
1066 "apierror-cantimport": "您沒有權限來匯入頁面。",
1067 "apierror-changeauth-norequest": "建立更改請求失敗。",
1068 "apierror-contentserializationexception": "內容序列化失敗:$1",
1069 "apierror-copyuploadbadurl": "不允許從此 URL 來上傳。",
1070 "apierror-csp-report": "處理 CSP 報告時錯誤:$1。",
1071 "apierror-emptypage": "不允許建立空白的新頁面。",
1072 "apierror-filedoesnotexist": "檔案不存在。",
1073 "apierror-filenopath": "無法取得本地端檔案路徑。",
1074 "apierror-filetypecannotberotated": "無法旋轉的檔案類型。",
1075 "apierror-imageusage-badtitle": "<kbd>$1</kbd>的標題必須是檔案。",
1076 "apierror-import-unknownerror": "未知的匯入錯誤:$1",
1077 "apierror-invalidcategory": "您所輸入的分類名稱無效。",
1078 "apierror-invalidlang": "用於參數 <var>$1</var> 的語言代碼無效。",
1079 "apierror-invalidoldimage": "<var>oldimage</var> 參數含有無效格式。",
1080 "apierror-invalidparammix-cannotusewith": "參數 <kbd>$1</kbd> 不能與 <kbd>$2</kbd> 一起使用。",
1081 "apierror-invalidparammix-mustusewith": "<kbd>$1</kbd> 參數僅能與 <kbd>$2</kbd> 一起使用。",
1082 "apierror-invalidparammix": "{{PLURAL:$2|參數}} $1 不能一起使用。",
1083 "apierror-invalidsha1base36hash": "所提供的 SHA1Base36 雜湊無效。",
1084 "apierror-invalidsha1hash": "所提供的 SHA1 雜湊無效。",
1085 "apierror-invalidtitle": "錯誤標題「$1」。",
1086 "apierror-invalidurlparam": "<var>$1urlparam</var> 的值無效(<kbd>$2=$3</kbd>)。",
1087 "apierror-invaliduser": "無效的使用者名稱「$1」。",
1088 "apierror-invaliduserid": "使用者 ID <var>$1</var> 無效。",
1089 "apierror-maxbytes": "參數 <var>$1</var> 不能大於 $2 {{PLURAL:$2|位元組|位元組}}",
1090 "apierror-maxchars": "參數 <var>$1</var> 不能多於 $2 個{{PLURAL:$2|字元|字元}}",
1091 "apierror-maxlag-generic": "正等待資料庫伺服器:已延遲 $1 {{PLURAL:$1|秒|秒}}。",
1092 "apierror-maxlag": "正等待$2:已延遲 $1 {{PLURAL:$1|秒|秒}}。",
1093 "apierror-mimesearchdisabled": "MIME 搜尋在 Miser 模式裡被停用。",
1094 "apierror-missingcontent-pageid": "遺失頁面 ID 為 $1 的內容。",
1095 "apierror-missingcontent-revid": "遺失修訂 ID 為 $1 的內容。",
1096 "apierror-missingparam-one-of": "{{PLURAL:$2|參數|參數其一}} $1 為必要。",
1097 "apierror-missingparam": "<var>$1</var>參數必須被設定。",
1098 "apierror-missingrev-pageid": "沒有頁面 ID 為 $1 的目前修訂。",
1099 "apierror-missingrev-title": "沒有標題為$1的目前修訂。",
1100 "apierror-missingtitle": "您所指定的頁面不存在。",
1101 "apierror-missingtitle-byname": "頁面$1不存在。",
1102 "apierror-moduledisabled": "模組 <kbd>$1</kbd> 已停用。",
1103 "apierror-mustbeloggedin-changeauth": "必須登入,才能變更身分核對資取。",
1104 "apierror-mustbeloggedin-generic": "您必須登入。",
1105 "apierror-mustbeloggedin-linkaccounts": "您必須登入到連結帳號。",
1106 "apierror-mustbeloggedin-removeauth": "必須登入,才能移除身分核對資取。",
1107 "apierror-mustbeloggedin": "您必須登入才能$1。",
1108 "apierror-nodeleteablefile": "沒有這樣檔案的舊版本。",
1109 "apierror-noedit-anon": "匿名使用者不可編輯頁面。",
1110 "apierror-noedit": "您沒有權限來編輯頁面。",
1111 "apierror-nouploadmodule": "未設定上傳模組。",
1112 "apierror-pagecannotexist": "命名空間不允許實際頁面。",
1113 "apierror-permissiondenied": "您沒有權限$1。",
1114 "apierror-permissiondenied-generic": "權限不足。",
1115 "apierror-permissiondenied-unblock": "您沒有權限來解封使用者。",
1116 "apierror-protect-invalidaction": "無效的保護類型「$1」。",
1117 "apierror-protect-invalidlevel": "無效的保護層級「$1」。",
1118 "apierror-readapidenied": "您需要有閱讀權限來使用此模組。",
1119 "apierror-readonly": "Wiki 目前為唯讀模式。",
1120 "apierror-reauthenticate": "於本工作階段還未核對身分,請重新核對。",
1121 "apierror-revwrongpage": "r$1 不是$2的修訂。",
1122 "apierror-searchdisabled": "<var>$1</var>搜尋已停用。",
1123 "apierror-sizediffdisabled": "大小差異功能在 Miser 模式裡已停用。",
1124 "apierror-stashwrongowner": "錯誤擁有者:$1",
1125 "apierror-systemblocked": "您已被 MediaWiki 給自動封鎖。",
1126 "apierror-timeout": "伺服器未有在預計的時間內回應。",
1127 "apierror-unknownerror-editpage": "不明編輯頁面錯誤:$1。",
1128 "apierror-unknownerror-nocode": "不明錯誤。",
1129 "apierror-unknownerror": "不明錯誤:\"$1\"。",
1130 "apierror-unknownformat": "無法識別的格式\"$1\"。",
1131 "apierror-unrecognizedparams": "無法識別的{{PLURAL:$2|參數|參數}}:$1。",
1132 "apierror-upload-missingresult": "狀態資料裡沒有結果。",
1133 "apiwarn-deprecation-httpsexpected": "當應為 HTTPS 時,HTTP 要被使用。",
1134 "apiwarn-invalidcategory": "「$1」不是一個分類。",
1135 "apiwarn-invalidtitle": "「$1」不是一個有效標題。",
1136 "apiwarn-notfile": "「$1」不是一個檔案。",
1137 "apiwarn-validationfailed-badpref": "不是有效的偏好設定。",
1138 "apiwarn-validationfailed-cannotset": "不能透過此模組設定。",
1139 "api-feed-error-title": "錯誤($1)",
1140 "api-credits-header": "製作群",
1141 "api-credits": "API 開發人員:\n* Roan Kattouw (首席開發者 Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (創立者,首席開發者 Sep 2006–Sep 2007)\n* Brad Jorsch (首席開發者 2013–present)\n\n請傳送您的評論、建議以及問題至 mediawiki-api@lists.wikimedia.org\n或者回報問題至 https://phabricator.wikimedia.org/。"
1142 }