mediawiki-extensions-TextEx.../i18n/api/zh-hans.json
Translation updater bot ec635c314d Localisation updates from https://translatewiki.net.
Change-Id: I2163c049ee1f93377871c2b2e6e6125e16927bbc
2019-08-25 10:32:02 +02:00

23 lines
1.8 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": [
"Liuxinyu970226",
"Yfdyh000"
]
},
"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设置为真时返回。",
"apihelp-query+extracts-param-intro": "只返回在首个章节前的内容",
"apihelp-query+extracts-param-plaintext": "返回提取物为纯文本而非HTML。",
"apihelp-query+extracts-param-sectionformat": "纯文本模式下如何格式化章节:\n;plain:无格式。\n;wiki:Wiki文本样式的格式== 像是这样 ==)。\n;raw:此模块的内部表示方法(章节标题前缀<ASCII 1><ASCII 2><章节级别><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列出。"
}