Merge "resourceloader: Restore mw.loader.store update postponing logic"
[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 ]
21 },
22 "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>",
23 "apihelp-main-param-action": "要執行的動作。",
24 "apihelp-main-param-format": "輸出的格式。",
25 "apihelp-main-param-smaxage": "將HTTP緩存控制頭欄位設為<code>s-maxage</code>秒。錯誤不會做緩存。",
26 "apihelp-main-param-maxage": "將HTTP緩存控制頭欄位設為<code>max-age</code>秒。錯誤不會做緩存。",
27 "apihelp-main-param-assert": "若設為<kbd>user</kbd>,會確認使用者是否已登入;若設為<kbd>bot</kbd>,會確認是否擁有機械人權限。",
28 "apihelp-main-param-assertuser": "確認目前使用者就是指定的使用者。",
29 "apihelp-main-param-requestid": "在此處提供的任何值都將包括在響應之中。可用於區分請求。",
30 "apihelp-main-param-servedby": "在結果中包括提出請求的主機名。",
31 "apihelp-main-param-curtimestamp": "在結果中包括目前的時間戳。",
32 "apihelp-main-param-responselanginfo": "在結果中包括<var>uselang</var>和<var>errorlang</var>所用的語言。",
33 "apihelp-block-summary": "封鎖使用者。",
34 "apihelp-block-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1userid</var> 一起使用",
35 "apihelp-block-param-reason": "封鎖原因。",
36 "apihelp-block-param-anononly": "僅封鎖匿名使用者 (禁止這個 IP 位址的匿名使用者編輯)。",
37 "apihelp-block-param-nocreate": "禁止建立帳號。",
38 "apihelp-block-param-autoblock": "自動封鎖最後使用的 IP 位址,以及在這之後嘗試登入的 IP 位址。",
39 "apihelp-block-param-noemail": "禁止使用者透過 Wiki 寄送電子郵件。 (需要 <code>blockemail</code> 權限)。",
40 "apihelp-block-param-hidename": "隱藏封鎖日誌的使用者名稱。 (需要 <code>hideuser</code> 權限)。",
41 "apihelp-block-param-allowusertalk": "允許使用者編輯自己的對話頁面 (依據 <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var> 的設定)。",
42 "apihelp-block-param-reblock": "若使用者已被封鎖,覆寫既有的封鎖設定值。",
43 "apihelp-block-param-watchuser": "監視使用者或 IP 位址的使用者頁面與對話頁面。",
44 "apihelp-block-param-tags": "在封鎖日誌裡更改套用到項目的標籤。",
45 "apihelp-block-example-ip-simple": "封鎖 IP 位址 <kbd>192.0.2.5</kbd> 三天,原因為 <kbd>First strike</kbd>。",
46 "apihelp-block-example-user-complex": "永久封鎖 IP 位址 <kbd>Vandal</kbd>,原因為 <kbd>Vandalism</kbd>。",
47 "apihelp-changeauthenticationdata-summary": "為目前使用者變更身分核對資料。",
48 "apihelp-changeauthenticationdata-example-password": "嘗試更改目前使用者的密碼至 <kbd>ExamplePassword</kbd>。",
49 "apihelp-checktoken-summary": "檢查來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的密鑰有效性。",
50 "apihelp-checktoken-param-type": "要測試的密鑰類型。",
51 "apihelp-checktoken-param-token": "要測試的密鑰。",
52 "apihelp-checktoken-param-maxtokenage": "密鑰的有效期間,以秒為單位。",
53 "apihelp-checktoken-example-simple": "測試 <kbd>csrf</kbd> 密鑰的有效性。",
54 "apihelp-clearhasmsg-summary": "清除目前使用者的 <code>hasmsg</code> 標記。",
55 "apihelp-clearhasmsg-example-1": "清除目前使用者的 <code>hasmsg</code> 標記。",
56 "apihelp-compare-summary": "比較 2 個頁面間的差異。",
57 "apihelp-compare-extended-description": "\"from\" 以及 \"to\" 的修訂編號,頁面標題或頁面 ID 為必填。",
58 "apihelp-compare-param-fromtitle": "要比對的第一個標題。",
59 "apihelp-compare-param-fromid": "要比對的第一個頁面 ID。",
60 "apihelp-compare-param-fromrev": "要比對的第一個修訂。",
61 "apihelp-compare-param-totitle": "要比對的第二個標題。",
62 "apihelp-compare-param-toid": "要比對的第二個頁面 ID。",
63 "apihelp-compare-param-torev": "要比對的第二個修訂。",
64 "apihelp-compare-param-tocontentformat": "<var>totext</var> 的內容序列化格式。",
65 "apihelp-compare-param-prop": "要取得的資訊部份。",
66 "apihelp-compare-paramvalue-prop-diff": "HTML 差異。",
67 "apihelp-compare-paramvalue-prop-diffsize": "以位元組為單位的 HTML 差異大小。",
68 "apihelp-compare-example-1": "建立修訂 1 與 1 的差異檔",
69 "apihelp-createaccount-summary": "建立新使用者帳號。",
70 "apihelp-createaccount-param-name": "使用者名稱。",
71 "apihelp-createaccount-param-password": "密碼 (若有設定 <var>$1mailpassword</var> 則可略過)。",
72 "apihelp-createaccount-param-domain": "外部身分核對使用的網域 (可有可無)。",
73 "apihelp-createaccount-param-token": "在第一次請求時已取得的帳號建立金鑰。",
74 "apihelp-createaccount-param-email": "使用者的電子郵件地址 (可有可無) 。",
75 "apihelp-createaccount-param-realname": "使用者的真實姓名 (可有可無)。",
76 "apihelp-createaccount-param-mailpassword": "若設為其他值,將會以電子郵件寄送隨機密碼給使用者。",
77 "apihelp-createaccount-param-reason": "建立帳號時選填的原因,會被記錄到日誌當中。",
78 "apihelp-createaccount-param-language": "要設定的使用者預設語言代碼 (選填,預設依據內容語言)。",
79 "apihelp-createaccount-example-pass": "建立使用者 <kbd>testuser</kbd> 使用密碼 <kbd>test123</kbd>",
80 "apihelp-createaccount-example-mail": "建立使用者 <kbd>testmailuser</kbd> 並且電子郵件通知隨機產生的密碼。",
81 "apihelp-delete-summary": "刪除頁面。",
82 "apihelp-delete-param-title": "您欲刪除的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
83 "apihelp-delete-param-pageid": "您欲刪除頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
84 "apihelp-delete-param-reason": "刪除的原因。 若未設定,將會使用自動產生的原因。",
85 "apihelp-delete-param-tags": "在刪除日誌裡更改套用到項目的標籤。",
86 "apihelp-delete-param-watch": "加入目前頁面至您的監視清單。",
87 "apihelp-delete-param-watchlist": "無條件使用設置將頁面加入或移除目前使用者的監視清單或者是不更改監視清單。",
88 "apihelp-delete-param-unwatch": "從您的監視清單中移除目前頁面。",
89 "apihelp-delete-param-oldimage": "由 [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] 所提供要刪除的舊圖片名稱。",
90 "apihelp-delete-example-simple": "刪除 <kbd>Main Page</kbd>。",
91 "apihelp-delete-example-reason": "刪除 <kbd>Main Page</kbd> 原因為 <kbd>Preparing for move</kbd>。",
92 "apihelp-disabled-summary": "已停用此模組。",
93 "apihelp-edit-summary": "建立與編輯頁面。",
94 "apihelp-edit-param-title": "您欲編輯的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
95 "apihelp-edit-param-pageid": "您欲編輯頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
96 "apihelp-edit-param-section": "章節編號。 <kbd>0</kbd> 代表最上層章節,<kbd>new</kbd> 代表新章節。",
97 "apihelp-edit-param-sectiontitle": "新章節的標題。",
98 "apihelp-edit-param-text": "頁面內容。",
99 "apihelp-edit-param-summary": "編輯摘要。 當未設定 $1section=new 與 $1sectiontitle 時也會當做章節標題。",
100 "apihelp-edit-param-tags": "更改套用到修訂的標籤。",
101 "apihelp-edit-param-minor": "小編輯。",
102 "apihelp-edit-param-notminor": "非小編輯。",
103 "apihelp-edit-param-bot": "標記此編輯為機器人編輯。",
104 "apihelp-edit-param-basetimestamp": "基於修訂的時間戳記,用來檢測編輯衝突。也许可以取得[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]認可。",
105 "apihelp-edit-param-createonly": "若頁面已存在,則不編輯頁面。",
106 "apihelp-edit-param-nocreate": "若頁面不存在,則產生錯誤。",
107 "apihelp-edit-param-watch": "加入目前頁面至您的監視清單。",
108 "apihelp-edit-param-unwatch": "從您的監視清單中移除目前頁面。",
109 "apihelp-edit-param-redirect": "自動化解決重新導向。",
110 "apihelp-edit-param-contentformat": "用於輸入文字的內容序列化格式。",
111 "apihelp-edit-param-contentmodel": "新內容的內容模組。",
112 "apihelp-edit-example-edit": "編輯頁面",
113 "apihelp-emailuser-summary": "寄送電子郵件給使用者。",
114 "apihelp-emailuser-param-target": "電子郵件的收件使用者。",
115 "apihelp-emailuser-param-subject": "郵件主旨。",
116 "apihelp-emailuser-param-text": "郵件內容。",
117 "apihelp-emailuser-param-ccme": "寄送一份此郵件的複本給我。",
118 "apihelp-emailuser-example-email": "寄送電子郵件給使用者 <kbd>WikiSysop</kbd> 使用內容 <kbd>Content</kbd>",
119 "apihelp-expandtemplates-summary": "展開所有於 wikitext 中模板。",
120 "apihelp-expandtemplates-param-title": "頁面標題。",
121 "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。",
122 "apihelp-feedcontributions-summary": "回傳使用者貢獻 Feed。",
123 "apihelp-feedcontributions-param-feedformat": "Feed 的格式。",
124 "apihelp-feedcontributions-param-year": "起始年份(更早之前)。",
125 "apihelp-feedcontributions-param-month": "起始月份(更早之前)。",
126 "apihelp-feedcontributions-param-deletedonly": "僅顯示已刪除的貢獻。",
127 "apihelp-feedcontributions-param-toponly": "只顯示最新修訂的編輯。",
128 "apihelp-feedcontributions-param-newonly": "只顯示建立頁面的編輯。",
129 "apihelp-feedcontributions-param-hideminor": "隱藏小修改。",
130 "apihelp-feedcontributions-param-showsizediff": "顯示修訂版本之間的差異大小。",
131 "apihelp-feedcontributions-example-simple": "返回使用者<kbd>Example</kbd>的貢獻。",
132 "apihelp-feedrecentchanges-summary": "返回最近變更摘要。",
133 "apihelp-feedrecentchanges-param-feedformat": "摘要格式。",
134 "apihelp-feedrecentchanges-param-namespace": "用於限制結果的命名空間。",
135 "apihelp-feedrecentchanges-param-invert": "除所選定者外的所有命名空間。",
136 "apihelp-feedrecentchanges-param-days": "用於限制結果的天數。",
137 "apihelp-feedrecentchanges-param-limit": "回傳的結果數量上限。",
138 "apihelp-feedrecentchanges-param-from": "顯示自那時以來的更改。",
139 "apihelp-feedrecentchanges-param-hideminor": "隱藏小編輯。",
140 "apihelp-feedrecentchanges-param-hidebots": "隱藏由機器人做的變更。",
141 "apihelp-feedrecentchanges-param-hideanons": "隱藏匿名使用者做的變更。",
142 "apihelp-feedrecentchanges-param-hideliu": "隱藏已註冊使用者做的變更。",
143 "apihelp-feedrecentchanges-param-hidepatrolled": "隱藏已巡查的變更。",
144 "apihelp-feedrecentchanges-param-hidemyself": "隱藏由目前使用者做出的更改。",
145 "apihelp-feedrecentchanges-param-hidecategorization": "隱藏分類成員更改。",
146 "apihelp-feedrecentchanges-param-tagfilter": "按標籤篩選。",
147 "apihelp-feedrecentchanges-example-simple": "顯示近期變更。",
148 "apihelp-feedrecentchanges-example-30days": "顯示近期30天內的變動",
149 "apihelp-feedwatchlist-summary": "返回監視清單 feed。",
150 "apihelp-feedwatchlist-param-feedformat": "Feed 的格式。",
151 "apihelp-filerevert-param-comment": "上載意見。",
152 "apihelp-help-summary": "顯示指定模組的說明。",
153 "apihelp-help-example-main": "主模組使用說明",
154 "apihelp-help-example-recursive": "一個頁面中的所有說明。",
155 "apihelp-help-example-help": "說明模組自身的說明。",
156 "apihelp-help-example-query": "兩個查詢子模組的說明。",
157 "apihelp-imagerotate-summary": "旋轉一張或多張圖片。",
158 "apihelp-imagerotate-param-rotation": "順時針旋轉圖片的度數。",
159 "apihelp-imagerotate-param-tags": "在更新日誌裡套用到項目的標籤。",
160 "apihelp-imagerotate-example-simple": "<kbd>90</kbd> 度旋轉 <kbd>File:Example.png</kbd>。",
161 "apihelp-imagerotate-example-generator": "<kbd>180</kbd> 度旋轉所有在 <kbd>Category:Flip</kbd> 裡的圖片。",
162 "apihelp-import-summary": "從其它 wiki 或 XML 檔案來匯入頁面。",
163 "apihelp-import-param-summary": "匯入摘要。",
164 "apihelp-import-param-xml": "上載的 XML 檔。",
165 "apihelp-import-param-interwikisource": "用於跨 wiki 匯入:匯入的來源 wiki。",
166 "apihelp-import-param-interwikipage": "用於跨 wiki 匯入:匯入的頁面。",
167 "apihelp-import-param-fullhistory": "用於跨 wiki 匯入:完整匯入歷史,而不只是最新版本。",
168 "apihelp-import-param-templates": "用於跨 wiki 匯入:匯入一切包含的模板。",
169 "apihelp-import-param-namespace": "匯入至此命名空間。無法與 <var>$1rootpage</var> 一起使用。",
170 "apihelp-import-param-rootpage": "匯入作為此頁面的子頁面。無法與 <var>$1namespace</var> 一起使用。",
171 "apihelp-login-summary": "登入並取得身分核對 cookies",
172 "apihelp-login-param-name": "使用者名稱。",
173 "apihelp-login-param-password": "密碼。",
174 "apihelp-login-param-domain": "網域名稱(可有可無)。",
175 "apihelp-login-example-login": "登入",
176 "apihelp-logout-summary": "登出並清除 session 資料。",
177 "apihelp-logout-example-logout": "登出當前使用者",
178 "apihelp-managetags-summary": "執行相關到更改標籤的管理任務。",
179 "apihelp-managetags-param-tags": "在標籤管理日誌裡更改套用到項目的標籤。",
180 "apihelp-mergehistory-summary": "合併頁面歷史",
181 "apihelp-mergehistory-param-reason": "合併歷史的原因。",
182 "apihelp-mergehistory-example-merge": "將<kbd>Oldpage</kbd>的整個歷史合併至<kbd>Newpage</kbd>。",
183 "apihelp-mergehistory-example-merge-timestamp": "將<kbd>Oldpage</kbd>直至<kbd>2015-12-31T04:37:41Z</kbd>的頁面修訂版本合併至<kbd>Newpage</kbd>。",
184 "apihelp-move-summary": "移動頁面。",
185 "apihelp-move-param-from": "重新命名本頁面的標題。不能與 <var>$1fromid</var> 一起出現。",
186 "apihelp-move-param-fromid": "重新命名本頁面的 ID 。不能與 <var>$1fromid</var> 一起出現。",
187 "apihelp-move-param-to": "將本頁面的標題重新命名為",
188 "apihelp-move-param-reason": "重新命名的原因。",
189 "apihelp-move-param-movetalk": "如果討論頁存在,變更討論頁名稱。",
190 "apihelp-move-param-movesubpages": "如果適用,則重新命名子頁面。",
191 "apihelp-move-param-noredirect": "不要建立重新導向。",
192 "apihelp-move-param-watch": "將頁面和重定向加入目前使用者的監視清單。",
193 "apihelp-move-param-unwatch": "從目前使用者的監視清單中移除頁面和重定向。",
194 "apihelp-move-param-watchlist": "在目前使用者的監視清單中無條件地加入或移除頁面,或使用設定,或不變更監視清單。",
195 "apihelp-move-param-ignorewarnings": "忽略所有警告。",
196 "apihelp-move-example-move": "將<kbd>Badtitle</kbd>移動至<kbd>Goodtitle</kbd>,不留下重定向。",
197 "apihelp-opensearch-summary": "使用 OpenSearch 協定搜尋本 wiki。",
198 "apihelp-opensearch-param-search": "搜尋字串。",
199 "apihelp-opensearch-param-limit": "回傳的結果數量上限。",
200 "apihelp-opensearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
201 "apihelp-opensearch-param-suggest": "若<var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>設定為false,則不做任何事。",
202 "apihelp-opensearch-param-redirects": "如何處理重定向:\n;return:傳回重定向本身。\n;resolve:傳回目標頁面,傳回的結果數目可能少於$1limit。\n由於歷史原因,$1format=json的預設值為「return」,其他格式則為「resolve」。",
203 "apihelp-opensearch-param-format": "輸出的格式。",
204 "apihelp-opensearch-example-te": "找出以 <kbd>Te</kbd> 為開頭的頁面。",
205 "apihelp-options-summary": "更改目前使用者的偏好設定。",
206 "apihelp-options-param-reset": "重設偏好設定為網站預設值。",
207 "apihelp-options-example-reset": "重設所有偏好設定",
208 "apihelp-options-example-change": "更改<kbd>skin</kbd>和<kbd>hideminor</kbd>偏好設定。",
209 "apihelp-paraminfo-summary": "獲得有關 API 模組的資訊。",
210 "apihelp-paraminfo-param-helpformat": "說明字串的格式。",
211 "apihelp-parse-param-summary": "解析摘要。",
212 "apihelp-parse-param-pageid": "解析此頁面的內容。覆蓋 <var>$1page</var>。",
213 "apihelp-parse-param-redirects": "若 <var>$1page</var> 或者 <var>$1pageid</var> 被設定成重新導向,則解析它。",
214 "apihelp-parse-param-prop": "要取得的資訊部份:",
215 "apihelp-parse-paramvalue-prop-headhtml": "取得頁面已解析的 <code>&lt;head&gt;</code>。",
216 "apihelp-parse-param-disablepp": "請改用<var>$1disablelimitreport</var>。",
217 "apihelp-parse-param-preview": "在預覽模式下解析。",
218 "apihelp-parse-example-page": "解析頁面。",
219 "apihelp-parse-example-text": "解析 wikitext。",
220 "apihelp-parse-example-texttitle": "解析 wikitext,指定頁面標題。",
221 "apihelp-parse-example-summary": "解析摘要。",
222 "apihelp-patrol-summary": "巡查頁面或修訂。",
223 "apihelp-patrol-param-rcid": "要巡查的最近變更 ID。",
224 "apihelp-patrol-param-revid": "要巡查的修訂 ID。",
225 "apihelp-patrol-example-rcid": "巡查一次最近變更。",
226 "apihelp-patrol-example-revid": "巡查一個修訂。",
227 "apihelp-protect-summary": "變更頁面的保護層級。",
228 "apihelp-protect-param-title": "要(解除)保護頁面的標題。 不能與 $1pageid 一起使用。",
229 "apihelp-protect-param-pageid": "要(解除)保護頁面的 ID。 不能與 $1title 一起使用。",
230 "apihelp-protect-param-protections": "保護層級清單,格式為 <kbd>action=level</kbd> (例如 <kbd>edit=sysop</kbd>)。<kbd>all</kbd> 層級代表所有人都可以進行行動,亦即無限制。\n\n<strong>注意:</strong>未列入清單項目的限制皆會移除。",
231 "apihelp-protect-param-expiry": "期限時間戳記,若只設定一個時間戳記,該時間戳記將會套用至所有的保護層級。 使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd> 或 <kbd>never</kbd> 來設定保護層級期限為永遠。",
232 "apihelp-protect-param-reason": "(解除)保護的原因。",
233 "apihelp-protect-param-tags": "修改標籤以套用於保護日誌裡的項目。",
234 "apihelp-protect-param-cascade": "啟用連鎖保護(也就是保護包含於此頁面的頁面)。如果所有提供的保護等級不支援連鎖,就將其忽略。",
235 "apihelp-protect-param-watch": "如果被設定,就將被(解除)保護的頁面加至目前使用者的監視列表。",
236 "apihelp-protect-param-watchlist": "無條件地將該頁面加入至或移除自目前使用者的監視列表、使用偏好設定或不更改監視。",
237 "apihelp-protect-example-protect": "保護一個頁面。",
238 "apihelp-purge-summary": "為指定標題清除快取。",
239 "apihelp-purge-param-forcelinkupdate": "更新連結表格。",
240 "apihelp-purge-example-generator": "重新整理主要命名空間的前10個頁面。",
241 "apihelp-query-summary": "擷取來自及有關MediaWiki的數據。",
242 "apihelp-query-param-prop": "替已查詢頁面所要取得的屬性。",
243 "apihelp-query-param-list": "要取得的清單。",
244 "apihelp-query-param-meta": "要取得的詮釋資料。",
245 "apihelp-query+allcategories-summary": "列舉所有分類。",
246 "apihelp-query+allcategories-param-from": "起始列舉的分類。",
247 "apihelp-query+allcategories-param-to": "終止列舉的分類。",
248 "apihelp-query+allcategories-param-prefix": "搜尋以此值為開頭的所有分類標題。",
249 "apihelp-query+allcategories-param-dir": "排序的方向。",
250 "apihelp-query+allcategories-param-min": "僅回傳至少有這樣多成員的分類。",
251 "apihelp-query+allcategories-param-max": "僅回傳最多有這樣多成員的分類。",
252 "apihelp-query+allcategories-param-limit": "要回傳的分類數量。",
253 "apihelp-query+allcategories-param-prop": "要取得的屬性。",
254 "apihelp-query+allcategories-paramvalue-prop-size": "在分類裡添加頁面數。",
255 "apihelp-query+alldeletedrevisions-summary": "依使用者或所在命名空間來列出所有已刪除的修訂。",
256 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "僅與 <var>$3user</var> 一同使用。",
257 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能與 <var>$3user</var> 一同使用。",
258 "apihelp-query+alldeletedrevisions-param-start": "起始列舉的時間戳記。",
259 "apihelp-query+alldeletedrevisions-param-end": "終止列舉的時間戳記。",
260 "apihelp-query+alldeletedrevisions-param-from": "在此標題開始列出。",
261 "apihelp-query+alldeletedrevisions-param-to": "在此標題停止列出。",
262 "apihelp-query+alldeletedrevisions-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
263 "apihelp-query+alldeletedrevisions-param-user": "此列出由該使用者作出的修訂。",
264 "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
265 "apihelp-query+alldeletedrevisions-param-namespace": "僅列出此命名空間的頁面。",
266 "apihelp-query+allfileusages-summary": "列出所有檔案用途,包含不存在的。",
267 "apihelp-query+allfileusages-param-from": "要起始列舉的檔案標題。",
268 "apihelp-query+allfileusages-param-to": "要終止列舉的檔案標題。",
269 "apihelp-query+allfileusages-param-prefix": "搜尋以此值為開頭的所有檔案標題。",
270 "apihelp-query+allfileusages-param-prop": "要包含到的資訊部份:",
271 "apihelp-query+allfileusages-paramvalue-prop-title": "添加檔案標題。",
272 "apihelp-query+allfileusages-param-limit": "要回傳的項目總數。",
273 "apihelp-query+allfileusages-param-dir": "列出時所採用的方向。",
274 "apihelp-query+allfileusages-example-unique": "列出唯一的檔案標題。",
275 "apihelp-query+allfileusages-example-unique-generator": "取得所有檔案標題,標記為遺失。",
276 "apihelp-query+allfileusages-example-generator": "取得包含檔案的頁面。",
277 "apihelp-query+allimages-summary": "按順序列舉所有圖片。",
278 "apihelp-query+allimages-param-sort": "作為排序順序的屬性。",
279 "apihelp-query+allimages-param-dir": "列出時所採用的方向。",
280 "apihelp-query+allimages-param-minsize": "限制圖片至少要有這樣多的位元組。",
281 "apihelp-query+allimages-param-maxsize": "限制圖片最多只能這樣多的位元組。",
282 "apihelp-query+allimages-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
283 "apihelp-query+allimages-param-sha1base36": "以 base 36 的圖片 SHA1 雜湊值(使用在 MediaWiki)。",
284 "apihelp-query+allimages-param-mime": "所要搜尋的 MIME 類型,例如:<kbd>image/jpeg</kbd>。",
285 "apihelp-query+allimages-param-limit": "要回傳的圖片總數。",
286 "apihelp-query+allimages-example-B": "搜尋以字母 <kbd>B</kbd> 為開頭的所有檔案清單。",
287 "apihelp-query+allimages-example-recent": "顯示近期已上傳檔案的清單,類似於 [[Special:NewFiles]]。",
288 "apihelp-query+alllinks-param-from": "要起始列舉的連結標題。",
289 "apihelp-query+alllinks-param-to": "要終止列舉的連結標題。",
290 "apihelp-query+alllinks-param-prop": "要包含的資訊部份:",
291 "apihelp-query+alllinks-paramvalue-prop-title": "添加連結標題。",
292 "apihelp-query+alllinks-param-namespace": "要列舉的命名空間。",
293 "apihelp-query+alllinks-param-limit": "要回傳的項目總數。",
294 "apihelp-query+alllinks-param-dir": "列出時所採用的方向。",
295 "apihelp-query+alllinks-example-unique": "列出唯一的連結標題。",
296 "apihelp-query+alllinks-example-unique-generator": "取得所有已連結標題,標記為遺失。",
297 "apihelp-query+alllinks-example-generator": "取得包含連結的頁面。",
298 "apihelp-query+allmessages-summary": "返回來自該網站的訊息。",
299 "apihelp-query+allmessages-param-prop": "要取得的屬性。",
300 "apihelp-query+allmessages-param-lang": "以此語言來回傳訊息。",
301 "apihelp-query+allmessages-param-from": "以此訊息來回傳訊息開頭。",
302 "apihelp-query+allmessages-param-to": "以此訊息來回傳訊息結尾。",
303 "apihelp-query+allmessages-param-prefix": "回傳帶有前綴的訊息。",
304 "apihelp-query+allmessages-example-ipb": "顯示以 <kbd>ipb-</kbd> 起始的訊息。",
305 "apihelp-query+allmessages-example-de": "顯示在德語裡的 <kbd>august</kbd> 與 <kbd>mainpage</kbd> 訊息。",
306 "apihelp-query+allpages-param-from": "起始列舉的頁面標題。",
307 "apihelp-query+allpages-param-to": "終止列舉的頁面標題。",
308 "apihelp-query+allpages-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
309 "apihelp-query+allpages-param-namespace": "要列舉的命名空間。",
310 "apihelp-query+allpages-param-filterredir": "要列出的頁面。",
311 "apihelp-query+allpages-param-minsize": "限制頁面至少要有這樣多的位元組。",
312 "apihelp-query+allpages-param-maxsize": "限制頁面最多只能這樣多的位元組。",
313 "apihelp-query+allpages-param-prtype": "僅限受保護的頁面。",
314 "apihelp-query+allpages-param-limit": "要回傳的頁面總數。",
315 "apihelp-query+allpages-param-dir": "列出時所採用的方向。",
316 "apihelp-query+allredirects-summary": "列出至命名空間的所有重新導向。",
317 "apihelp-query+allredirects-param-from": "要起始列舉的重新導向標題。",
318 "apihelp-query+allredirects-param-to": "要終止列舉的重新導向標題。",
319 "apihelp-query+allredirects-param-prefix": "搜尋以此值為開頭的所有目標頁面。",
320 "apihelp-query+allredirects-param-prop": "要包含的資訊部份:",
321 "apihelp-query+allredirects-paramvalue-prop-title": "添加重新導向的標題。",
322 "apihelp-query+allredirects-param-namespace": "要列舉的命名空間。",
323 "apihelp-query+allredirects-param-limit": "要回傳的項目總數。",
324 "apihelp-query+allredirects-param-dir": "列出時所採用的方向。",
325 "apihelp-query+allredirects-example-unique-generator": "取得所有目標頁面,標記為遺失。",
326 "apihelp-query+allredirects-example-generator": "取得包含重新導向的頁面。",
327 "apihelp-query+allrevisions-summary": "列出所有修訂版本。",
328 "apihelp-query+allrevisions-param-start": "起始列舉的時間戳記。",
329 "apihelp-query+allrevisions-param-end": "終止列舉的時間戳記。",
330 "apihelp-query+allrevisions-param-user": "此列出由該使用者作出的修訂。",
331 "apihelp-query+allrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
332 "apihelp-query+allrevisions-param-namespace": "僅列出此命名空間的頁面。",
333 "apihelp-query+mystashedfiles-param-prop": "要索取的檔案屬性。",
334 "apihelp-query+mystashedfiles-paramvalue-prop-size": "索取檔案大小與圖片尺寸。",
335 "apihelp-query+mystashedfiles-paramvalue-prop-type": "索取檔案的 MIME 類型以及媒體類型。",
336 "apihelp-query+mystashedfiles-param-limit": "要取得的檔案數量。",
337 "apihelp-query+alltransclusions-param-namespace": "要列舉的命名空間。",
338 "apihelp-query+alltransclusions-param-limit": "要回傳的項目總數。",
339 "apihelp-query+alltransclusions-param-dir": "列出時所採用的方向。",
340 "apihelp-query+allusers-summary": "列舉所有已註冊使用者。",
341 "apihelp-query+allusers-param-from": "起始列舉的使用者名稱。",
342 "apihelp-query+allusers-param-to": "終止列舉的使用者名稱。",
343 "apihelp-query+allusers-param-prefix": "搜尋以此值為開頭的所有使用者。",
344 "apihelp-query+allusers-param-dir": "排序的方向。",
345 "apihelp-query+allusers-param-group": "僅包含在指定群組的使用者。",
346 "apihelp-query+allusers-param-excludegroup": "排除指定群組中的使用者",
347 "apihelp-query+allusers-param-prop": "要包含的資訊部份:",
348 "apihelp-query+allusers-paramvalue-prop-rights": "列出使用者所擁有的權限。",
349 "apihelp-query+allusers-paramvalue-prop-editcount": "添加使用者的編輯次數。",
350 "apihelp-query+allusers-param-witheditsonly": "僅列出有做過編輯的使用者。",
351 "apihelp-query+allusers-example-Y": "列出以<kbd>Y</kbd>開頭的使用者。",
352 "apihelp-query+authmanagerinfo-summary": "取得目前身分核對狀態的資訊。",
353 "apihelp-query+backlinks-summary": "找出連結至指定頁面的所有頁面。",
354 "apihelp-query+backlinks-param-namespace": "要列舉的命名空間。",
355 "apihelp-query+backlinks-param-dir": "列出時所採用的方向。",
356 "apihelp-query+backlinks-example-simple": "顯示至 <kbd>Main page</kbd> 的連結。",
357 "apihelp-query+blocks-summary": "列出所有被封鎖使用者與 IP 位址。",
358 "apihelp-query+blocks-param-start": "起始列舉的時間戳記。",
359 "apihelp-query+blocks-param-end": "終止列舉的時間戳記。",
360 "apihelp-query+blocks-param-prop": "要取得的屬性。",
361 "apihelp-query+blocks-paramvalue-prop-id": "添加封鎖 ID。",
362 "apihelp-query+blocks-paramvalue-prop-user": "添加已封鎖使用者的使用者名稱。",
363 "apihelp-query+blocks-paramvalue-prop-userid": "添加已封鎖使用者的使用者 ID。",
364 "apihelp-query+blocks-paramvalue-prop-by": "添加進行封鎖中的使用者之使用者名稱。",
365 "apihelp-query+blocks-paramvalue-prop-byid": "添加進行封鎖中的使用者之使用者 ID。",
366 "apihelp-query+blocks-paramvalue-prop-reason": "添加封鎖的原因。",
367 "apihelp-query+blocks-example-simple": "列出封鎖。",
368 "apihelp-query+blocks-example-users": "列出使用者 <kbd>Alice</kbd> 與 <kbd>Bob</kbd> 的封鎖。",
369 "apihelp-query+categories-summary": "列出頁面隸屬的所有分類。",
370 "apihelp-query+categories-param-show": "要顯示出的分類種類。",
371 "apihelp-query+categories-param-limit": "要回傳的分類數量。",
372 "apihelp-query+categories-param-dir": "列出時所採用的方向。",
373 "apihelp-query+categoryinfo-summary": "回傳有關指定分類的資訊。",
374 "apihelp-query+categorymembers-summary": "在指定的分類中列出所有頁面。",
375 "apihelp-query+categorymembers-param-prop": "要包含的資訊部份:",
376 "apihelp-query+categorymembers-paramvalue-prop-ids": "添加頁面 ID。",
377 "apihelp-query+categorymembers-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
378 "apihelp-query+categorymembers-param-limit": "回傳的頁面數量上限。",
379 "apihelp-query+categorymembers-param-sort": "作為排序順序的屬性。",
380 "apihelp-query+categorymembers-param-startsortkey": "請改用 $1starthexsortkey。",
381 "apihelp-query+categorymembers-param-endsortkey": "請改用 $1endhexsortkey。",
382 "apihelp-query+categorymembers-example-simple": "取得在 <kbd>Category:Physics</kbd> 裡前 10 項的頁面。",
383 "apihelp-query+contributors-param-limit": "要回傳的貢獻人員數量。",
384 "apihelp-query+deletedrevisions-summary": "取得已刪除修訂的資訊。",
385 "apihelp-query+deletedrevisions-param-tag": "僅列出以此標籤所標記的修訂。",
386 "apihelp-query+deletedrevisions-param-user": "此列出由該使用者作出的修訂。",
387 "apihelp-query+deletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
388 "apihelp-query+deletedrevs-summary": "列出已刪除的修訂。",
389 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式|模式}}:$2",
390 "apihelp-query+deletedrevs-param-start": "起始列舉的時間戳記。",
391 "apihelp-query+deletedrevs-param-end": "終止列舉的時間戳記。",
392 "apihelp-query+deletedrevs-param-from": "在此標題開始列出。",
393 "apihelp-query+deletedrevs-param-to": "在此標題停止列出。",
394 "apihelp-query+deletedrevs-param-tag": "僅列出以此標籤所標記的修訂。",
395 "apihelp-query+deletedrevs-param-user": "此列出由該使用者作出的修訂。",
396 "apihelp-query+deletedrevs-param-excludeuser": "不要列出由該使用者作出的修訂。",
397 "apihelp-query+deletedrevs-param-namespace": "僅列出此命名空間的頁面。",
398 "apihelp-query+disabled-summary": "已停用此查詢模組。",
399 "apihelp-query+duplicatefiles-param-limit": "要回傳的重複檔案數量。",
400 "apihelp-query+duplicatefiles-param-dir": "列出時所採用的方向。",
401 "apihelp-query+duplicatefiles-example-generated": "查看全部有重複到的檔案。",
402 "apihelp-query+embeddedin-param-namespace": "要列舉的命名空間。",
403 "apihelp-query+embeddedin-param-dir": "列出時所採用的方向。",
404 "apihelp-query+embeddedin-param-filterredir": "如何過濾重新導向。",
405 "apihelp-query+embeddedin-param-limit": "要回傳的頁面總數。",
406 "apihelp-query+extlinks-summary": "回傳所有指定頁面的外部 URL (非 interwiki)。",
407 "apihelp-query+extlinks-param-limit": "要回傳的連結數量。",
408 "apihelp-query+exturlusage-param-prop": "要包含的資訊部份:",
409 "apihelp-query+exturlusage-paramvalue-prop-ids": "添加頁面 ID。",
410 "apihelp-query+exturlusage-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
411 "apihelp-query+exturlusage-paramvalue-prop-url": "添加用於頁面的 URL。",
412 "apihelp-query+exturlusage-param-namespace": "要列舉的頁面命名空間。",
413 "apihelp-query+exturlusage-param-limit": "要回傳的頁面數量。",
414 "apihelp-query+filearchive-param-from": "起始列舉的圖片標題。",
415 "apihelp-query+filearchive-param-to": "終止列舉的圖片標題。",
416 "apihelp-query+filearchive-param-limit": "要回傳的圖片總數。",
417 "apihelp-query+filearchive-param-dir": "列出時所採用的方向。",
418 "apihelp-query+filearchive-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
419 "apihelp-query+filearchive-param-prop": "要取得的圖片資訊:",
420 "apihelp-query+filearchive-paramvalue-prop-sha1": "替圖片添加 SHA-1 雜湊值。",
421 "apihelp-query+filearchive-paramvalue-prop-description": "添加圖片版本的描述。",
422 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "解析版本的描述。",
423 "apihelp-query+filearchive-paramvalue-prop-mime": "添加圖片的 MIME。",
424 "apihelp-query+filearchive-paramvalue-prop-mediatype": "添加圖片的媒體類型。",
425 "apihelp-query+filearchive-paramvalue-prop-metadata": "列出圖片版本的 Exif 詮釋資料。",
426 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "添加版本的位元深度。",
427 "apihelp-query+filearchive-example-simple": "顯示所有已刪除檔案的清單。",
428 "apihelp-query+filerepoinfo-paramvalue-prop-url": "公共區域 URL 路徑。",
429 "apihelp-query+fileusage-param-prop": "要取得的屬性。",
430 "apihelp-query+fileusage-paramvalue-prop-pageid": "各頁面的頁面 ID。",
431 "apihelp-query+fileusage-paramvalue-prop-title": "各頁面的標題。",
432 "apihelp-query+fileusage-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
433 "apihelp-query+fileusage-param-namespace": "僅包含這些命名空間的頁面。",
434 "apihelp-query+fileusage-param-limit": "要回傳的數量。",
435 "apihelp-query+imageinfo-summary": "回傳檔案資訊與上傳日誌。",
436 "apihelp-query+imageinfo-param-prop": "要取得的檔案資訊:",
437 "apihelp-query+imageinfo-paramvalue-prop-sha1": "替檔案添加 SHA-1 雜湊值。",
438 "apihelp-query+imageinfo-paramvalue-prop-mime": "替檔案添加 MIME 類型。",
439 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加檔案的媒體類型。",
440 "apihelp-query+imageinfo-param-limit": "每個檔案要回傳的檔案修訂數量。",
441 "apihelp-query+imageinfo-param-start": "列出的起始時間戳記。",
442 "apihelp-query+imageinfo-param-end": "列出的終止時間戳記。",
443 "apihelp-query+imageinfo-param-urlheight": "與 $1urlwidth 相似。",
444 "apihelp-query+images-summary": "回傳指定頁面中包含的所有檔案。",
445 "apihelp-query+images-param-limit": "要回傳的檔案數量。",
446 "apihelp-query+images-param-dir": "列出時所採用的方向。",
447 "apihelp-query+images-example-simple": "取得使用在 [[Main Page]] 的檔案清單。",
448 "apihelp-query+imageusage-param-title": "要搜尋的標題。不能與 $1pageid 一起使用。",
449 "apihelp-query+imageusage-param-pageid": "要搜尋的頁面 ID。不能與 $1title 一起使用。",
450 "apihelp-query+imageusage-param-namespace": "要列舉的命名空間。",
451 "apihelp-query+imageusage-param-dir": "列出時所採用的方向。",
452 "apihelp-query+info-summary": "取得基本頁面訊息。",
453 "apihelp-query+info-param-prop": "要取得的額外屬性:",
454 "apihelp-query+info-paramvalue-prop-protection": "列出各頁面的保護層級。",
455 "apihelp-query+info-paramvalue-prop-readable": "使用者是否可閱讀此頁面。",
456 "apihelp-query+iwbacklinks-param-prefix": "跨 wiki 前綴。",
457 "apihelp-query+iwbacklinks-param-limit": "要回傳的頁面總數。",
458 "apihelp-query+iwbacklinks-param-prop": "要取得的屬性。",
459 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "添加跨 wiki 前綴。",
460 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "添加跨 wiki 標題。",
461 "apihelp-query+iwbacklinks-param-dir": "列出時所採用的方向。",
462 "apihelp-query+iwbacklinks-example-simple": "取得連結至 [[wikibooks:Test]] 的頁面。",
463 "apihelp-query+iwlinks-summary": "回傳指定頁面的所有 interwiki 連結。",
464 "apihelp-query+iwlinks-paramvalue-prop-url": "添加完整的 URL。",
465 "apihelp-query+iwlinks-param-limit": "要回傳的跨 Wiki 連結數量。",
466 "apihelp-query+iwlinks-param-dir": "列出時所採用的方向。",
467 "apihelp-query+langbacklinks-param-lang": "用於語言的語言連結。",
468 "apihelp-query+langbacklinks-param-title": "要搜尋的語言連結。必須與$1lang一同使用。",
469 "apihelp-query+langbacklinks-param-limit": "要回傳的頁面總數。",
470 "apihelp-query+langbacklinks-param-prop": "要取得的屬性。",
471 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "添加用於語言連結的語言代碼。",
472 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "添加語言連結標題。",
473 "apihelp-query+langbacklinks-param-dir": "列出時所採用的方向。",
474 "apihelp-query+langbacklinks-example-simple": "取得連結至 [[:fr:Test]] 的頁面。",
475 "apihelp-query+langlinks-summary": "回傳指定頁面的所有跨語言連結。",
476 "apihelp-query+langlinks-param-limit": "要回傳的 langlinks 數量。",
477 "apihelp-query+langlinks-paramvalue-prop-url": "添加完整的 URL。",
478 "apihelp-query+langlinks-paramvalue-prop-autonym": "添加本地語言名稱。",
479 "apihelp-query+langlinks-param-dir": "列出時所採用的方向。",
480 "apihelp-query+langlinks-param-inlanguagecode": "用於本地化語言名稱的語言代碼。",
481 "apihelp-query+links-summary": "回傳指定頁面的所有連結。",
482 "apihelp-query+links-param-limit": "要回傳的連結數量。",
483 "apihelp-query+links-param-dir": "列出時所採用的方向。",
484 "apihelp-query+linkshere-param-prop": "要取得的屬性。",
485 "apihelp-query+linkshere-paramvalue-prop-pageid": "各頁面的頁面 ID。",
486 "apihelp-query+linkshere-paramvalue-prop-title": "各頁面的標題。",
487 "apihelp-query+linkshere-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
488 "apihelp-query+linkshere-param-namespace": "僅包含這些命名空間的頁面。",
489 "apihelp-query+linkshere-param-limit": "要回傳的數量。",
490 "apihelp-query+logevents-summary": "從日誌中獲取事件。",
491 "apihelp-query+logevents-param-prop": "要取得的屬性。",
492 "apihelp-query+logevents-paramvalue-prop-ids": "添加日誌事件的 ID。",
493 "apihelp-query+logevents-param-start": "起始列舉的時間戳記。",
494 "apihelp-query+logevents-param-end": "結束列舉的時間戳記。",
495 "apihelp-query+logevents-param-limit": "要回傳的事件項目總數。",
496 "apihelp-query+logevents-example-simple": "列出近期日誌事件。",
497 "apihelp-query+pagepropnames-param-limit": "回傳的名稱數量上限。",
498 "apihelp-query+pagepropnames-example-simple": "取得前 10 個屬性名稱。",
499 "apihelp-query+pageswithprop-paramvalue-prop-ids": "添加頁面 ID。",
500 "apihelp-query+pageswithprop-paramvalue-prop-value": "添加頁面屬性的值。",
501 "apihelp-query+pageswithprop-param-limit": "回傳的頁面數量上限。",
502 "apihelp-query+prefixsearch-param-search": "搜尋字串。",
503 "apihelp-query+prefixsearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
504 "apihelp-query+prefixsearch-param-limit": "回傳的結果數量上限。",
505 "apihelp-query+prefixsearch-param-offset": "要略過的結果數量。",
506 "apihelp-query+protectedtitles-param-namespace": "僅列出這些命名空間的標題。",
507 "apihelp-query+protectedtitles-param-level": "僅列出具有這些保護層級的標題。",
508 "apihelp-query+protectedtitles-param-limit": "要回傳的頁面總數。",
509 "apihelp-query+protectedtitles-param-prop": "要取得的屬性。",
510 "apihelp-query+protectedtitles-paramvalue-prop-level": "添加保護層級。",
511 "apihelp-query+protectedtitles-example-simple": "列出已保護的標題。",
512 "apihelp-query+querypage-param-limit": "回傳的結果數量。",
513 "apihelp-query+random-summary": "取得隨機頁面集合",
514 "apihelp-query+random-param-namespace": "僅回傳在這些命名空間的頁面。",
515 "apihelp-query+random-param-redirect": "請改用 <kbd>$1filterredir=redirects</kbd>。",
516 "apihelp-query+random-param-filterredir": "如何過濾重新導向。",
517 "apihelp-query+recentchanges-summary": "列舉出最近變更。",
518 "apihelp-query+recentchanges-param-start": "起始列舉的時間戳記。",
519 "apihelp-query+recentchanges-param-end": "結束列舉的時間戳記。",
520 "apihelp-query+recentchanges-param-user": "此列出由該使用者作出的更改。",
521 "apihelp-query+recentchanges-param-excludeuser": "不要列出由該使用者作出的更改。",
522 "apihelp-query+recentchanges-paramvalue-prop-flags": "添加編輯的標籤。",
523 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
524 "apihelp-query+recentchanges-paramvalue-prop-title": "添加編輯的頁面標題。",
525 "apihelp-query+recentchanges-paramvalue-prop-tags": "列出項目的標籤。",
526 "apihelp-query+recentchanges-param-limit": "要回傳變更總數。",
527 "apihelp-query+recentchanges-param-type": "更改的顯示類型。",
528 "apihelp-query+recentchanges-example-simple": "最近變更清單",
529 "apihelp-query+redirects-summary": "回傳連結至指定頁面的所有重新導向。",
530 "apihelp-query+redirects-param-prop": "要取得的屬性。",
531 "apihelp-query+redirects-paramvalue-prop-pageid": "各重新導向的頁面 ID。",
532 "apihelp-query+redirects-paramvalue-prop-title": "各重新導向的標題。",
533 "apihelp-query+redirects-param-namespace": "僅包含這些命名空間的頁面。",
534 "apihelp-query+redirects-param-limit": "要回傳的重新導向數量。",
535 "apihelp-query+redirects-example-simple": "取得 [[Main Page]] 的重新導向清單",
536 "apihelp-query+revisions-summary": "取得修訂的資訊。",
537 "apihelp-query+revisions-example-content": "取得用於標題 <kbd>API</kbd> 與 <kbd>Main Page</kbd> 最新修訂內容的資料。",
538 "apihelp-query+revisions-example-last5": "取得 <kbd>Main Page</kbd> 的最近 5 筆修訂。",
539 "apihelp-query+revisions-example-first5": "取得 <kbd>Main Page</kbd> 的最早前 5 筆修訂。",
540 "apihelp-query+revisions-example-first5-after": "取得 <kbd>Main Page</kbd> 自 2006-05-01 後做的前 5 筆修訂。",
541 "apihelp-query+revisions-example-first5-not-localhost": "取得 <kbd>Main Page</kbd> 裡並非由匿名使用者 <kbd>127.0.0.1</kbd> 所做出的最早前 5 筆修訂。",
542 "apihelp-query+revisions-example-first5-user": "取得 <kbd>Main Page</kbd> 裡由使用者 <kbd>MediaWiki default</kbd> 所做出的最早前 5 筆修訂。",
543 "apihelp-query+revisions+base-paramvalue-prop-ids": "修訂 ID。",
544 "apihelp-query+revisions+base-paramvalue-prop-user": "做出修訂的使用者。",
545 "apihelp-query+revisions+base-paramvalue-prop-tags": "修訂標籤。",
546 "apihelp-query+search-summary": "執行全文搜尋。",
547 "apihelp-query+search-param-what": "要執行的搜尋類型。",
548 "apihelp-query+search-param-info": "要回傳的詮釋資料。",
549 "apihelp-query+search-param-prop": "要回傳的屬性:",
550 "apihelp-query+search-paramvalue-prop-size": "添加以位元組為單位的頁面大小。",
551 "apihelp-query+search-paramvalue-prop-wordcount": "添加頁面的字數。",
552 "apihelp-query+search-paramvalue-prop-timestamp": "添加頁面自上一次編輯的時間戳記。",
553 "apihelp-query+search-paramvalue-prop-score": "已忽略",
554 "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略",
555 "apihelp-query+search-param-limit": "要回傳的頁面總數。",
556 "apihelp-query+search-example-simple": "搜尋 <kbd>meaning</kbd>。",
557 "apihelp-query+search-example-text": "搜尋 <kbd>meaning</kbd> 的文字。",
558 "apihelp-query+siteinfo-param-prop": "要取得的資訊:",
559 "apihelp-query+siteinfo-paramvalue-prop-general": "全面系統資訊。",
560 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "特殊頁面別名清單。",
561 "apihelp-query+siteinfo-param-numberingroup": "列出在使用者群組裡的使用者數目。",
562 "apihelp-query+siteinfo-example-simple": "索取站台資訊。",
563 "apihelp-query+siteinfo-example-interwiki": "索取本地端跨 wiki 前綴的清單。",
564 "apihelp-query+siteinfo-example-replag": "檢查目前的響應延遲。",
565 "apihelp-query+stashimageinfo-summary": "回傳多筆儲藏檔案的檔案資訊。",
566 "apihelp-query+stashimageinfo-example-simple": "回傳儲藏檔案的檔案資訊。",
567 "apihelp-query+tags-summary": "列出變更標記。",
568 "apihelp-query+tags-param-prop": "要取得的屬性。",
569 "apihelp-query+tags-paramvalue-prop-name": "添加標籤名稱。",
570 "apihelp-query+tags-paramvalue-prop-displayname": "添加標籤的系統訊息。",
571 "apihelp-query+tags-paramvalue-prop-description": "添加標籤的描述。",
572 "apihelp-query+tags-example-simple": "列出可用標籤。",
573 "apihelp-query+templates-summary": "回傳指定頁面中所有引用的頁面。",
574 "apihelp-query+templates-param-limit": "要回傳的模板數量。",
575 "apihelp-query+templates-param-dir": "列出時所採用的方向。",
576 "apihelp-query+tokens-param-type": "要求的權杖類型。",
577 "apihelp-query+tokens-example-simple": "接收 csrf 密鑰 (預設)。",
578 "apihelp-query+tokens-example-types": "接收監視密鑰以及巡邏密鑰。",
579 "apihelp-query+transcludedin-param-prop": "要取得的屬性。",
580 "apihelp-query+transcludedin-paramvalue-prop-pageid": "各頁面的頁面 ID。",
581 "apihelp-query+transcludedin-paramvalue-prop-title": "各頁面的標題。",
582 "apihelp-query+transcludedin-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
583 "apihelp-query+transcludedin-param-limit": "回傳的數量。",
584 "apihelp-query+usercontribs-summary": "按使用者來取得所有編輯。",
585 "apihelp-query+usercontribs-param-limit": "回傳的貢獻數量上限。",
586 "apihelp-query+usercontribs-paramvalue-prop-ids": "添加頁面 ID 與修訂 ID。",
587 "apihelp-query+usercontribs-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
588 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
589 "apihelp-query+usercontribs-paramvalue-prop-comment": "添加編輯的註釋。",
590 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "添加編輯的已解析註解。",
591 "apihelp-query+usercontribs-paramvalue-prop-size": "添加編輯的新大小。",
592 "apihelp-query+usercontribs-paramvalue-prop-tags": "列出編輯的標籤。",
593 "apihelp-query+userinfo-summary": "取得目前使用者的資訊。",
594 "apihelp-query+userinfo-param-prop": "要包含的資訊部份:",
595 "apihelp-query+userinfo-paramvalue-prop-realname": "添加使用者的真實姓名。",
596 "apihelp-query+userinfo-paramvalue-prop-email": "添加使用者的電子郵件地址與電子郵件驗證日期。",
597 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "添加使用者的註冊日期。",
598 "apihelp-query+userinfo-example-simple": "取得目前使用者的資訊。",
599 "apihelp-query+userinfo-example-data": "取得目前使用者的額外資訊。",
600 "apihelp-query+users-summary": "取得有關使用者清單的資訊。",
601 "apihelp-query+users-param-prop": "要包含的資訊部份:",
602 "apihelp-query+watchlist-param-start": "起始列舉的時間戳記。",
603 "apihelp-query+watchlist-param-end": "結束列舉的時間戳記。",
604 "apihelp-query+watchlist-param-user": "此列出由該使用者作出的更改。",
605 "apihelp-query+watchlist-param-excludeuser": "不要列出由該使用者作出的更改。",
606 "apihelp-query+watchlist-param-limit": "每個請求要回傳的結果總數。",
607 "apihelp-query+watchlist-param-prop": "要取得的額外屬性:",
608 "apihelp-query+watchlist-paramvalue-prop-title": "添加頁面標題。",
609 "apihelp-query+watchlist-paramvalue-prop-flags": "添加編輯的標籤。",
610 "apihelp-query+watchlist-paramvalue-prop-tags": "列出項目的標籤。",
611 "apihelp-query+watchlist-paramvalue-type-edit": "一般頁面編輯。",
612 "apihelp-query+watchlist-paramvalue-type-new": "頁面建立。",
613 "apihelp-query+watchlist-paramvalue-type-log": "日誌項目。",
614 "apihelp-query+watchlist-paramvalue-type-categorize": "分類成員更改。",
615 "apihelp-query+watchlistraw-param-limit": "每個請求要回傳的結果總數。",
616 "apihelp-query+watchlistraw-param-prop": "要取得的額外屬性:",
617 "apihelp-query+watchlistraw-param-dir": "列出時所採用的方向。",
618 "apihelp-query+watchlistraw-example-simple": "列出在目前使用者的監視清單裡頭頁面。",
619 "apihelp-removeauthenticationdata-summary": "為目前使用者移除身分核對資料。",
620 "apihelp-resetpassword-summary": "寄送重新設定密碼的電子郵件給使用者。",
621 "apihelp-revisiondelete-summary": "刪除和取消刪除修訂。",
622 "apihelp-rollback-summary": "撤修頁面的最後一次編輯。",
623 "apihelp-setpagelanguage-summary": "更改頁面的語言。",
624 "apihelp-setpagelanguage-param-reason": "變更的原因。",
625 "apihelp-stashedit-param-title": "正在編輯此頁面的標題。",
626 "apihelp-stashedit-param-text": "頁面內容。",
627 "apihelp-tag-param-reason": "變更的原因。",
628 "apihelp-tokens-summary": "取得資料修改動作的密鑰。",
629 "apihelp-tokens-extended-description": "此模組已因支援 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 而停用。",
630 "apihelp-unblock-summary": "解除封鎖一位使用者。",
631 "apihelp-unblock-param-reason": "解除封鎖的原因。",
632 "apihelp-unblock-example-id": "解除封銷 ID #<kbd>105</kbd>。",
633 "apihelp-undelete-param-title": "要恢復的頁面標題。",
634 "apihelp-undelete-param-reason": "還原的原因。",
635 "apihelp-undelete-example-page": "取消刪除頁面 <kbd>Main Page</kbd>。",
636 "apihelp-undelete-example-revisions": "取消刪除 <kbd>Main Page</kbd> 的兩筆修訂。",
637 "apihelp-upload-param-filename": "目標檔案名稱。",
638 "apihelp-upload-param-comment": "上傳註釋。如果 <var>$1text</var> 未指定的話,也會作為新檔案用的初始頁面文字。",
639 "apihelp-upload-param-text": "用於新檔案的初始頁面文字。",
640 "apihelp-upload-param-watch": "監視頁面。",
641 "apihelp-upload-param-ignorewarnings": "忽略所有警告。",
642 "apihelp-upload-param-file": "檔案內容。",
643 "apihelp-upload-param-url": "索取檔案的來源 URL。",
644 "apihelp-upload-example-url": "從 URL 上傳。",
645 "apihelp-userrights-summary": "變更一位使用者的群組成員。",
646 "apihelp-userrights-param-user": "使用者名稱。",
647 "apihelp-userrights-param-userid": "使用者ID。",
648 "apihelp-userrights-param-add": "加入使用者至這些群組;若已是成員,則更新失效時間。",
649 "apihelp-userrights-param-remove": "從這些群組移除使用者。",
650 "apihelp-userrights-param-reason": "變更的原因。",
651 "apihelp-validatepassword-param-password": "要驗證的密碼。",
652 "apihelp-validatepassword-param-email": "電子郵件地址,用於當測試帳號建立時使用。",
653 "apihelp-validatepassword-param-realname": "真實姓名,用於當測試帳號建立時使用。",
654 "apihelp-watch-example-watch": "監視頁面 <kbd>Main Page</kbd>。",
655 "apihelp-watch-example-unwatch": "取消監視頁面 <kbd>Main Page</kbd>。",
656 "apihelp-format-example-generic": "以 $1 格式傳回查詢結果。",
657 "apihelp-json-summary": "使用 JSON 格式輸出資料。",
658 "apihelp-jsonfm-summary": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
659 "apihelp-none-summary": "不輸出。",
660 "apihelp-php-summary": "使用序列化 PHP 格式輸出資料。",
661 "apihelp-phpfm-summary": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
662 "apihelp-rawfm-summary": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
663 "apihelp-xml-summary": "使用 XML 格式輸出資料。",
664 "apihelp-xml-param-includexmlnamespace": "若有指定,添加一個 XML 命名空間。",
665 "apihelp-xmlfm-summary": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
666 "api-format-title": "MediaWiki API 結果",
667 "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說明]] 以取得更多資訊。",
668 "api-format-prettyprint-header-only-html": "這是用來除錯的HTML呈現,不適合實際應用。\n\n參見[[mw:Special:MyLanguage/API|完整文件]]或[[Special:ApiHelp/main|API幫助]]以取得更多資訊。",
669 "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幫助]]以獲取更多信息。",
670 "api-format-prettyprint-status": "此回應將會傳回HTTP狀態$1 $2。",
671 "api-pageset-param-titles": "要使用的標題清單。",
672 "api-pageset-param-pageids": "要使用的頁面 ID 清單。",
673 "api-pageset-param-revids": "要使用的修訂 ID 清單。",
674 "api-help-title": "MediaWiki API 說明",
675 "api-help-lead": "此頁為自動產生的 MediaWiki API 說明文件頁面。\n\n說明文件與範例:https://www.mediawiki.org/wiki/API",
676 "api-help-main-header": "主要模組",
677 "api-help-undocumented-module": "沒有用於模組 $1 的說明文件。",
678 "api-help-flag-deprecated": "此模組已停用。",
679 "api-help-flag-internal": "<strong>此模組是內部的或不穩定的。</strong>它的操作可能更改而不另行通知。",
680 "api-help-flag-readrights": "此模組需要讀取權限。",
681 "api-help-flag-writerights": "此模組需要寫入權限。",
682 "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
683 "api-help-flag-generator": "此模組可作為產生器使用。",
684 "api-help-source": "來源:$1",
685 "api-help-source-unknown": "來源:<span class=\"apihelp-unknown\">未知</span>",
686 "api-help-license": "協定:[[$1|$2]]",
687 "api-help-license-noname": "協定:[[$1|查看連結]]",
688 "api-help-license-unknown": "協定:<span class=\"apihelp-unknown\">未知</span>",
689 "api-help-parameters": "{{PLURAL:$1|參數}}:",
690 "api-help-param-deprecated": "已停用。",
691 "api-help-param-required": "此參數為必填。",
692 "api-help-datatypes-header": "資料類型",
693 "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>。",
694 "api-help-templatedparams-header": "模板參數",
695 "api-help-param-type-limit": "類型:整數或<kbd>max</kbd>",
696 "api-help-param-type-integer": "類型:{{PLURAL:$1|1=整數|2=整數列表}}",
697 "api-help-param-type-boolean": "類型:布林值([[Special:ApiHelp/main#main/datatypes|詳細資訊]])",
698 "api-help-param-type-timestamp": "類型:{{PLURAL:$1|1=時間戳記|2=時間戳記列表}}([[Special:ApiHelp/main#main/datatypes|允許格式]])",
699 "api-help-param-type-user": "類型:{{PLURAL:$1|1=使用者名稱|2=使用者名稱列表}}",
700 "api-help-param-list": "{{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔)}}:$2",
701 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必須空白|可以空白,或 $2}}",
702 "api-help-param-limit": "不允許超過 $1。",
703 "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
704 "api-help-param-integer-min": "{{PLURAL:$1|1=數值|2=數值}}不可小於 $2。",
705 "api-help-param-integer-max": "{{PLURAL:$1|1=數值|2=數值}}不可大於 $3。",
706 "api-help-param-integer-minmax": "{{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。",
707 "api-help-param-upload": "必須使用 multipart/form-data 以檔案上傳的方式傳送。",
708 "api-help-param-multi-separate": "將幾個值以 <kbd>|</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔。",
709 "api-help-param-multi-max": "上限值為 {{PLURAL:$1|$1}} (機器人為 {{PLURAL:$2|$2}})。",
710 "api-help-param-multi-all": "要指定所有值,請使用<kbd>$1</kbd>。",
711 "api-help-param-default": "預設值:$1",
712 "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
713 "api-help-param-token": "自 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 接收的 \"$1\" 密鑰。",
714 "api-help-param-token-webui": "為顧及相容性,web UI中使用的代碼(Token)也是可接受的。",
715 "api-help-param-disabled-in-miser-mode": "因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]]而被停用。",
716 "api-help-param-limited-in-miser-mode": "<strong>注意:</strong>因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]],使用這個可能導致繼續以前傳回少於<var>$1limit</var>筆結果;極端情況下可能不會傳回任何结果。",
717 "api-help-param-direction": "列舉的方向:\n;newer:最舊的優先。注意:$1start應在$1end之前。\n;older:最新的優先(預設)。注意:$1start應在$1end之後。",
718 "api-help-param-continue": "當有更多結果可用時,使用這個繼續。",
719 "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
720 "api-help-examples": "{{PLURAL:$1|範例}}:",
721 "api-help-permissions": "{{PLURAL:$1|權限}}:",
722 "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
723 "api-help-open-in-apisandbox": "<small>[在沙盒中開啟]</small>",
724 "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>。",
725 "api-help-authmanagerhelper-requests": "只使用這些身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>,或來自此模組之前的回應。",
726 "api-help-authmanagerhelper-request": "使用此身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>。",
727 "api-help-authmanagerhelper-messageformat": "用於回傳訊息的格式。",
728 "api-help-authmanagerhelper-mergerequestfields": "將用於所有身份驗證請求的欄位資訊合併至一個陣列中。",
729 "api-help-authmanagerhelper-preservestate": "從之前失敗的登入嘗試中保持狀態,如果可能。",
730 "api-help-authmanagerhelper-returnurl": "為第三方身份驗證流程傳回URL,必須為絕對值。需要此值或<var>$1continue</var>兩者之一。\n\n在接收<samp>REDIRECT</samp>回應時,一般狀況下您將打開瀏覽器或網站瀏覽功能到特定的<samp>redirecttarget</samp> URL以進行第三方身份驗證流程。當它完成時,第三方會將瀏覽器或網站瀏覽功能送至此URL。您應當提取任何來自URL的查詢或POST參數,並將之作為<var>$1continue</var>請求傳遞至此API模組。",
731 "api-help-authmanagerhelper-continue": "此請求是在先前的<samp>UI</samp>或<samp>REDIRECT</samp>回應之後的後續動作。必須為此值或<var>$1returnurl</var>。",
732 "api-help-authmanagerhelper-additional-params": "此模組允許額外參數,取決於可用的身份驗證請求。使用<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>与<kbd>amirequestsfor=$1</kbd>(或之前來自此模組的回應,如果合適)以決定可用請求及其使用的欄位。",
733 "apierror-badgenerator-unknown": "未知的 <kbd>generator=$1</kbd>。",
734 "apierror-badip": "IP 參數無效。",
735 "apierror-badmd5": "提供的 MD5 雜湊不正確。",
736 "apierror-badquery": "無效的查詢。",
737 "apierror-cantblock": "您沒有權限來解封使用者。",
738 "apierror-cantimport": "您沒有權限來匯入頁面。",
739 "apierror-changeauth-norequest": "建立更改請求失敗。",
740 "apierror-contentserializationexception": "內容序列化失敗:$1",
741 "apierror-copyuploadbadurl": "不允許從此 URL 來上傳。",
742 "apierror-csp-report": "處理 CSP 報告時錯誤:$1。",
743 "apierror-filedoesnotexist": "檔案不存在。",
744 "apierror-filenopath": "無法取得本地端檔案路徑。",
745 "apierror-filetypecannotberotated": "無法旋轉的檔案類型。",
746 "apierror-imageusage-badtitle": "<kbd>$1</kbd>的標題必須是檔案。",
747 "apierror-import-unknownerror": "未知的匯入錯誤:$1",
748 "apierror-invalidsha1hash": "所提供的 SHA1 雜湊無效。",
749 "apierror-invalidtitle": "錯誤標題「$1」。",
750 "apierror-invaliduser": "無效的使用者名稱「$1」。",
751 "apierror-invaliduserid": "使用者 ID <var>$1</var> 無效。",
752 "apierror-missingparam": "<var>$1</var>參數必須被設定。",
753 "apierror-missingtitle": "您所指定的頁面不存在。",
754 "apierror-mustbeloggedin-changeauth": "必須登入,才能變更身分核對資取。",
755 "apierror-mustbeloggedin-generic": "您必須登入。",
756 "apierror-mustbeloggedin-linkaccounts": "您必須登入到連結帳號。",
757 "apierror-mustbeloggedin-removeauth": "必須登入,才能移除身分核對資取。",
758 "apierror-mustbeloggedin": "您必須登入至$1。",
759 "apierror-nodeleteablefile": "沒有這樣檔案的舊版本。",
760 "apierror-noedit-anon": "匿名使用者不可編輯頁面。",
761 "apierror-noedit": "您沒有權限來編輯頁面。",
762 "apierror-nouploadmodule": "未設定上傳模組。",
763 "apierror-pagecannotexist": "命名空間不允許實際頁面。",
764 "apierror-permissiondenied": "您沒有權限$1。",
765 "apierror-permissiondenied-generic": "權限不足。",
766 "apierror-permissiondenied-unblock": "您沒有權限來解封使用者。",
767 "apierror-protect-invalidaction": "無效的保護類型「$1」。",
768 "apierror-protect-invalidlevel": "無效的保護層級「$1」。",
769 "apierror-readapidenied": "您需要有閱讀權限來使用此模組。",
770 "apierror-readonly": "Wiki 目前為唯讀模式。",
771 "apierror-reauthenticate": "於本工作階段還未核對身分,請重新核對。",
772 "apierror-searchdisabled": "<var>$1</var>搜尋已停用。",
773 "apierror-stashwrongowner": "錯誤擁有者:$1",
774 "apierror-timeout": "伺服器未有在預計的時間內回應。",
775 "apierror-unknownerror-editpage": "不明編輯頁面錯誤:$1。",
776 "apierror-unknownerror-nocode": "不明錯誤。",
777 "apierror-unknownerror": "不明錯誤:\"$1\"。",
778 "apierror-unknownformat": "無法識別的格式\"$1\"。",
779 "apierror-upload-missingresult": "狀態資料裡沒有結果。",
780 "apiwarn-deprecation-httpsexpected": "當應為 HTTPS 時,HTTP 要被使用。",
781 "apiwarn-invalidcategory": "「$1」不是一個分類。",
782 "apiwarn-invalidtitle": "「$1」不是一個有效標題。",
783 "apiwarn-notfile": "「$1」不是一個檔案。",
784 "apiwarn-validationfailed-badpref": "不是有效的偏好設定。",
785 "apiwarn-validationfailed-cannotset": "不能透過此模組設定。",
786 "api-feed-error-title": "錯誤($1)",
787 "api-credits-header": "製作群",
788 "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/。"
789 }