Merge "Localisation updates from https://translatewiki.net."
[lhc/web/wiklou.git] / includes / api / i18n / zh-hant.json
1 {
2 "@metadata": {
3 "authors": [
4 "Cwlin0416",
5 "Liuxinyu970226"
6 ]
7 },
8 "apihelp-main-param-action": "要執行的動作。",
9 "apihelp-main-param-format": "輸出的格式。",
10 "apihelp-format-example-generic": "格式化查詢結果為 $1 格式",
11 "apihelp-dbg-description": "使用 PHP 的 var_export() 格式輸出資料。",
12 "apihelp-dbgfm-description": "使用 PHP 的 var_export() 格式輸出資料 (使用 HTML 格式顯示)。",
13 "apihelp-dump-description": "使用 PHP 的 var_dump() 格式輸出資料。",
14 "apihelp-dumpfm-description": "使用 PHP 的 var_dump() 格式輸出資料 (使用 HTML 格式顯示)。",
15 "apihelp-json-description": "使用 JSON 格式輸出資料。",
16 "apihelp-jsonfm-description": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
17 "apihelp-none-description": "不輸出。",
18 "apihelp-php-description": "使用序列化 PHP 格式輸出資料。",
19 "apihelp-phpfm-description": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
20 "apihelp-rawfm-description": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
21 "apihelp-txt-description": "使用 PHP 的 print_r() 格式輸出資料。",
22 "apihelp-txtfm-description": "使用 PHP 的 print_r() 格式輸出資料 (使用 HTML 格式顯示)。",
23 "apihelp-wddx-description": "使用 WDDX 格式輸出資料。",
24 "apihelp-wddxfm-description": "使用 WDDX 格式輸出資料 (使用 HTML 格式顯示)。",
25 "apihelp-xml-description": "使用 XML 格式輸出資料。",
26 "apihelp-xmlfm-description": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
27 "apihelp-yaml-description": "使用 YAML 格式輸出資料。",
28 "apihelp-yamlfm-description": "使用 YAML 格式輸出資料 (使用 HTML 格式顯示)。",
29 "api-format-title": "MediaWiki API 結果",
30 "api-help-title": "MediaWiki API 說明",
31 "api-help-main-header": "主要模組",
32 "api-help-flag-deprecated": "此模組已停用。",
33 "api-help-flag-readrights": "此模組需要讀取權限。",
34 "api-help-flag-writerights": "此模組需要寫入權限。",
35 "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
36 "api-help-parameters": "{{PLURAL:$1|參數}}:",
37 "api-help-param-deprecated": "已停用。",
38 "api-help-param-required": "此參數為必填。",
39 "api-help-param-limit": "不允許超過 $1。",
40 "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
41 "api-help-param-multi-separate": "使用 \"|\" 分隔數值。",
42 "api-help-param-default": "預設值:$1",
43 "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
44 "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
45 "api-help-examples": "{{PLURAL:$1|範例}}:",
46 "api-help-permissions": "{{PLURAL:$1|權限}}:",
47 "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
48 "api-credits-header": "製作群"
49 }