mediawiki-extensions-TextEx.../i18n/zh-hant.json
Translation updater bot f607ff8d6c Localisation updates from https://translatewiki.net.
Change-Id: I1e6f035ccec4d52d3cd4fc7187b19679b2d75a67
2018-06-24 22:26:03 +02:00

23 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Kly"
]
},
"textextracts-desc": "提供純文字或受限的頁面內容 HTML 匯出",
"apihelp-query+extracts-description": "回傳純文字或受限的指定頁面 HTML 匯出。",
"apihelp-query+extracts-summary": "回傳純文字或受限的指定頁面 HTML 匯出。",
"apihelp-query+extracts-param-chars": "要回傳的字元數量。實際回傳的文字可能會稍多。",
"apihelp-query+extracts-param-sentences": "要回傳的文句數量。",
"apihelp-query+extracts-param-limit": "要回傳的匯出數量。(若 exintro 設定成 true 可回傳多個提取。)",
"apihelp-query+extracts-param-intro": "僅回傳在首個段落前的內容。",
"apihelp-query+extracts-param-plaintext": "回傳匯出為純文字而非受限的 HTML 內容",
"apihelp-query+extracts-param-sectionformat": "在純文字模式如何格式化段落:\n;plain無格式。\n;wikiWiki 文字樣式格式(== 例如像這樣 ==)。\n;raw此模組的內建呈現方法帶有 <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1> 的段落標題前綴)。",
"apihelp-query+extracts-example-1": "取得 175-字元匯出內容",
"apiwarn-textextracts-limit": "<var>exlimit</var> 對於整個條目提取請求太大,已降為 $1。",
"apiwarn-textextracts-unsupportedmodel": "$1 含有內容模組 $2這並不被支援且會回傳空白匯出內容。",
"apiwarn-textextracts-title-in-file-namespace": "已請求匯出在檔案命名空間的標題,但未有內容回傳。",
"apiwarn-textextracts-sentences-and-html": "當使用 HTML 模式時,<var>$1sentences</var> 參數可能會產生預期外的結果。",
"apiwarn-textextracts-malformed-html": "HTML 可能不完整/或不穩定,並可能會忽略行內的圖片。使用時請自行承擔風險。已知問題則列在 https://www.mediawiki.org/wiki/Extension:TextExtracts#Caveats 裡。"
}