Merge "Proper namespace handling for WikiImporter"
[lhc/web/wiklou.git] / includes / api / i18n / zh-hant.json
1 {
2 "@metadata": {
3 "authors": [
4 "Cwlin0416",
5 "Liuxinyu970226",
6 "LNDDYL"
7 ]
8 },
9 "apihelp-main-param-action": "要執行的動作。",
10 "apihelp-main-param-format": "輸出的格式。",
11 "apihelp-block-description": "封鎖使用者。",
12 "apihelp-block-param-user": "您要封鎖的使用者名稱、IP 位址或 IP 範圍。",
13 "apihelp-block-param-reason": "封鎖原因。",
14 "apihelp-block-param-anononly": "僅封鎖匿名使用者 (禁止這個 IP 的匿名使用者編輯)。",
15 "apihelp-block-param-nocreate": "禁止建立帳號。",
16 "apihelp-block-param-autoblock": "自動封鎖最後使用的 IP 位址,以及在這之後嘗試登入的 IP 位址。",
17 "apihelp-block-param-noemail": "禁止使用者透過 Wiki 寄送電子郵件。 (需要 \"blockemail\" 權限)。",
18 "apihelp-block-param-hidename": "隱藏封鎖日誌的使用者名稱。 (需要 \"hideuser\" 權限)。",
19 "apihelp-block-param-allowusertalk": "允許使用者編輯自己的對話頁面 (依據 $wgBlockAllowsUTEdit 的設定)。",
20 "apihelp-block-param-reblock": "若使用者已被封鎖,覆寫既有的封鎖設定值。",
21 "apihelp-block-param-watchuser": "監視使用者或 IP 的使用者頁面與對話頁面。",
22 "apihelp-compare-param-fromtitle": "要比對的第一個標題。",
23 "apihelp-compare-param-fromid": "要比對的第一個頁面 ID。",
24 "apihelp-compare-param-fromrev": "要比對的第一個修訂。",
25 "apihelp-compare-param-totitle": "要比對的第二個標題。",
26 "apihelp-compare-param-toid": "要比對的第二個頁面 ID。",
27 "apihelp-compare-param-torev": "要比對的第二個修訂。",
28 "apihelp-compare-example-1": "建立修訂 1 與 1 的差異檔",
29 "apihelp-createaccount-description": "建立新使用者帳號。",
30 "apihelp-createaccount-param-name": "使用者名稱。",
31 "apihelp-createaccount-param-password": "密碼 (若有設定 $1mailpassword 則可略過)。",
32 "apihelp-createaccount-param-domain": "外部認証使用的網域 (選填)。",
33 "apihelp-createaccount-param-token": "已取得帳號建立密鑰於第一次請求。",
34 "apihelp-createaccount-param-email": "使用者的電子郵件位址 (選填)。",
35 "apihelp-createaccount-param-realname": "使用者的真實姓名 (選填)。",
36 "apihelp-createaccount-param-mailpassword": "若設為其他值,將會以電子郵件寄送隨機密碼給使用者。",
37 "apihelp-createaccount-param-reason": "建立帳號時選填的原因,會被記錄到日誌當中。",
38 "apihelp-createaccount-param-language": "要設定的使用者預設語言代碼 (選填,預設依據內容語言)。",
39 "apihelp-createaccount-example-pass": "建立使用者 \"testuser\" 使用密碼 \"test123\"",
40 "apihelp-createaccount-example-mail": "建立使用者 \"testmailuser\" 並且電子郵件通知隨機產生的密碼",
41 "apihelp-delete-description": "刪除頁面。",
42 "apihelp-delete-param-title": "您欲刪除的頁面標題。 無法與 $1pageid 同時使用。",
43 "apihelp-delete-param-pageid": "您欲刪除頁面的頁面 ID。 無法與 $1title 同時使用。",
44 "apihelp-delete-param-reason": "刪除的原因。 若未設定,將會使用自動產生的原因。",
45 "apihelp-delete-param-watch": "加入頁面至您的監視清單。",
46 "apihelp-delete-param-unwatch": "從您的監視清單中移除頁面。",
47 "apihelp-delete-example-simple": "刪除主頁面",
48 "apihelp-delete-example-reason": "刪除主頁面使用原因 \"準備移至它處\"",
49 "apihelp-disabled-description": "已停用此模組。",
50 "apihelp-edit-description": "建立與編輯頁面。",
51 "apihelp-edit-param-title": "您欲編輯的頁面標題。 無法與 $1pageid 同時使用。",
52 "apihelp-edit-param-pageid": "您欲編輯頁面的頁面 ID。 無法與 $1title 同時使用。",
53 "apihelp-edit-param-section": "章節編號。 0 代表最上層章節,\"new\" 代表新章節。",
54 "apihelp-edit-param-sectiontitle": "新章節的標題。",
55 "apihelp-edit-param-text": "頁面內容。",
56 "apihelp-edit-param-summary": "編輯摘要。 當未設定 $1section=new 與 $1sectiontitle 時也會當做章節標題。",
57 "apihelp-edit-param-minor": "小編輯。",
58 "apihelp-edit-param-notminor": "非小編輯。",
59 "apihelp-edit-param-createonly": "若頁面已存在,則不編輯頁面。",
60 "apihelp-edit-param-nocreate": "若頁面不存在,則產生錯誤。",
61 "apihelp-edit-param-watch": "加入頁面至您的監視清單。",
62 "apihelp-edit-param-unwatch": "從您的監視清單中移除頁面。",
63 "apihelp-edit-example-edit": "編輯頁面",
64 "apihelp-emailuser-description": "寄送電子郵件給使用者。",
65 "apihelp-emailuser-param-target": "電子郵件的收件使用者。",
66 "apihelp-emailuser-param-subject": "郵件主旨。",
67 "apihelp-emailuser-param-text": "郵件內容。",
68 "apihelp-emailuser-param-ccme": "寄送一份此郵件的複本給我。",
69 "apihelp-emailuser-example-email": "寄送電子郵件給使用者 \"WikiSysop\" 使用內容 \"Content\"",
70 "apihelp-expandtemplates-description": "展開所有於 wikitext 中模板。",
71 "apihelp-expandtemplates-param-title": "頁面標題。",
72 "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。",
73 "apihelp-login-param-name": "使用者名稱。",
74 "apihelp-login-example-login": "登入",
75 "apihelp-move-description": "移動頁面。",
76 "apihelp-opensearch-param-search": "搜尋字串。",
77 "apihelp-options-example-reset": "重設所有偏好設定",
78 "apihelp-userrights-param-user": "使用者名稱。",
79 "apihelp-userrights-param-userid": "使用者 ID。",
80 "apihelp-format-example-generic": "格式化查詢結果為 $1 格式",
81 "apihelp-dbg-description": "使用 PHP 的 var_export() 格式輸出資料。",
82 "apihelp-dbgfm-description": "使用 PHP 的 var_export() 格式輸出資料 (使用 HTML 格式顯示)。",
83 "apihelp-dump-description": "使用 PHP 的 var_dump() 格式輸出資料。",
84 "apihelp-dumpfm-description": "使用 PHP 的 var_dump() 格式輸出資料 (使用 HTML 格式顯示)。",
85 "apihelp-json-description": "使用 JSON 格式輸出資料。",
86 "apihelp-jsonfm-description": "使用 JSON 格式輸出資料 (使用 HTML 格式顯示)。",
87 "apihelp-none-description": "不輸出。",
88 "apihelp-php-description": "使用序列化 PHP 格式輸出資料。",
89 "apihelp-phpfm-description": "使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。",
90 "apihelp-rawfm-description": "使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。",
91 "apihelp-txt-description": "使用 PHP 的 print_r() 格式輸出資料。",
92 "apihelp-txtfm-description": "使用 PHP 的 print_r() 格式輸出資料 (使用 HTML 格式顯示)。",
93 "apihelp-wddx-description": "使用 WDDX 格式輸出資料。",
94 "apihelp-wddxfm-description": "使用 WDDX 格式輸出資料 (使用 HTML 格式顯示)。",
95 "apihelp-xml-description": "使用 XML 格式輸出資料。",
96 "apihelp-xmlfm-description": "使用 XML 格式輸出資料 (使用 HTML 格式顯示)。",
97 "apihelp-yaml-description": "使用 YAML 格式輸出資料。",
98 "apihelp-yamlfm-description": "使用 YAML 格式輸出資料 (使用 HTML 格式顯示)。",
99 "api-format-title": "MediaWiki API 結果",
100 "api-help-title": "MediaWiki API 說明",
101 "api-help-main-header": "主要模組",
102 "api-help-flag-deprecated": "此模組已停用。",
103 "api-help-flag-readrights": "此模組需要讀取權限。",
104 "api-help-flag-writerights": "此模組需要寫入權限。",
105 "api-help-flag-mustbeposted": "此模組僅接受 POST 請求。",
106 "api-help-parameters": "{{PLURAL:$1|參數}}:",
107 "api-help-param-deprecated": "已停用。",
108 "api-help-param-required": "此參數為必填。",
109 "api-help-param-limit": "不允許超過 $1。",
110 "api-help-param-limit2": "不允許超過 $1 (機器人為 $2)。",
111 "api-help-param-multi-separate": "使用 \"|\" 分隔數值。",
112 "api-help-param-default": "預設值:$1",
113 "api-help-param-default-empty": "預設值:<span class=\"apihelp-empty\">(空)</span>",
114 "api-help-param-no-description": "<span class=\"apihelp-empty\">(無描述)</span>",
115 "api-help-examples": "{{PLURAL:$1|範例}}:",
116 "api-help-permissions": "{{PLURAL:$1|權限}}:",
117 "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2",
118 "api-credits-header": "製作群"
119 }