X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fzh-hant.json;h=6f2bcd61dcffe9d73ed84a4510039a03b953b304;hp=54e476f63889e18bbf685fba132f92142d022b87;hb=c584722cc2e3d33edae58d46c2149063b3fc6d72;hpb=00cef5ba5952d23e315f031a56c08855fd266b98 diff --git a/includes/api/i18n/zh-hant.json b/includes/api/i18n/zh-hant.json index 54e476f638..6f2bcd61dc 100644 --- a/includes/api/i18n/zh-hant.json +++ b/includes/api/i18n/zh-hant.json @@ -7,12 +7,23 @@ "EagerLin", "Zhxy 519", "Macofe", - "Jasonzhuocn" + "Jasonzhuocn", + "Winstonyin", + "Arthur2e5", + "烈羽" ] }, - "apihelp-main-description": "
\n* [[mw:API:Main_page|文件]]\n* [[mw:API:FAQ|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 Bug與請求]\n
\n狀態資訊:本頁所展示的所有功能都應正常工作,但是 API 仍在開發當中,將會隨時變化。請訂閱[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 郵件清單]以便得到更新通知。\n\n錯誤請求:當 API 收到錯誤請求時, HTTP header 將會返回一個包含「MediaWiki-API-Error」的值,隨後 header 的值與錯誤碼將會送回並設定為相同的值。詳細資訊請參閱[[mw:API:Errors_and_warnings|API: 錯誤與警告]]。", + "apihelp-main-description": "
\n* [[mw:API:Main_page|說明文件]]\n* [[mw: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
\n狀態資訊:本頁所展示的所有功能都應正常工作,但是API仍在開發當中,將會隨時變化。請訂閱[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 郵件清單]以便得到更新通知。\n\n錯誤的請求:當API收到錯誤的請求時,會發出以「MediaWiki-API-Error」為鍵的HTTP頭欄位,隨後頭欄位的值與錯誤碼將會被設為相同的值。詳細資訊請參閱[[mw:API:Errors_and_warnings|API: 錯誤與警告]]。\n\n測試:要簡化API請求的測試過程,請見[[Special:ApiSandbox]]。", "apihelp-main-param-action": "要執行的動作。", "apihelp-main-param-format": "輸出的格式。", + "apihelp-main-param-smaxage": "將HTTP緩存控制頭欄位設為s-maxage秒。錯誤不會做緩存。", + "apihelp-main-param-maxage": "將HTTP緩存控制頭欄位設為max-age秒。錯誤不會做緩存。", + "apihelp-main-param-assert": "若設為user,會確認使用者是否已登入;若設為bot,會確認是否擁有機械人權限。", + "apihelp-main-param-assertuser": "確認目前使用者就是指定的使用者。", + "apihelp-main-param-requestid": "在此處提供的任何值都將包括在響應之中。可用於區分請求。", + "apihelp-main-param-servedby": "在結果中包括提出請求的主機名。", + "apihelp-main-param-curtimestamp": "在結果中包括目前的時間戳。", + "apihelp-main-param-responselanginfo": "在結果中包括uselang和errorlang所用的語言。", "apihelp-block-description": "封鎖使用者。", "apihelp-block-param-user": "您要封鎖的使用者名稱、IP 位址或 IP 範圍。", "apihelp-block-param-reason": "封鎖原因。", @@ -91,6 +102,7 @@ "apihelp-expandtemplates-param-text": "要轉換的 Wikitext。", "apihelp-feedcontributions-description": "回傳使用者貢獻 Feed。", "apihelp-feedcontributions-param-feedformat": "Feed 的格式。", + "apihelp-feedcontributions-param-hideminor": "隱藏小修改。", "apihelp-feedcontributions-param-showsizediff": "顯示修訂版本之間的差異大小。", "apihelp-feedcontributions-example-simple": "返回使用者Example的貢獻。", "apihelp-feedrecentchanges-description": "返回最近變更摘要。", @@ -126,18 +138,29 @@ "apihelp-login-example-login": "登入", "apihelp-logout-description": "登出並清除 session 資料。", "apihelp-logout-example-logout": "登出當前使用者", + "apihelp-mergehistory-description": "合併頁面歷史", + "apihelp-mergehistory-param-reason": "合併歷史的原因。", + "apihelp-mergehistory-example-merge": "將Oldpage的整個歷史合併至Newpage。", + "apihelp-mergehistory-example-merge-timestamp": "將Oldpage直至2015-12-31T04:37:41Z的頁面修訂版本合併至Newpage。", "apihelp-move-description": "移動頁面。", "apihelp-move-param-from": "重新命名本頁面的標題。不能與 $1fromid 一起出現。", "apihelp-move-param-fromid": "重新命名本頁面的 ID 。不能與 $1fromid 一起出現。", "apihelp-move-param-to": "將本頁面的標題重新命名為", "apihelp-move-param-reason": "重新命名的原因。", + "apihelp-move-param-movetalk": "如果討論頁存在,變更討論頁名稱。", "apihelp-move-param-movesubpages": "如果適用,則重新命名子頁面。", "apihelp-move-param-noredirect": "不要建立重新導向。", + "apihelp-move-param-watch": "將頁面和重定向加入目前使用者的監視清單。", + "apihelp-move-param-unwatch": "從目前使用者的監視清單中移除頁面和重定向。", + "apihelp-move-param-watchlist": "在目前使用者的監視清單中無條件地加入或移除頁面,或使用設定,或不變更監視清單。", "apihelp-move-param-ignorewarnings": "忽略所有警告。", + "apihelp-move-example-move": "將Badtitle移動至Goodtitle,不留下重定向。", "apihelp-opensearch-description": "使用 OpenSearch 協定搜尋本 wiki。", "apihelp-opensearch-param-search": "搜尋字串。", "apihelp-opensearch-param-limit": "回傳的結果數量上限。", "apihelp-opensearch-param-namespace": "搜尋的命名空間。", + "apihelp-opensearch-param-suggest": "若[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]設定為false,則不做任何事。", + "apihelp-opensearch-param-redirects": "如何處理重定向:\n;return:傳回重定向本身。\n;resolve:傳回目標頁面,傳回的結果數目可能少於$1limit。\n由於歷史原因,$1format=json的預設值為「return」,其他格式則為「resolve」。", "apihelp-opensearch-param-format": "輸出的格式。", "apihelp-options-param-reset": "重設偏好設定為網站預設值。", "apihelp-options-example-reset": "重設所有偏好設定", @@ -262,6 +285,7 @@ "api-help-examples": "{{PLURAL:$1|範例}}:", "api-help-permissions": "{{PLURAL:$1|權限}}:", "api-help-permissions-granted-to": "{{PLURAL:$1|已授權給}}: $2", + "api-help-authmanager-general-usage": "使用此模組的一般程式是:\n# 通過amirequestsfor=$4取得來自[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]的可用欄位,和來自[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]的$5令牌。\n# 向用戶顯示欄位,並獲得其提交的內容。\n# 提交(POST)至此模組,提供$1returnurl及任何相關欄位。\n# 在回应中檢查status。\n#* 如果您收到了PASS(成功)或FAIL(失敗),則認為操作結束。成功與否如上句所示。\n#* 如果您收到了UI,向用戶顯示新欄位,並再次獲取其提交的內容。然後再次使用$1continue,向本模組提交相關欄位,並重復第四步。\n#* 如果您收到了REDIRECT,將使用者指向redirecttarget中的目標,等待其返回$1returnurl。然後再次使用$1continue,向本模組提交返回URL中提供的一切欄位,並重復第四步。\n#* 如果您收到了RESTART,這意味著身份驗證正常運作,但我們沒有連結的使用者賬戶。您可以將此看做UI或FAIL。", "api-credits-header": "製作群", "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/。" }