]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - includes/api/i18n/zh-hant.json
MediaWiki 1.30.2-scripts
[autoinstalls/mediawiki.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                 ]
18         },
19         "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>本頁所展示的所有功能都應正常運作,但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<strong>測試:</strong>要簡化API請求的測試過程,請見[[Special:ApiSandbox]]。",
20         "apihelp-main-param-action": "要執行的動作。",
21         "apihelp-main-param-format": "輸出的格式。",
22         "apihelp-main-param-smaxage": "將HTTP緩存控制頭欄位設為<code>s-maxage</code>秒。錯誤不會做緩存。",
23         "apihelp-main-param-maxage": "將HTTP緩存控制頭欄位設為<code>max-age</code>秒。錯誤不會做緩存。",
24         "apihelp-main-param-assert": "若設為<kbd>user</kbd>,會確認使用者是否已登入;若設為<kbd>bot</kbd>,會確認是否擁有機械人權限。",
25         "apihelp-main-param-assertuser": "確認目前使用者就是指定的使用者。",
26         "apihelp-main-param-requestid": "在此處提供的任何值都將包括在響應之中。可用於區分請求。",
27         "apihelp-main-param-servedby": "在結果中包括提出請求的主機名。",
28         "apihelp-main-param-curtimestamp": "在結果中包括目前的時間戳。",
29         "apihelp-main-param-responselanginfo": "在結果中包括<var>uselang</var>和<var>errorlang</var>所用的語言。",
30         "apihelp-block-summary": "封鎖使用者。",
31         "apihelp-block-param-user": "要封鎖的使用者名稱、IP 位址或 IP 範圍。不能與 <var>$1userid</var> 一起使用",
32         "apihelp-block-param-reason": "封鎖原因。",
33         "apihelp-block-param-anononly": "僅封鎖匿名使用者 (禁止這個 IP 位址的匿名使用者編輯)。",
34         "apihelp-block-param-nocreate": "禁止建立帳號。",
35         "apihelp-block-param-autoblock": "自動封鎖最後使用的 IP 位址,以及在這之後嘗試登入的 IP 位址。",
36         "apihelp-block-param-noemail": "禁止使用者透過 Wiki 寄送電子郵件。 (需要 <code>blockemail</code> 權限)。",
37         "apihelp-block-param-hidename": "隱藏封鎖日誌的使用者名稱。 (需要 <code>hideuser</code> 權限)。",
38         "apihelp-block-param-allowusertalk": "允許使用者編輯自己的對話頁面 (依據 <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var> 的設定)。",
39         "apihelp-block-param-reblock": "若使用者已被封鎖,覆寫既有的封鎖設定值。",
40         "apihelp-block-param-watchuser": "監視使用者或 IP 位址的使用者頁面與對話頁面。",
41         "apihelp-block-example-ip-simple": "封鎖 IP 位址 <kbd>192.0.2.5</kbd> 三天,原因為 <kbd>First strike</kbd>。",
42         "apihelp-block-example-user-complex": "永久封鎖 IP 位址 <kbd>Vandal</kbd>,原因為 <kbd>Vandalism</kbd>。",
43         "apihelp-changeauthenticationdata-summary": "為目前使用者變更身分核對資料。",
44         "apihelp-checktoken-summary": "檢查來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的密鑰有效性。",
45         "apihelp-checktoken-param-type": "要測試的密鑰類型。",
46         "apihelp-checktoken-param-token": "要測試的密鑰。",
47         "apihelp-checktoken-param-maxtokenage": "密鑰的有效期間,以秒為單位。",
48         "apihelp-checktoken-example-simple": "測試 <kbd>csrf</kbd> 密鑰的有效性。",
49         "apihelp-clearhasmsg-summary": "清除目前使用者的 <code>hasmsg</code> 標記。",
50         "apihelp-clearhasmsg-example-1": "清除目前使用者的 <code>hasmsg</code> 標記。",
51         "apihelp-compare-summary": "比較 2 個頁面間的差異。",
52         "apihelp-compare-extended-description": "\"from\" 以及 \"to\" 的修訂編號,頁面標題或頁面 ID 為必填。",
53         "apihelp-compare-param-fromtitle": "要比對的第一個標題。",
54         "apihelp-compare-param-fromid": "要比對的第一個頁面 ID。",
55         "apihelp-compare-param-fromrev": "要比對的第一個修訂。",
56         "apihelp-compare-param-totitle": "要比對的第二個標題。",
57         "apihelp-compare-param-toid": "要比對的第二個頁面 ID。",
58         "apihelp-compare-param-torev": "要比對的第二個修訂。",
59         "apihelp-compare-example-1": "建立修訂 1 與 1 的差異檔",
60         "apihelp-createaccount-summary": "建立新使用者帳號。",
61         "apihelp-createaccount-param-name": "使用者名稱。",
62         "apihelp-createaccount-param-password": "密碼 (若有設定 <var>$1mailpassword</var> 則可略過)。",
63         "apihelp-createaccount-param-domain": "外部身分核對使用的網域 (可有可無)。",
64         "apihelp-createaccount-param-token": "在第一次請求時已取得的帳號建立金鑰。",
65         "apihelp-createaccount-param-email": "使用者的電子郵件地址 (可有可無) 。",
66         "apihelp-createaccount-param-realname": "使用者的真實姓名 (可有可無)。",
67         "apihelp-createaccount-param-mailpassword": "若設為其他值,將會以電子郵件寄送隨機密碼給使用者。",
68         "apihelp-createaccount-param-reason": "建立帳號時選填的原因,會被記錄到日誌當中。",
69         "apihelp-createaccount-param-language": "要設定的使用者預設語言代碼 (選填,預設依據內容語言)。",
70         "apihelp-createaccount-example-pass": "建立使用者 <kbd>testuser</kbd> 使用密碼 <kbd>test123</kbd>",
71         "apihelp-createaccount-example-mail": "建立使用者 <kbd>testmailuser</kbd> 並且電子郵件通知隨機產生的密碼。",
72         "apihelp-delete-summary": "刪除頁面。",
73         "apihelp-delete-param-title": "您欲刪除的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
74         "apihelp-delete-param-pageid": "您欲刪除頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
75         "apihelp-delete-param-reason": "刪除的原因。 若未設定,將會使用自動產生的原因。",
76         "apihelp-delete-param-watch": "加入目前頁面至您的監視清單。",
77         "apihelp-delete-param-watchlist": "無條件使用設置將頁面加入或移除目前使用者的監視清單或者是不更改監視清單。",
78         "apihelp-delete-param-unwatch": "從您的監視清單中移除目前頁面。",
79         "apihelp-delete-param-oldimage": "由 [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] 所提供要刪除的舊圖片名稱。",
80         "apihelp-delete-example-simple": "刪除 <kbd>Main Page</kbd>。",
81         "apihelp-delete-example-reason": "刪除 <kbd>Main Page</kbd> 原因為 <kbd>Preparing for move</kbd>。",
82         "apihelp-disabled-summary": "已停用此模組。",
83         "apihelp-edit-summary": "建立與編輯頁面。",
84         "apihelp-edit-param-title": "您欲編輯的頁面標題。 無法與 <var>$1pageid</var> 同時使用。",
85         "apihelp-edit-param-pageid": "您欲編輯頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。",
86         "apihelp-edit-param-section": "章節編號。 <kbd>0</kbd> 代表最上層章節,<kbd>new</kbd> 代表新章節。",
87         "apihelp-edit-param-sectiontitle": "新章節的標題。",
88         "apihelp-edit-param-text": "頁面內容。",
89         "apihelp-edit-param-summary": "編輯摘要。 當未設定 $1section=new 與 $1sectiontitle 時也會當做章節標題。",
90         "apihelp-edit-param-minor": "小編輯。",
91         "apihelp-edit-param-notminor": "非小編輯。",
92         "apihelp-edit-param-bot": "標記此編輯為機器人編輯。",
93         "apihelp-edit-param-basetimestamp": "基於修訂的時間戳記,用來檢測編輯衝突。也许可以取得[[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]認可。",
94         "apihelp-edit-param-createonly": "若頁面已存在,則不編輯頁面。",
95         "apihelp-edit-param-nocreate": "若頁面不存在,則產生錯誤。",
96         "apihelp-edit-param-watch": "加入目前頁面至您的監視清單。",
97         "apihelp-edit-param-unwatch": "從您的監視清單中移除目前頁面。",
98         "apihelp-edit-example-edit": "編輯頁面",
99         "apihelp-emailuser-summary": "寄送電子郵件給使用者。",
100         "apihelp-emailuser-param-target": "電子郵件的收件使用者。",
101         "apihelp-emailuser-param-subject": "郵件主旨。",
102         "apihelp-emailuser-param-text": "郵件內容。",
103         "apihelp-emailuser-param-ccme": "寄送一份此郵件的複本給我。",
104         "apihelp-emailuser-example-email": "寄送電子郵件給使用者 <kbd>WikiSysop</kbd> 使用內容 <kbd>Content</kbd>",
105         "apihelp-expandtemplates-summary": "展開所有於 wikitext 中模板。",
106         "apihelp-expandtemplates-param-title": "頁面標題。",
107         "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。",
108         "apihelp-feedcontributions-summary": "回傳使用者貢獻 Feed。",
109         "apihelp-feedcontributions-param-feedformat": "Feed 的格式。",
110         "apihelp-feedcontributions-param-hideminor": "隱藏小修改。",
111         "apihelp-feedcontributions-param-showsizediff": "顯示修訂版本之間的差異大小。",
112         "apihelp-feedcontributions-example-simple": "返回使用者<kbd>Example</kbd>的貢獻。",
113         "apihelp-feedrecentchanges-summary": "返回最近變更摘要。",
114         "apihelp-feedrecentchanges-param-feedformat": "摘要格式。",
115         "apihelp-feedrecentchanges-param-namespace": "用於限制結果的命名空間。",
116         "apihelp-feedrecentchanges-param-invert": "除所選定者外的所有命名空間。",
117         "apihelp-feedrecentchanges-param-limit": "回傳的結果數量上限。",
118         "apihelp-feedrecentchanges-param-hideminor": "隱藏小編輯。",
119         "apihelp-feedrecentchanges-param-hidebots": "隱藏由機器人做的變更。",
120         "apihelp-feedrecentchanges-param-hideanons": "隱藏匿名使用者做的變更。",
121         "apihelp-feedrecentchanges-param-hideliu": "隱藏已註冊使用者做的變更。",
122         "apihelp-feedrecentchanges-param-hidepatrolled": "隱藏已巡查的變更。",
123         "apihelp-feedrecentchanges-example-simple": "顯示近期變更。",
124         "apihelp-feedrecentchanges-example-30days": "顯示近期30天內的變動",
125         "apihelp-feedwatchlist-summary": "返回監視清單 feed。",
126         "apihelp-feedwatchlist-param-feedformat": "Feed 的格式。",
127         "apihelp-filerevert-param-comment": "上載意見。",
128         "apihelp-help-example-main": "主模組使用說明",
129         "apihelp-help-example-recursive": "一個頁面中的所有說明。",
130         "apihelp-help-example-help": "說明模組自身的說明。",
131         "apihelp-imagerotate-summary": "旋轉一張或多張圖片。",
132         "apihelp-import-param-summary": "匯入摘要。",
133         "apihelp-import-param-xml": "上載的 XML 檔。",
134         "apihelp-import-param-interwikisource": "用於跨 wiki 匯入:匯入的來源 wiki。",
135         "apihelp-import-param-interwikipage": "用於跨 wiki 匯入:匯入的頁面。",
136         "apihelp-import-param-fullhistory": "用於跨 wiki 匯入:完整匯入歷史,而不只是最新版本。",
137         "apihelp-import-param-templates": "用於跨 wiki 匯入:匯入一切包含的模板。",
138         "apihelp-import-param-namespace": "匯入至此命名空間。無法與 <var>$1rootpage</var> 一起使用。",
139         "apihelp-import-param-rootpage": "匯入作為此頁面的子頁面。無法與 <var>$1namespace</var> 一起使用。",
140         "apihelp-login-summary": "登入並取得身分核對 cookies",
141         "apihelp-login-param-name": "使用者名稱。",
142         "apihelp-login-param-password": "密碼。",
143         "apihelp-login-param-domain": "網域名稱(可有可無)。",
144         "apihelp-login-example-login": "登入",
145         "apihelp-logout-summary": "登出並清除 session 資料。",
146         "apihelp-logout-example-logout": "登出當前使用者",
147         "apihelp-mergehistory-summary": "合併頁面歷史",
148         "apihelp-mergehistory-param-reason": "合併歷史的原因。",
149         "apihelp-mergehistory-example-merge": "將<kbd>Oldpage</kbd>的整個歷史合併至<kbd>Newpage</kbd>。",
150         "apihelp-mergehistory-example-merge-timestamp": "將<kbd>Oldpage</kbd>直至<kbd>2015-12-31T04:37:41Z</kbd>的頁面修訂版本合併至<kbd>Newpage</kbd>。",
151         "apihelp-move-summary": "移動頁面。",
152         "apihelp-move-param-from": "重新命名本頁面的標題。不能與 <var>$1fromid</var> 一起出現。",
153         "apihelp-move-param-fromid": "重新命名本頁面的 ID 。不能與 <var>$1fromid</var> 一起出現。",
154         "apihelp-move-param-to": "將本頁面的標題重新命名為",
155         "apihelp-move-param-reason": "重新命名的原因。",
156         "apihelp-move-param-movetalk": "如果討論頁存在,變更討論頁名稱。",
157         "apihelp-move-param-movesubpages": "如果適用,則重新命名子頁面。",
158         "apihelp-move-param-noredirect": "不要建立重新導向。",
159         "apihelp-move-param-watch": "將頁面和重定向加入目前使用者的監視清單。",
160         "apihelp-move-param-unwatch": "從目前使用者的監視清單中移除頁面和重定向。",
161         "apihelp-move-param-watchlist": "在目前使用者的監視清單中無條件地加入或移除頁面,或使用設定,或不變更監視清單。",
162         "apihelp-move-param-ignorewarnings": "忽略所有警告。",
163         "apihelp-move-example-move": "將<kbd>Badtitle</kbd>移動至<kbd>Goodtitle</kbd>,不留下重定向。",
164         "apihelp-opensearch-summary": "使用 OpenSearch 協定搜尋本 wiki。",
165         "apihelp-opensearch-param-search": "搜尋字串。",
166         "apihelp-opensearch-param-limit": "回傳的結果數量上限。",
167         "apihelp-opensearch-param-namespace": "搜尋的命名空間。",
168         "apihelp-opensearch-param-suggest": "若<var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var>設定為false,則不做任何事。",
169         "apihelp-opensearch-param-redirects": "如何處理重定向:\n;return:傳回重定向本身。\n;resolve:傳回目標頁面,傳回的結果數目可能少於$1limit。\n由於歷史原因,$1format=json的預設值為「return」,其他格式則為「resolve」。",
170         "apihelp-opensearch-param-format": "輸出的格式。",
171         "apihelp-options-param-reset": "重設偏好設定為網站預設值。",
172         "apihelp-options-example-reset": "重設所有偏好設定",
173         "apihelp-parse-example-page": "解析頁面。",
174         "apihelp-parse-example-text": "解析 wikitext。",
175         "apihelp-parse-example-texttitle": "解析 wikitext,指定頁面標題。",
176         "apihelp-parse-example-summary": "解析摘要。",
177         "apihelp-patrol-summary": "巡查頁面或修訂。",
178         "apihelp-patrol-param-rcid": "要巡查的最近變更 ID。",
179         "apihelp-patrol-param-revid": "要巡查的修訂 ID。",
180         "apihelp-patrol-example-rcid": "巡查一次最近變更。",
181         "apihelp-patrol-example-revid": "巡查一個修訂。",
182         "apihelp-protect-summary": "變更頁面的保護層級。",
183         "apihelp-protect-param-title": "要(解除)保護頁面的標題。 不能與 $1pageid 一起使用。",
184         "apihelp-protect-param-pageid": "要(解除)保護頁面的 ID。 不能與 $1title 一起使用。",
185         "apihelp-protect-param-protections": "保護層級清單,格式為 <kbd>action=level</kbd> (例如 <kbd>edit=sysop</kbd>)。<kbd>all</kbd> 層級代表所有人都可以進行行動,亦即無限制。\n\n<strong>注意:</strong>未列入清單項目的限制皆會移除。",
186         "apihelp-protect-param-expiry": "期限時間戳記,若只設定一個時間戳記,該時間戳記將會套用至所有的保護層級。 使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd> 或 <kbd>never</kbd> 來設定保護層級期限為永遠。",
187         "apihelp-protect-param-reason": "(解除)保護的原因。",
188         "apihelp-query-summary": "擷取來自及有關MediaWiki的數據。",
189         "apihelp-query+allcategories-param-limit": "要回傳的分類數量。",
190         "apihelp-query+allfileusages-param-limit": "要回傳的項目總數。",
191         "apihelp-query+allimages-param-limit": "要回傳的圖片總數。",
192         "apihelp-query+alllinks-param-limit": "要回傳的項目總數。",
193         "apihelp-query+allmessages-summary": "返回來自該網站的訊息。",
194         "apihelp-query+allpages-param-limit": "要回傳的頁面總數。",
195         "apihelp-query+allredirects-param-limit": "要回傳的項目總數。",
196         "apihelp-query+allrevisions-summary": "列出所有修訂版本。",
197         "apihelp-query+alltransclusions-param-limit": "要回傳的項目總數。",
198         "apihelp-query+authmanagerinfo-summary": "取得目前身分核對狀態的資訊。",
199         "apihelp-query+categories-param-limit": "要回傳的分類數量。",
200         "apihelp-query+categoryinfo-summary": "回傳有關指定分類的資訊。",
201         "apihelp-query+categorymembers-summary": "在指定的分類中列出所有頁面。",
202         "apihelp-query+categorymembers-param-limit": "回傳的頁面數量上限。",
203         "apihelp-query+contributors-param-limit": "要回傳的貢獻人員數量。",
204         "apihelp-query+duplicatefiles-param-limit": "要回傳的重複檔案數量。",
205         "apihelp-query+embeddedin-param-filterredir": "如何過濾重新導向。",
206         "apihelp-query+embeddedin-param-limit": "要回傳的頁面總數。",
207         "apihelp-query+extlinks-summary": "回傳所有指定頁面的外部 URL (非 interwiki)。",
208         "apihelp-query+extlinks-param-limit": "要回傳的連結數量。",
209         "apihelp-query+exturlusage-param-limit": "要回傳的頁面數量。",
210         "apihelp-query+filearchive-param-limit": "要回傳的圖片總數。",
211         "apihelp-query+fileusage-param-limit": "要回傳的數量。",
212         "apihelp-query+imageinfo-summary": "回傳檔案資訊與上傳日誌。",
213         "apihelp-query+imageinfo-param-limit": "每個檔案要回傳的檔案修訂數量。",
214         "apihelp-query+images-summary": "回傳指定頁面中包含的所有檔案。",
215         "apihelp-query+images-param-limit": "要回傳的檔案數量。",
216         "apihelp-query+info-summary": "取得基本頁面訊息。",
217         "apihelp-query+iwlinks-summary": "回傳指定頁面的所有 interwiki 連結。",
218         "apihelp-query+iwlinks-param-limit": "要回傳的跨 Wiki 連結數量。",
219         "apihelp-query+langbacklinks-param-limit": "要回傳的頁面總數。",
220         "apihelp-query+langlinks-summary": "回傳指定頁面的所有跨語言連結。",
221         "apihelp-query+langlinks-param-limit": "要回傳的 langlinks 數量。",
222         "apihelp-query+links-summary": "回傳指定頁面的所有連結。",
223         "apihelp-query+links-param-limit": "要回傳的連結數量。",
224         "apihelp-query+linkshere-param-limit": "要回傳的數量。",
225         "apihelp-query+logevents-summary": "從日誌中獲取事件。",
226         "apihelp-query+logevents-param-limit": "要回傳的事件項目總數。",
227         "apihelp-query+pagepropnames-param-limit": "回傳的名稱數量上限。",
228         "apihelp-query+pageswithprop-param-limit": "回傳的頁面數量上限。",
229         "apihelp-query+prefixsearch-param-limit": "回傳的結果數量上限。",
230         "apihelp-query+protectedtitles-param-limit": "要回傳的頁面總數。",
231         "apihelp-query+querypage-param-limit": "回傳的結果數量。",
232         "apihelp-query+recentchanges-summary": "列舉出最近變更。",
233         "apihelp-query+recentchanges-param-limit": "要回傳變更總數。",
234         "apihelp-query+recentchanges-example-simple": "最近變更清單",
235         "apihelp-query+redirects-summary": "回傳連結至指定頁面的所有重新導向。",
236         "apihelp-query+redirects-param-limit": "要回傳的重新導向數量。",
237         "apihelp-query+search-paramvalue-prop-score": "已忽略",
238         "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略",
239         "apihelp-query+search-param-limit": "要回傳的頁面總數。",
240         "apihelp-query+stashimageinfo-summary": "回傳多筆儲藏檔案的檔案資訊。",
241         "apihelp-query+stashimageinfo-example-simple": "回傳儲藏檔案的檔案資訊。",
242         "apihelp-query+tags-summary": "列出更改標籤。",
243         "apihelp-query+templates-summary": "回傳指定頁面中所有引用的頁面。",
244         "apihelp-query+templates-param-limit": "要回傳的模板數量。",
245         "apihelp-query+tokens-param-type": "要求的權杖類型。",
246         "apihelp-query+tokens-example-simple": "接收 csrf 密鑰 (預設)。",
247         "apihelp-query+tokens-example-types": "接收監視密鑰以及巡邏密鑰。",
248         "apihelp-query+transcludedin-param-limit": "回傳的數量。",
249         "apihelp-query+usercontribs-param-limit": "回傳的貢獻數量上限。",
250         "apihelp-query+watchlist-param-limit": "每個請求要回傳的結果總數。",
251         "apihelp-query+watchlistraw-param-limit": "每個請求要回傳的結果總數。",
252         "apihelp-removeauthenticationdata-summary": "為目前使用者移除身分核對資料。",
253         "apihelp-revisiondelete-summary": "刪除和取消刪除修訂。",
254         "apihelp-stashedit-param-title": "正在編輯此頁面的標題。",
255         "apihelp-stashedit-param-text": "頁面內容。",
256         "apihelp-tokens-summary": "取得資料修改動作的密鑰。",
257         "apihelp-tokens-extended-description": "此模組已因支援 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 而停用。",
258         "apihelp-unblock-summary": "解除封鎖一位使用者。",
259         "apihelp-unblock-param-reason": "解除封鎖的原因。",
260         "apihelp-unblock-example-id": "解除封銷 ID #<kbd>105</kbd>。",
261         "apihelp-undelete-param-reason": "還原的原因。",
262         "apihelp-userrights-summary": "更改一位使用者的群組成員。",
263         "apihelp-userrights-param-user": "使用者名稱。",
264         "apihelp-userrights-param-userid": "使用者 ID。",
265         "apihelp-userrights-param-add": "加入使用者至這些群組;若已是成員,則更新失效時間。",
266         "apihelp-userrights-param-remove": "從這些群組移除使用者。",
267         "apihelp-userrights-param-reason": "變更的原因。",
268         "apihelp-format-example-generic": "以 $1 格式傳回查詢結果。",
269         "apihelp-json-summary": "使用 JSON 格式輸出資料。",
270         "apihelp-jsonfm-summary": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
271         "apihelp-none-summary": "不輸出。",
272         "apihelp-php-summary": "使用序列化 PHP 格式輸出資料。",
273         "apihelp-phpfm-summary": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
274         "apihelp-rawfm-summary": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
275         "apihelp-xml-summary": "使用 XML 格式輸出資料。",
276         "apihelp-xmlfm-summary": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
277         "api-format-title": "MediaWiki API 結果",
278         "api-pageset-param-titles": "要使用的標題清單。",
279         "api-pageset-param-pageids": "要使用的頁面 ID 清單。",
280         "api-pageset-param-revids": "要使用的修訂 ID 清單。",
281         "api-help-title": "MediaWiki API 說明",
282         "api-help-lead": "此頁為自動產生的 MediaWiki API 說明文件頁面。\n\n說明文件與範例:https://www.mediawiki.org/wiki/API",
283         "api-help-main-header": "主要模組",
284         "api-help-flag-deprecated": "此模組已停用。",
285         "api-help-flag-readrights": "此模組需要讀取權限。",
286         "api-help-flag-writerights": "此模組需要寫入權限。",
287         "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
288         "api-help-parameters": "{{PLURAL:$1|參數}}:",
289         "api-help-param-deprecated": "已停用。",
290         "api-help-param-required": "此參數為必填。",
291         "api-help-param-list": "{{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔)}}:$2",
292         "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=必須空白|可以空白,或 $2}}",
293         "api-help-param-limit": "不允許超過 $1。",
294         "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
295         "api-help-param-integer-min": "{{PLURAL:$1|1=數值|2=數值}}不可小於 $2。",
296         "api-help-param-integer-max": "{{PLURAL:$1|1=數值|2=數值}}不可大於 $3。",
297         "api-help-param-integer-minmax": "{{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。",
298         "api-help-param-upload": "必須使用 multipart/form-data 以檔案上傳的方式傳送。",
299         "api-help-param-multi-separate": "將幾個值以 <kbd>|</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔。",
300         "api-help-param-multi-max": "上限值為 {{PLURAL:$1|$1}} (機器人為 {{PLURAL:$2|$2}})。",
301         "api-help-param-default": "預設值:$1",
302         "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
303         "api-help-param-token": "自 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 接收的 \"$1\" 密鑰。",
304         "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
305         "api-help-examples": "{{PLURAL:$1|範例}}:",
306         "api-help-permissions": "{{PLURAL:$1|權限}}:",
307         "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
308         "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>。",
309         "apierror-mustbeloggedin-changeauth": "必須登入,才能變更身分核對資取。",
310         "apierror-mustbeloggedin-removeauth": "必須登入,才能移除身分核對資取。",
311         "apierror-reauthenticate": "於本工作階段還未核對身分,請重新核對。",
312         "apierror-timeout": "伺服器未有在預計的時間內回應。",
313         "api-credits-header": "製作群",
314         "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/。"
315 }