HTML escape parameter 'text' of hook 'SkinEditSectionLinks'
[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-maxlag": "最大延遲可在當 MediaWiki 安裝於資料庫複寫叢集時使用。為了保存引起更多站台複寫延遲的操作,此參數可讓客戶端等待至複寫延遲小於指定值為止。在過渡延遲的情況下,錯誤碼 <samp>maxlag</samp> 會帶有著像是 <samp>Waiting for $host: $lag seconds lagged</samp> 的訊息內容回傳。<br />請查看[[mw:Special:MyLanguage/Manual:Maxlag_parameter|手冊:Maxlag 參數]]來獲取更多資訊。",
27 "apihelp-main-param-smaxage": "將HTTP暫存控制頭欄位設為<code>s-maxage</code>秒。錯誤不會做暫存。",
28 "apihelp-main-param-maxage": "將HTTP暫存控制頭欄位設為<code>max-age</code>秒。錯誤不會做暫存。",
29 "apihelp-main-param-assert": "若設為<kbd>user</kbd>,會確認使用者是否已登入;若設為<kbd>bot</kbd>,會確認是否擁有機械人權限。",
30 "apihelp-main-param-assertuser": "確認目前使用者就是指定的使用者。",
31 "apihelp-main-param-requestid": "在此處提供的任何值都將包括在響應之中。可用於區分請求。",
32 "apihelp-main-param-servedby": "在結果中包括提出請求的主機名。",
33 "apihelp-main-param-curtimestamp": "在結果中包括目前的時間戳記。",
34 "apihelp-main-param-responselanginfo": "在結果中包括<var>uselang</var>和<var>errorlang</var>所用的語言。",
35 "apihelp-main-param-origin": "當使用跨網域 AJAX 請求(cross-domain AJAX request、CORS)來存取 API 時,設定此為起始網域。這必須包含在任何預檢請求裡,因此得是請求 URI 的一部份(不是 POST 主體)。\n\n對於已認證請求,這必須準確地符合在 <code>Origin</code> 標頭裡其一的起始點,因此會被設定成像是 <kbd>https://zh.wikipedia.org</kbd> 或是 <kbd>https://meta.wikimedia.org</kbd>。如果此參數不符合 <code>Origin</code> 標頭,會回傳 403 錯誤回應。若此參數符合 <code>Origin</code> 標頭且起始點被列在白名單裡,將會設定 <code>Access-Control-Allow-Origin</code> 與 <code>Access-Control-Allow-Credentials</code> 標頭。\n\n對於非認證請求,會指定值 <kbd>*</kbd>。這會產生 <code>Access-Control-Allow-Origin</code> 標頭有被設定;但 <code>Access-Control-Allow-Credentials</code> 會是 <code>false</code> 值,且所有使用者指定資料會受限制。",
36 "apihelp-main-param-uselang": "訊息翻譯採用的語言。使用 <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> 與 <kbd>siprop=languages</kbd> 會回傳語言代碼清單、或指定 <kbd>user</kbd> 來使用目前使用者的語言偏好設定、或是指定 <kbd>content</kbd> 來使用此 wiki 的內容語言。",
37 "apihelp-main-param-errorformat": "用於警告和錯誤文字輸出的格式。\n; plaintext:移除掉 HTML 標籤,且實體已替換的 wiki 文字。\n; wikitext:未解析的 wiki 文字。\n; html:HTML。\n; raw:訊息鍵值與參數。\n; none:無文字輸出,僅含有錯誤代碼。\n; bc:用於 MediaWiki 1.29 之前版本的格式。會忽略 <var>errorlang</var> 與 <var>errorsuselocal</var>。",
38 "apihelp-main-param-errorlang": "警告與錯誤採用的語言。使用 <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> 與 <kbd>siprop=languages</kbd> 會回傳語言代碼清單、或指定 <kbd>content</kbd> 來使用此 wiki 的內容語言、或是指定 <kbd>uselang</kbd> 來使用與 <var>uselang</var> 參數相同的值。",
39 "apihelp-main-param-errorsuselocal": "若有指定,錯誤文字會使用來自 {{ns:MediaWiki}} 命名空間的本地自定義訊息。",
40 "apihelp-block-summary": "封鎖使用者。",
41 "apihelp-block-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1userid</var> 一起使用",
42 "apihelp-block-param-userid": "要封鎖的使用者 ID。不可與 <var>$1user</var> 一同使用。",
43 "apihelp-block-param-expiry": "期限時間。可以是相對時間(例如:<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>)或是絕對時間(例如:<kbd>2014-09-18T12:34:56Z</kbd>)。如果設定成 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、或 <kbd>never</kbd>,封鎖將會無期限。",
44 "apihelp-block-param-reason": "封鎖原因。",
45 "apihelp-block-param-anononly": "僅封鎖匿名使用者 (禁止這個 IP 位址的匿名使用者編輯)。",
46 "apihelp-block-param-nocreate": "禁止建立帳號。",
47 "apihelp-block-param-autoblock": "自動封鎖最後使用的 IP 位址,以及在這之後嘗試登入的 IP 位址。",
48 "apihelp-block-param-noemail": "禁止使用者透過 Wiki 寄送電子郵件。 (需要 <code>blockemail</code> 權限)。",
49 "apihelp-block-param-hidename": "隱藏封鎖日誌的使用者名稱。 (需要 <code>hideuser</code> 權限)。",
50 "apihelp-block-param-allowusertalk": "允許使用者編輯自己的對話頁面 (依據 <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var> 的設定)。",
51 "apihelp-block-param-reblock": "若使用者已被封鎖,覆寫既有的封鎖設定值。",
52 "apihelp-block-param-watchuser": "監視使用者或 IP 位址的使用者頁面與對話頁面。",
53 "apihelp-block-param-tags": "在封鎖日誌裡更改套用到項目的標籤。",
54 "apihelp-block-param-partial": "封鎖使用者訪問特殊頁面或命名空間,而不是整個網站。",
55 "apihelp-block-param-pagerestrictions": "封鎖使用者做出編輯的標題清單。僅在 <var>partial</var> 被設定為 true 時套用。",
56 "apihelp-block-param-namespacerestrictions": "封鎖使用者做出編輯的命名空間 ID 清單。僅在 <var>partial</var> 被設定為 true 時套用。",
57 "apihelp-block-example-ip-simple": "封鎖 IP 位址 <kbd>192.0.2.5</kbd> 三天,原因為 <kbd>First strike</kbd>。",
58 "apihelp-block-example-user-complex": "永久封鎖用戶 <kbd>Vandal</kbd>,原因為 <kbd>Vandalism</kbd>,並防止建立新帳號及發送電子郵件。",
59 "apihelp-changeauthenticationdata-summary": "為目前使用者變更身分核對資料。",
60 "apihelp-changeauthenticationdata-example-password": "嘗試更改目前使用者的密碼至 <kbd>ExamplePassword</kbd>。",
61 "apihelp-checktoken-summary": "檢查來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的權杖有效性。",
62 "apihelp-checktoken-param-type": "要測試的權杖類型。",
63 "apihelp-checktoken-param-token": "要測試的權杖。",
64 "apihelp-checktoken-param-maxtokenage": "權杖的有效期間,以秒為單位。",
65 "apihelp-checktoken-example-simple": "測試 <kbd>csrf</kbd> 權杖的有效性。",
66 "apihelp-clearhasmsg-summary": "清除目前使用者的 <code>hasmsg</code> 標記。",
67 "apihelp-clearhasmsg-example-1": "清除目前使用者的 <code>hasmsg</code> 標記。",
68 "apihelp-clientlogin-summary": "使用互動流程來登入 wiki。",
69 "apihelp-clientlogin-example-login": "開始以使用者 <kbd>Example</kbd> 與密碼 <kbd>ExamplePassword</kbd> 來登入至 wiki 的過程。",
70 "apihelp-clientlogin-example-login2": "在 <samp>UI</samp> 回應雙重認證後繼續登入,提供 <kbd>987654</kbd> 的 <var>OATHToken</var>。",
71 "apihelp-compare-summary": "比較 2 個頁面間的差異。",
72 "apihelp-compare-extended-description": "\"from\" 以及 \"to\" 的修訂編號,頁面標題或頁面 ID 為必填。",
73 "apihelp-compare-param-fromtitle": "要比對的第一個標題。",
74 "apihelp-compare-param-fromid": "要比對的第一個頁面 ID。",
75 "apihelp-compare-param-fromrev": "要比對的第一個修訂。",
76 "apihelp-compare-param-frompst": "在 <var>fromtext-&#x7B;slot}</var> 進行預先儲存轉換。",
77 "apihelp-compare-param-fromslots": "覆蓋由 <var>fromtitle</var>、<var>fromid</var> 或 <var>fromrev</var> 指定的修訂內容。\n\n此參數指定要變動的間隔。使用 <var>fromtext-&#x7B;slot}</var>、<var>fromcontentmodel-&#x7B;slot}</var>、與 <var>fromcontentformat-&#x7B;slot}</var> 來指定各間隔的內容。",
78 "apihelp-compare-param-fromtext-{slot}": "指定間隔的文字。若忽略的話,間隔會從修訂中移除。",
79 "apihelp-compare-param-fromsection-{slot}": "當 <var>fromtext-&#x7B;slot}</var> 是單一段落的內容時,這代表是段落的號碼。這會合併至由 <var>fromtitle</var>、<var>fromid</var>、<var>fromrev</var> 指定的修訂,就像用於段落編輯。",
80 "apihelp-compare-param-fromcontentmodel-{slot}": "<var>fromtext-&#x7B;slot}</var> 內容模組。若不提供,則會根據其它參數猜測。",
81 "apihelp-compare-param-fromcontentformat-{slot}": "<var>fromtext-&#x7B;slot}</var> 的內容序列化格式。",
82 "apihelp-compare-param-fromtext": "指定 <kbd>fromslots=main</kbd> 並改用 <var>fromtext-main</var>。",
83 "apihelp-compare-param-fromcontentmodel": "指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentmodel-main</var>。",
84 "apihelp-compare-param-fromcontentformat": "指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentformat-main</var>。",
85 "apihelp-compare-param-fromsection": "僅使用 'from' 內容的指定段落。",
86 "apihelp-compare-param-totitle": "要比對的第二個標題。",
87 "apihelp-compare-param-toid": "要比對的第二個頁面 ID。",
88 "apihelp-compare-param-torev": "要比對的第二個修訂。",
89 "apihelp-compare-param-torelative": "使用判定自 <var>fromtitle</var>、<var>fromid</var>、或 <var>fromrev</var> 之修訂相關的修訂。所有其它的 'to' 選項將會忽略。",
90 "apihelp-compare-param-topst": "在 <var>totext</var> 執行預先保存轉換。",
91 "apihelp-compare-param-toslots": "覆蓋由 <var>totitle</var>、<var>toid</var> 或 <var>torev</var> 指定的修訂內容。\n\n此參數指定要變動的間隔。使用 <var>totext-&#x7B;slot}</var>、<var>tocontentmodel-&#x7B;slot}</var>、與 <var>tocontentformat-&#x7B;slot}</var> 來指定各間隔的內容。",
92 "apihelp-compare-param-totext-{slot}": "指定間隔的文字。若忽略的話,間隔會從修訂中移除。",
93 "apihelp-compare-param-tosection-{slot}": "當 <var>totext-&#x7B;slot}</var> 是單一段落的內容時,這代表是段落的號碼。這會合併至由 <var>totitle</var>、<var>toid</var>、<var>torev</var> 指定的修訂,就像用於段落編輯。",
94 "apihelp-compare-param-tocontentmodel-{slot}": "<var>totext-&#x7B;slot}</var> 內容模組。若不提供,則會基於其它參數來猜測。",
95 "apihelp-compare-param-tocontentformat-{slot}": "<var>totext-&#x7B;slot}</var> 的內容序列化格式。",
96 "apihelp-compare-param-totext": "指定 <kbd>toslots=main</kbd> 並改用 <var>totext-main</var>。",
97 "apihelp-compare-param-tocontentmodel": "指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentmodel-main</var>。",
98 "apihelp-compare-param-tocontentformat": "指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentformat-main</var>。",
99 "apihelp-compare-param-tosection": "僅使用 'to' 內容的指定段落。",
100 "apihelp-compare-param-prop": "要取得的資訊部份。",
101 "apihelp-compare-paramvalue-prop-diff": "HTML 差異。",
102 "apihelp-compare-paramvalue-prop-diffsize": "以位元組為單位的 HTML 差異大小。",
103 "apihelp-compare-paramvalue-prop-rel": "'from' 之前與 'to' 之後修訂的修訂 ID,若有的話。",
104 "apihelp-compare-paramvalue-prop-ids": "「from」與「to」修訂的頁面與修訂 ID。",
105 "apihelp-compare-paramvalue-prop-title": "「from」與「to」修訂的頁面標題。",
106 "apihelp-compare-paramvalue-prop-user": "「from」與「to」修訂的使用者名稱與 ID。",
107 "apihelp-compare-paramvalue-prop-comment": "「from」與「to」修訂的註釋。",
108 "apihelp-compare-paramvalue-prop-parsedcomment": "「from」與「to」修訂的解析註釋。",
109 "apihelp-compare-paramvalue-prop-size": "「from」與「to」修訂的大小。",
110 "apihelp-compare-param-slots": "回傳這些間隔的個別差異,而不是由所有間隔所合併出的單一差異。",
111 "apihelp-compare-example-1": "建立修訂 1 與 1 的差異檔",
112 "apihelp-createaccount-summary": "建立新使用者帳號。",
113 "apihelp-createaccount-param-preservestate": "如果 <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> 回傳 <samp>hasprimarypreservedstate</samp> 的 true 值,標記成 <samp>primary-required</samp> 的請求會被忽略。若回傳用於 <samp>preservedusername</samp> 的非零值,使用者名稱必須用於 <var>username</var> 參數。",
114 "apihelp-createaccount-example-create": "開始建立使用者 <kbd>Example</kbd> 與密碼 <kbd>ExamplePassword</kbd> 的過程。",
115 "apihelp-cspreport-summary": "由瀏覽器所使用來回報違反內容安全方針。此模組應永不使用,除了是在被由兼容內容安全方針的網路瀏覽器所使用情況下。",
116 "apihelp-cspreport-param-reportonly": "標記為來自監視方針而非強制方針的回報",
117 "apihelp-cspreport-param-source": "生成觸發此報告之 CSP 標頭的事物",
118 "apihelp-delete-summary": "刪除頁面。",
119 "apihelp-delete-param-title": "您欲刪除的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
120 "apihelp-delete-param-pageid": "您欲刪除頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
121 "apihelp-delete-param-reason": "刪除的原因。 若未設定,將會使用自動產生的原因。",
122 "apihelp-delete-param-tags": "在刪除日誌裡更改套用到項目的標籤。",
123 "apihelp-delete-param-watch": "加入目前頁面至您的監視清單。",
124 "apihelp-delete-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
125 "apihelp-delete-param-unwatch": "從您的監視清單中移除目前頁面。",
126 "apihelp-delete-param-oldimage": "由 [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] 所提供要刪除的舊圖片名稱。",
127 "apihelp-delete-example-simple": "刪除 <kbd>Main Page</kbd>。",
128 "apihelp-delete-example-reason": "刪除 <kbd>Main Page</kbd> 原因為 <kbd>Preparing for move</kbd>。",
129 "apihelp-disabled-summary": "已停用此模組。",
130 "apihelp-edit-summary": "建立與編輯頁面。",
131 "apihelp-edit-param-title": "您欲編輯的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
132 "apihelp-edit-param-pageid": "您欲編輯頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
133 "apihelp-edit-param-section": "章節編號。<kbd>0</kbd> 代表最上層章節,<kbd>new</kbd> 代表新章節。",
134 "apihelp-edit-param-sectiontitle": "新章節的標題。",
135 "apihelp-edit-param-text": "頁面內容。",
136 "apihelp-edit-param-summary": "編輯摘要。 當未設定 $1section=new 與 $1sectiontitle 時也會當做章節標題。",
137 "apihelp-edit-param-tags": "更改套用到修訂的標籤。",
138 "apihelp-edit-param-minor": "小編輯。",
139 "apihelp-edit-param-notminor": "非小編輯。",
140 "apihelp-edit-param-bot": "標記此編輯為機器人編輯。",
141 "apihelp-edit-param-basetimestamp": "基於修訂的時間戳記,用來檢測編輯衝突。也许可以取得[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]認可。",
142 "apihelp-edit-param-starttimestamp": "當編輯程序開始的時間戳記,用於偵測編輯衝突。當編輯程序開始時(例如:當載入要編輯的頁面內容),使用 <var>[[Special:ApiHelp/main|curtimestamp]]</var> 可以取得一個適當值。",
143 "apihelp-edit-param-recreate": "覆蓋有關頁面在此期間已被刪除的任何錯誤。",
144 "apihelp-edit-param-createonly": "若頁面已存在,則不編輯頁面。",
145 "apihelp-edit-param-nocreate": "若頁面不存在,則產生錯誤。",
146 "apihelp-edit-param-watch": "加入目前頁面至您的監視清單。",
147 "apihelp-edit-param-unwatch": "從您的監視清單中移除目前頁面。",
148 "apihelp-edit-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
149 "apihelp-edit-param-md5": "$1text 參數、或是 $1prependtext 和 $1appendtext 參數連接的 MD5 雜湊。若有設定,除非雜湊正確否則編輯不會完成。",
150 "apihelp-edit-param-prependtext": "添加此文字至頁面開頭。覆蓋$1text。",
151 "apihelp-edit-param-appendtext": "添加至頁面結尾的文字。覆蓋$1text。\n\n使用 $1section=new 來添加新的段落,而非此參數。",
152 "apihelp-edit-param-undo": "復原此修訂。覆寫 $1text、$1prependtext 與 $1appendtext。",
153 "apihelp-edit-param-undoafter": "撤銷從 $1undo 至此為止的所有修訂。若不設定則僅會撤銷一次修訂。",
154 "apihelp-edit-param-redirect": "自動化解決重新導向。",
155 "apihelp-edit-param-contentformat": "用於輸入文字的內容序列化格式。",
156 "apihelp-edit-param-contentmodel": "新內容的內容模組。",
157 "apihelp-edit-param-token": "權杖應用為發送的最後參數,或至少在 $1text 參數之後。",
158 "apihelp-edit-example-edit": "編輯頁面",
159 "apihelp-edit-example-prepend": "前置頁面的 <kbd>_&#95;NOTOC_&#95;</kbd>。",
160 "apihelp-edit-example-undo": "撤銷從 13579 至 13585 之間的修訂,並帶自動生成的摘要。",
161 "apihelp-emailuser-summary": "寄送電子郵件給使用者。",
162 "apihelp-emailuser-param-target": "電子郵件的收件使用者。",
163 "apihelp-emailuser-param-subject": "郵件主旨。",
164 "apihelp-emailuser-param-text": "郵件內容。",
165 "apihelp-emailuser-param-ccme": "寄送一份此郵件的複本給我。",
166 "apihelp-emailuser-example-email": "寄送電子郵件給使用者 <kbd>WikiSysop</kbd> 使用內容 <kbd>Content</kbd>",
167 "apihelp-expandtemplates-summary": "展開所有於 wikitext 中模板。",
168 "apihelp-expandtemplates-param-title": "頁面標題。",
169 "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。",
170 "apihelp-expandtemplates-param-revid": "修訂 ID,用於 <code><nowiki>{{REVISIONID}}</nowiki></code> 和相似變數。",
171 "apihelp-expandtemplates-param-prop": "所要取得的資訊部份。\n\n請注意若沒有選定值,結果會包含 wiki 文字,輸出內容會採用棄用格式。",
172 "apihelp-expandtemplates-paramvalue-prop-wikitext": "展開的 wiki 文字。",
173 "apihelp-expandtemplates-paramvalue-prop-categories": "任何呈現在輸入中,且未在 wiki 文字輸出裡表現出的分類。",
174 "apihelp-expandtemplates-paramvalue-prop-properties": "透過在 wiki 文字裡擴充魔術字所定義的頁面屬性。",
175 "apihelp-expandtemplates-paramvalue-prop-volatile": "輸出內容是否易變,且是否不應在頁面其它位置裡重複使用。",
176 "apihelp-expandtemplates-paramvalue-prop-ttl": "結果的快取應失效後的最長時間。",
177 "apihelp-expandtemplates-paramvalue-prop-modules": "已請求添加至輸出內容之解析器功能的任何 ResourceLoader 模組。要載入請使用 <code>mw.loader.using()</code>。<kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd> 其一必須與 <kbd>modules</kbd> 一同被請求。",
178 "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "指定頁面的 JavaScript 設置變量。",
179 "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "指定頁面的 JavaScript 設置變量為 JSON 字串。",
180 "apihelp-expandtemplates-paramvalue-prop-parsetree": "輸出的 XML 解析樹狀。",
181 "apihelp-expandtemplates-param-includecomments": "輸出裡是否包含 HTML 註解。",
182 "apihelp-expandtemplates-param-generatexml": "產生 XML 解析樹狀(以 $1prop=parsetree 取代)。",
183 "apihelp-expandtemplates-example-simple": "展開 wiki 文字<kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>。",
184 "apihelp-feedcontributions-summary": "回傳使用者貢獻摘要。",
185 "apihelp-feedcontributions-param-feedformat": "摘要的格式。",
186 "apihelp-feedcontributions-param-user": "要取得哪些使用者的貢獻。",
187 "apihelp-feedcontributions-param-namespace": "要篩選貢獻的命名空間。",
188 "apihelp-feedcontributions-param-year": "起始年份(更早之前)。",
189 "apihelp-feedcontributions-param-month": "起始月份(更早之前)。",
190 "apihelp-feedcontributions-param-tagfilter": "篩選有這些標籤的貢獻。",
191 "apihelp-feedcontributions-param-deletedonly": "僅顯示已刪除的貢獻。",
192 "apihelp-feedcontributions-param-toponly": "只顯示最新修訂的編輯。",
193 "apihelp-feedcontributions-param-newonly": "只顯示建立頁面的編輯。",
194 "apihelp-feedcontributions-param-hideminor": "隱藏小編輯。",
195 "apihelp-feedcontributions-param-showsizediff": "顯示修訂版本之間的差異大小。",
196 "apihelp-feedcontributions-example-simple": "返回使用者<kbd>Example</kbd>的貢獻。",
197 "apihelp-feedrecentchanges-summary": "返回近期變更摘要。",
198 "apihelp-feedrecentchanges-param-feedformat": "摘要格式。",
199 "apihelp-feedrecentchanges-param-namespace": "用於限制結果的命名空間。",
200 "apihelp-feedrecentchanges-param-invert": "除所選定者外的所有命名空間。",
201 "apihelp-feedrecentchanges-param-associated": "包含相關的(對話或主要)命名空間。",
202 "apihelp-feedrecentchanges-param-days": "用於限制結果的天數。",
203 "apihelp-feedrecentchanges-param-limit": "回傳的結果數量上限。",
204 "apihelp-feedrecentchanges-param-from": "顯示自那時以來的更改。",
205 "apihelp-feedrecentchanges-param-hideminor": "隱藏小更改。",
206 "apihelp-feedrecentchanges-param-hidebots": "隱藏由機器人做的變更。",
207 "apihelp-feedrecentchanges-param-hideanons": "隱藏匿名使用者做的變更。",
208 "apihelp-feedrecentchanges-param-hideliu": "隱藏已註冊使用者做的變更。",
209 "apihelp-feedrecentchanges-param-hidepatrolled": "隱藏已巡查的變更。",
210 "apihelp-feedrecentchanges-param-hidemyself": "隱藏由目前使用者做出的更改。",
211 "apihelp-feedrecentchanges-param-hidecategorization": "隱藏分類成員更改。",
212 "apihelp-feedrecentchanges-param-tagfilter": "按標籤篩選。",
213 "apihelp-feedrecentchanges-param-target": "僅顯示從該頁面所連結頁面上的變更。",
214 "apihelp-feedrecentchanges-param-showlinkedto": "改成顯示出連結到所選頁面的那些頁面之變更。",
215 "apihelp-feedrecentchanges-example-simple": "顯示近期變更。",
216 "apihelp-feedrecentchanges-example-30days": "顯示近期30天內的變動",
217 "apihelp-feedwatchlist-summary": "返回監視清單摘要。",
218 "apihelp-feedwatchlist-param-feedformat": "摘要的格式。",
219 "apihelp-feedwatchlist-param-hours": "列出在幾小時內的頁面變動。",
220 "apihelp-feedwatchlist-param-linktosections": "若可以的話,直接連結至更改過的段落。",
221 "apihelp-feedwatchlist-example-default": "顯示監視清單摘要。",
222 "apihelp-feedwatchlist-example-all6hrs": "顯示過去 6 小時在監視頁面的所有更改。",
223 "apihelp-filerevert-summary": "回退檔案至舊的版本。",
224 "apihelp-filerevert-param-filename": "目標檔案名稱,不需包含「File:」這樣的前綴字元。",
225 "apihelp-filerevert-param-comment": "上載意見。",
226 "apihelp-filerevert-param-archivename": "要復原的修訂存檔名稱。",
227 "apihelp-filerevert-example-revert": "回退 <kbd>Wiki.png</kbd> 至 <kbd>2011-03-05T15:27:40Z</kbd> 的版本。",
228 "apihelp-help-summary": "顯示指定模組的說明。",
229 "apihelp-help-param-modules": "顯示說明的模組(<var>action</var> 與 <var>format</var> 參數的值、或 <kbd>main</kbd>)。可透過 <kbd>+</kbd> 來指定子模組。",
230 "apihelp-help-param-submodules": "包含用於命名模組之子模組的說明。",
231 "apihelp-help-param-recursivesubmodules": "包含遞迴子模組的說明。",
232 "apihelp-help-param-helpformat": "說明輸出的格式。",
233 "apihelp-help-param-wrap": "在標準 API 回應結構裡包裹輸出。",
234 "apihelp-help-param-toc": "在 HTML 輸出裡包含目錄。",
235 "apihelp-help-example-main": "主模組使用說明",
236 "apihelp-help-example-submodules": "用於 <kbd>action=query</kbd> 與其所有子模組的幫助。",
237 "apihelp-help-example-recursive": "一個頁面中的所有說明。",
238 "apihelp-help-example-help": "說明模組自身的說明。",
239 "apihelp-help-example-query": "兩個查詢子模組的說明。",
240 "apihelp-imagerotate-summary": "旋轉一張或多張圖片。",
241 "apihelp-imagerotate-param-rotation": "順時針旋轉圖片的度數。",
242 "apihelp-imagerotate-param-tags": "在更新日誌裡套用到項目的標籤。",
243 "apihelp-imagerotate-example-simple": "<kbd>90</kbd> 度旋轉 <kbd>File:Example.png</kbd>。",
244 "apihelp-imagerotate-example-generator": "<kbd>180</kbd> 度旋轉所有在 <kbd>Category:Flip</kbd> 裡的圖片。",
245 "apihelp-import-summary": "從其它 wiki 或 XML 檔案來匯入頁面。",
246 "apihelp-import-extended-description": "請注意當發送用於 <var>xml</var> 參數的檔案時,必須以 HTTP POST 作為檔案上傳(註:使用 multipart/form-data)。",
247 "apihelp-import-param-summary": "匯入摘要。",
248 "apihelp-import-param-xml": "上載的 XML 檔。",
249 "apihelp-import-param-interwikiprefix": "用於上傳匯入:套用到未知使用者名稱的跨 wiki 字首(若 <var>$1assignknownusers</var> 有設定,也包含已知使用者)。",
250 "apihelp-import-param-assignknownusers": "分配編輯至所命名使用者已存在本地的本地使用者。",
251 "apihelp-import-param-interwikisource": "用於跨 wiki 匯入:匯入的來源 wiki。",
252 "apihelp-import-param-interwikipage": "用於跨 wiki 匯入:匯入的頁面。",
253 "apihelp-import-param-fullhistory": "用於跨 wiki 匯入:完整匯入歷史,而不只是最新版本。",
254 "apihelp-import-param-templates": "用於跨 wiki 匯入:匯入一切包含的模板。",
255 "apihelp-import-param-namespace": "匯入至此命名空間。無法與 <var>$1rootpage</var> 一起使用。",
256 "apihelp-import-param-rootpage": "匯入作為此頁面的子頁面。無法與 <var>$1namespace</var> 一起使用。",
257 "apihelp-import-param-tags": "更改標籤套用到在匯入日誌裡的項目,以及在匯入頁面裡的無效修訂。",
258 "apihelp-import-example-import": "以完整歷史紀錄匯入 [[meta:Help:ParserFunctions]] 至命名空間 100。",
259 "apihelp-linkaccount-summary": "從第三方供應者來連結帳號至目前的使用者。",
260 "apihelp-linkaccount-example-link": "開始進行從 <kbd>Example</kbd> 連結至帳號的程序。",
261 "apihelp-login-summary": "登入並取得身分核對 cookies",
262 "apihelp-login-extended-description": "此操作僅用於與 [[Special:BotPasswords]] 一起使用,用於主帳號登入的功能已棄用,並且可能會在不帶有警告的情況下失敗。要安全登入主帳號,請使用 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。",
263 "apihelp-login-extended-description-nobotpasswords": "此操作已被棄用,且可能在不帶警告的情況下失敗。要安全登入請使用 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。",
264 "apihelp-login-param-name": "使用者名稱。",
265 "apihelp-login-param-password": "密碼。",
266 "apihelp-login-param-domain": "網域名稱(可有可無)。",
267 "apihelp-login-param-token": "在首次請求獲得的登入權杖。",
268 "apihelp-login-example-gettoken": "檢索登入權杖。",
269 "apihelp-login-example-login": "登入",
270 "apihelp-logout-summary": "登出並清除 session 資料。",
271 "apihelp-logout-example-logout": "登出當前使用者",
272 "apihelp-managetags-summary": "執行相關到更改標籤的管理任務。",
273 "apihelp-managetags-param-operation": "要執行的操作:\n;create:創建一個供手動使用的新更改標籤。\n;delete:從資料庫移除一個更改標籤,包含移除來自於所有修訂、近期變更項目以及日誌項目的所被使用標籤。\n;activate:啟用一個更改標籤,允許使用者手動套用。\n;deactivate:棄用一個更改標籤,不允許使用者手動套用。",
274 "apihelp-managetags-param-tag": "要創建、刪除、啟用或停用的標籤。要標籤創建,標籤必須不存在。要標籤刪除,標籤必須存在。要標籤啟用,標籤必須存在且不能被任何擴充使用到。要標籤停用,標籤必須目前為啟用並且有被手動定義。",
275 "apihelp-managetags-param-reason": "創建、刪除、啟用、或停用標籤的原因(可選)。",
276 "apihelp-managetags-param-ignorewarnings": "是否在處理期間發生問題時忽略任何警告。",
277 "apihelp-managetags-param-tags": "在標籤管理日誌裡更改套用到項目的標籤。",
278 "apihelp-managetags-example-create": "建立名為 <kbd>spam</kbd> 的標籤,原因:<kbd>For use in edit patrolling</kbd>",
279 "apihelp-managetags-example-delete": "以原因 <kbd>Misspelt</kbd> 來刪除 <kbd>vandlaism</kbd> 標籤",
280 "apihelp-managetags-example-activate": "啟用名為 <kbd>spam</kbd> 的標籤,原因:<kbd>For use in edit patrolling</kbd>",
281 "apihelp-managetags-example-deactivate": "停用名為 <kbd>spam</kbd> 的標籤,原因:<kbd>No longer required</kbd>",
282 "apihelp-mergehistory-summary": "合併頁面歷史",
283 "apihelp-mergehistory-param-from": "要合併歷史的頁面標題。不能與 <var>$1fromid</var> 一起使用。",
284 "apihelp-mergehistory-param-fromid": "要合併歷史的頁面之頁面 ID。不能與 <var>$1from</var> 一起使用。",
285 "apihelp-mergehistory-param-to": "要合併歷史的頁面標題。不能與 <var>$1toid</var> 一起使用。",
286 "apihelp-mergehistory-param-toid": "要合併歷史的頁面之頁面 ID。不能與 <var>$1to</var> 一起使用。",
287 "apihelp-mergehistory-param-timestamp": "要從來源頁面歷史裡移動至目標頁面歷史之修訂的時間戳記。若省略掉的話,來源頁面的整個頁面歷史將會合併至目標頁面。",
288 "apihelp-mergehistory-param-reason": "合併歷史的原因。",
289 "apihelp-mergehistory-example-merge": "將<kbd>Oldpage</kbd>的整個歷史合併至<kbd>Newpage</kbd>。",
290 "apihelp-mergehistory-example-merge-timestamp": "將<kbd>Oldpage</kbd>直至<kbd>2015-12-31T04:37:41Z</kbd>的頁面修訂版本合併至<kbd>Newpage</kbd>。",
291 "apihelp-move-summary": "移動頁面。",
292 "apihelp-move-param-from": "重新命名本頁面的標題。不能與 <var>$1fromid</var> 一起出現。",
293 "apihelp-move-param-fromid": "重新命名本頁面的 ID 。不能與 <var>$1fromid</var> 一起出現。",
294 "apihelp-move-param-to": "將本頁面的標題重新命名為",
295 "apihelp-move-param-reason": "重新命名的原因。",
296 "apihelp-move-param-movetalk": "如果討論頁存在,變更討論頁名稱。",
297 "apihelp-move-param-movesubpages": "如果適用,則重新命名子頁面。",
298 "apihelp-move-param-noredirect": "不要建立重新導向。",
299 "apihelp-move-param-watch": "將頁面和重定向加入目前使用者的監視清單。",
300 "apihelp-move-param-unwatch": "從目前使用者的監視清單中移除頁面和重定向。",
301 "apihelp-move-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
302 "apihelp-move-param-ignorewarnings": "忽略所有警告。",
303 "apihelp-move-param-tags": "更改標籤套用到在移動日誌裡的項目,以及在目標頁面裡的無效修訂。",
304 "apihelp-move-example-move": "將<kbd>Badtitle</kbd>移動至<kbd>Goodtitle</kbd>,不留下重定向。",
305 "apihelp-opensearch-summary": "使用 OpenSearch 協定搜尋本 wiki。",
306 "apihelp-opensearch-param-search": "搜尋字串。",
307 "apihelp-opensearch-param-limit": "回傳的結果數量上限。",
308 "apihelp-opensearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
309 "apihelp-opensearch-param-suggest": "若<var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>設定為false,則不做任何事。",
310 "apihelp-opensearch-param-redirects": "如何處理重定向:\n;return:傳回重定向本身。\n;resolve:傳回目標頁面,傳回的結果數目可能少於$1limit。\n由於歷史原因,$1format=json的預設值為「return」,其他格式則為「resolve」。",
311 "apihelp-opensearch-param-format": "輸出的格式。",
312 "apihelp-opensearch-param-warningsaserror": "若警告以 <kbd>format=json</kbd> 提升時,回傳 API 錯誤而非忽略掉。",
313 "apihelp-opensearch-example-te": "找出以 <kbd>Te</kbd> 為開頭的頁面。",
314 "apihelp-options-summary": "更改目前使用者的偏好設定。",
315 "apihelp-options-extended-description": "僅有註冊在核心或是已安裝擴充功能之一、或是帶有 <code>userjs-</code> 前綴的鍵之選項(由使用者手稿所使用)可被設定。",
316 "apihelp-options-param-reset": "重設偏好設定為網站預設值。",
317 "apihelp-options-param-resetkinds": "當設定 <var>$1reset</var> 選項時,要重設的選項類型清單。",
318 "apihelp-options-param-change": "更改清單,格式化為「名稱 = 值」(例如:skin=vector)。如果未提供值(甚至沒有等號),像是:optionname|otheroption|...,那麼選項將會重新設定成預設值。如果傳遞的任何值包含豎線字元(<kbd>|</kbd>),請使用[[Special:ApiHelp/main#main/datatypes|替代多值分隔符號]]以便正確操作。",
319 "apihelp-options-param-optionname": "選項名稱,其應設定為由 <var>$1optionvalue</var> 所提供的值。",
320 "apihelp-options-param-optionvalue": "由 <var>$1optionname</var> 所指定,用於選項的值。",
321 "apihelp-options-example-reset": "重設所有偏好設定",
322 "apihelp-options-example-change": "更改<kbd>skin</kbd>和<kbd>hideminor</kbd>偏好設定。",
323 "apihelp-options-example-complex": "重置所有偏好設定,然後再設定 <kbd>skin</kbd> 與 <kbd>nickname</kbd>。",
324 "apihelp-paraminfo-summary": "獲得有關 API 模組的資訊。",
325 "apihelp-paraminfo-param-modules": "模組名稱(<var>action</var> 與 <var>format</var> 參數的值、或是 <kbd>main</kbd>)清單。能以 <kbd>+</kbd> 指定子模組、或以 <kbd>+*</kbd> 指定所有子模組、或是以 <kbd>+**</kbd> 指定所有遞迴子模組。",
326 "apihelp-paraminfo-param-helpformat": "說明字串的格式。",
327 "apihelp-paraminfo-param-querymodules": "查詢模組名稱清單(<var>prop</var>、<var>meta</var>、或 <var>list</var> 參數的值)。使用 <kbd>$1modules=query+foo</kbd>,而非 <kbd>$1querymodules=foo</kbd>。",
328 "apihelp-paraminfo-param-mainmodule": "如同取得有關主要(最高級別)模組的資訊。可改用 <kbd>$1modules=main</kbd>。",
329 "apihelp-paraminfo-param-pagesetmodule": "如同取得有關頁面設定模組(提供 titles= 與友人)的資訊。",
330 "apihelp-paraminfo-param-formatmodules": "格式模組名稱清單(<var>format</var> 參數的值)。請改用 <var>$1modules</var> 。",
331 "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> 的資訊。",
332 "apihelp-paraminfo-example-2": "顯示 <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 所有子模組的資訊。",
333 "apihelp-parse-summary": "解析內容併回傳解析器輸出。",
334 "apihelp-parse-extended-description": "查看 <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 的各種道具模組來從目前頁面版本取得資訊。\n\n以下有幾種方式來解析指定文字:\n# 要指定頁面或修訂,請使用 <var>$1page</var>、<var>$1pageid</var>、或是 <var>$1oldid</var>。\n# 要指定明確內容,請使用 <var>$1text</var>、<var>$1title</var>、<var>$1revid</var> 以及 <var>$1contentmodel</var>。\n# 要指定解析的摘要,<var>$1prop</var> 應提供一個空值。",
335 "apihelp-parse-param-title": "文字所屬的頁面標題。若省略,需要指定 <var>$1contentmodel</var>,且 [[API]] 會用為標題使用。",
336 "apihelp-parse-param-text": "要解析的文字。使用 <var>$1title</var> 或 <var>$1contentmodel</var> 來控制內容模組。",
337 "apihelp-parse-param-revid": "修訂 ID,用於 <code><nowiki>{{REVISIONID}}</nowiki></code> 和相似變數。",
338 "apihelp-parse-param-summary": "解析摘要。",
339 "apihelp-parse-param-page": "解析此頁面的內容。不能與 <var>$1text</var> 和 <var>$1title</var> 一起使用。",
340 "apihelp-parse-param-pageid": "解析此頁面的內容。覆蓋 <var>$1page</var>。",
341 "apihelp-parse-param-redirects": "若 <var>$1page</var> 或者 <var>$1pageid</var> 被設定成重新導向,則解析它。",
342 "apihelp-parse-param-oldid": "解析此修訂的內容。覆蓋 <var>$1page</var> 與 <var>$1pageid</var>。",
343 "apihelp-parse-param-prop": "要取得的資訊部份:",
344 "apihelp-parse-paramvalue-prop-text": "提供 wiki 文字的解析文字。",
345 "apihelp-parse-paramvalue-prop-langlinks": "在已解析的 wiki 文字提供語言連結。",
346 "apihelp-parse-paramvalue-prop-categories": "在已解析的 wiki 文字提供分類。",
347 "apihelp-parse-paramvalue-prop-categorieshtml": "提供分類的 HTML 版本。",
348 "apihelp-parse-paramvalue-prop-links": "在已解析的 wiki 文字提供內部連結。",
349 "apihelp-parse-paramvalue-prop-templates": "在已解析的 wiki 文字提供模板。",
350 "apihelp-parse-paramvalue-prop-images": "在已解析的 wiki 文字提供圖片。",
351 "apihelp-parse-paramvalue-prop-externallinks": "在已解析的 wiki 文字提供外部連結。",
352 "apihelp-parse-paramvalue-prop-sections": "在已解析的 wiki 文字提供段落。",
353 "apihelp-parse-paramvalue-prop-revid": "添加已解析頁面的修訂 ID。",
354 "apihelp-parse-paramvalue-prop-displaytitle": "添加已解析 wiki 文字的標題。",
355 "apihelp-parse-paramvalue-prop-headitems": "提供放置頁面裡的 <code>&lt;head&gt;</code> 之項目。",
356 "apihelp-parse-paramvalue-prop-headhtml": "給予頁面已解析的 doctype、開啟的 <code>&lt;html&gt;</code>、<code>&lt;head&gt;</code> 元素、以及開啟的 <code>&lt;body&gt;</code>。",
357 "apihelp-parse-paramvalue-prop-modules": "在頁面提供使用的 ResourceLoader 模組。要載入請使用 <code>mw.loader.using()</code>。<kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd> 其一必須與 <kbd>modules</kbd> 一同被請求。",
358 "apihelp-parse-paramvalue-prop-jsconfigvars": "針對頁面提供指定的 JavaScript 設置變數。若要套用,請使用 <code>mw.config.set()</code>。",
359 "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "指定頁面的 JavaScript 設置變量為 JSON 字串。",
360 "apihelp-parse-paramvalue-prop-indicators": "提供使用在頁面的頁面狀態指示 HTML。",
361 "apihelp-parse-paramvalue-prop-iwlinks": "在已解析的 wiki 文字提供跨 wiki 連結。",
362 "apihelp-parse-paramvalue-prop-wikitext": "指定被解析的原始 wiki 文字。",
363 "apihelp-parse-paramvalue-prop-properties": "指定多項定義在已解析原始 wiki 文字的屬性。",
364 "apihelp-parse-paramvalue-prop-limitreportdata": "取得結構化限制報告。當有設定 <var>$1disablelimitreport</var> 時,則不會給予資料。",
365 "apihelp-parse-paramvalue-prop-limitreporthtml": "取得限制報告的 HTML 版本。當有設定 <var>$1disablelimitreport</var> 時,則不會給予資料。",
366 "apihelp-parse-paramvalue-prop-parsetree": "修訂內容的 XML 解析樹狀(需要內容模組 <code>$1</code>)",
367 "apihelp-parse-paramvalue-prop-parsewarnings": "提供發生在解析內容時的警告。",
368 "apihelp-parse-param-wrapoutputclass": "要包在解析器輸出內容的 CSS 類別。",
369 "apihelp-parse-param-pst": "在解析之前執行在輸入裡的預先儲存轉換。僅當與文字使用時有效。",
370 "apihelp-parse-param-onlypst": "在輸入裡進行預先儲存轉換(pre-save transform、PST)但不解析。在 PST 已套用後回傳相同的 wiki 文字。僅與 <var>$1text</var> 使用時有效。",
371 "apihelp-parse-param-effectivelanglinks": "包含由擴充提供的語言連結(與 <kbd>$1prop=langlinks</kbd> 一起使用)。",
372 "apihelp-parse-param-section": "僅解析此段落號碼的內容。\n\n當為 <kbd>new</kbd> 時,解析 <var>$1text</var> 與 <var>$1sectiontitle</var>,如同添加新段落至頁面裡。\n\n<kbd>new</kbd> 僅在有指定 <var>text</var> 時允許。",
373 "apihelp-parse-param-sectiontitle": "新段落標題當 <var>section</var> 為 <kbd>new</kbd> 時。\n\n不像頁面編輯,當省略或為空時不會退至 <var>summary</var>。",
374 "apihelp-parse-param-disablelimitreport": "從解析輸出內容裡省略限制報告(\"NewPP limit report\")。",
375 "apihelp-parse-param-disablepp": "請改用<var>$1disablelimitreport</var>。",
376 "apihelp-parse-param-disableeditsection": "從解析輸出內容省略編輯段落連結。",
377 "apihelp-parse-param-disabletidy": "不要在解析輸出裡執行 HTML 內容清理(例如使用 tidy 軟體工具)",
378 "apihelp-parse-param-disablestylededuplication": "不要在解析結果去除重複的行內樣式表。",
379 "apihelp-parse-param-generatexml": "產生 XML 解析樹狀(需要被 <kbd>$2prop=parsetree</kbd> 給取代的 <code>$1</code> 內容模組)。",
380 "apihelp-parse-param-preview": "在預覽模式下解析。",
381 "apihelp-parse-param-sectionpreview": "在段落預覽模式下解析(要同時啟用預覽模式)。",
382 "apihelp-parse-param-disabletoc": "在輸出裡忽略目錄。",
383 "apihelp-parse-param-useskin": "套用所選的外觀至解析輸出。可能會影響以下參數:<kbd>langlinks</kbd>、<kbd>headitems</kbd>、<kbd>modules</kbd>、<kbd>jsconfigvars</kbd>、<kbd>indicators</kbd>。",
384 "apihelp-parse-param-contentformat": "用於輸入文字的內容序列格式。僅與 $1text 一起使用時有效。",
385 "apihelp-parse-param-contentmodel": "輸入文字的內容模組。若省略則必須指定 $1title,且預設會是指定標題的模組。僅在與 $1text 一起使用時有效。",
386 "apihelp-parse-example-page": "解析頁面。",
387 "apihelp-parse-example-text": "解析 wikitext。",
388 "apihelp-parse-example-texttitle": "解析 wikitext,指定頁面標題。",
389 "apihelp-parse-example-summary": "解析摘要。",
390 "apihelp-patrol-summary": "巡查頁面或修訂。",
391 "apihelp-patrol-param-rcid": "要巡查的最近變更 ID。",
392 "apihelp-patrol-param-revid": "要巡查的修訂 ID。",
393 "apihelp-patrol-param-tags": "在巡查日誌裡更改套用到項目的標籤。",
394 "apihelp-patrol-example-rcid": "巡查一次近期變更。",
395 "apihelp-patrol-example-revid": "巡查一個修訂。",
396 "apihelp-protect-summary": "變更頁面的保護層級。",
397 "apihelp-protect-param-title": "要(解除)保護頁面的標題。 不能與 $1pageid 一起使用。",
398 "apihelp-protect-param-pageid": "要(解除)保護頁面的 ID。 不能與 $1title 一起使用。",
399 "apihelp-protect-param-protections": "保護層級清單,格式為 <kbd>action=level</kbd>(例如 <kbd>edit=sysop</kbd>)。<kbd>all</kbd> 層級代表所有人都可以進行行動,亦即無限制。\n\n<strong>注意:</strong>未列入清單項目的限制皆會移除。",
400 "apihelp-protect-param-expiry": "期限時間戳記,若只設定一個時間戳記,該時間戳記將會套用至所有的保護層級。 使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd> 或 <kbd>never</kbd> 來設定保護層級期限為永遠。",
401 "apihelp-protect-param-reason": "(解除)保護的原因。",
402 "apihelp-protect-param-tags": "修改標籤以套用於保護日誌裡的項目。",
403 "apihelp-protect-param-cascade": "啟用連鎖保護(也就是保護包含於此頁面的頁面)。如果所有提供的保護等級不支援連鎖,就將其忽略。",
404 "apihelp-protect-param-watch": "如果被設定,就將被(解除)保護的頁面加至目前使用者的監視列表。",
405 "apihelp-protect-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
406 "apihelp-protect-example-protect": "保護一個頁面。",
407 "apihelp-protect-example-unprotect": "透過設定為 <kbd>all</kbd>(註:代表任何人都可以執行操作),來解除對頁面的保護。",
408 "apihelp-protect-example-unprotect2": "透過設定為沒有限制,來解除對頁面的保護。",
409 "apihelp-purge-summary": "為指定標題清除快取。",
410 "apihelp-purge-param-forcelinkupdate": "更新連結表格。",
411 "apihelp-purge-param-forcerecursivelinkupdate": "更新連結表,並更新任何使用此頁面作為模板的頁面之連結表。",
412 "apihelp-purge-example-simple": "清除 <kbd>Main Page</kbd> 與 <kbd>API</kbd> 頁面。",
413 "apihelp-purge-example-generator": "重新整理主要命名空間的前10個頁面。",
414 "apihelp-query-summary": "擷取來自及有關MediaWiki的數據。",
415 "apihelp-query-extended-description": "所有資料變動將會先使用查詢來取得權杖,以避免來自惡意網站的濫用行為。",
416 "apihelp-query-param-prop": "替已查詢頁面所要取得的屬性。",
417 "apihelp-query-param-list": "要取得的清單。",
418 "apihelp-query-param-meta": "要取得的詮釋資料。",
419 "apihelp-query-param-indexpageids": "包含一個列出所有回傳頁面 ID 的額外 pageids 段落 。",
420 "apihelp-query-param-export": "匯出所有指定或已產生頁面的目前修訂。",
421 "apihelp-query-param-exportnowrap": "回傳不包裹在 XML 結果裡的匯出 XML(與 [[Special:Export]] 格式相同)。僅能與 $1export 一起使用。",
422 "apihelp-query-param-iwurl": "若標題是跨 wiki 連結,是否取得完整的 URL。",
423 "apihelp-query-param-rawcontinue": "回傳原始的 <samp>query-continue</samp> 資料來繼續。",
424 "apihelp-query-example-revisions": "索取 <kbd>Main Page</kbd> 的[[Special:ApiHelp/query+siteinfo|站台資訊]]與[[Special:ApiHelp/query+revisions|修訂]]。",
425 "apihelp-query-example-allpages": "索取以 <kbd>API/</kbd> 為開頭的頁面修訂。",
426 "apihelp-query+allcategories-summary": "列舉所有分類。",
427 "apihelp-query+allcategories-param-from": "起始列舉的分類。",
428 "apihelp-query+allcategories-param-to": "終止列舉的分類。",
429 "apihelp-query+allcategories-param-prefix": "搜尋以此值為開頭的所有分類標題。",
430 "apihelp-query+allcategories-param-dir": "排序的方向。",
431 "apihelp-query+allcategories-param-min": "僅回傳至少有這樣多成員的分類。",
432 "apihelp-query+allcategories-param-max": "僅回傳最多有這樣多成員的分類。",
433 "apihelp-query+allcategories-param-limit": "要回傳的分類數量。",
434 "apihelp-query+allcategories-param-prop": "要取得的屬性。",
435 "apihelp-query+allcategories-paramvalue-prop-size": "在分類裡添加頁面數。",
436 "apihelp-query+allcategories-paramvalue-prop-hidden": "標記由 <code>_&#95;HIDDENCAT_&#95;</code> 隱藏的分類。",
437 "apihelp-query+allcategories-example-size": "列出分類以及各包含多少頁面的資訊。",
438 "apihelp-query+allcategories-example-generator": "替以 <kbd>List</kbd> 開頭的分類索取該分類頁面本身的資訊。",
439 "apihelp-query+alldeletedrevisions-summary": "依使用者或所在命名空間來列出所有已刪除的修訂。",
440 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "僅與 <var>$3user</var> 一同使用。",
441 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "不能與 <var>$3user</var> 一同使用。",
442 "apihelp-query+alldeletedrevisions-param-start": "起始列舉的時間戳記。",
443 "apihelp-query+alldeletedrevisions-param-end": "終止列舉的時間戳記。",
444 "apihelp-query+alldeletedrevisions-param-from": "在此標題開始列出。",
445 "apihelp-query+alldeletedrevisions-param-to": "在此標題停止列出。",
446 "apihelp-query+alldeletedrevisions-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
447 "apihelp-query+alldeletedrevisions-param-tag": "僅列出以此標籤所標記的修訂。",
448 "apihelp-query+alldeletedrevisions-param-user": "此列出由該使用者作出的修訂。",
449 "apihelp-query+alldeletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
450 "apihelp-query+alldeletedrevisions-param-namespace": "僅列出此命名空間的頁面。",
451 "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "<strong>注意:</strong>出於 [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser 模式]]緣故,同時使用 <var>$1user</var> 與 <var>$1namespace</var> 可能會導致在繼續之前,傳回少於 <var>$1limit</var> 筆的結果,並可能不會傳回任何结果。",
452 "apihelp-query+alldeletedrevisions-param-generatetitles": "當作為產生器時使用,產生標題而非修訂 ID。",
453 "apihelp-query+alldeletedrevisions-example-user": "列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。",
454 "apihelp-query+alldeletedrevisions-example-ns-main": "列出在主命名空間的前 50 個已刪除修訂。",
455 "apihelp-query+allfileusages-summary": "列出所有檔案用途,包含不存在的。",
456 "apihelp-query+allfileusages-param-from": "要起始列舉的檔案標題。",
457 "apihelp-query+allfileusages-param-to": "要終止列舉的檔案標題。",
458 "apihelp-query+allfileusages-param-prefix": "搜尋以此值為開頭的所有檔案標題。",
459 "apihelp-query+allfileusages-param-unique": "僅秀出各別的檔案標題。不可與 $1prop=ids 一同使用。\n當作為產生器使用時,會產生目標頁面而非來源頁面。",
460 "apihelp-query+allfileusages-param-prop": "要包含到的資訊部份:",
461 "apihelp-query+allfileusages-paramvalue-prop-ids": "添加使用中頁面的頁面 ID(不能與 $1unique 一起使用)。",
462 "apihelp-query+allfileusages-paramvalue-prop-title": "添加檔案標題。",
463 "apihelp-query+allfileusages-param-limit": "要回傳的項目總數。",
464 "apihelp-query+allfileusages-param-dir": "列出時所採用的方向。",
465 "apihelp-query+allfileusages-example-B": "列出檔案標題,包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。",
466 "apihelp-query+allfileusages-example-unique": "列出唯一的檔案標題。",
467 "apihelp-query+allfileusages-example-unique-generator": "取得所有檔案標題,標記為遺失。",
468 "apihelp-query+allfileusages-example-generator": "取得包含檔案的頁面。",
469 "apihelp-query+allimages-summary": "按順序列舉所有圖片。",
470 "apihelp-query+allimages-param-sort": "作為排序順序的屬性。",
471 "apihelp-query+allimages-param-dir": "列出時所採用的方向。",
472 "apihelp-query+allimages-param-from": "要開始列舉的圖片標題。僅能與 $1sort=name 一起使用。",
473 "apihelp-query+allimages-param-to": "要停止列舉的圖片標題。僅能與 $1sort=name 一起使用。",
474 "apihelp-query+allimages-param-start": "要開始列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。",
475 "apihelp-query+allimages-param-end": "要停止列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。",
476 "apihelp-query+allimages-param-prefix": "搜尋所有以此值為開頭的圖片。僅能與 $1sort=name 一起使用。",
477 "apihelp-query+allimages-param-minsize": "限制圖片至少要有這樣多的位元組。",
478 "apihelp-query+allimages-param-maxsize": "限制圖片最多只能這樣多的位元組。",
479 "apihelp-query+allimages-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
480 "apihelp-query+allimages-param-sha1base36": "以 base 36 的圖片 SHA1 雜湊值(使用在 MediaWiki)。",
481 "apihelp-query+allimages-param-user": "僅回傳由此使用者上傳的檔案。僅能與 $1sort=timestamp 一起使用,且不可與 $1filterbots 一起使用。",
482 "apihelp-query+allimages-param-filterbots": "如何篩選由機器人上傳的檔案。僅能與 $1sort=timestamp 一起使用,且不可與 $1user 一起使用。",
483 "apihelp-query+allimages-param-mime": "所要搜尋的 MIME 類型,例如:<kbd>image/jpeg</kbd>。",
484 "apihelp-query+allimages-param-limit": "要回傳的圖片總數。",
485 "apihelp-query+allimages-example-B": "搜尋以字母 <kbd>B</kbd> 為開頭的所有檔案清單。",
486 "apihelp-query+allimages-example-recent": "顯示近期已上傳檔案的清單,類似於 [[Special:NewFiles]]。",
487 "apihelp-query+allimages-example-mimetypes": "顯示帶有 MIME 類型為 <kbd>image/png</kbd> 或 <kbd>image/gif</kbd> 的檔案清單",
488 "apihelp-query+allimages-example-generator": "顯示 4 個以 <kbd>T</kbd> 為開頭的檔案之資訊。",
489 "apihelp-query+alllinks-summary": "列舉所有指向所指定命名空間的連結。",
490 "apihelp-query+alllinks-param-from": "要起始列舉的連結標題。",
491 "apihelp-query+alllinks-param-to": "要終止列舉的連結標題。",
492 "apihelp-query+alllinks-param-prefix": "搜尋以此值為開頭的所有連結標題。",
493 "apihelp-query+alllinks-param-unique": "僅秀出各別的連結標題。不可與 <kbd>$1prop=ids</kbd> 一同使用。\n當作為產生器使用時,會產生目標頁面而非來源頁面。",
494 "apihelp-query+alllinks-param-prop": "要包含的資訊部份:",
495 "apihelp-query+alllinks-paramvalue-prop-ids": "添加連結頁面的頁面 ID(不能與 <var>$1unique</var> 一起使用)。",
496 "apihelp-query+alllinks-paramvalue-prop-title": "添加連結標題。",
497 "apihelp-query+alllinks-param-namespace": "要列舉的命名空間。",
498 "apihelp-query+alllinks-param-limit": "要回傳的項目總數。",
499 "apihelp-query+alllinks-param-dir": "列出時所採用的方向。",
500 "apihelp-query+alllinks-example-B": "列出連結標題,包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。",
501 "apihelp-query+alllinks-example-unique": "列出唯一的連結標題。",
502 "apihelp-query+alllinks-example-unique-generator": "取得所有已連結標題,標記為遺失。",
503 "apihelp-query+alllinks-example-generator": "取得包含連結的頁面。",
504 "apihelp-query+allmessages-summary": "返回來自該網站的訊息。",
505 "apihelp-query+allmessages-param-messages": "要輸出的訊息。<kbd>*</kbd>(預設)代表著所有訊息。",
506 "apihelp-query+allmessages-param-prop": "要取得的屬性。",
507 "apihelp-query+allmessages-param-enableparser": "設定成啟用解析器,將會處理訊息的 wiki 文字(替代魔術字、處理模板、等等其它)。",
508 "apihelp-query+allmessages-param-nocontent": "若有設定,請不要包含在輸出裡的訊息內容。",
509 "apihelp-query+allmessages-param-includelocal": "另外包含本地訊息,也就是不會存在於軟體但存在像是 {{ns:MediaWiki}} 命名空間的訊息。\n此列出所有 {{ns:MediaWiki}} 命名空間頁面,因此也會列出那些不會像是 [[MediaWiki:Common.js|Common.js]] 的實際訊息。",
510 "apihelp-query+allmessages-param-args": "要替代訊息的引數。",
511 "apihelp-query+allmessages-param-filter": "僅回傳名稱包含此字串的訊息。",
512 "apihelp-query+allmessages-param-customised": "僅回傳在此自定義狀況下的訊息。",
513 "apihelp-query+allmessages-param-lang": "以此語言來回傳訊息。",
514 "apihelp-query+allmessages-param-from": "以此訊息來回傳訊息開頭。",
515 "apihelp-query+allmessages-param-to": "以此訊息來回傳訊息結尾。",
516 "apihelp-query+allmessages-param-title": "當解析訊息時作為脈絡的頁面名稱(用於 $1enableparser 選項)。",
517 "apihelp-query+allmessages-param-prefix": "回傳帶有前綴的訊息。",
518 "apihelp-query+allmessages-example-ipb": "顯示以 <kbd>ipb-</kbd> 起始的訊息。",
519 "apihelp-query+allmessages-example-de": "顯示在德語裡的 <kbd>august</kbd> 與 <kbd>mainpage</kbd> 訊息。",
520 "apihelp-query+allpages-summary": "依序列舉在指定命名空間的所有頁面。",
521 "apihelp-query+allpages-param-from": "起始列舉的頁面標題。",
522 "apihelp-query+allpages-param-to": "終止列舉的頁面標題。",
523 "apihelp-query+allpages-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
524 "apihelp-query+allpages-param-namespace": "要列舉的命名空間。",
525 "apihelp-query+allpages-param-filterredir": "要列出的頁面。",
526 "apihelp-query+allpages-param-minsize": "限制頁面至少要有這樣多的位元組。",
527 "apihelp-query+allpages-param-maxsize": "限制頁面最多只能這樣多的位元組。",
528 "apihelp-query+allpages-param-prtype": "僅限受保護的頁面。",
529 "apihelp-query+allpages-param-prlevel": "篩選基於保護級別的保護(必須與 $1prtype= 參數一起使用)。",
530 "apihelp-query+allpages-param-prfiltercascade": "基於 cascadingness 的篩選保護(當 $1prtype 未設定時忽略)。",
531 "apihelp-query+allpages-param-limit": "要回傳的頁面總數。",
532 "apihelp-query+allpages-param-dir": "列出時所採用的方向。",
533 "apihelp-query+allpages-param-filterlanglinks": "篩選基於頁面是否有語言連結。請注意這可能不會考慮由擴充所添加的語言連結。",
534 "apihelp-query+allpages-param-prexpiry": "篩選頁面的保護期限:\n;indefinite:只取得無限期保護的頁面。\n;definite:只取得帶有特定保護期限的頁面。\n;all:取得任何保護期限的頁面。",
535 "apihelp-query+allpages-example-B": "顯示以字母 <kbd>B</kbd> 為開頭的所有頁面清單。",
536 "apihelp-query+allpages-example-generator": "顯示 4 個以 <kbd>T</kbd> 為開頭的頁面之資訊。",
537 "apihelp-query+allpages-example-generator-revisions": "顯示前 2 個以 <kbd>Re</kbd> 為開頭的非重新導向頁面內容。",
538 "apihelp-query+allredirects-summary": "列出至命名空間的所有重新導向。",
539 "apihelp-query+allredirects-param-from": "要起始列舉的重新導向標題。",
540 "apihelp-query+allredirects-param-to": "要終止列舉的重新導向標題。",
541 "apihelp-query+allredirects-param-prefix": "搜尋以此值為開頭的所有目標頁面。",
542 "apihelp-query+allredirects-param-unique": "僅秀出各別的目標頁面。不可與 $1prop=ids|fragment|interwiki 一同使用。\n當作為產生器使用時,會產生目標頁面而非來源頁面。",
543 "apihelp-query+allredirects-param-prop": "要包含的資訊部份:",
544 "apihelp-query+allredirects-paramvalue-prop-ids": "添加重新導向頁面的頁面 ID(不能與 <var>$1unique</var> 一起使用)。",
545 "apihelp-query+allredirects-paramvalue-prop-title": "添加重新導向的標題。",
546 "apihelp-query+allredirects-paramvalue-prop-fragment": "添加來自重新導向的部份(不能與 <var>$1unique</var> 一起使用)。",
547 "apihelp-query+allredirects-paramvalue-prop-interwiki": "添加來自重新導向的跨 wiki 前綴(不能與 <var>$1unique</var> 一起使用)。",
548 "apihelp-query+allredirects-param-namespace": "要列舉的命名空間。",
549 "apihelp-query+allredirects-param-limit": "要回傳的項目總數。",
550 "apihelp-query+allredirects-param-dir": "列出時所採用的方向。",
551 "apihelp-query+allredirects-example-B": "列出目標頁面,包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。",
552 "apihelp-query+allredirects-example-unique": "列出唯一目標頁面。",
553 "apihelp-query+allredirects-example-unique-generator": "取得所有目標頁面,標記為遺失。",
554 "apihelp-query+allredirects-example-generator": "取得包含重新導向的頁面。",
555 "apihelp-query+allrevisions-summary": "列出所有修訂版本。",
556 "apihelp-query+allrevisions-param-start": "起始列舉的時間戳記。",
557 "apihelp-query+allrevisions-param-end": "終止列舉的時間戳記。",
558 "apihelp-query+allrevisions-param-user": "此列出由該使用者作出的修訂。",
559 "apihelp-query+allrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
560 "apihelp-query+allrevisions-param-namespace": "僅列出此命名空間的頁面。",
561 "apihelp-query+allrevisions-param-generatetitles": "當作為產生器時使用,產生標題而非修訂 ID。",
562 "apihelp-query+allrevisions-example-user": "列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。",
563 "apihelp-query+allrevisions-example-ns-main": "列出在主命名空間的前 50 個修訂。",
564 "apihelp-query+mystashedfiles-summary": "取得在目前使用者上傳儲藏裡的檔案清單。",
565 "apihelp-query+mystashedfiles-param-prop": "要索取的檔案屬性。",
566 "apihelp-query+mystashedfiles-paramvalue-prop-size": "索取檔案大小與圖片尺寸。",
567 "apihelp-query+mystashedfiles-paramvalue-prop-type": "索取檔案的 MIME 類型以及媒體類型。",
568 "apihelp-query+mystashedfiles-param-limit": "要取得的檔案數量。",
569 "apihelp-query+mystashedfiles-example-simple": "取得檔案鍵、檔案大小、以及在目前使用者上傳儲藏裡的檔案像素尺寸。",
570 "apihelp-query+alltransclusions-summary": "列出所有嵌入(頁面使用 &#123;&#123;x&#125;&#125; 來內嵌),包含不存在的。",
571 "apihelp-query+alltransclusions-param-from": "要起始列舉的嵌入標題。",
572 "apihelp-query+alltransclusions-param-to": "要終止列舉的嵌入標題。",
573 "apihelp-query+alltransclusions-param-prefix": "搜尋以此值為開頭的所有嵌入標題。",
574 "apihelp-query+alltransclusions-param-unique": "僅秀出各別的嵌入標題。不可與 $1prop=ids 一同使用。\n當作為產生器使用時,會產生目標頁面而非來源頁面。",
575 "apihelp-query+alltransclusions-param-prop": "要包含到的資訊部份:",
576 "apihelp-query+alltransclusions-paramvalue-prop-ids": "添加嵌入頁面的頁面 ID(不能與 $1unique 一起使用)。",
577 "apihelp-query+alltransclusions-paramvalue-prop-title": "添加嵌入的標題。",
578 "apihelp-query+alltransclusions-param-namespace": "要列舉的命名空間。",
579 "apihelp-query+alltransclusions-param-limit": "要回傳的項目總數。",
580 "apihelp-query+alltransclusions-param-dir": "列出時所採用的方向。",
581 "apihelp-query+alltransclusions-example-B": "列出嵌入標題,包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。",
582 "apihelp-query+alltransclusions-example-unique": "列出獨一嵌入標題。",
583 "apihelp-query+alltransclusions-example-unique-generator": "取得所有嵌入標題,標記為遺失。",
584 "apihelp-query+alltransclusions-example-generator": "取得包含嵌入的頁面。",
585 "apihelp-query+allusers-summary": "列舉所有已註冊使用者。",
586 "apihelp-query+allusers-param-from": "起始列舉的使用者名稱。",
587 "apihelp-query+allusers-param-to": "終止列舉的使用者名稱。",
588 "apihelp-query+allusers-param-prefix": "搜尋以此值為開頭的所有使用者。",
589 "apihelp-query+allusers-param-dir": "排序的方向。",
590 "apihelp-query+allusers-param-group": "僅包含在指定群組的使用者。",
591 "apihelp-query+allusers-param-excludegroup": "排除指定群組中的使用者",
592 "apihelp-query+allusers-param-rights": "僅包含有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限,像是:*、使用者、或是自動確認。",
593 "apihelp-query+allusers-param-prop": "要包含的資訊部份:",
594 "apihelp-query+allusers-paramvalue-prop-blockinfo": "添加有關使用者目前封鎖的資訊。",
595 "apihelp-query+allusers-paramvalue-prop-groups": "列出使用者所在的群組。這會使用到較多伺服器資源,並且可能會回傳少於限制條件的結果。",
596 "apihelp-query+allusers-paramvalue-prop-implicitgroups": "列出使用者自動列入的所有群組。",
597 "apihelp-query+allusers-paramvalue-prop-rights": "列出使用者所擁有的權限。",
598 "apihelp-query+allusers-paramvalue-prop-editcount": "添加使用者的編輯次數。",
599 "apihelp-query+allusers-paramvalue-prop-registration": "若可能的話,添加當使用者註冊時的時間戳記(可能為空白)。",
600 "apihelp-query+allusers-paramvalue-prop-centralids": "替使用者添加中心 ID 與附加狀態。",
601 "apihelp-query+allusers-param-limit": "要回傳的使用者名稱總數。",
602 "apihelp-query+allusers-param-witheditsonly": "僅列出有做過編輯的使用者。",
603 "apihelp-query+allusers-param-activeusers": "僅列出在最近 $1 {{PLURAL:$1|天|天}}裡活躍的使用者。",
604 "apihelp-query+allusers-param-attachedwiki": "與 <kbd>$1prop=centralids</kbd> 使用,另外表明使用者是否附加於由此 ID 所識別出的 wiki。",
605 "apihelp-query+allusers-example-Y": "列出以<kbd>Y</kbd>開頭的使用者。",
606 "apihelp-query+authmanagerinfo-summary": "取得目前身分核對狀態的資訊。",
607 "apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "測試使用者的目前驗證狀態是否足夠於指定的安全敏感操作。",
608 "apihelp-query+authmanagerinfo-param-requestsfor": "索取關於指定驗證操作所需的驗證請求方面資訊。",
609 "apihelp-query+authmanagerinfo-example-login": "索取當開始登入時可能會用到的請求。",
610 "apihelp-query+authmanagerinfo-example-login-merged": "以表單欄位合併,檢索當開始登入時可能使用到的請求。",
611 "apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "測試用於操作 <kbd>foo</kbd> 的認證是否足夠。",
612 "apihelp-query+backlinks-summary": "找出連結至指定頁面的所有頁面。",
613 "apihelp-query+backlinks-param-title": "要搜尋的標題。不能與 <var>$1pageid</var> 一起使用。",
614 "apihelp-query+backlinks-param-pageid": "要搜尋的頁面 ID。不能與 <var>$1title</var> 一起使用。",
615 "apihelp-query+backlinks-param-namespace": "要列舉的命名空間。",
616 "apihelp-query+backlinks-param-dir": "列出時所採用的方向。",
617 "apihelp-query+backlinks-param-filterredir": "如何篩選重新導向。當 <var>$1redirect</var> 啟用時若設定成 <kbd>nonredirects</kbd>,這僅會套用到第二級別。",
618 "apihelp-query+backlinks-param-limit": "要回傳的總頁面。若 <var>$1redirect</var> 有啟用,套用至各個層級(這代表會回傳多至 2 * <var>$1limit</var> 個結果)。",
619 "apihelp-query+backlinks-param-redirect": "若連結頁面為重新導向,則找尋連結至該重新導向的所有頁面。最大限制為一半。",
620 "apihelp-query+backlinks-example-simple": "顯示至 <kbd>Main page</kbd> 的連結。",
621 "apihelp-query+backlinks-example-generator": "取得連結至 <kbd>Main page</kbd> 的相關頁面資訊。",
622 "apihelp-query+blocks-summary": "列出所有被封鎖使用者與 IP 位址。",
623 "apihelp-query+blocks-param-start": "起始列舉的時間戳記。",
624 "apihelp-query+blocks-param-end": "終止列舉的時間戳記。",
625 "apihelp-query+blocks-param-ids": "要列出的封鎖 ID 清單(可選)。",
626 "apihelp-query+blocks-param-users": "要搜尋的使用者清單(可選)。",
627 "apihelp-query+blocks-param-ip": "取得套用在此 IP 位址或 CIDR 範圍的所有封鎖與所包含的範圍封鎖。不可與 <var>$3users</var> 一起使用。CIDR 範圍不可超過 IPv4/$1 或 IPv6/$2。",
628 "apihelp-query+blocks-param-limit": "能列出封鎖的最大數量。",
629 "apihelp-query+blocks-param-prop": "要取得的屬性。",
630 "apihelp-query+blocks-paramvalue-prop-id": "添加封鎖 ID。",
631 "apihelp-query+blocks-paramvalue-prop-user": "添加已封鎖使用者的使用者名稱。",
632 "apihelp-query+blocks-paramvalue-prop-userid": "添加已封鎖使用者的使用者 ID。",
633 "apihelp-query+blocks-paramvalue-prop-by": "添加進行封鎖中的使用者之使用者名稱。",
634 "apihelp-query+blocks-paramvalue-prop-byid": "添加進行封鎖中的使用者之使用者 ID。",
635 "apihelp-query+blocks-paramvalue-prop-timestamp": "添加當封鎖生效的時間戳記。",
636 "apihelp-query+blocks-paramvalue-prop-expiry": "添加當封鎖到期的時間戳記。",
637 "apihelp-query+blocks-paramvalue-prop-reason": "添加封鎖的原因。",
638 "apihelp-query+blocks-paramvalue-prop-range": "添加受封鎖影響的 IP 地址範圍。",
639 "apihelp-query+blocks-paramvalue-prop-flags": "以自動封鎖、僅限匿名、或其它來標記該禁令。",
640 "apihelp-query+blocks-paramvalue-prop-restrictions": "若封鎖非整個網站範圍,添加部份封鎖限制。",
641 "apihelp-query+blocks-param-show": "僅顯示符合這些標準的項目。\n例如僅想查看在 IP 地址的無限期封鎖,請設定 <kbd>$1show=ip|!temp</kbd>。",
642 "apihelp-query+blocks-example-simple": "列出封鎖。",
643 "apihelp-query+blocks-example-users": "列出使用者 <kbd>Alice</kbd> 與 <kbd>Bob</kbd> 的封鎖。",
644 "apihelp-query+categories-summary": "列出頁面隸屬的所有分類。",
645 "apihelp-query+categories-param-prop": "為各分類所要取得的額外屬性:",
646 "apihelp-query+categories-paramvalue-prop-sortkey": "添加用於分類的排序鍵值(十六進位字串)與排序鍵值字首(人類可讀的部份)。",
647 "apihelp-query+categories-paramvalue-prop-timestamp": "添加當添加分類時的時間戳記。",
648 "apihelp-query+categories-paramvalue-prop-hidden": "標記由 <code>_&#95;HIDDENCAT_&#95;</code> 隱藏的分類。",
649 "apihelp-query+categories-param-show": "要顯示出的分類種類。",
650 "apihelp-query+categories-param-limit": "要回傳的分類數量。",
651 "apihelp-query+categories-param-categories": "僅列出這些分類。在檢查某一分類裡是否擁有某一頁面時很有用。",
652 "apihelp-query+categories-param-dir": "列出時所採用的方向。",
653 "apihelp-query+categories-example-simple": "取得屬於在頁面 <kbd>Albert Einstein</kbd> 的分類清單。",
654 "apihelp-query+categories-example-generator": "取得使用在 <kbd>Albert Einstein</kbd> 頁面裡所有分類的相關資訊。",
655 "apihelp-query+categoryinfo-summary": "回傳有關指定分類的資訊。",
656 "apihelp-query+categoryinfo-example-simple": "取得有關 <kbd>Category:Foo</kbd> 與 <kbd>Category:Bar</kbd> 的資訊。",
657 "apihelp-query+categorymembers-summary": "在指定的分類中列出所有頁面。",
658 "apihelp-query+categorymembers-param-title": "所要列舉的分類(必要)。必須包含 <kbd>{{ns:category}}:</kbd> 前綴。不可與 <var>$1pageid</var> 一同使用。",
659 "apihelp-query+categorymembers-param-pageid": "要列舉的分類之頁面 ID。不能與 <var>$1title</var> 同時使用。",
660 "apihelp-query+categorymembers-param-prop": "要包含的資訊部份:",
661 "apihelp-query+categorymembers-paramvalue-prop-ids": "添加頁面 ID。",
662 "apihelp-query+categorymembers-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
663 "apihelp-query+categorymembers-paramvalue-prop-sortkey": "添加使用來在分類裡排序的排序鍵值(十六進位字串)。",
664 "apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "添加用於在分類裡排序的排序鍵值字首(排序鍵值中人類可讀的部份)。",
665 "apihelp-query+categorymembers-paramvalue-prop-type": "添加頁面已被分類的類型(<samp>page</samp>、<samp>subcat</samp> 或 <samp>file</samp>)。",
666 "apihelp-query+categorymembers-paramvalue-prop-timestamp": "添加在頁面有被包含時的時間戳記。",
667 "apihelp-query+categorymembers-param-namespace": "僅包含在這些命名空間的頁面。請注意可能會使用 <kbd>$1type=subcat</kbd> 或 <kbd>$1type=file</kbd>,而非 <kbd>$1namespace=14</kbd> 或 <kbd>6</kbd>。",
668 "apihelp-query+categorymembers-param-type": "包含的分類成員類型。當有設定 <kbd>$1sort=timestamp</kbd> 時忽略。",
669 "apihelp-query+categorymembers-param-limit": "回傳的頁面數量上限。",
670 "apihelp-query+categorymembers-param-sort": "作為排序順序的屬性。",
671 "apihelp-query+categorymembers-param-dir": "排序的方向。",
672 "apihelp-query+categorymembers-param-start": "起始列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。",
673 "apihelp-query+categorymembers-param-end": "結束列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。",
674 "apihelp-query+categorymembers-param-starthexsortkey": "開始列出的排序鍵值,由 <kbd>$1prop=sortkey</kbd> 所回傳。僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。",
675 "apihelp-query+categorymembers-param-endhexsortkey": "終止列出的排序鍵值,由 <kbd>$1prop=sortkey</kbd> 所回傳。僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。",
676 "apihelp-query+categorymembers-param-startsortkeyprefix": "開始列出的排序鍵值字首,僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。覆蓋 <var>$1starthexsortkey</var>。",
677 "apihelp-query+categorymembers-param-endsortkeyprefix": "終止列出 <strong>before</strong> 的排序鍵值字首(並不是 <strong>at</strong>,若此值有出現將不會被包含到!),僅能與 $1sort=sortkey 一起使用。覆蓋 $1endhexsortkey。",
678 "apihelp-query+categorymembers-param-startsortkey": "請改用 $1starthexsortkey。",
679 "apihelp-query+categorymembers-param-endsortkey": "請改用 $1endhexsortkey。",
680 "apihelp-query+categorymembers-example-simple": "取得在 <kbd>Category:Physics</kbd> 裡前 10 項的頁面。",
681 "apihelp-query+categorymembers-example-generator": "取得在 <kbd>Category:Physics</kbd> 裡前 10 個頁面的頁面資訊。",
682 "apihelp-query+contributors-summary": "取得頁面上登入貢獻者以及匿名貢獻者數量的清單。",
683 "apihelp-query+contributors-param-group": "僅包含在指定群組的使用者。不包含隱含或是自動晉升群組,像是:*、使用者、或是自動確認。",
684 "apihelp-query+contributors-param-excludegroup": "排除在指定群組的使用者。不包含隱含或是自動晉升群組,像是:*、使用者、或是自動確認。",
685 "apihelp-query+contributors-param-rights": "僅包含有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限,像是:*、使用者、或是自動確認。",
686 "apihelp-query+contributors-param-excluderights": "排除有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限,像是:*、使用者、或是自動確認。",
687 "apihelp-query+contributors-param-limit": "要回傳的貢獻人員數量。",
688 "apihelp-query+contributors-example-simple": "顯示頁面 <kbd>Main Page</kbd> 的貢獻者。",
689 "apihelp-query+deletedrevisions-summary": "取得已刪除修訂的資訊。",
690 "apihelp-query+deletedrevisions-extended-description": "能以多種方式使用:\n# 透過設定標題或頁面 ID,來取得頁面集的已刪除修訂。排序是依照標題和時間戳記。\n# 透過以修訂 ID 來設定它們的 ID,來取得已刪除修訂集的相關資料。排序是依照修訂 ID。",
691 "apihelp-query+deletedrevisions-param-start": "要開始列舉的時間戳記。當處理修訂 ID 清單時會被忽略。",
692 "apihelp-query+deletedrevisions-param-end": "要停止列舉的時間戳記。當處理修訂 ID 清單時會被忽略。",
693 "apihelp-query+deletedrevisions-param-tag": "僅列出以此標籤所標記的修訂。",
694 "apihelp-query+deletedrevisions-param-user": "此列出由該使用者作出的修訂。",
695 "apihelp-query+deletedrevisions-param-excludeuser": "不要列出由該使用者作出的修訂。",
696 "apihelp-query+deletedrevisions-example-titles": "列出頁面 <kbd>Main Page</kbd> 與 <kbd>Talk:Main Page</kbd> 包含到內容的已刪除修訂。",
697 "apihelp-query+deletedrevisions-example-revids": "列出已刪除修訂 <kbd>123456</kbd> 的資訊。",
698 "apihelp-query+deletedrevs-summary": "列出已刪除的修訂。",
699 "apihelp-query+deletedrevs-extended-description": "以三種模式操作:\n# 列出指定標題的已刪除修訂,按時間戳記排序。\n# 列出指定使用者的已刪除貢獻,按時間戳記排序(無指定標題)。\n# 列出在指定命名空間內的所有已刪除修訂,按標題與時間戳記排序(無指定標題、未設定 $1user)。\n\n一些參數僅套用於某些模式,並且其它模式裡會被忽略。",
700 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|模式|模式}}:$2",
701 "apihelp-query+deletedrevs-param-start": "起始列舉的時間戳記。",
702 "apihelp-query+deletedrevs-param-end": "終止列舉的時間戳記。",
703 "apihelp-query+deletedrevs-param-from": "在此標題開始列出。",
704 "apihelp-query+deletedrevs-param-to": "在此標題停止列出。",
705 "apihelp-query+deletedrevs-param-prefix": "搜尋以此值為開頭的所有頁面標題。",
706 "apihelp-query+deletedrevs-param-unique": "各頁面僅列出一個修訂。",
707 "apihelp-query+deletedrevs-param-tag": "僅列出以此標籤所標記的修訂。",
708 "apihelp-query+deletedrevs-param-user": "此列出由該使用者作出的修訂。",
709 "apihelp-query+deletedrevs-param-excludeuser": "不要列出由該使用者作出的修訂。",
710 "apihelp-query+deletedrevs-param-namespace": "僅列出此命名空間的頁面。",
711 "apihelp-query+deletedrevs-param-limit": "修訂能列出的最大數量。",
712 "apihelp-query+deletedrevs-param-prop": "要取得的參數:\n;revidv:添加已刪除修訂的修訂 ID。\n;parentid:添加前一個修訂的修訂 ID 至頁面。\n;user:添加做出修訂的使用者。\n;userid:添加做出修訂的使用者 ID。\n;comment:添加修訂的註釋。\n;parsedcomment:添加修訂的解析註釋。\n;minor:標記修訂是否為小編輯。\n;len:添加修訂的長度(位元組)。\n;sha1:添加修訂的 SHA-1 雜湊(base 16)。\n;content:添加修訂內容。\n;token:<span class=\"apihelp-deprecated\">已棄用。</span>提供編輯權杖。\n;tags:修訂的標籤。",
713 "apihelp-query+deletedrevs-example-mode1": "以帶有內容(模式 1)列出頁面 <kbd>Main Page</kbd> 與 <kbd>Talk:Main Page</kbd> 的最新刪除修訂。",
714 "apihelp-query+deletedrevs-example-mode2": "列出最近前 50 個已刪除掉由 <kbd>Bob</kbd> 所做出的貢獻(模式 2)。",
715 "apihelp-query+deletedrevs-example-mode3-main": "列出在主命名空間的前 50 個已刪除修訂(模式 3)。",
716 "apihelp-query+deletedrevs-example-mode3-talk": "列出在{{ns:talk}}命名空間的前 50 個已刪除頁面(模式 3)。",
717 "apihelp-query+disabled-summary": "已停用此查詢模組。",
718 "apihelp-query+duplicatefiles-summary": "基於雜湊值來列出指定檔案裡的所有重複檔案。",
719 "apihelp-query+duplicatefiles-param-limit": "要回傳的重複檔案數量。",
720 "apihelp-query+duplicatefiles-param-dir": "列出時所採用的方向。",
721 "apihelp-query+duplicatefiles-param-localonly": "僅查看在本地端儲存庫的檔案。",
722 "apihelp-query+duplicatefiles-example-simple": "尋找重複 [[:File:Albert Einstein Head.jpg]] 的檔案。",
723 "apihelp-query+duplicatefiles-example-generated": "查看全部有重複到的檔案。",
724 "apihelp-query+embeddedin-summary": "找出內嵌(嵌入)指定頁面的所有頁面。",
725 "apihelp-query+embeddedin-param-title": "要搜尋的標題。不能與 $1pageid 一起使用。",
726 "apihelp-query+embeddedin-param-pageid": "要搜尋的頁面 ID。不能與 $1title 一起使用。",
727 "apihelp-query+embeddedin-param-namespace": "要列舉的命名空間。",
728 "apihelp-query+embeddedin-param-dir": "列出時所採用的方向。",
729 "apihelp-query+embeddedin-param-filterredir": "如何過濾重新導向。",
730 "apihelp-query+embeddedin-param-limit": "要回傳的頁面總數。",
731 "apihelp-query+embeddedin-example-simple": "顯示嵌入 <kbd>Template:Stub</kbd> 的頁面。",
732 "apihelp-query+embeddedin-example-generator": "取得有關嵌入 <kbd>Template:Stub</kbd> 的頁面之資訊。",
733 "apihelp-query+extlinks-summary": "回傳所有指定頁面的外部 URL (非 interwiki)。",
734 "apihelp-query+extlinks-param-limit": "要回傳的連結數量。",
735 "apihelp-query+extlinks-param-protocol": "URL 協定。若為空且有設定 <var>$1query</var>,會是 <kbd>http</kbd> 協定。將此與 <var>$1query</var> 一同留空會列出所有外部連結。",
736 "apihelp-query+extlinks-param-query": "不以協議來搜尋字串,對於檢查某頁面是否包含某個外部 URL 時很有用。",
737 "apihelp-query+extlinks-param-expandurl": "以規範協議的擴充協議關聯 URL。",
738 "apihelp-query+extlinks-example-simple": "取得 <kbd>Main Page</kbd> 的外部連結清單。",
739 "apihelp-query+exturlusage-summary": "列舉包含指定 URL 的頁面。",
740 "apihelp-query+exturlusage-param-prop": "要包含的資訊部份:",
741 "apihelp-query+exturlusage-paramvalue-prop-ids": "添加頁面 ID。",
742 "apihelp-query+exturlusage-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
743 "apihelp-query+exturlusage-paramvalue-prop-url": "添加用於頁面的 URL。",
744 "apihelp-query+exturlusage-param-protocol": "URL 協定。若為空且有設定 <var>$1query</var>,會是 <kbd>http</kbd> 協定。將此與 <var>$1query</var> 一同留空會列出所有外部連結。",
745 "apihelp-query+exturlusage-param-query": "不帶協定的搜尋字串。請查看 [[Special:LinkSearch]]。請留空以列出所有外部連結。",
746 "apihelp-query+exturlusage-param-namespace": "要列舉的頁面命名空間。",
747 "apihelp-query+exturlusage-param-limit": "要回傳的頁面數量。",
748 "apihelp-query+exturlusage-param-expandurl": "以規範協議的擴充協議關聯 URL。",
749 "apihelp-query+exturlusage-example-simple": "顯示連結至 <kbd>https://www.mediawiki.org</kbd> 的頁面。",
750 "apihelp-query+filearchive-summary": "依序列舉所有已刪除檔案。",
751 "apihelp-query+filearchive-param-from": "起始列舉的圖片標題。",
752 "apihelp-query+filearchive-param-to": "終止列舉的圖片標題。",
753 "apihelp-query+filearchive-param-prefix": "搜尋以此值為開頭的所有圖片標題。",
754 "apihelp-query+filearchive-param-limit": "要回傳的圖片總數。",
755 "apihelp-query+filearchive-param-dir": "列出時所採用的方向。",
756 "apihelp-query+filearchive-param-sha1": "圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。",
757 "apihelp-query+filearchive-param-sha1base36": "以 base 36 的圖片 SHA1 雜湊值(使用在 MediaWiki)。",
758 "apihelp-query+filearchive-param-prop": "要取得的圖片資訊:",
759 "apihelp-query+filearchive-paramvalue-prop-sha1": "替圖片添加 SHA-1 雜湊值。",
760 "apihelp-query+filearchive-paramvalue-prop-timestamp": "添加上傳版本的時間戳記。",
761 "apihelp-query+filearchive-paramvalue-prop-user": "添加上傳該圖片版本的使用者。",
762 "apihelp-query+filearchive-paramvalue-prop-size": "添加圖片大小(位元組)、高度、寬度、頁面計數(若可套用的話)。",
763 "apihelp-query+filearchive-paramvalue-prop-dimensions": "大小的別名。",
764 "apihelp-query+filearchive-paramvalue-prop-description": "添加圖片版本的描述。",
765 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "解析版本的描述。",
766 "apihelp-query+filearchive-paramvalue-prop-mime": "添加圖片的 MIME。",
767 "apihelp-query+filearchive-paramvalue-prop-mediatype": "添加圖片的媒體類型。",
768 "apihelp-query+filearchive-paramvalue-prop-metadata": "列出圖片版本的 Exif 詮釋資料。",
769 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "添加版本的位元深度。",
770 "apihelp-query+filearchive-paramvalue-prop-archivename": "添加非最新版本的存檔版本檔案名稱。",
771 "apihelp-query+filearchive-example-simple": "顯示所有已刪除檔案的清單。",
772 "apihelp-query+filerepoinfo-summary": "回傳有關在 wiki 上圖片儲存庫的詮釋資料。",
773 "apihelp-query+filerepoinfo-param-prop": "要取得的儲存庫屬性(可用屬性在其它 wiki 上可能會有差別)。",
774 "apihelp-query+filerepoinfo-paramvalue-prop-apiurl": "儲存庫 API 的 URL - 對於從主機取得圖片資訊很有用。",
775 "apihelp-query+filerepoinfo-paramvalue-prop-articlepath": "儲存庫 wiki 的 <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> 或同等內容。",
776 "apihelp-query+filerepoinfo-paramvalue-prop-canUpload": "檔案是否可上傳至此儲存庫,例如透過 CORS 與共享驗證。",
777 "apihelp-query+filerepoinfo-paramvalue-prop-displayname": "人類可讀的儲存庫 wiki 名稱。",
778 "apihelp-query+filerepoinfo-paramvalue-prop-favicon": "儲存庫 wiki 的網頁圖標 URL,來自於 <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>。",
779 "apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription": "當檢視本地端檔案描述頁面時,是否從該儲存庫檢索檔案描述頁面。",
780 "apihelp-query+filerepoinfo-paramvalue-prop-initialCapital": "檔案是否隱式地以大寫字母開頭。",
781 "apihelp-query+filerepoinfo-paramvalue-prop-local": "儲存庫是否為本地端。",
782 "apihelp-query+filerepoinfo-paramvalue-prop-name": "儲存庫的要點 - 使用在像是 <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> 與 [[Special:ApiHelp/query+imageinfo|imageinfo]] 所回傳的值。",
783 "apihelp-query+filerepoinfo-paramvalue-prop-rootUrl": "圖片路徑的根 URL 路徑。",
784 "apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl": "用於儲存庫 wiki 的 MediaWiki 安裝之根 URL 路徑。",
785 "apihelp-query+filerepoinfo-paramvalue-prop-server": "儲存庫 wiki 的 <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> 或同等內容。",
786 "apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl": "縮圖路徑的根 URL 路徑。",
787 "apihelp-query+filerepoinfo-paramvalue-prop-url": "公共區域 URL 路徑。",
788 "apihelp-query+filerepoinfo-example-simple": "取得檔案儲存庫的資訊。",
789 "apihelp-query+fileusage-summary": "尋找使用到指定檔案的所有頁面。",
790 "apihelp-query+fileusage-param-prop": "要取得的屬性。",
791 "apihelp-query+fileusage-paramvalue-prop-pageid": "各頁面的頁面 ID。",
792 "apihelp-query+fileusage-paramvalue-prop-title": "各頁面的標題。",
793 "apihelp-query+fileusage-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
794 "apihelp-query+fileusage-param-namespace": "僅包含這些命名空間的頁面。",
795 "apihelp-query+fileusage-param-limit": "要回傳的數量。",
796 "apihelp-query+fileusage-param-show": "僅顯示符合這些準則的項目:\n;redirect:僅顯示重新導向。\n;!redirect:僅顯示非重新導向。",
797 "apihelp-query+fileusage-example-simple": "取得使用到 [[:File:Example.jpg]] 的頁面清單。",
798 "apihelp-query+fileusage-example-generator": "取得使用到 [[:File:Example.jpg]] 的頁面相關資訊。",
799 "apihelp-query+imageinfo-summary": "回傳檔案資訊與上傳日誌。",
800 "apihelp-query+imageinfo-param-prop": "要取得的檔案資訊:",
801 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "添加上傳版本的時間戳記。",
802 "apihelp-query+imageinfo-paramvalue-prop-user": "添加上傳了各檔案版本的使用者。",
803 "apihelp-query+imageinfo-paramvalue-prop-userid": "添加上傳了各檔案版本的使用者 ID。",
804 "apihelp-query+imageinfo-paramvalue-prop-comment": "版本的註釋。",
805 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "解析版本上的註釋。",
806 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "添加檔案的規範標題。",
807 "apihelp-query+imageinfo-paramvalue-prop-url": "提供檔案與描述頁面的 URL。",
808 "apihelp-query+imageinfo-paramvalue-prop-size": "添加以位元組為單位的檔案大小、高度、寬度、頁面計數(若可套用的話)。",
809 "apihelp-query+imageinfo-paramvalue-prop-dimensions": "大小的別名。",
810 "apihelp-query+imageinfo-paramvalue-prop-sha1": "替檔案添加 SHA-1 雜湊值。",
811 "apihelp-query+imageinfo-paramvalue-prop-mime": "替檔案添加 MIME 類型。",
812 "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "添加圖片縮圖的 MIME 類型(需要 url 與參數 $1urlwidth)。",
813 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "添加檔案的媒體類型。",
814 "apihelp-query+imageinfo-paramvalue-prop-metadata": "列出檔案版本的 Exif 詮釋資料。",
815 "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "列出檔案版本的檔案格式通用詮釋資料。",
816 "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "列出結合多個來源的格式化詮釋資料。結果內容為 HTML 格式。",
817 "apihelp-query+imageinfo-paramvalue-prop-archivename": "添加非最新版本的存檔版本檔案名稱。",
818 "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "添加版本的位元深度。",
819 "apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "由 Special:Upload 頁面所使用來取得有關現有檔案的資訊。不適用於 MediaWiki 核心之外。",
820 "apihelp-query+imageinfo-paramvalue-prop-badfile": "無論檔案是否在 [[MediaWiki:Bad image list]] 都添加",
821 "apihelp-query+imageinfo-param-limit": "每個檔案要回傳的檔案修訂數量。",
822 "apihelp-query+imageinfo-param-start": "列出的起始時間戳記。",
823 "apihelp-query+imageinfo-param-end": "列出的終止時間戳記。",
824 "apihelp-query+imageinfo-param-urlwidth": "若 $2prop=url 有設定,會回傳前至縮放成此寬度圖片的 URL。\n出於效能因素,若有使用此項目時不會回傳超過 $1 張縮放圖片。",
825 "apihelp-query+imageinfo-param-urlheight": "與 $1urlwidth 相似。",
826 "apihelp-query+imageinfo-param-metadataversion": "要使用的詮釋資料版本。若有指定 <kbd>latest</kbd>,會使用最新版本。預設為 <kbd>1</kbd>,以便向下兼容。",
827 "apihelp-query+imageinfo-param-extmetadatalanguage": "要檢索 extmetadata 的語言。此會影響檢索到的翻譯,若有多個可用語言的話,還會影響到像是數字與各種值的格式。",
828 "apihelp-query+imageinfo-param-extmetadatamultilang": "若用於 extmetadata 屬性的翻譯可用,則全部索取。",
829 "apihelp-query+imageinfo-param-extmetadatafilter": "若有指定且非空,僅會為 $1prop=extmetadata 回傳這些鍵。",
830 "apihelp-query+imageinfo-param-urlparam": "處理器特定參數字串。例如 PDFs 可使用 <kbd>page15-100px</kbd>。必須要使用到 <var>$1urlwidth</var> 且要與 <var>$1urlparam</var> 一致。",
831 "apihelp-query+imageinfo-param-badfilecontexttitle": "若有設定 <kbd>$2prop=badfile</kbd>,此頁面使用在當評估 [[MediaWiki:Bad image list]] 的時候",
832 "apihelp-query+imageinfo-param-localonly": "僅查看在本地端儲存庫的檔案。",
833 "apihelp-query+imageinfo-example-simple": "取得關於 [[:File:Albert Einstein Head.jpg]] 目前版本的資訊.",
834 "apihelp-query+imageinfo-example-dated": "索取 [[:File:Test.jpg]] 自 2008 年以來的版本資訊。",
835 "apihelp-query+images-summary": "回傳指定頁面中包含的所有檔案。",
836 "apihelp-query+images-param-limit": "要回傳的檔案數量。",
837 "apihelp-query+images-param-images": "僅列出這些檔案。在檢查某一頁面是否擁有某一檔案時很有用。",
838 "apihelp-query+images-param-dir": "列出時所採用的方向。",
839 "apihelp-query+images-example-simple": "取得使用在 [[Main Page]] 的檔案清單。",
840 "apihelp-query+images-example-generator": "取得在 [[Main Page]] 所有使用到檔案的相關資訊。",
841 "apihelp-query+imageusage-summary": "尋找使用到指定圖片標題的所有頁面。",
842 "apihelp-query+imageusage-param-title": "要搜尋的標題。不能與 $1pageid 一起使用。",
843 "apihelp-query+imageusage-param-pageid": "要搜尋的頁面 ID。不能與 $1title 一起使用。",
844 "apihelp-query+imageusage-param-namespace": "要列舉的命名空間。",
845 "apihelp-query+imageusage-param-dir": "列出時所採用的方向。",
846 "apihelp-query+imageusage-param-filterredir": "如何篩選重新導向。當 $1redirect 啟用時若設定成非重新導向,這僅會套用到第二級別。",
847 "apihelp-query+imageusage-param-limit": "要回傳的總頁面。若 <var>$1redirect</var> 有啟用,套用至各個層級(這代表會回傳多至 2 * <var>$1limit</var> 個結果)。",
848 "apihelp-query+imageusage-param-redirect": "若連結頁面為重新導向,則找尋連結至該重新導向的所有頁面。最大限制為一半。",
849 "apihelp-query+imageusage-example-simple": "顯示有使用 [[:File:Albert Einstein Head.jpg]] 的頁面。",
850 "apihelp-query+imageusage-example-generator": "取得關於有使用到 [[:File:Albert Einstein Head.jpg]] 的頁面資訊.",
851 "apihelp-query+info-summary": "取得基本頁面訊息。",
852 "apihelp-query+info-param-prop": "要取得的額外屬性:",
853 "apihelp-query+info-paramvalue-prop-protection": "列出各頁面的保護層級。",
854 "apihelp-query+info-paramvalue-prop-talkid": "各非對話頁的對話頁頁面 ID。",
855 "apihelp-query+info-paramvalue-prop-watched": "列出各頁面的監視狀態。",
856 "apihelp-query+info-paramvalue-prop-watchers": "監視者的數目,如有允許的話。",
857 "apihelp-query+info-paramvalue-prop-visitingwatchers": "有訪問頁面近期編輯數的各頁面監視者數目,如有允許的話。",
858 "apihelp-query+info-paramvalue-prop-notificationtimestamp": "各頁面的監視清單通知時間戳記。",
859 "apihelp-query+info-paramvalue-prop-subjectid": "各對話頁的父頁面頁面 ID。",
860 "apihelp-query+info-paramvalue-prop-url": "替各頁面給予一個完整 URL、一個編輯 URL,以及一個規範 URL。",
861 "apihelp-query+info-paramvalue-prop-readable": "使用者是否可閱讀此頁面。請改用 <kbd>intestactions=read</kbd>。",
862 "apihelp-query+info-paramvalue-prop-preload": "取得由 EditFormPreloadText 回傳的文字。",
863 "apihelp-query+info-paramvalue-prop-displaytitle": "在頁面標題實際顯示處提供方式。",
864 "apihelp-query+info-paramvalue-prop-varianttitles": "指定網站內容語言裡所有變體的顯示標題。",
865 "apihelp-query+info-param-testactions": "測試目前使用者是否可執行頁面上的某項操作。",
866 "apihelp-query+info-param-testactionsdetail": "<var>$1testactions</var> 的詳情級別。使用[[Special:ApiHelp/main|主模組]]的 <var>errorformat</var> 與 <var>errorlang</var> 參數來控制訊息所回傳格式。",
867 "apihelp-query+info-paramvalue-testactionsdetail-boolean": "回傳各操作的布林值。",
868 "apihelp-query+info-paramvalue-testactionsdetail-full": "回傳描述出為何操作被禁止的訊息,或為允許則回傳空陣列。",
869 "apihelp-query+info-paramvalue-testactionsdetail-quick": "像是 <kbd>full</kbd>;但跳過耗費的檢查。",
870 "apihelp-query+info-param-token": "請改用 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]。",
871 "apihelp-query+info-example-simple": "取得有關頁面 <kbd>Main Page</kbd> 的資訊。",
872 "apihelp-query+info-example-protection": "取得有關 <kbd>Main Page</kbd> 的一般與保護資訊。",
873 "apihelp-query+iwbacklinks-summary": "找出連結至指定跨 wiki 連結的所有頁面。",
874 "apihelp-query+iwbacklinks-extended-description": "可用於找尋所有帶前綴的連結、或是所有至某一標題(帶有指定前綴)的連結。兩參數均不使用則會是「所有內部 wiki 連結」。",
875 "apihelp-query+iwbacklinks-param-prefix": "跨 wiki 前綴。",
876 "apihelp-query+iwbacklinks-param-title": "要搜尋的跨 wiki 連結。必須與 <var>$1blprefix</var> 一起使用。",
877 "apihelp-query+iwbacklinks-param-limit": "要回傳的頁面總數。",
878 "apihelp-query+iwbacklinks-param-prop": "要取得的屬性。",
879 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "添加跨 wiki 前綴。",
880 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "添加跨 wiki 標題。",
881 "apihelp-query+iwbacklinks-param-dir": "列出時所採用的方向。",
882 "apihelp-query+iwbacklinks-example-simple": "取得連結至 [[wikibooks:Test]] 的頁面。",
883 "apihelp-query+iwbacklinks-example-generator": "取得連結至 [[wikibooks:Test]] 的頁面相關資訊。",
884 "apihelp-query+iwlinks-summary": "回傳指定頁面的所有 interwiki 連結。",
885 "apihelp-query+iwlinks-param-url": "是否取得完整的 URL(不能與 $1prop 一同使用)。",
886 "apihelp-query+iwlinks-param-prop": "為各跨語言連結所要取得的額外屬性:",
887 "apihelp-query+iwlinks-paramvalue-prop-url": "添加完整的 URL。",
888 "apihelp-query+iwlinks-param-limit": "要回傳的跨 Wiki 連結數量。",
889 "apihelp-query+iwlinks-param-prefix": "僅回傳帶有此前綴的跨 wiki 連結。",
890 "apihelp-query+iwlinks-param-title": "要搜尋的跨 wiki 連結。必須與 <var>$1prefix</var> 一起使用。",
891 "apihelp-query+iwlinks-param-dir": "列出時所採用的方向。",
892 "apihelp-query+iwlinks-example-simple": "從頁面 <kbd>Main Page</kbd> 取得跨 wiki 連結。",
893 "apihelp-query+langbacklinks-summary": "找出連結至指定語言連結的所有頁面。",
894 "apihelp-query+langbacklinks-extended-description": "可用來查找帶有語言代碼的所有連結、或是所有標題連結(帶指定語言)。不使用任何參數代表著「所有語言連結」。\n\n請注意這可能不會考慮由擴充功能所添加的語言連結。",
895 "apihelp-query+langbacklinks-param-lang": "用於語言的語言連結。",
896 "apihelp-query+langbacklinks-param-title": "要搜尋的語言連結。必須與$1lang一同使用。",
897 "apihelp-query+langbacklinks-param-limit": "要回傳的頁面總數。",
898 "apihelp-query+langbacklinks-param-prop": "要取得的屬性。",
899 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "添加用於語言連結的語言代碼。",
900 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "添加語言連結標題。",
901 "apihelp-query+langbacklinks-param-dir": "列出時所採用的方向。",
902 "apihelp-query+langbacklinks-example-simple": "取得連結至 [[:fr:Test]] 的頁面。",
903 "apihelp-query+langbacklinks-example-generator": "取得連結至 [[:fr:Test]] 的頁面相關資訊。",
904 "apihelp-query+langlinks-summary": "回傳指定頁面的所有跨語言連結。",
905 "apihelp-query+langlinks-param-limit": "要回傳的 langlinks 數量。",
906 "apihelp-query+langlinks-param-url": "是否取得完整的 URL(不能與 <var>$1prop</var> 一同使用)。",
907 "apihelp-query+langlinks-param-prop": "為各跨語言連結所要取得的額外屬性:",
908 "apihelp-query+langlinks-paramvalue-prop-url": "添加完整的 URL。",
909 "apihelp-query+langlinks-paramvalue-prop-langname": "添加本地化語言名稱(盡可能)。使用 <var>$1inlanguagecode</var> 來控制語言。",
910 "apihelp-query+langlinks-paramvalue-prop-autonym": "添加本地語言名稱。",
911 "apihelp-query+langlinks-param-lang": "僅回傳帶有此語言代碼的語言連結。",
912 "apihelp-query+langlinks-param-title": "要搜尋的連結。必須與 <var>$1lang</var> 一起使用。",
913 "apihelp-query+langlinks-param-dir": "列出時所採用的方向。",
914 "apihelp-query+langlinks-param-inlanguagecode": "用於本地化語言名稱的語言代碼。",
915 "apihelp-query+langlinks-example-simple": "從頁面 <kbd>Main Page</kbd> 取得跨語言連結。",
916 "apihelp-query+links-summary": "回傳指定頁面的所有連結。",
917 "apihelp-query+links-param-namespace": "僅顯示在這些命名空間的連結。",
918 "apihelp-query+links-param-limit": "要回傳的連結數量。",
919 "apihelp-query+links-param-titles": "僅列出至這些標題的連結。在檢查某一頁面是否連結至某一標題時很有用。",
920 "apihelp-query+links-param-dir": "列出時所採用的方向。",
921 "apihelp-query+links-example-simple": "從頁面 <kbd>Main Page</kbd> 取得連結。",
922 "apihelp-query+links-example-generator": "取得在 <kbd>Main Page</kbd> 頁面的連結頁面相關資訊。",
923 "apihelp-query+links-example-namespaces": "取得來自 {{ns:user}} 與 {{ns:template}} 命名空間的頁面 <kbd>Main Page</kbd> 之連結。",
924 "apihelp-query+linkshere-summary": "找出連結至指定頁面的所有頁面。",
925 "apihelp-query+linkshere-param-prop": "要取得的屬性。",
926 "apihelp-query+linkshere-paramvalue-prop-pageid": "各頁面的頁面 ID。",
927 "apihelp-query+linkshere-paramvalue-prop-title": "各頁面的標題。",
928 "apihelp-query+linkshere-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
929 "apihelp-query+linkshere-param-namespace": "僅包含這些命名空間的頁面。",
930 "apihelp-query+linkshere-param-limit": "要回傳的數量。",
931 "apihelp-query+linkshere-param-show": "僅顯示符合這些準則的項目:\n;redirect:僅顯示重新導向。\n;!redirect:僅顯示非重新導向。",
932 "apihelp-query+linkshere-example-simple": "取得連結至 [[Main Page]] 的頁面清單。",
933 "apihelp-query+linkshere-example-generator": "取得連結至 [[Main Page]] 的相關頁面資訊。",
934 "apihelp-query+logevents-summary": "從日誌中獲取事件。",
935 "apihelp-query+logevents-param-prop": "要取得的屬性。",
936 "apihelp-query+logevents-paramvalue-prop-ids": "添加日誌事件的 ID。",
937 "apihelp-query+logevents-paramvalue-prop-title": "添加日誌事件的頁面標題。",
938 "apihelp-query+logevents-paramvalue-prop-type": "添加日誌事件的類型。",
939 "apihelp-query+logevents-paramvalue-prop-user": "添加承擔日誌事件的使用者。",
940 "apihelp-query+logevents-paramvalue-prop-userid": "添加承擔日誌事件的使用者 ID。",
941 "apihelp-query+logevents-paramvalue-prop-timestamp": "添加日誌事件的時間戳記。",
942 "apihelp-query+logevents-paramvalue-prop-comment": "添加日誌事件的註釋。",
943 "apihelp-query+logevents-paramvalue-prop-parsedcomment": "添加日誌事件的解析註釋。",
944 "apihelp-query+logevents-paramvalue-prop-details": "列出日誌事件的額外詳細資訊。",
945 "apihelp-query+logevents-paramvalue-prop-tags": "列出日誌事件的標籤。",
946 "apihelp-query+logevents-param-type": "篩選僅為此類型的日誌項目。",
947 "apihelp-query+logevents-param-action": "篩選日誌操作僅限於此操作。覆蓋 <var>$1type</var>。在可用值清單裡,與像是 <kbd>action/*</kbd> 這種帶有萬用字元的值,可以在斜線(/)後方帶有不同字串。",
948 "apihelp-query+logevents-param-start": "起始列舉的時間戳記。",
949 "apihelp-query+logevents-param-end": "結束列舉的時間戳記。",
950 "apihelp-query+logevents-param-user": "篩選由指定使用者所產生出的項目。",
951 "apihelp-query+logevents-param-title": "篩選與這些頁面關聯的項目。",
952 "apihelp-query+logevents-param-namespace": "篩選在這些指定命名空間裡的項目。",
953 "apihelp-query+logevents-param-prefix": "篩選以此前綴為開頭的項目。",
954 "apihelp-query+logevents-param-tag": "僅列出以此標籤所標記的事件項目。",
955 "apihelp-query+logevents-param-limit": "要回傳的事件項目總數。",
956 "apihelp-query+logevents-example-simple": "列出近期日誌事件。",
957 "apihelp-query+pagepropnames-summary": "列出所有在 wiki 使用的頁面屬性名稱。",
958 "apihelp-query+pagepropnames-param-limit": "回傳的名稱數量上限。",
959 "apihelp-query+pagepropnames-example-simple": "取得前 10 個屬性名稱。",
960 "apihelp-query+pageprops-summary": "取得定義在頁面內容的各樣頁面屬性。",
961 "apihelp-query+pageprops-param-prop": "僅列出這些頁面屬性(<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> 會回傳在使用的頁面屬性名稱)。在檢查是否有頁面使用到某一頁面屬性時很有用。",
962 "apihelp-query+pageprops-example-simple": "取得頁面 <kbd>Main Page</kbd> 與 <kbd>MediaWiki</kbd> 的屬性。",
963 "apihelp-query+pageswithprop-summary": "列出使用到指定頁面屬性的所有頁面。",
964 "apihelp-query+pageswithprop-param-propname": "用於列舉頁面的頁面屬性(<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> 會回傳在使用的頁面屬性名稱)。",
965 "apihelp-query+pageswithprop-param-prop": "要包含到的資訊部份:",
966 "apihelp-query+pageswithprop-paramvalue-prop-ids": "添加頁面 ID。",
967 "apihelp-query+pageswithprop-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
968 "apihelp-query+pageswithprop-paramvalue-prop-value": "添加頁面屬性的值。",
969 "apihelp-query+pageswithprop-param-limit": "回傳的頁面數量上限。",
970 "apihelp-query+pageswithprop-param-dir": "排序的方向。",
971 "apihelp-query+pageswithprop-example-simple": "列出前 10 個使用 <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code> 的頁面。",
972 "apihelp-query+pageswithprop-example-generator": "取得前 10 個使用到 <code>_&#95;NOTOC_&#95;</code> 頁面的額外資訊。",
973 "apihelp-query+prefixsearch-summary": "執行頁面標題的前綴搜尋。",
974 "apihelp-query+prefixsearch-extended-description": "儘管名稱上相似,此模組不代表相同於 [[Special:PrefixIndex]]。對於此請以 <kbd>apprefix</kbd> 參數來查看 <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>。此模組的目的相似於 <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>:獲取使用者的輸入內容,並提供最相符的標題。依搜尋引擎後端的情況,可能會有包含錯別字修正、避免重新導向、或是其它探索的行為。",
975 "apihelp-query+prefixsearch-param-search": "搜尋字串。",
976 "apihelp-query+prefixsearch-param-namespace": "搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。",
977 "apihelp-query+prefixsearch-param-limit": "回傳的結果數量上限。",
978 "apihelp-query+prefixsearch-param-offset": "要略過的結果數量。",
979 "apihelp-query+prefixsearch-example-simple": "搜尋開頭為 <kbd>meaning</kbd> 的頁面標題。",
980 "apihelp-query+prefixsearch-param-profile": "搜尋要使用的配置。",
981 "apihelp-query+protectedtitles-summary": "列出所有被創建保護的標題。",
982 "apihelp-query+protectedtitles-param-namespace": "僅列出這些命名空間的標題。",
983 "apihelp-query+protectedtitles-param-level": "僅列出具有這些保護層級的標題。",
984 "apihelp-query+protectedtitles-param-limit": "要回傳的頁面總數。",
985 "apihelp-query+protectedtitles-param-start": "在此保護時間戳記開始列出。",
986 "apihelp-query+protectedtitles-param-end": "在此保護時間戳記停止列出。",
987 "apihelp-query+protectedtitles-param-prop": "要取得的屬性。",
988 "apihelp-query+protectedtitles-paramvalue-prop-timestamp": "添加當保護被添加時的時間戳記。",
989 "apihelp-query+protectedtitles-paramvalue-prop-user": "添加做出添加保護操作的使用者。",
990 "apihelp-query+protectedtitles-paramvalue-prop-userid": "添加做出添加保護操作的使用者 ID。",
991 "apihelp-query+protectedtitles-paramvalue-prop-comment": "添加保護的註釋。",
992 "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "添加保護的解析註釋。",
993 "apihelp-query+protectedtitles-paramvalue-prop-expiry": "添加當保護被提升時的時間戳記。",
994 "apihelp-query+protectedtitles-paramvalue-prop-level": "添加保護層級。",
995 "apihelp-query+protectedtitles-example-simple": "列出已保護的標題。",
996 "apihelp-query+protectedtitles-example-generator": "找出在主命名空間裡連至已保護標題的連結。",
997 "apihelp-query+querypage-summary": "取得透過特殊頁面 QueryPage-based 所提供的清單。",
998 "apihelp-query+querypage-param-page": "特殊頁面的名稱。註:區分大小寫。",
999 "apihelp-query+querypage-param-limit": "回傳的結果數量。",
1000 "apihelp-query+querypage-example-ancientpages": "回傳來自 [[Special:Ancientpages]] 的結果。",
1001 "apihelp-query+random-summary": "取得隨機頁面集合",
1002 "apihelp-query+random-extended-description": "列出在固定序列的頁面,僅起始點為隨機。這代表如果像 <samp>Main Page</samp> 是清單的首個隨機頁面,<samp>List of fictional monkeys</samp> 會<em>永遠</em>是第二個,<samp>List of people on stamps of Vanuatu</samp> 是第三個等等。",
1003 "apihelp-query+random-param-namespace": "僅回傳在這些命名空間的頁面。",
1004 "apihelp-query+random-param-limit": "限制所回傳的隨機頁面數量。",
1005 "apihelp-query+random-param-redirect": "請改用 <kbd>$1filterredir=redirects</kbd>。",
1006 "apihelp-query+random-param-filterredir": "如何過濾重新導向。",
1007 "apihelp-query+random-example-simple": "從主命名空間回傳兩個隨機頁面。",
1008 "apihelp-query+random-example-generator": "從主命名空間回傳兩個隨機頁面的相關頁面資訊。",
1009 "apihelp-query+recentchanges-summary": "列舉出近期變更。",
1010 "apihelp-query+recentchanges-param-start": "起始列舉的時間戳記。",
1011 "apihelp-query+recentchanges-param-end": "結束列舉的時間戳記。",
1012 "apihelp-query+recentchanges-param-namespace": "篩選僅為這些命名空間的更改。",
1013 "apihelp-query+recentchanges-param-user": "此列出由該使用者作出的更改。",
1014 "apihelp-query+recentchanges-param-excludeuser": "不要列出由該使用者作出的更改。",
1015 "apihelp-query+recentchanges-param-tag": "僅列出以此標籤所標記的更改。",
1016 "apihelp-query+recentchanges-param-prop": "包含的額外資訊部份:",
1017 "apihelp-query+recentchanges-paramvalue-prop-user": "添加承擔編輯的使用者,並標記出是否為 IP 使用者。",
1018 "apihelp-query+recentchanges-paramvalue-prop-userid": "添加承擔編輯的使用者。",
1019 "apihelp-query+recentchanges-paramvalue-prop-comment": "添加編輯的註釋。",
1020 "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
1021 "apihelp-query+recentchanges-paramvalue-prop-flags": "添加編輯的標籤。",
1022 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
1023 "apihelp-query+recentchanges-paramvalue-prop-title": "添加編輯的頁面標題。",
1024 "apihelp-query+recentchanges-paramvalue-prop-ids": "添加頁面 ID、近期變更 ID 以及新舊修訂 ID。",
1025 "apihelp-query+recentchanges-paramvalue-prop-sizes": "添加新舊頁面長度(位元組)。",
1026 "apihelp-query+recentchanges-paramvalue-prop-redirect": "若頁面為重新導向則標記編輯。",
1027 "apihelp-query+recentchanges-paramvalue-prop-patrolled": "標記可巡查編輯為已巡查或未巡查。",
1028 "apihelp-query+recentchanges-paramvalue-prop-autopatrolled": "標記可巡查編輯為自動巡查或否。",
1029 "apihelp-query+recentchanges-paramvalue-prop-loginfo": "添加日誌資訊(日誌 ID、日誌類型、其它)至日誌項目。",
1030 "apihelp-query+recentchanges-paramvalue-prop-tags": "列出項目的標籤。",
1031 "apihelp-query+recentchanges-paramvalue-prop-sha1": "替與修訂關聯的項目添加內容核對和。",
1032 "apihelp-query+recentchanges-param-token": "請改用 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
1033 "apihelp-query+recentchanges-param-show": "僅顯示符合這些標準的項目。例如,僅查看由登入使用者做出的小編輯,請設定 $1show=minor|!anon。",
1034 "apihelp-query+recentchanges-param-limit": "要回傳變更總數。",
1035 "apihelp-query+recentchanges-param-type": "要顯示的更改類型。",
1036 "apihelp-query+recentchanges-param-toponly": "僅列出最新修訂的更改。",
1037 "apihelp-query+recentchanges-param-title": "篩選與這些頁面關聯的項目。",
1038 "apihelp-query+recentchanges-param-generaterevisions": "當作為產生器時使用,產生修訂 ID 而非標題。不帶關聯修訂 ID 的近期變更項目(例如多數日誌項目)不會產生任何內容。",
1039 "apihelp-query+recentchanges-example-simple": "近期變更清單",
1040 "apihelp-query+recentchanges-example-generator": "取得有關近期尚未巡查更改的頁面資訊。",
1041 "apihelp-query+redirects-summary": "回傳連結至指定頁面的所有重新導向。",
1042 "apihelp-query+redirects-param-prop": "要取得的屬性。",
1043 "apihelp-query+redirects-paramvalue-prop-pageid": "各重新導向的頁面 ID。",
1044 "apihelp-query+redirects-paramvalue-prop-title": "各重新導向的標題。",
1045 "apihelp-query+redirects-paramvalue-prop-fragment": "各重新導向的片段,若有的話。",
1046 "apihelp-query+redirects-param-namespace": "僅包含這些命名空間的頁面。",
1047 "apihelp-query+redirects-param-limit": "要回傳的重新導向數量。",
1048 "apihelp-query+redirects-param-show": "僅顯示符合這些標準的項目:\n;fragment:僅顯示帶部分內容的重新導向。\n;!fragment:僅顯示不帶部分內容的重新導向。",
1049 "apihelp-query+redirects-example-simple": "取得 [[Main Page]] 的重新導向清單",
1050 "apihelp-query+redirects-example-generator": "取得所有重新導向至 [[Main Page]] 的資訊。",
1051 "apihelp-query+revisions-summary": "取得修訂的資訊。",
1052 "apihelp-query+revisions-extended-description": "能以多種方式使用:\n# 透過設定標題或頁面 ID 來取得有關頁面集(最新修訂)的資料。\n# 透過使用標題或是帶有起始、結束、限制的頁面 ID 來取得指定頁面的修訂。\n# 透過以 revid 設定 ID 來取得有關修訂集的資料。",
1053 "apihelp-query+revisions-paraminfo-singlepageonly": "僅能在單一頁面使用(模式 #2)。",
1054 "apihelp-query+revisions-param-startid": "從這個修訂時間戳記開始列舉。修訂必須要存在,但不需屬於此頁面。",
1055 "apihelp-query+revisions-param-endid": "在這個修訂時間戳記停止列舉。修訂必須要存在,但不需屬於此頁面。",
1056 "apihelp-query+revisions-param-start": "從哪個修訂時間戳記來開始列舉。",
1057 "apihelp-query+revisions-param-end": "列舉至此的時間戳記。",
1058 "apihelp-query+revisions-param-user": "僅包含由使用者做出的修訂。",
1059 "apihelp-query+revisions-param-excludeuser": "不包含由使用者做出的修訂。",
1060 "apihelp-query+revisions-param-tag": "僅列出以此標籤所標記的修訂。",
1061 "apihelp-query+revisions-param-token": "各修訂所要獲得的權杖。",
1062 "apihelp-query+revisions-example-content": "取得用於標題 <kbd>API</kbd> 與 <kbd>Main Page</kbd> 最新修訂內容的資料。",
1063 "apihelp-query+revisions-example-last5": "取得 <kbd>Main Page</kbd> 的最近 5 筆修訂。",
1064 "apihelp-query+revisions-example-first5": "取得 <kbd>Main Page</kbd> 的最早前 5 筆修訂。",
1065 "apihelp-query+revisions-example-first5-after": "取得 <kbd>Main Page</kbd> 自 2006-05-01 後做的前 5 筆修訂。",
1066 "apihelp-query+revisions-example-first5-not-localhost": "取得 <kbd>Main Page</kbd> 裡並非由匿名使用者 <kbd>127.0.0.1</kbd> 所做出的最早前 5 筆修訂。",
1067 "apihelp-query+revisions-example-first5-user": "取得 <kbd>Main Page</kbd> 裡由使用者 <kbd>MediaWiki default</kbd> 所做出的最早前 5 筆修訂。",
1068 "apihelp-query+revisions+base-param-prop": "各修訂所要取得的屬性:",
1069 "apihelp-query+revisions+base-paramvalue-prop-ids": "修訂 ID。",
1070 "apihelp-query+revisions+base-paramvalue-prop-flags": "修訂標籤(小修改)。",
1071 "apihelp-query+revisions+base-paramvalue-prop-timestamp": "修訂的時間戳記。",
1072 "apihelp-query+revisions+base-paramvalue-prop-user": "做出修訂的使用者。",
1073 "apihelp-query+revisions+base-paramvalue-prop-userid": "修訂創建者的使用者 ID",
1074 "apihelp-query+revisions+base-paramvalue-prop-size": "修訂的長度(位元組)。",
1075 "apihelp-query+revisions+base-paramvalue-prop-slotsize": "各修訂間隔的長度(位元組)。",
1076 "apihelp-query+revisions+base-paramvalue-prop-sha1": "修訂的 SHA-1(base 16)。",
1077 "apihelp-query+revisions+base-paramvalue-prop-slotsha1": "各修訂間隔的 SHA-1(base 16)。",
1078 "apihelp-query+revisions+base-paramvalue-prop-contentmodel": "各修訂間隔的內容模組 ID。",
1079 "apihelp-query+revisions+base-paramvalue-prop-comment": "由使用者對於修訂所做出的註釋。",
1080 "apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "由使用者對於修訂所解析的註釋。",
1081 "apihelp-query+revisions+base-paramvalue-prop-content": "各修訂間隔的內容。",
1082 "apihelp-query+revisions+base-paramvalue-prop-tags": "修訂標籤。",
1083 "apihelp-query+revisions+base-paramvalue-prop-roles": "列出存在於修訂的內容間隔作用。",
1084 "apihelp-query+revisions+base-paramvalue-prop-parsetree": "請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> 或 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。修訂內容的 XML 解析樹狀(需要內容模組 <code>$1</code>)。",
1085 "apihelp-query+revisions+base-param-slots": "當間隔相關屬性包含在 <var>$1props</var> 時,要回傳資料的修訂間隔。若忽略的話,來自 <kbd>main</kbd> 間隔的資料會以向下兼容格式回傳。",
1086 "apihelp-query+revisions+base-param-limit": "限制所回傳的修訂數量。",
1087 "apihelp-query+revisions+base-param-expandtemplates": "請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd>。在修訂內容裡展開模板(需要 $1prop=content)。",
1088 "apihelp-query+revisions+base-param-generatexml": "請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> 或 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。產生用於修訂內容的 XML 解析樹狀(需要 $1prop=content)。",
1089 "apihelp-query+revisions+base-param-parse": "請改用 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。解析修訂內容(需要 $1prop=content)。基於效能緣故,若有使用此選項,$1limit 會被強制為 1。",
1090 "apihelp-query+revisions+base-param-section": "僅檢索此段落號碼的內容。",
1091 "apihelp-query+revisions+base-param-diffto": "請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。要比較各修訂差異的修訂 ID。<kbd>prev</kbd> 與 <kbd>next</kbd> 和 <kbd>cur</kbd> 分別用於上一個、下一個、以及目前的修訂。",
1092 "apihelp-query+revisions+base-param-difftotext": "請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。要比較各修訂差異的文字。僅能比對受限數目的修訂。覆蓋 <var>$1diffto</var>。若 <var>$1section</var> 有設定,僅能比對該與文字有差別的段落。",
1093 "apihelp-query+revisions+base-param-difftotextpst": "請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。在區別前,執行在文字上的預先儲存轉換。僅與 <var>$1difftotext</var> 使用有效。",
1094 "apihelp-query+revisions+base-param-contentformat": "使用於 <var>$1difftotext</var> 的序列化格式並預期用於內容輸出。",
1095 "apihelp-query+search-summary": "執行全文搜尋。",
1096 "apihelp-query+search-param-search": "搜尋相符此值的頁面標題或內容。依據 wiki 所含有的搜尋後端工具,您可以使用搜尋字串來調用特殊搜尋功能。",
1097 "apihelp-query+search-param-namespace": "僅以這些命名空間搜尋。",
1098 "apihelp-query+search-param-what": "要執行的搜尋類型。",
1099 "apihelp-query+search-param-info": "要回傳的詮釋資料。",
1100 "apihelp-query+search-param-prop": "要回傳的屬性:",
1101 "apihelp-query+search-param-qiprofile": "要使用的查詢獨立配置(會影響排序演算法)。",
1102 "apihelp-query+search-paramvalue-prop-size": "添加以位元組為單位的頁面大小。",
1103 "apihelp-query+search-paramvalue-prop-wordcount": "添加頁面的字數。",
1104 "apihelp-query+search-paramvalue-prop-timestamp": "添加頁面自上一次編輯的時間戳記。",
1105 "apihelp-query+search-paramvalue-prop-snippet": "添加已解析的頁面片段。",
1106 "apihelp-query+search-paramvalue-prop-titlesnippet": "添加已解析的頁面標題片段。",
1107 "apihelp-query+search-paramvalue-prop-redirectsnippet": "添加已解析的重新導向標題片段。",
1108 "apihelp-query+search-paramvalue-prop-redirecttitle": "添加符合重新導向的標題。",
1109 "apihelp-query+search-paramvalue-prop-sectionsnippet": "添加已解析的符合段落標題片段。",
1110 "apihelp-query+search-paramvalue-prop-sectiontitle": "添加符合段落的標題。",
1111 "apihelp-query+search-paramvalue-prop-categorysnippet": "添加已解析的符合分類片段。",
1112 "apihelp-query+search-paramvalue-prop-isfilematch": "添加表明搜尋是否符合檔案內容的布林值。",
1113 "apihelp-query+search-paramvalue-prop-extensiondata": "添加由擴充所產生的額外資料。",
1114 "apihelp-query+search-paramvalue-prop-score": "已忽略",
1115 "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略",
1116 "apihelp-query+search-param-limit": "要回傳的頁面總數。",
1117 "apihelp-query+search-param-interwiki": "若可用的話,在搜尋裡包含跨 wiki 結果。",
1118 "apihelp-query+search-param-backend": "是否搜尋使用的後端,若否則為預設。",
1119 "apihelp-query+search-param-enablerewrites": "啟用內部查詢重新寫入。一些搜尋後端可重新寫入查詢成其它被認為能提供更好的結果,比如糾正拼寫錯誤。",
1120 "apihelp-query+search-param-sort": "設定回傳結果的排序。",
1121 "apihelp-query+search-example-simple": "搜尋 <kbd>meaning</kbd>。",
1122 "apihelp-query+search-example-text": "搜尋 <kbd>meaning</kbd> 的文字。",
1123 "apihelp-query+search-example-generator": "取得有關回傳搜尋 <kbd>meaning</kbd> 相關內容頁面的頁面資訊。",
1124 "apihelp-query+siteinfo-summary": "回傳有關站台的一般資訊。",
1125 "apihelp-query+siteinfo-param-prop": "要取得的資訊:",
1126 "apihelp-query+siteinfo-paramvalue-prop-general": "全面系統資訊。",
1127 "apihelp-query+siteinfo-paramvalue-prop-namespaces": "已註冊命名空間與其規範名稱的清單。",
1128 "apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "已註冊命名空間別名清單。",
1129 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "特殊頁面別名清單。",
1130 "apihelp-query+siteinfo-paramvalue-prop-magicwords": "魔術字及其別名清單。",
1131 "apihelp-query+siteinfo-paramvalue-prop-statistics": "回傳網站統計。",
1132 "apihelp-query+siteinfo-paramvalue-prop-interwikimap": "回傳內部 wiki 對應(篩選可選用,也可透過 <var>$1inlanguagecode</var> 來選用本地化)。",
1133 "apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "回傳有最高複製延遲的資料庫伺服器。",
1134 "apihelp-query+siteinfo-paramvalue-prop-usergroups": "回傳使用者群組以及所分配權限。",
1135 "apihelp-query+siteinfo-paramvalue-prop-libraries": "回傳安裝在 wiki 上的函式庫。",
1136 "apihelp-query+siteinfo-paramvalue-prop-extensions": "回傳安裝在 wiki 上的擴充功能。",
1137 "apihelp-query+siteinfo-paramvalue-prop-fileextensions": "回傳允許上傳的副檔名(檔案類型)清單。",
1138 "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "若可用時,回傳 wiki 版權(授權條款)資訊。",
1139 "apihelp-query+siteinfo-paramvalue-prop-restrictions": "回傳在可用限制(保護)類型的資訊。",
1140 "apihelp-query+siteinfo-paramvalue-prop-languages": "回傳 MediaWiki 支援的語言清單(可透過 <var>$1inlanguagecode</var> 來選用本地化)。",
1141 "apihelp-query+siteinfo-paramvalue-prop-languagevariants": "在啟用了 [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] 且支援各語言變化時,回傳語言代碼清單。",
1142 "apihelp-query+siteinfo-paramvalue-prop-skins": "回傳所有已啟用的外觀清單(可透過 <var>$1inlanguagecode</var> 來選用本地化,不然會是內容語言)。",
1143 "apihelp-query+siteinfo-paramvalue-prop-extensiontags": "回傳解析擴充標籤清單。",
1144 "apihelp-query+siteinfo-paramvalue-prop-functionhooks": "回傳解析器函式掛勾清單。",
1145 "apihelp-query+siteinfo-paramvalue-prop-showhooks": "回傳所有訂閱掛勾清單(<var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var> 的內容)。",
1146 "apihelp-query+siteinfo-paramvalue-prop-variables": "回傳變數 ID 清單。",
1147 "apihelp-query+siteinfo-paramvalue-prop-protocols": "回傳在外部連結裡所允許的協議清單。",
1148 "apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "回傳用於使用者偏好設定的預設值。",
1149 "apihelp-query+siteinfo-paramvalue-prop-uploaddialog": "回傳上傳對話框的設置。",
1150 "apihelp-query+siteinfo-param-filteriw": "僅回傳跨 wiki 地圖的本地端或非本地端項目。",
1151 "apihelp-query+siteinfo-param-showalldb": "列出所有資料庫伺服器,不是只有最延遲的那台。",
1152 "apihelp-query+siteinfo-param-numberingroup": "列出在使用者群組裡的使用者數目。",
1153 "apihelp-query+siteinfo-param-inlanguagecode": "用於本地化語言的語言代碼(盡可能)與外觀名稱。",
1154 "apihelp-query+siteinfo-example-simple": "索取站台資訊。",
1155 "apihelp-query+siteinfo-example-interwiki": "索取本地端跨 wiki 前綴的清單。",
1156 "apihelp-query+siteinfo-example-replag": "檢查目前的響應延遲。",
1157 "apihelp-query+stashimageinfo-summary": "回傳多筆儲藏檔案的檔案資訊。",
1158 "apihelp-query+stashimageinfo-param-filekey": "識別前一個為臨時儲藏上傳的鍵。",
1159 "apihelp-query+stashimageinfo-param-sessionkey": "$1filekey的別名,用於向下相容性。",
1160 "apihelp-query+stashimageinfo-example-simple": "回傳儲藏檔案的檔案資訊。",
1161 "apihelp-query+stashimageinfo-example-params": "回傳縮圖或兩個已儲藏檔案。",
1162 "apihelp-query+tags-summary": "列出變更標記。",
1163 "apihelp-query+tags-param-limit": "能列出標籤的最大數量。",
1164 "apihelp-query+tags-param-prop": "要取得的屬性。",
1165 "apihelp-query+tags-paramvalue-prop-name": "添加標籤名稱。",
1166 "apihelp-query+tags-paramvalue-prop-displayname": "添加標籤的系統訊息。",
1167 "apihelp-query+tags-paramvalue-prop-description": "添加標籤的描述。",
1168 "apihelp-query+tags-paramvalue-prop-hitcount": "添加含有此標籤之修訂與日誌項目的數量。",
1169 "apihelp-query+tags-paramvalue-prop-defined": "指示標籤是否已定義。",
1170 "apihelp-query+tags-paramvalue-prop-source": "取得標籤來源,可能有包含用於擴充定義標籤的 <samp>extension</samp> 以及用於透過使用者手動套用標籤的 <samp>manual</samp>。",
1171 "apihelp-query+tags-paramvalue-prop-active": "標籤是否仍被套用。",
1172 "apihelp-query+tags-example-simple": "列出可用標籤。",
1173 "apihelp-query+templates-summary": "回傳指定頁面中所有引用的頁面。",
1174 "apihelp-query+templates-param-namespace": "僅顯示在這些命名空間的模板。",
1175 "apihelp-query+templates-param-limit": "要回傳的模板數量。",
1176 "apihelp-query+templates-param-templates": "僅列出這些模板。在檢查某一頁面是否擁有某一模板時很有用。",
1177 "apihelp-query+templates-param-dir": "列出時所採用的方向。",
1178 "apihelp-query+templates-example-simple": "取得在頁面 <kbd>Main Page</kbd> 使用到的模坂。",
1179 "apihelp-query+templates-example-generator": "取得使用在 <kbd>Main Page</kbd> 的模版頁面相關資訊。",
1180 "apihelp-query+templates-example-namespaces": "取得嵌入在頁面 <kbd>Main Page</kbd> 裡的 {{ns:user}} 與 {{ns:template}} 命名空間之頁面。",
1181 "apihelp-query+tokens-summary": "取得資料修改操作的權杖。",
1182 "apihelp-query+tokens-param-type": "要求的權杖類型。",
1183 "apihelp-query+tokens-example-simple": "接收 csrf 權杖(預設)。",
1184 "apihelp-query+tokens-example-types": "接收監視權杖以及巡邏權杖。",
1185 "apihelp-query+transcludedin-summary": "找出嵌入至指定頁面的所有頁面。",
1186 "apihelp-query+transcludedin-param-prop": "要取得的屬性。",
1187 "apihelp-query+transcludedin-paramvalue-prop-pageid": "各頁面的頁面 ID。",
1188 "apihelp-query+transcludedin-paramvalue-prop-title": "各頁面的標題。",
1189 "apihelp-query+transcludedin-paramvalue-prop-redirect": "若頁面為重新導向,則做出標記。",
1190 "apihelp-query+transcludedin-param-namespace": "僅包含這些命名空間的頁面。",
1191 "apihelp-query+transcludedin-param-limit": "回傳的數量。",
1192 "apihelp-query+transcludedin-param-show": "僅顯示符合這些準則的項目:\n;redirect:僅顯示重新導向。\n;!redirect:僅顯示非重新導向。",
1193 "apihelp-query+transcludedin-example-simple": "取得嵌入 <kbd>Main Page</kbd> 的頁面清單。",
1194 "apihelp-query+transcludedin-example-generator": "取得有關嵌入 <kbd>Main Page</kbd> 的頁面之資訊。",
1195 "apihelp-query+usercontribs-summary": "按使用者來取得所有編輯。",
1196 "apihelp-query+usercontribs-param-limit": "回傳的貢獻數量上限。",
1197 "apihelp-query+usercontribs-param-start": "回傳的起始時間戳記。",
1198 "apihelp-query+usercontribs-param-end": "回傳的終止時間戳記。",
1199 "apihelp-query+usercontribs-param-user": "要檢索貢獻的使用者。不能與 <var>$1userids</var> 或 <var>$1userprefix</var> 一起使用。",
1200 "apihelp-query+usercontribs-param-userprefix": "索取所有名稱以此值為開頭使用者的貢獻。不能與 <var>$1user</var> 或 <var>$1userids</var> 一起使用。",
1201 "apihelp-query+usercontribs-param-userids": "要檢索貢獻的使用者 ID。不能與 <var>$1user</var> 或 <var>$1userprefix</var> 一起使用。",
1202 "apihelp-query+usercontribs-param-namespace": "僅列出這些命名空間的貢獻。",
1203 "apihelp-query+usercontribs-param-prop": "包含的額外資訊部份:",
1204 "apihelp-query+usercontribs-paramvalue-prop-ids": "添加頁面 ID 與修訂 ID。",
1205 "apihelp-query+usercontribs-paramvalue-prop-title": "添加標題與頁面的命名空間 ID。",
1206 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
1207 "apihelp-query+usercontribs-paramvalue-prop-comment": "添加編輯的註釋。",
1208 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
1209 "apihelp-query+usercontribs-paramvalue-prop-size": "添加編輯的新大小。",
1210 "apihelp-query+usercontribs-paramvalue-prop-sizediff": "添加對於其父級編輯的編輯大小增量。",
1211 "apihelp-query+usercontribs-paramvalue-prop-flags": "添加編輯的標籤。",
1212 "apihelp-query+usercontribs-paramvalue-prop-patrolled": "標記已巡查編輯。",
1213 "apihelp-query+usercontribs-paramvalue-prop-autopatrolled": "標記自動巡查編輯。",
1214 "apihelp-query+usercontribs-paramvalue-prop-tags": "列出編輯的標籤。",
1215 "apihelp-query+usercontribs-param-show": "僅顯示符合這些標準的項目,例如僅顯示非小編輯內容為:<kbd>$2show=!minor</kbd>。\n\n若有設定 <kbd>$2show=patrolled</kbd> 或 <kbd>$2show=!patrolled</kbd>,早於 <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var>($1 {{PLURAL:$1|秒|秒}})的修訂不會顯示出。",
1216 "apihelp-query+usercontribs-param-tag": "僅列出以此標籤所標記的修訂。",
1217 "apihelp-query+usercontribs-param-toponly": "僅列出最新修訂的更改。",
1218 "apihelp-query+usercontribs-example-user": "顯示使用者 <kbd>Example</kbd> 的貢獻。",
1219 "apihelp-query+usercontribs-example-ipprefix": "顯示所有來自於前綴為 <kbd>192.0.2.</kbd> 的 IP 地址貢獻。",
1220 "apihelp-query+userinfo-summary": "取得目前使用者的資訊。",
1221 "apihelp-query+userinfo-param-prop": "要包含的資訊部份:",
1222 "apihelp-query+userinfo-paramvalue-prop-blockinfo": "若目前使用者被封鎖則標記出由誰做出,以及出於何種原因。",
1223 "apihelp-query+userinfo-paramvalue-prop-hasmsg": "若目前使用者有等待訊息,添加 <samp>messages</samp> 標籤。",
1224 "apihelp-query+userinfo-paramvalue-prop-groups": "列出目前使用者所隸屬的所有群組。",
1225 "apihelp-query+userinfo-paramvalue-prop-groupmemberships": "列出明確分配目前使用者的群組,包含各群組成員的逾期日期。",
1226 "apihelp-query+userinfo-paramvalue-prop-implicitgroups": "列出目前使用者自動列入為成員的所有群組。",
1227 "apihelp-query+userinfo-paramvalue-prop-rights": "列出目前使用者所擁有的權限。",
1228 "apihelp-query+userinfo-paramvalue-prop-changeablegroups": "列出目前使用者可以做出添加以及移除的群組。",
1229 "apihelp-query+userinfo-paramvalue-prop-options": "列出目前使用者已設定過的所有偏好設定。",
1230 "apihelp-query+userinfo-paramvalue-prop-preferencestoken": "取得權杖來變更目前使用者的偏好設定。",
1231 "apihelp-query+userinfo-paramvalue-prop-editcount": "添加目前使用者的編輯數。",
1232 "apihelp-query+userinfo-paramvalue-prop-ratelimits": "列出所有套用到目前使用者的速率限制。",
1233 "apihelp-query+userinfo-paramvalue-prop-realname": "添加使用者的真實姓名。",
1234 "apihelp-query+userinfo-paramvalue-prop-email": "添加使用者的電子郵件地址與電子郵件驗證日期。",
1235 "apihelp-query+userinfo-paramvalue-prop-acceptlang": "回響由在架構化格式客戶端所發送的 <code>Accept-Language</code> 標頭。",
1236 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "添加使用者的註冊日期。",
1237 "apihelp-query+userinfo-paramvalue-prop-unreadcount": "添加未讀頁面數目在使用者的監視清單(最多 $1,若有更多則回傳 <samp>$2</samp>)。",
1238 "apihelp-query+userinfo-paramvalue-prop-centralids": "替使用者添加中心 ID 與附加狀態。",
1239 "apihelp-query+userinfo-paramvalue-prop-latestcontrib": "添加使用者最新貢獻的日期。",
1240 "apihelp-query+userinfo-param-attachedwiki": "以 <kbd>$1prop=centralids</kbd> 來表明使用者是否附加於由此 ID 所識別出的 wiki。",
1241 "apihelp-query+userinfo-example-simple": "取得目前使用者的資訊。",
1242 "apihelp-query+userinfo-example-data": "取得目前使用者的額外資訊。",
1243 "apihelp-query+users-summary": "取得有關使用者清單的資訊。",
1244 "apihelp-query+users-param-prop": "要包含的資訊部份:",
1245 "apihelp-query+users-paramvalue-prop-blockinfo": "若使用者被封鎖則標記出由誰做出,以及出於何種原因。",
1246 "apihelp-query+users-paramvalue-prop-groups": "列出各使用者所隸屬的所有群組。",
1247 "apihelp-query+users-paramvalue-prop-groupmemberships": "列出明確分配各使用者的群組,包含各群組成員的逾期日期。",
1248 "apihelp-query+users-paramvalue-prop-implicitgroups": "列出使用者自動列入為成員的所有群組。",
1249 "apihelp-query+users-paramvalue-prop-rights": "列出各使用者所擁有的權限。",
1250 "apihelp-query+users-paramvalue-prop-editcount": "添加使用者的編輯數。",
1251 "apihelp-query+users-paramvalue-prop-registration": "添加使用者的註冊時間戳記。",
1252 "apihelp-query+users-paramvalue-prop-emailable": "若使用者符合條件並想要透過 [[Special:Emailuser]] 來接收電子郵件時標記。",
1253 "apihelp-query+users-paramvalue-prop-gender": "標記使用者性別。回傳「male」、「female」、或「unknown」。",
1254 "apihelp-query+users-paramvalue-prop-centralids": "替使用者添加中心 ID 與附加狀態。",
1255 "apihelp-query+users-paramvalue-prop-cancreate": "表明是否可替有效但尚未註冊的使用者名稱建立帳號。",
1256 "apihelp-query+users-param-attachedwiki": "以 <kbd>$1prop=centralids</kbd> 來表明使用者是否附加於由此 ID 所識別出的 wiki。",
1257 "apihelp-query+users-param-users": "要獲取的使用者清單。",
1258 "apihelp-query+users-param-userids": "要獲取的使用者 ID 清單。",
1259 "apihelp-query+users-param-token": "請改用 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>。",
1260 "apihelp-query+users-example-simple": "返回使用者 <kbd>Example</kbd> 的資訊。",
1261 "apihelp-query+watchlist-summary": "取得在目前使用者的監視清單裡,頁面的近期變更。",
1262 "apihelp-query+watchlist-param-allrev": "以指定時間範圍來包含同一頁面的多個修訂。",
1263 "apihelp-query+watchlist-param-start": "起始列舉的時間戳記。",
1264 "apihelp-query+watchlist-param-end": "結束列舉的時間戳記。",
1265 "apihelp-query+watchlist-param-namespace": "篩選僅為指定命名空間的更改。",
1266 "apihelp-query+watchlist-param-user": "此列出由該使用者作出的更改。",
1267 "apihelp-query+watchlist-param-excludeuser": "不要列出由該使用者作出的更改。",
1268 "apihelp-query+watchlist-param-limit": "每個請求要回傳的結果總數。",
1269 "apihelp-query+watchlist-param-prop": "要取得的額外屬性:",
1270 "apihelp-query+watchlist-paramvalue-prop-ids": "添加修訂 ID 與頁面 ID。",
1271 "apihelp-query+watchlist-paramvalue-prop-title": "添加頁面標題。",
1272 "apihelp-query+watchlist-paramvalue-prop-flags": "添加編輯的標籤。",
1273 "apihelp-query+watchlist-paramvalue-prop-user": "添加有做出編輯的使用者。",
1274 "apihelp-query+watchlist-paramvalue-prop-userid": "添加有做出編輯的使用者 ID。",
1275 "apihelp-query+watchlist-paramvalue-prop-comment": "添加編輯的註釋。",
1276 "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "添加編輯的解析註釋。",
1277 "apihelp-query+watchlist-paramvalue-prop-timestamp": "添加編輯的時間戳記。",
1278 "apihelp-query+watchlist-paramvalue-prop-patrol": "標記編輯為已巡查。",
1279 "apihelp-query+watchlist-paramvalue-prop-autopatrol": "標記編輯為自動巡查。",
1280 "apihelp-query+watchlist-paramvalue-prop-sizes": "添加頁面舊有與新的長度。",
1281 "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "添加使用者上一次被通知到有關編輯的時間戳記。",
1282 "apihelp-query+watchlist-paramvalue-prop-loginfo": "在適當處添加日誌資訊。",
1283 "apihelp-query+watchlist-paramvalue-prop-tags": "列出項目的標籤。",
1284 "apihelp-query+watchlist-param-show": "僅顯示符合這些標準的項目。例如,僅查看由登入使用者做出的小編輯,請設定 $1show=minor|!anon。",
1285 "apihelp-query+watchlist-param-type": "要顯示的更改類型:",
1286 "apihelp-query+watchlist-paramvalue-type-edit": "一般頁面編輯。",
1287 "apihelp-query+watchlist-paramvalue-type-external": "外部更改。",
1288 "apihelp-query+watchlist-paramvalue-type-new": "頁面建立。",
1289 "apihelp-query+watchlist-paramvalue-type-log": "日誌項目。",
1290 "apihelp-query+watchlist-paramvalue-type-categorize": "分類成員更改。",
1291 "apihelp-query+watchlist-param-owner": "與 $1token 一起使用以存取不同使用者的監視清單。",
1292 "apihelp-query+watchlist-param-token": "允許存取其他使用者監視清單的安全權杖(可在使用者的[[Special:Preferences#mw-prefsection-watchlist|偏好設定]]找到)。",
1293 "apihelp-query+watchlist-example-simple": "列出在目前使用者監視清單裡近期變更頁面的最新修訂。",
1294 "apihelp-query+watchlist-example-props": "索取在目前使用者監視清單裡近期變更頁面的最新修訂額外資訊。",
1295 "apihelp-query+watchlist-example-allrev": "索取在目前使用者監視清單裡所有近期變更頁面的資訊。",
1296 "apihelp-query+watchlist-example-generator": "索取在目前使用者監視清單裡近期變更頁面的頁面資訊。",
1297 "apihelp-query+watchlist-example-generator-rev": "索取在目前使用者監視清單裡近期變更頁面的修訂資訊。",
1298 "apihelp-query+watchlist-example-wlowner": "列出在使用者 <kbd>Example</kbd> 監視清單裡近期變更頁面的最新修訂。",
1299 "apihelp-query+watchlistraw-summary": "列出在目前使用者的監視清單裡頭所有頁面。",
1300 "apihelp-query+watchlistraw-param-namespace": "僅列出在指定命名空間的頁面。",
1301 "apihelp-query+watchlistraw-param-limit": "每個請求要回傳的結果總數。",
1302 "apihelp-query+watchlistraw-param-prop": "要取得的額外屬性:",
1303 "apihelp-query+watchlistraw-paramvalue-prop-changed": "添加使用者上一次被通知到有關編輯的時間戳記。",
1304 "apihelp-query+watchlistraw-param-show": "僅列出符合這些準則的項目。",
1305 "apihelp-query+watchlistraw-param-owner": "與 $1token 一起使用以存取不同使用者的監視清單。",
1306 "apihelp-query+watchlistraw-param-token": "允許存取其他使用者監視清單的安全權杖(可在使用者的[[Special:Preferences#mw-prefsection-watchlist|偏好設定]]找到)。",
1307 "apihelp-query+watchlistraw-param-dir": "列出時所採用的方向。",
1308 "apihelp-query+watchlistraw-param-fromtitle": "要開始列舉的標題(帶有命名空間前綴)。",
1309 "apihelp-query+watchlistraw-param-totitle": "要停止列舉的標題(帶有命名空間前綴)。",
1310 "apihelp-query+watchlistraw-example-simple": "列出在目前使用者的監視清單裡頭頁面。",
1311 "apihelp-query+watchlistraw-example-generator": "索取在目前使用者監視清單裡頁面的頁面資訊。",
1312 "apihelp-removeauthenticationdata-summary": "為目前使用者移除身分核對資料。",
1313 "apihelp-removeauthenticationdata-example-simple": "嘗試移除目前使用者用於 <kbd>FooAuthenticationRequest</kbd> 的資料。",
1314 "apihelp-resetpassword-summary": "寄送重新設定密碼的電子郵件給使用者。",
1315 "apihelp-resetpassword-extended-description-noroutes": "沒有可用的重新設定密碼路由。\n\n在 <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> 啟用路由來使用此模組。",
1316 "apihelp-resetpassword-param-user": "正重新設定的使用者。",
1317 "apihelp-resetpassword-param-email": "正被重新設定使用者的電子郵件地址。",
1318 "apihelp-resetpassword-example-user": "向使用者 <kbd>Example</kbd> 寄送重新設定密碼用的電子郵件。",
1319 "apihelp-resetpassword-example-email": "對所有電子郵件地址為 <kbd>user@example.com</kbd> 的使用者發送重新設定密碼電郵。",
1320 "apihelp-revisiondelete-summary": "刪除和取消刪除修訂。",
1321 "apihelp-revisiondelete-param-type": "正執行的修訂刪除類型。",
1322 "apihelp-revisiondelete-param-target": "要修訂刪除的頁面標題,若類型有所需要。",
1323 "apihelp-revisiondelete-param-ids": "要刪除的修訂識別碼。",
1324 "apihelp-revisiondelete-param-hide": "各修訂所要隱藏的內容。",
1325 "apihelp-revisiondelete-param-show": "各修訂所要取消隱藏的內容。",
1326 "apihelp-revisiondelete-param-suppress": "是否對管理者及其他使用者禁止資料。",
1327 "apihelp-revisiondelete-param-reason": "刪除或取消刪除的原因。",
1328 "apihelp-revisiondelete-param-tags": "在刪除日誌裡套用到項目的標籤。",
1329 "apihelp-revisiondelete-example-revision": "隱藏在頁面 <kbd>Main Page</kbd> 的修訂 <kbd>12345</kbd> 內容。",
1330 "apihelp-revisiondelete-example-log": "以原因:<kbd>BLP violation</kbd>,來隱藏在日誌項目 <kbd>67890</kbd> 上的所有資料。",
1331 "apihelp-rollback-summary": "復原頁面的最後一次編輯。",
1332 "apihelp-rollback-extended-description": "若編輯頁面的上一個使用者連續建立多個編輯,這些會全部被回退。",
1333 "apihelp-rollback-param-title": "要回退的頁面標題。不可與 <var>$1pageid</var> 同時使用。",
1334 "apihelp-rollback-param-pageid": "要回退的頁面 ID。不可與 <var>$1title</var> 同時使用。",
1335 "apihelp-rollback-param-tags": "套用到回退的標籤。",
1336 "apihelp-rollback-param-user": "編輯被回退的使用者名稱。",
1337 "apihelp-rollback-param-summary": "自定義編輯摘要。若為空,則使用預設摘要。",
1338 "apihelp-rollback-param-markbot": "將回退的編輯以及回退操作標記為機器人所做編輯。",
1339 "apihelp-rollback-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
1340 "apihelp-rollback-example-simple": "回退由使用者 <kbd>Example</kbd> 對頁面 <kbd>Main Page</kbd> 所做的最新編輯。",
1341 "apihelp-rollback-example-summary": "帶編輯摘要 <kbd>Reverting vandalism</kbd> 來回退由 IP 使用者 <kbd>192.0.2.5</kbd> 對頁面 <kbd>Main Page</kbd> 所做的最新編輯,並標記這些編輯與回退為機器人做出的編輯。",
1342 "apihelp-rsd-summary": "匯出一個簡易探索(Really Simple Discovery、RSD)架構。",
1343 "apihelp-rsd-example-simple": "匯出 RSD 架構。",
1344 "apihelp-setnotificationtimestamp-summary": "更新監視頁面的通知時間戳記。",
1345 "apihelp-setnotificationtimestamp-extended-description": "這會影響在監視清單與歷史裡更改頁面的亮度凸顯,以及當 \"{{int:tog-enotifwatchlistpages}}\" 偏好設定啟用時的電子郵件發送。",
1346 "apihelp-setnotificationtimestamp-param-entirewatchlist": "在所有已監視頁面運作。",
1347 "apihelp-setnotificationtimestamp-param-timestamp": "要設定通知時間戳記的時間戳記。",
1348 "apihelp-setnotificationtimestamp-param-torevid": "設定通知時間戳記的修訂(僅限一個頁面)。",
1349 "apihelp-setnotificationtimestamp-param-newerthanrevid": "設定通知時間戳記較新的修訂(僅限一個頁面)。",
1350 "apihelp-setnotificationtimestamp-example-all": "重新設定整個監視清單的通知狀態。",
1351 "apihelp-setnotificationtimestamp-example-page": "重新設定用於 <kbd>Main page</kbd> 的通知狀態。",
1352 "apihelp-setnotificationtimestamp-example-pagetimestamp": "設定 <kbd>Main page</kbd> 的通知時間戳記,讓所有自 2012 年 1 月起的編輯為未查看。",
1353 "apihelp-setnotificationtimestamp-example-allpages": "重新設定在 <kbd>{{ns:user}}</kbd> 命名空間裡頁面的通知狀態。",
1354 "apihelp-setpagelanguage-summary": "更改頁面的語言。",
1355 "apihelp-setpagelanguage-extended-description-disabled": "您不被允許在此 wiki 上變更頁面的語言。\n\n請啟用 <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> 來進行此操作。",
1356 "apihelp-setpagelanguage-param-title": "您所想要更改語言的頁面之標題。不能與 <var>$1pageid</var> 一起使用。",
1357 "apihelp-setpagelanguage-param-pageid": "您所想要更改語言的頁面之頁面 ID。不能與 <var>$1title</var> 一起使用。",
1358 "apihelp-setpagelanguage-param-lang": "要更改頁面的語言之代碼。使用 <kbd>default</kbd> 來重新設定頁面成 wiki 的預設內容語言。",
1359 "apihelp-setpagelanguage-param-reason": "變更的原因。",
1360 "apihelp-setpagelanguage-param-tags": "更改對應自此項操作所導致出日誌項目的標籤。",
1361 "apihelp-setpagelanguage-example-language": "更改 <kbd>Main Page</kbd> 的語言成巴斯克語。",
1362 "apihelp-setpagelanguage-example-default": "將 ID 是 123 頁面的語言更改為 wiki 的預設內容語言。",
1363 "apihelp-stashedit-summary": "在分享快取裡預備編輯。",
1364 "apihelp-stashedit-extended-description": "此意指使用透過自編輯表單的 AJAX 來改善頁面儲存的效能。",
1365 "apihelp-stashedit-param-title": "正在編輯此頁面的標題。",
1366 "apihelp-stashedit-param-section": "章節編號。<kbd>0</kbd> 代表最上層章節,<kbd>new</kbd> 代表新章節。",
1367 "apihelp-stashedit-param-sectiontitle": "新章節的標題。",
1368 "apihelp-stashedit-param-text": "頁面內容。",
1369 "apihelp-stashedit-param-stashedtexthash": "要替代使用的來自先前儲藏裡頁面內容雜湊。",
1370 "apihelp-stashedit-param-contentmodel": "新內容的內容模組。",
1371 "apihelp-stashedit-param-contentformat": "用於輸入文字的內容序列化格式。",
1372 "apihelp-stashedit-param-baserevid": "基本修訂的修訂 ID。",
1373 "apihelp-stashedit-param-summary": "更改摘要。",
1374 "apihelp-tag-summary": "從各別修訂或日誌項目添加或移除變更標籤。",
1375 "apihelp-tag-param-rcid": "要添加或移除標籤的一個或多個近期變更 ID。",
1376 "apihelp-tag-param-revid": "要添加或移除標籤的一個或多個修訂 ID。",
1377 "apihelp-tag-param-logid": "要添加或移除標籤的一個或多個日誌項目 ID。",
1378 "apihelp-tag-param-add": "要添加的標籤。僅有手動定義的標籤可被添加。",
1379 "apihelp-tag-param-remove": "要移除的標籤。僅有手動定義或完全未定義的標籤可被移除。",
1380 "apihelp-tag-param-reason": "變更的原因。",
1381 "apihelp-tag-param-tags": "套用到日誌項目的標籤會被建立為此操作的結果。",
1382 "apihelp-tag-example-rev": "不指明原因將 ID 為 123 的修訂添加 <kbd>vandalism</kbd> 標籤",
1383 "apihelp-tag-example-log": "將 ID 為 123 的日誌項目移除 <kbd>spam</kbd> 標籤,原因:<kbd>Wrongly applied</kbd>",
1384 "apihelp-tokens-summary": "取得資料修改動作的權杖。",
1385 "apihelp-tokens-extended-description": "此模組已因支援 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 而停用。",
1386 "apihelp-tokens-param-type": "請求的權杖類型。",
1387 "apihelp-tokens-example-edit": "檢索編輯權杖(預設)。",
1388 "apihelp-tokens-example-emailmove": "檢索電子郵件權杖並移動權杖。",
1389 "apihelp-unblock-summary": "解除封鎖一位使用者。",
1390 "apihelp-unblock-param-id": "要解封的封鎖 ID(可透過 <kbd>list=blocks</kbd> 取得)。不可與 <var>$1user</var> 或 <var>$1userid</var> 一起使用。",
1391 "apihelp-unblock-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1id</var> 或 <var>$1userid</var> 一起使用",
1392 "apihelp-unblock-param-userid": "要封鎖的使用者 ID。不可與 <var>$1id</var> 或 <var>$1user</var> 一同使用。",
1393 "apihelp-unblock-param-reason": "解除封鎖的原因。",
1394 "apihelp-unblock-param-tags": "在封鎖日誌裡更改套用到項目的標籤。",
1395 "apihelp-unblock-example-id": "解除封鎖 ID #<kbd>105</kbd>。",
1396 "apihelp-unblock-example-user": "封鎖使用者 <kbd>Bob</kbd>,原因:<kbd>Sorry Bob</kbd>。",
1397 "apihelp-undelete-summary": "恢復已刪除頁面的修訂。",
1398 "apihelp-undelete-extended-description": "刪除修訂清單(包含時間戳記)可透過 [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]] 檢索,刪除檔案 ID 清單可透過\n[[Special:ApiHelp/query+filearchive|list=filearchive]] 檢索。",
1399 "apihelp-undelete-param-title": "要恢復的頁面標題。",
1400 "apihelp-undelete-param-reason": "還原的原因。",
1401 "apihelp-undelete-param-tags": "在刪除日誌裡更改套用到項目的標籤。",
1402 "apihelp-undelete-param-timestamps": "要復原的修訂時間戳記。若 <var>$1timestamps</var> 與 <var>$1fileids</var> 皆為空,則所有都會被復原。",
1403 "apihelp-undelete-param-fileids": "要復原的檔案修訂 ID。若 <var>$1timestamps</var> 與 <var>$1fileids</var> 皆為空,則所有都會被復原。",
1404 "apihelp-undelete-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
1405 "apihelp-undelete-example-page": "取消刪除頁面 <kbd>Main Page</kbd>。",
1406 "apihelp-undelete-example-revisions": "取消刪除 <kbd>Main Page</kbd> 的兩筆修訂。",
1407 "apihelp-unlinkaccount-summary": "移除目前使用者所連結到的第三方帳號。",
1408 "apihelp-unlinkaccount-example-simple": "以 <kbd>FooAuthenticationRequest</kbd> 嘗試移除目前使用者的關聯供應者連結.",
1409 "apihelp-upload-summary": "上傳檔案,或取得等待上傳的狀態。",
1410 "apihelp-upload-extended-description": "有以下方式可用:\n* 直接上傳檔案內容,請使用 <var>$1file</var> 參數。\n* 分批上傳檔案,請使用 <var>$1filesize</var>、<var>$1chunk</var>、以及 <var>$1offset</var> 參數。\n* 擁有 MediaWiki 伺服器來從 URL 來檢索檔案,請使用 <var>$1url</var> 參數。\n* 要完成一個稍早出於警告而失敗的上傳,請使用 <var>$1filekey</var> 參數。\n請注意當發送 <var>$1file</var> 時,HTTP POST 必須用做為檔案上傳(註:使用 <code>multipart/form-data</code>)。",
1411 "apihelp-upload-param-filename": "目標檔案名稱。",
1412 "apihelp-upload-param-comment": "上傳註釋。如果 <var>$1text</var> 未指定的話,也會作為新檔案用的初始頁面文字。",
1413 "apihelp-upload-param-tags": "更改標籤來套用到上傳日誌項目以及檔案頁面修訂。",
1414 "apihelp-upload-param-text": "用於新檔案的初始頁面文字。",
1415 "apihelp-upload-param-watch": "監視頁面。",
1416 "apihelp-upload-param-watchlist": "使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單,或不更改監視。",
1417 "apihelp-upload-param-ignorewarnings": "忽略所有警告。",
1418 "apihelp-upload-param-file": "檔案內容。",
1419 "apihelp-upload-param-url": "索取檔案的來源 URL。",
1420 "apihelp-upload-param-filekey": "識別前一個為臨時儲藏上傳的鍵。",
1421 "apihelp-upload-param-sessionkey": "如同 $1filekey,維持向下相容性。",
1422 "apihelp-upload-param-stash": "若設定的話,伺服器將會把檔案臨時暫存;而不是添加至儲存庫裡。",
1423 "apihelp-upload-param-filesize": "整體上傳的檔案大小。",
1424 "apihelp-upload-param-offset": "以位元組為單位的多量偏移。",
1425 "apihelp-upload-param-chunk": "大量內容。",
1426 "apihelp-upload-param-async": "在可能的情況下讓潛在的大型檔案非同步處理。",
1427 "apihelp-upload-param-checkstatus": "僅檢索指定檔案鍵的上傳狀態。",
1428 "apihelp-upload-example-url": "從 URL 上傳。",
1429 "apihelp-upload-example-filekey": "完成出於警告而失敗的上傳。",
1430 "apihelp-userrights-summary": "變更一位使用者的群組成員。",
1431 "apihelp-userrights-param-user": "使用者名稱。",
1432 "apihelp-userrights-param-userid": "使用者ID。",
1433 "apihelp-userrights-param-add": "加入使用者至這些群組;若已是成員,則更新期限時間。",
1434 "apihelp-userrights-param-expiry": "期限時間戳記。可以是相對時間(例如:<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>)或是絕對時間(例如:<kbd>2014-09-18T12:34:56Z</kbd>)。如果僅設定一個時間戳記,會為所有群組傳遞給 <var>$1add</var> 參數。對於永不逾期的群組,請使用 <kbd>infinite</kbd>、<kbd>infinity</kbd>、或 <kbd>never</kbd>。",
1435 "apihelp-userrights-param-remove": "從這些群組移除使用者。",
1436 "apihelp-userrights-param-reason": "變更的原因。",
1437 "apihelp-userrights-param-tags": "在使用者權限日誌裡更改套用到項目的標籤。",
1438 "apihelp-userrights-example-user": "添加使用者 <kbd>FooBot</kbd> 至群組 <kbd>bot</kbd>,並從群組 <kbd>sysop</kbd> 與 <kbd>bureaucrat</kbd> 裡移除。",
1439 "apihelp-userrights-example-userid": "添加 ID 為 <kbd>123</kbd> 的使用者至群組 <kbd>bot</kbd>,並從群組 <kbd>sysop</kbd> 與 <kbd>bureaucrat</kbd> 裡移除。",
1440 "apihelp-userrights-example-expiry": "添加使用者 <kbd>SometimeSysop</kbd> 至群組 <kbd>sysop</kbd> 為期一個月時間。",
1441 "apihelp-validatepassword-summary": "驗證密碼是否符合 wiki 的密碼方針。",
1442 "apihelp-validatepassword-extended-description": "若密碼可接受,有效性會回報成 <samp>Good</samp>;若密碼可用於登入但必須更改,會回報成 <samp>Change</samp>;若密碼不可使用,則會回報為 <samp>Invalid</samp>。",
1443 "apihelp-validatepassword-param-password": "要驗證的密碼。",
1444 "apihelp-validatepassword-param-user": "使用者名稱,用於測試帳號建立。所命名的使用者必須未存在。",
1445 "apihelp-validatepassword-param-email": "電子郵件地址,用於當測試帳號建立時使用。",
1446 "apihelp-validatepassword-param-realname": "真實姓名,用於當測試帳號建立時使用。",
1447 "apihelp-validatepassword-example-1": "驗證目前使用者的密碼 <kbd>foobar</kbd>。",
1448 "apihelp-validatepassword-example-2": "為建立的使用者 <kbd>Example</kbd> 驗證密碼 <kbd>qwerty</kbd>。",
1449 "apihelp-watch-summary": "從目前使用者的監視清單添加或移除頁面。",
1450 "apihelp-watch-param-title": "要(取消)監視的頁面。請改用 <var>$1titles</var>。",
1451 "apihelp-watch-param-unwatch": "若設定頁面,則會取消監視而非被監視。",
1452 "apihelp-watch-example-watch": "監視頁面 <kbd>Main Page</kbd>。",
1453 "apihelp-watch-example-unwatch": "取消監視頁面 <kbd>Main Page</kbd>。",
1454 "apihelp-watch-example-generator": "監視在主命名空間最前的幾個頁面。",
1455 "apihelp-format-example-generic": "以 $1 格式傳回查詢結果。",
1456 "apihelp-format-param-wrappedhtml": "回傳作為 JSON 物件的美觀列印 HTML 內容以及關聯 ResourceLoader 模組。",
1457 "apihelp-json-summary": "使用 JSON 格式輸出資料。",
1458 "apihelp-json-param-callback": "若有指定,將輸出包在指定的函式呼叫。出於安全考量,會限制所有使用者特定資料。",
1459 "apihelp-json-param-utf8": "若有指定的話,將多數(並非全部)非 ASCII 字元編碼成 UTF-8,而不是以十六進位轉義序列來取代掉。預設是當 <var>formatversion</var> 不是 <kbd>1</kbd> 時。",
1460 "apihelp-json-param-ascii": "若有指定,編碼所有使用十六進位跳脫序列的非 ASCII 字碼。預設當 <var>formatversion</var> 為 <kbd>1</kbd> 時。",
1461 "apihelp-json-param-formatversion": "輸出格式:\n;1:向下相容格式(XML 式布林值,用於內容節點的 <samp>*</samp> 鍵、其它)。\n;2:現代格式。\n;latest:使用最新格式(目前為 <kbd>2</kbd>)可能會不帶警告作更改。",
1462 "apihelp-jsonfm-summary": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
1463 "apihelp-none-summary": "不輸出。",
1464 "apihelp-php-summary": "使用序列化 PHP 格式輸出資料。",
1465 "apihelp-php-param-formatversion": "輸出格式:\n;1:向下兼容格式(XML 風格布林,用於內容節點的 <samp>*</samp> 鍵、其它)。\n;2:現代格式。\n;latest:使用最新格式(目前為 <kbd>2</kbd>)可能會不帶警告作更改。",
1466 "apihelp-phpfm-summary": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
1467 "apihelp-rawfm-summary": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
1468 "apihelp-xml-summary": "使用 XML 格式輸出資料。",
1469 "apihelp-xml-param-xslt": "若有指定,添加命名頁面成 XSL 樣式表。值必須是在 <code>.xsl</code> 結尾處 {{ns:MediaWiki}} 命名空間裡的標題。",
1470 "apihelp-xml-param-includexmlnamespace": "若有指定,添加一個 XML 命名空間。",
1471 "apihelp-xmlfm-summary": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
1472 "api-format-title": "MediaWiki API 結果",
1473 "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說明]] 以取得更多資訊。",
1474 "api-format-prettyprint-header-only-html": "這是用來除錯的HTML呈現,不適合實際應用。\n\n參見[[mw:Special:MyLanguage/API|完整文件]]或[[Special:ApiHelp/main|API幫助]]以取得更多資訊。",
1475 "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幫助]]以獲取更多信息。",
1476 "api-format-prettyprint-status": "此回應將會傳回HTTP狀態$1 $2。",
1477 "api-login-fail-aborted": "驗證需要使用者互動,該不被 <kbd>action=login</kbd> 所支援。要以 <kbd>action=login</kbd> 登入,請參閱 [[Special:BotPasswords]]。要繼續以主帳號登入,請參閱 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。",
1478 "api-login-fail-aborted-nobotpw": "驗證需要使用者互動,該不被 <kbd>action=login</kbd> 所支援。要登入請查看 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。",
1479 "api-login-fail-badsessionprovider": "當使用$1無法登入。",
1480 "api-login-fail-sameorigin": "當未套用相同原有方針時無法登入。",
1481 "api-pageset-param-titles": "要使用的標題清單。",
1482 "api-pageset-param-pageids": "要使用的頁面 ID 清單。",
1483 "api-pageset-param-revids": "要使用的修訂 ID 清單。",
1484 "api-pageset-param-generator": "按執行指定查詢模組來取得進行的頁面清單。\n\n<strong>注意:</strong>產生器參數名稱必須以 \"g\" 作為前綴,請查看範例。",
1485 "api-pageset-param-redirects-generator": "自動解決在 <var>$1titles</var>、<var>$1pageids</var>、<var>$1revids</var>,以及由 <var>$1generator</var> 所回傳頁面裡的重新導向。",
1486 "api-pageset-param-redirects-nogenerator": "自動解決在 <var>$1titles</var>、<var>$1pageids</var>,與 <var>$1revids</var> 的重新導向。",
1487 "api-pageset-param-converttitles": "如有需要,轉換標題成其它變體。這僅在 wiki 的內容語言支援變體轉換時有用。支援變體轉換的語言包含有$1。",
1488 "api-help-title": "MediaWiki API 說明",
1489 "api-help-lead": "此頁為自動產生的 MediaWiki API 說明文件頁面。\n\n說明文件與範例:https://www.mediawiki.org/wiki/API",
1490 "api-help-main-header": "主要模組",
1491 "api-help-undocumented-module": "沒有用於模組 $1 的說明文件。",
1492 "api-help-flag-deprecated": "此模組已停用。",
1493 "api-help-flag-internal": "<strong>此模組是內部的或不穩定的。</strong>它的操作可能更改而不另行通知。",
1494 "api-help-flag-readrights": "此模組需要讀取權限。",
1495 "api-help-flag-writerights": "此模組需要寫入權限。",
1496 "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
1497 "api-help-flag-generator": "此模組可作為產生器使用。",
1498 "api-help-source": "來源:$1",
1499 "api-help-source-unknown": "來源:<span class=\"apihelp-unknown\">未知</span>",
1500 "api-help-license": "授權條款:[[$1|$2]]",
1501 "api-help-license-noname": "協定:[[$1|查看連結]]",
1502 "api-help-license-unknown": "授權條款:<span class=\"apihelp-unknown\">未知</span>",
1503 "api-help-parameters": "{{PLURAL:$1|參數}}:",
1504 "api-help-param-deprecated": "已停用。",
1505 "api-help-param-required": "此參數為必填。",
1506 "api-help-param-templated": "此為[[Special:ApiHelp/main#main/templatedparams|模板參數]]。當做出請求時,$2。",
1507 "api-help-param-templated-var-first": "在參數名稱裡的 <var>&#x7B;$1&#x7D;</var> 應替換成 <var>$2</var> 的值",
1508 "api-help-param-templated-var": "<var>&#x7B;$1&#x7D;</var> 與 <var>$2</var> 的值",
1509 "api-help-datatypes-header": "資料類型",
1510 "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>。",
1511 "api-help-templatedparams-header": "模板參數",
1512 "api-help-templatedparams": "模板參數可支援當 API 模組需要替某些參數值給予值的情況。舉例來說,如果有個用來請求水果的 API 模組,可能會有一個用來指定水果的 <var>fruits</var> 參數,以及用來指定有多少顆水果的模板參數 <var>{fruit}-quantity</var>。若一個 API 客戶端想要 1 顆蘋果、5 條香蕉、以及 20 粒草莓時,可以做出像是 <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd> 這樣的請求。",
1513 "api-help-param-type-limit": "類型:整數或<kbd>max</kbd>",
1514 "api-help-param-type-integer": "類型:{{PLURAL:$1|1=整數|2=整數列表}}",
1515 "api-help-param-type-boolean": "類型:布林值([[Special:ApiHelp/main#main/datatypes|詳細資訊]])",
1516 "api-help-param-type-timestamp": "類型:{{PLURAL:$1|1=時間戳記|2=時間戳記列表}}([[Special:ApiHelp/main#main/datatypes|允許格式]])",
1517 "api-help-param-type-user": "類型:{{PLURAL:$1|1=使用者名稱|2=使用者名稱列表}}",
1518 "api-help-param-list": "{{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔)}}:$2",
1519 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必須空白|可以空白,或 $2}}",
1520 "api-help-param-limit": "不允許超過 $1。",
1521 "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
1522 "api-help-param-integer-min": "{{PLURAL:$1|1=數值|2=數值}}不可小於 $2。",
1523 "api-help-param-integer-max": "{{PLURAL:$1|1=數值|2=數值}}不可大於 $3。",
1524 "api-help-param-integer-minmax": "{{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。",
1525 "api-help-param-upload": "必須使用 multipart/form-data 以檔案上傳的方式傳送。",
1526 "api-help-param-multi-separate": "將幾個值以 <kbd>|</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔。",
1527 "api-help-param-multi-max": "上限值為 {{PLURAL:$1|$1}}(機器人為 {{PLURAL:$2|$2}})。",
1528 "api-help-param-multi-max-simple": "值的最大數量為 {{PLURAL:$1|$1}}。",
1529 "api-help-param-multi-all": "要指定所有值,請使用<kbd>$1</kbd>。",
1530 "api-help-param-default": "預設值:$1",
1531 "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
1532 "api-help-param-token": "自 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 接收的「$1」權杖。",
1533 "api-help-param-token-webui": "為顧及相容性,web UI 中使用的權杖(Token)也是可接受的。",
1534 "api-help-param-disabled-in-miser-mode": "因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]]而被停用。",
1535 "api-help-param-limited-in-miser-mode": "<strong>注意:</strong>出於 [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser 模式]]緣故,使用這個可能會導致在繼續之前,傳回少於 <var>$1limit</var> 筆的結果,極端情況下則可能不會傳回任何结果。",
1536 "api-help-param-direction": "列舉的方向:\n;newer:最舊的優先。注意:$1start應在$1end之前。\n;older:最新的優先(預設)。注意:$1start應在$1end之後。",
1537 "api-help-param-continue": "當有更多結果可用時,使用這個繼續。",
1538 "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
1539 "api-help-param-maxbytes": "不能超過 $1 {{PLURAL:$1|位元組|位元組}}。",
1540 "api-help-param-maxchars": "不能超過 $1 個{{PLURAL:$1|字元|字元}}。",
1541 "api-help-examples": "{{PLURAL:$1|範例}}:",
1542 "api-help-permissions": "{{PLURAL:$1|權限}}:",
1543 "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
1544 "api-help-right-apihighlimits": "在 API 查詢使用較高的限制(慢速查詢:$1;快速查詢:$2)。慢速查詢的限制也適用於多值參數。",
1545 "api-help-open-in-apisandbox": "<small>[在沙盒中開啟]</small>",
1546 "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>。",
1547 "api-help-authmanagerhelper-requests": "只使用這些身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>,或來自此模組之前的回應。",
1548 "api-help-authmanagerhelper-request": "使用此身份驗證請求,透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>。",
1549 "api-help-authmanagerhelper-messageformat": "用於回傳訊息的格式。",
1550 "api-help-authmanagerhelper-mergerequestfields": "將用於所有身份驗證請求的欄位資訊合併至一個陣列中。",
1551 "api-help-authmanagerhelper-preservestate": "從之前失敗的登入嘗試中保持狀態,如果可能。",
1552 "api-help-authmanagerhelper-returnurl": "為第三方身份驗證流程傳回URL,必須為絕對值。需要此值或<var>$1continue</var>兩者之一。\n\n在接收<samp>REDIRECT</samp>回應時,一般狀況下您將打開瀏覽器或網站瀏覽功能到特定的<samp>redirecttarget</samp> URL以進行第三方身份驗證流程。當它完成時,第三方會將瀏覽器或網站瀏覽功能送至此URL。您應當提取任何來自URL的查詢或POST參數,並將之作為<var>$1continue</var>請求傳遞至此API模組。",
1553 "api-help-authmanagerhelper-continue": "此請求是在先前的<samp>UI</samp>或<samp>REDIRECT</samp>回應之後的後續動作。必須為此值或<var>$1returnurl</var>。",
1554 "api-help-authmanagerhelper-additional-params": "此模組允許額外參數,取決於可用的身份驗證請求。使用<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>与<kbd>amirequestsfor=$1</kbd>(或之前來自此模組的回應,如果合適)以決定可用請求及其使用的欄位。",
1555 "apierror-allimages-redirect": "當使用 <kbd>allimages</kbd> 作為產生器時,請改用 <kbd>gaifilterredir=nonredirects</kbd> 而不是 <var>redirects</var>。",
1556 "apierror-allpages-generator-redirects": "當使用 <kbd>allpages</kbd> 作為產生器時,請改用 <kbd>gapfilterredir=nonredirects</kbd> 而不是 <var>redirects</var>。",
1557 "apierror-appendnotsupported": "無法附加到使用內容模組 $1 的頁面。",
1558 "apierror-articleexists": "您所嘗試建立的條目剛剛已被創建。",
1559 "apierror-assertbotfailed": "斷言使用者擁有的 <code>bot</code> 權限失效。",
1560 "apierror-assertnameduserfailed": "斷言使用者「$1」出錯。",
1561 "apierror-assertuserfailed": "斷言使用者已登入失敗。",
1562 "apierror-autoblocked": "您的 IP 位址已經被自動封鎖,因為它曾經被一名已封鎖的使用者使用過。",
1563 "apierror-bad-badfilecontexttitle": "在 <var>$1badfilecontexttitle</var> 參數的無效標題。",
1564 "apierror-badconfig-resulttoosmall": "在此 wiki 上 <code>$wgAPIMaxResultSize</code> 的值太小,而無法含有基本結果資訊。",
1565 "apierror-badcontinue": "無效的繼續參數。您應該傳遞由前一個查詢所回傳的原有值。",
1566 "apierror-baddiff": "無法取得差異。不存在一個或兩個修訂,或是您沒有權限來檢視它們。",
1567 "apierror-baddiffto": "<var>$1diffto</var> 必須設定成非負值的數字、<kbd>prev</kbd>、<kbd>next</kbd>、或 <kbd>cur</kbd>。",
1568 "apierror-badformat-generic": "內容模組 $2 不支援使用請求格式 $1。",
1569 "apierror-badformat": "由 $3 所使用的內容模組 $2 不支援使用請求格式 $1。",
1570 "apierror-badgenerator-notgenerator": "模組 <kbd>$1</kbd> 不能作為產生器。",
1571 "apierror-badgenerator-unknown": "未知的 <kbd>generator=$1</kbd>。",
1572 "apierror-badip": "IP 參數無效。",
1573 "apierror-badmd5": "提供的 MD5 雜湊不正確。",
1574 "apierror-badmodule-badsubmodule": "模組 <kbd>$1</kbd> 不包含子模組「$2」。",
1575 "apierror-badmodule-nosubmodules": "模組 <kbd>$1</kbd> 沒有子模組。",
1576 "apierror-badparameter": "參數 <var>$1</var> 的值無效。",
1577 "apierror-badquery": "無效的查詢。",
1578 "apierror-badtimestamp": "用於時間戳記參數 <var>$1</var> 的值「$2」無效。",
1579 "apierror-badtoken": "無效 CSRF 權杖。",
1580 "apierror-badupload": "檔案上傳參數 <var>$1</var> 不是一個檔案上傳,請確定在您的 POST 有使用 <code>multipart/form-data</code>,並且在 <code>Content-Disposition</code> 標頭有包含檔案名稱。",
1581 "apierror-badurl": "用於 URL 參數 <var>$1</var> 的值「$2」無效。",
1582 "apierror-baduser": "用於使用者參數 <var>$1</var> 的值「$2」無效。",
1583 "apierror-badvalue-notmultivalue": "U+001F 多值區分僅可用於多值參數。",
1584 "apierror-bad-watchlist-token": "提供無效的監視清單權杖。請在 [[Special:Preferences]] 設定正確權杖。",
1585 "apierror-blockedfrommail": "您已被封鎖,無法發送電子郵件。",
1586 "apierror-blocked": "您已被封鎖,無法編輯。",
1587 "apierror-blocked-partial": "您已被禁止編輯此頁面。",
1588 "apierror-botsnotsupported": "此介面不支援機器人。",
1589 "apierror-cannot-async-upload-file": "參數 <var>async</var> 與 <var>file</var> 不能結合。如果您想要對您上傳的檔案非同步處理,請先上傳至儲藏(使用 <var>stash</var> 參數)並非同步發佈儲藏檔案(使用 <var>filekey</var> 和 <var>async</var>)。",
1590 "apierror-cannotreauthenticate": "出於您的身份無法驗證,此操作不可用。",
1591 "apierror-cannotviewtitle": "您不被允許檢視$1。",
1592 "apierror-cantblock-email": "您沒有權限來封鎖使用者透過 wiki 來發送電子郵件。",
1593 "apierror-cantblock": "您沒有權限來解封使用者。",
1594 "apierror-cantchangecontentmodel": "您沒有權限來更改頁面的內容模組。",
1595 "apierror-canthide": "您沒有權限來從封鎖日誌隱藏使用者名稱。",
1596 "apierror-cantimport-upload": "您沒有權限來匯入已上傳頁面。",
1597 "apierror-cantimport": "您沒有權限來匯入頁面。",
1598 "apierror-cantoverwrite-sharedfile": "目標檔案存在於分享儲存庫上,因此您沒有權限來覆蓋掉。",
1599 "apierror-cantsend": "您尚未登入,您沒有已確認的電子郵件地址,或是您未被允許發送電子郵件給其他人,因此您不能發送電子郵件。",
1600 "apierror-cantundelete": "無法取消刪除:請求的修訂可能不存在,或是可能已被取消刪除。",
1601 "apierror-changeauth-norequest": "建立更改請求失敗。",
1602 "apierror-chunk-too-small": "對於非最終塊,最小塊的大小為 $1 {{PLURAL:$1|位元組|位元組}}。",
1603 "apierror-cidrtoobroad": "不能接受超出 /$2 的 $1 CIDR 範圍。",
1604 "apierror-compare-maintextrequired": "當 <var>$1slots</var> 包含 <kbd>main</kbd> 時,需要參數 <var>$1text-main</var>(不能刪除主要部份)。",
1605 "apierror-compare-no-title": "無法在不帶標題之下預先儲存轉換。請嘗試指定 <var>fromtitle</var> 或 <var>totitle</var>。",
1606 "apierror-compare-nosuchfromsection": "在 'from' 內容裡沒有段落$1。",
1607 "apierror-compare-nosuchtosection": "在 'to' 內容裡沒有段落$1。",
1608 "apierror-compare-nofromrevision": "沒有「from」修訂。請指定 <var>fromrev</var>、<var>fromtitle</var>、或 <var>fromid</var>。",
1609 "apierror-compare-notext": "參數 <var>$1</var> 不能在缺少 <var>$2</var> 的情況下使用。",
1610 "apierror-compare-notorevision": "沒有「to」修訂。請指定 <var>torev</var>、<var>totitle</var>、或 <var>toid</var>。",
1611 "apierror-compare-relative-to-deleted": "相關已刪除修訂時不能使用 <kbd>torelative=$1</kbd>。",
1612 "apierror-compare-relative-to-nothing": "沒有相關 <var>torelative</var> 的 'from' 修訂。",
1613 "apierror-contentserializationexception": "內容序列化失敗:$1",
1614 "apierror-contenttoobig": "您所提供的內容超出條目的 $1 {{PLURAL:$1|位元組|位元組}}限制。",
1615 "apierror-copyuploadbaddomain": "不允許從此網域來透過 URL 上傳。",
1616 "apierror-copyuploadbadurl": "不允許從此 URL 來上傳。",
1617 "apierror-create-titleexists": "現有標題不能以 <kbd>create</kbd> 來保護。",
1618 "apierror-csp-report": "處理 CSP 報告時錯誤:$1。",
1619 "apierror-deletedrevs-param-not-1-2": "<var>$1</var> 參數不可用於模式 1 或 2。",
1620 "apierror-deletedrevs-param-not-3": "<var>$1</var> 參數不可用於模式 3。",
1621 "apierror-emptynewsection": "新段落不可建立空白內容。",
1622 "apierror-emptypage": "不允許建立空白的新頁面。",
1623 "apierror-exceptioncaught": "[$1]捕獲異常:$2",
1624 "apierror-exceptioncaughttype": "[$1]捕獲異常類型:$2",
1625 "apierror-filedoesnotexist": "檔案不存在。",
1626 "apierror-fileexists-sharedrepo-perm": "目標檔案存在於分享儲存庫上。請使用參數 <var>ignorewarnings</var> 來覆蓋掉。",
1627 "apierror-filenopath": "無法取得本地端檔案路徑。",
1628 "apierror-filetypecannotberotated": "無法旋轉的檔案類型。",
1629 "apierror-formatphp": "此回應不能使用 <kbd>format=php</kbd> 來表示。請參閱 https://phabricator.wikimedia.org/T68776。",
1630 "apierror-imageusage-badtitle": "<kbd>$1</kbd>的標題必須是檔案。",
1631 "apierror-import-unknownerror": "未知的匯入錯誤:$1",
1632 "apierror-integeroutofrange-abovebotmax": "對於機器人或系統管理員而言,<var>$1</var> 不能超過 $2(設定為 $3)。",
1633 "apierror-integeroutofrange-abovemax": "對於使用者而言,<var>$1</var> 不能超過 $2(設定為 $3)。",
1634 "apierror-integeroutofrange-belowminimum": "<var>$1</var> 不能小於 $2(設定為 $3)。",
1635 "apierror-invalidcategory": "您所輸入的分類名稱無效。",
1636 "apierror-invalid-chunk": "偏移量加上目前部分大於所聲稱的檔案大小。",
1637 "apierror-invalidexpiry": "無效的期限時間「$1」。",
1638 "apierror-invalid-file-key": "不是有效的檔案鍵。",
1639 "apierror-invalidlang": "用於參數 <var>$1</var> 的語言代碼無效。",
1640 "apierror-invalidmethod": "無效的 HTTP 方式。請考慮採用 GET 或 POST。",
1641 "apierror-invalidoldimage": "<var>oldimage</var> 參數含有無效格式。",
1642 "apierror-invalidparammix-cannotusewith": "參數 <kbd>$1</kbd> 不能與 <kbd>$2</kbd> 一起使用。",
1643 "apierror-invalidparammix-mustusewith": "<kbd>$1</kbd> 參數僅能與 <kbd>$2</kbd> 一起使用。",
1644 "apierror-invalidparammix-parse-new-section": "<kbd>section=new</kbd> 不能連同 <var>oldid</var>、<var>pageid</var>、或 <var>page</var> 參數。請使用 <var>title</var> 與 <var>text</var>。",
1645 "apierror-invalidparammix": "{{PLURAL:$2|參數}} $1 不能一起使用。",
1646 "apierror-invalidsection": "<var>section</var> 參數必須是有效的段落 ID 或 <kbd>new</kbd>。",
1647 "apierror-invalidsha1base36hash": "所提供的 SHA1Base36 雜湊無效。",
1648 "apierror-invalidsha1hash": "所提供的 SHA1 雜湊無效。",
1649 "apierror-invalidtitle": "錯誤標題「$1」。",
1650 "apierror-invalidurlparam": "<var>$1urlparam</var> 的值無效(<kbd>$2=$3</kbd>)。",
1651 "apierror-invaliduser": "無效的使用者名稱「$1」。",
1652 "apierror-invaliduserid": "使用者 ID <var>$1</var> 無效。",
1653 "apierror-maxbytes": "參數 <var>$1</var> 不能大於 $2 {{PLURAL:$2|位元組|位元組}}",
1654 "apierror-maxchars": "參數 <var>$1</var> 不能多於 $2 個{{PLURAL:$2|字元|字元}}",
1655 "apierror-maxlag-generic": "正等待資料庫伺服器:已延遲 $1 {{PLURAL:$1|秒|秒}}。",
1656 "apierror-maxlag": "正等待$2:已延遲 $1 {{PLURAL:$1|秒|秒}}。",
1657 "apierror-mimesearchdisabled": "MIME 搜尋在 Miser 模式裡被停用。",
1658 "apierror-missingcontent-pageid": "遺失頁面 ID 為 $1 的內容。",
1659 "apierror-missingcontent-revid": "遺失修訂 ID 為 $1 的內容。",
1660 "apierror-missingcontent-revid-role": "作用$2的修訂 ID $1 缺少內容。",
1661 "apierror-missingparam-at-least-one-of": "參數$1{{PLURAL:$2||其一}}為必要。",
1662 "apierror-missingparam-one-of": "參數$1{{PLURAL:$2||其一}}為必要。",
1663 "apierror-missingparam": "<var>$1</var>參數必須被設定。",
1664 "apierror-missingrev-pageid": "沒有頁面 ID 為 $1 的目前修訂。",
1665 "apierror-missingrev-title": "沒有標題為$1的目前修訂。",
1666 "apierror-missingtitle-createonly": "遺失標題不能以 <kbd>create</kbd> 來保護。",
1667 "apierror-missingtitle": "您所指定的頁面不存在。",
1668 "apierror-missingtitle-byname": "頁面$1不存在。",
1669 "apierror-moduledisabled": "模組 <kbd>$1</kbd> 已停用。",
1670 "apierror-multival-only-one-of": "參數 <var>$1</var> 僅允許$2{{PLURAL:$3||其一}}。",
1671 "apierror-multpages": "<var>$1</var> 僅能以單一頁面使用。",
1672 "apierror-mustbeloggedin-changeauth": "必須登入,才能變更身分核對資取。",
1673 "apierror-mustbeloggedin-generic": "您必須登入。",
1674 "apierror-mustbeloggedin-linkaccounts": "您必須登入到連結帳號。",
1675 "apierror-mustbeloggedin-removeauth": "必須登入,才能移除身分核對資取。",
1676 "apierror-mustbeloggedin-uploadstash": "上傳儲藏僅對已登入使用者可用。",
1677 "apierror-mustbeloggedin": "您必須登入才能$1。",
1678 "apierror-mustbeposted": "<kbd>$1</kbd> 模組需要 POST 請求。",
1679 "apierror-mustpostparams": "在查詢字串裡找出以下{{PLURAL:$2|參數|參數}},而這應必須在 POST 正文裡:$1。",
1680 "apierror-noapiwrite": "透過 API 來編輯此 wiki 已被停用。請確認 <code>$wgEnableWriteAPI=true;</code> 聲明有包含在 wiki 的 <code>LocalSettings.php</code> 檔案裡。",
1681 "apierror-nochanges": "沒有請求的更改。",
1682 "apierror-nodeleteablefile": "沒有這樣檔案的舊版本。",
1683 "apierror-no-direct-editing": "由$2所使用的內容模組$1不支援透過 API 來直接編輯。",
1684 "apierror-noedit-anon": "匿名使用者不可編輯頁面。",
1685 "apierror-noedit": "您沒有權限來編輯頁面。",
1686 "apierror-noimageredirect-anon": "匿名使用者不能建立圖片重新導向。",
1687 "apierror-noimageredirect": "您沒有權限來建立圖片重新導向。",
1688 "apierror-nosuchlogid": "沒有 ID 為 $1 的日誌項目。",
1689 "apierror-nosuchpageid": "沒有 ID 為 $1 的頁面。",
1690 "apierror-nosuchrcid": "沒有 ID 為 $1 的近期變更。",
1691 "apierror-nosuchrevid": "沒有 ID 為 $1 的修訂。",
1692 "apierror-nosuchsection": "沒有 ID 為 $1 的段落。",
1693 "apierror-nosuchsection-what": "在$2裡沒有段落$1。",
1694 "apierror-nosuchuserid": "沒有 ID 為 $1 的使用者。",
1695 "apierror-notarget": "您沒有替此操作指定有效目標。",
1696 "apierror-notpatrollable": "因內容過舊,修訂 r$1 無法巡查。",
1697 "apierror-nouploadmodule": "未設定上傳模組。",
1698 "apierror-offline": "出於網路連接問題而無法進行。請確認您的網際網路連結有正常運作,並再試一次。",
1699 "apierror-opensearch-json-warnings": "警告不能以 OpenSearch JSON 格式表示。",
1700 "apierror-pagecannotexist": "命名空間不允許實際頁面。",
1701 "apierror-pagedeleted": "自從您取得時間戳記後,該頁面已被刪除。",
1702 "apierror-pagelang-disabled": "此 wiki 不允許更改頁面的語言。",
1703 "apierror-paramempty": "參數 <var>$1</var> 不能為空。",
1704 "apierror-parsetree-notwikitext": "<kbd>prop=parsetree</kbd> 僅支援用於 wiki 文字內容。",
1705 "apierror-parsetree-notwikitext-title": "<kbd>prop=parsetree</kbd> 僅支援用於 wiki 文字內容。$1使用內容模組 $2。",
1706 "apierror-pastexpiry": "期限時間「$1」已過。",
1707 "apierror-permissiondenied": "您沒有權限$1。",
1708 "apierror-permissiondenied-generic": "權限不足。",
1709 "apierror-permissiondenied-patrolflag": "您需要 <code>patrol</code> 或 <code>patrolmarks</code> 權限來請求巡查標記。",
1710 "apierror-permissiondenied-unblock": "您沒有權限來解封使用者。",
1711 "apierror-prefixsearchdisabled": "前綴搜尋在 Miser 模式裡被停用。",
1712 "apierror-promised-nonwrite-api": "HTTP 標頭 <code>Promise-Non-Write-API-Action</code> 不能發送至寫入模式 API 模組。",
1713 "apierror-protect-invalidaction": "無效的保護類型「$1」。",
1714 "apierror-protect-invalidlevel": "無效的保護層級「$1」。",
1715 "apierror-ratelimited": "您超過了您的比率限制,請稍後再試。",
1716 "apierror-readapidenied": "您需要有閱讀權限來使用此模組。",
1717 "apierror-readonly": "Wiki 目前為唯讀模式。",
1718 "apierror-reauthenticate": "於本工作階段還未核對身分,請重新核對。",
1719 "apierror-redirect-appendonly": "您嘗試使用重新導向跟隨模式來編輯,這必須與 <kbd>section=new</kbd>、<var>prependtext</var>,或 <var>appendtext</var> 來結合使用。",
1720 "apierror-revdel-mutuallyexclusive": "同一欄位不可同時用在 <var>hide</var> 與 <var>show</var>。",
1721 "apierror-revdel-needtarget": "此 RevDel 類型需要目標標題。",
1722 "apierror-revdel-paramneeded": "至少需要 <var>hide</var> 與/或 <var>show</var> 其中的值。",
1723 "apierror-revisions-badid": "查無參數 <var>$1</var> 的修訂。",
1724 "apierror-revisions-norevids": "<var>revids</var> 參數不能與清單選項(<var>$1limit</var>、<var>$1startid</var>、<var>$1endid</var>、<kbd>$1dir=newer</kbd>、<var>$1user</var>、<var>$1excludeuser</var>、<var>$1start</var>、和 <var>$1end</var>)一起使用。",
1725 "apierror-revisions-singlepage": "<var>titles</var>、<var>pageids</var> 或產生器用於提供多個頁面,但 <var>$1limit</var>、<var>$1startid</var>、<var>$1endid</var>、<kbd>$1dir=newer</kbd>、<var>$1user</var>、<var>$1excludeuser</var>、<var>$1start</var>、以及 <var>$1end</var> 參數僅能用在單一頁面。",
1726 "apierror-revwrongpage": "r$1 不是$2的修訂。",
1727 "apierror-searchdisabled": "<var>$1</var>搜尋已停用。",
1728 "apierror-sectionreplacefailed": "無法合併更新的章節。",
1729 "apierror-sectionsnotsupported": "內容模組 $1 不支援段落。",
1730 "apierror-sectionsnotsupported-what": "$1 不支援段落。",
1731 "apierror-show": "不正確的參數 - 不可提供互斥值。",
1732 "apierror-siteinfo-includealldenied": "除非 <var>$wgShowHostnames</var> 設為真,否則無法檢視所有伺服器資訊。",
1733 "apierror-sizediffdisabled": "大小差異功能在 Miser 模式裡已停用。",
1734 "apierror-spamdetected": "您的編輯被拒絕,因為有包含部份垃圾訊息內容:<code>$1</code>。",
1735 "apierror-specialpage-cantexecute": "您沒有權限來查看此特殊頁面的結果。",
1736 "apierror-stashedfilenotfound": "在儲藏裡找不到檔案:$1。",
1737 "apierror-stashedit-missingtext": "給予的雜湊裡查無儲藏文字。",
1738 "apierror-stashfailed-complete": "大量上傳已完成,請檢查狀態來獲取詳情。",
1739 "apierror-stashfailed-nosession": "沒有帶此鍵的分塊上傳 session。",
1740 "apierror-stashfilestorage": "在儲藏裡不能儲存上傳:$1。",
1741 "apierror-stashinvalidfile": "無效的儲藏檔案。",
1742 "apierror-stashnosuchfilekey": "沒有這樣的檔案鍵:$1。",
1743 "apierror-stashpathinvalid": "不正確格式或是其它無效的檔案鍵:$1。",
1744 "apierror-stashwrongowner": "錯誤擁有者:$1",
1745 "apierror-stashzerolength": "檔案長度為零,且無法儲存於儲藏:$1。",
1746 "apierror-systemblocked": "您已被 MediaWiki 給自動封鎖。",
1747 "apierror-templateexpansion-notwikitext": "模板擴展僅支援用於 wiki 文字內容。$1使用內容模組 $2。",
1748 "apierror-timeout": "伺服器未有在預計的時間內回應。",
1749 "apierror-toofewexpiries": "提供了 $1 個逾期{{PLURAL:$1|時間戳記|時間戳記}},所需要的{{PLURAL:$2|是|是}} $2 個。",
1750 "apierror-toomanyvalues": "替參數 <var>$1</var> 提供太多的值。限制為 $2。",
1751 "apierror-unknownaction": "指定的操作 <kbd>$1</kbd> 無法識別出。",
1752 "apierror-unknownerror-editpage": "不明編輯頁面錯誤:$1。",
1753 "apierror-unknownerror-nocode": "不明錯誤。",
1754 "apierror-unknownerror": "不明錯誤:\"$1\"。",
1755 "apierror-unknownformat": "無法識別的格式\"$1\"。",
1756 "apierror-unrecognizedparams": "無法識別的{{PLURAL:$2|參數|參數}}:$1。",
1757 "apierror-unrecognizedvalue": "無法識別參數 <var>$1</var> 的值:$2。",
1758 "apierror-unsupportedrepo": "本地端檔案儲存庫不支援查詢所有圖片。",
1759 "apierror-upload-filekeyneeded": "當 <var>offset</var> 不為零時,需提供 <var>filekey</var>。",
1760 "apierror-upload-filekeynotallowed": "當 <var>offset</var> 為零時,不需提供 <var>filekey</var>。",
1761 "apierror-upload-inprogress": "來自儲藏的上傳已在進行中。",
1762 "apierror-upload-missingresult": "狀態資料裡沒有結果。",
1763 "apierror-urlparamnormal": "無法標準化$1的圖片參數。",
1764 "apierror-writeapidenied": "您不被允許透過 API 來編輯此 wiki。",
1765 "apiwarn-alldeletedrevisions-performance": "為了在產生標題時能有更好效能,請設定 <kbd>$1dir=newer</kbd>。",
1766 "apiwarn-badurlparam": "無法解析$2的 <var>$1urlparam</var>。這僅能用在寬度與高度。",
1767 "apiwarn-badutf8": "傳遞給 <var>$1</var> 的值包含無效或非標準化資料。正文資料應得是有效、不帶有 HT(\\t)、LF(\\n)、以及 CR(\\r)以外 C0 控制字元的 NFC 標準化萬國碼。",
1768 "apiwarn-checktoken-percentencoding": "在 URL 裡進行適當百分比編碼的權杖中,檢查像是「+」的符號。",
1769 "apiwarn-compare-no-next": "修訂 $2 是$1的最新修訂,<kbd>torelative=next</kbd> 目前沒有可用來比較的修訂。",
1770 "apiwarn-compare-no-prev": "修訂 $2 是$1的最初修訂,<kbd>torelative=prev</kbd> 目前沒有可用來比較的修訂。",
1771 "apiwarn-compare-nocontentmodel": "沒有可確定的內容模組,假定為 $1。",
1772 "apiwarn-deprecation-deletedrevs": "<kbd>list=deletedrevs</kbd> 已棄用。請改用 <kbd>prop=deletedrevisions</kbd> 或 <kbd>list=alldeletedrevisions</kbd>。",
1773 "apiwarn-deprecation-httpsexpected": "當應為 HTTPS 時,HTTP 要被使用。",
1774 "apiwarn-deprecation-login-botpw": "透過 <kbd>action=login</kbd> 的主帳號登入已棄用,並可能會在無警告的情況下停止運作。要繼續以 <kbd>action=clientlogin</kbd> 登入,請參閱 [[Special:BotPasswords]];若要繼續安全使用主帳號登入,則請參閱 <kbd>action=clientlogin</kbd>。",
1775 "apiwarn-deprecation-login-nobotpw": "透過 <kbd>action=login</kbd> 的主帳號登入已棄用,並可能會在無警告的情況下停止運作。若要安全登入,請參閱 <kbd>action=clientlogin</kbd>。",
1776 "apiwarn-deprecation-login-token": "透過 <kbd>action=login</kbd> 來取得權杖已棄用。請改用 <kbd>action=query&meta=tokens&type=login</kbd>。",
1777 "apiwarn-deprecation-missingparam": "因為未指定 <var>$1</var>,輸出內容使用到過去舊有的格式。該格式已棄用,並且往後都只會使用新格式。",
1778 "apiwarn-deprecation-parameter": "參數 <var>$1</var> 已棄用。",
1779 "apiwarn-deprecation-parse-headitems": "<kbd>prop=headitems</kbd> 自 MediaWiki 的 1.28 版本後已被棄用。當建立新 HTML 文件時請使用 <kbd>prop=headhtml</kbd>,或是當更新文件客戶端時請使用 <kbd>prop=modules|jsconfigvars</kbd>。",
1780 "apiwarn-deprecation-purge-get": "透過 GET 方式使用的 <kbd>action=purge</kbd> 已棄用,請以 POST 替代。",
1781 "apiwarn-deprecation-withreplacement": "<kbd>$1</kbd> 已棄用,請改用 <kbd>$2</kbd>。",
1782 "apiwarn-difftohidden": "無法對 r$1 比較差異:內容被隱蔵。",
1783 "apiwarn-errorprinterfailed": "錯誤列印失敗。將在沒有參數的情況下重試。",
1784 "apiwarn-ignoring-invalid-templated-value": "當處理模板參數時,忽略在 <var>$1</var> 的值 <kbd>$2</kbd>。",
1785 "apiwarn-invalidcategory": "「$1」不是一個分類。",
1786 "apiwarn-invalidtitle": "「$1」不是一個有效標題。",
1787 "apiwarn-invalidxmlstylesheetext": "樣式表應要有 <code>.xsl</code> 副檔名。",
1788 "apiwarn-invalidxmlstylesheet": "指定了無效或不存在的樣式表。",
1789 "apiwarn-invalidxmlstylesheetns": "樣式表應在 {{ns:MediaWiki}} 命名空間。",
1790 "apiwarn-moduleswithoutvars": "屬性 <kbd>modules</kbd> 已被設定,但不是 <kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd>。需要設置變數來讓模組使用合宜。",
1791 "apiwarn-notfile": "「$1」不是一個檔案。",
1792 "apiwarn-nothumb-noimagehandler": "無法建立縮圖,因為$1沒有相關的圖片處理器。",
1793 "apiwarn-parse-nocontentmodel": "未提供 <var>title</var> 或 <var>contentmodel</var>,應是 $1。",
1794 "apiwarn-parse-revidwithouttext": "<var>revid</var> 在不帶有 <var>text</var> 的情況下使用,且請求了已解析頁面屬性。請問您是指要使用 <var>oldid</var> 而不是 <var>revid</var> 嗎?",
1795 "apiwarn-parse-titlewithouttext": "<var>title</var> 在不帶有 <var>text</var> 的情況下使用,且請求了已解析頁面屬性。請問您是指要使用 <var>page</var> 而不是 <var>title</var> 嗎?",
1796 "apiwarn-redirectsandrevids": "重新導向處理不能與參數 <var>revids</var> 一同使用。任何 <var>revids</var> 所指向的重新導向都尚未被解決。",
1797 "apiwarn-tokennotallowed": "「$1」操作不允許目前的使用者。",
1798 "apiwarn-tokens-origin": "當未套用相同來源方針,權杖可能無法取得。",
1799 "apiwarn-truncatedresult": "結果會被截短,否則將會大於 $1 位元組限制。",
1800 "apiwarn-unclearnowtimestamp": "傳遞給時間戳記參數 <var>$1</var> 的值「$2」已被棄用。若出於某些原因您需要不計算客戶端來明確指定時間,請使用 <kbd>now</kbd>。",
1801 "apiwarn-unrecognizedvalues": "參數 <var>$1</var> 有無法識別的{{PLURAL:$3|值|值}}:$2。",
1802 "apiwarn-unsupportedarray": "參數 <var>$1</var> 使用了不被支援的 PHP 陣列語法。",
1803 "apiwarn-urlparamwidth": "忽略設定在 <var>$1urlparam</var>($2)的寬度值,有助於導出自 <var>$1urlwidth</var>/<var>$1urlheight</var>($3)的寬度值。",
1804 "apiwarn-validationfailed-badchars": "在鍵裡的字元無效(僅允許 <code>a-z</code>、<code>A-Z</code>、<code>0-9</code>、<code>_</code>、和 <code>-</code> are allowed)。",
1805 "apiwarn-validationfailed-badpref": "不是有效的偏好設定。",
1806 "apiwarn-validationfailed-cannotset": "不能透過此模組設定。",
1807 "apiwarn-validationfailed-keytoolong": "鍵太長(不允許超過 $1 位元組)。",
1808 "apiwarn-validationfailed": "<kbd>$1</kbd>驗證錯誤:$2",
1809 "apiwarn-wgDebugAPI": "<strong>安全警告</strong>:<var>$wgDebugAPI</var> 已啟用。",
1810 "api-feed-error-title": "錯誤($1)",
1811 "api-usage-docref": "查看 $1 來了解 API 的使用。",
1812 "api-usage-mailinglist-ref": "在 &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; 的 mediawiki-api-announce 郵件清單做出訂閱,來取得 API 棄用與重大修訂的通知。",
1813 "api-exception-trace": "$1位在$2的第$3行\n$4",
1814 "api-credits-header": "製作群",
1815 "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/。"
1816 }