mediawiki-extensions-TextEx.../i18n/zh-hans.json
Translation updater bot fe45528aad Localisation updates from https://translatewiki.net.
Change-Id: Ib7fc1a2b32e8d41a760d3e6fb2c80c702ccb31cc
2016-07-02 22:54:39 +02:00

19 lines
1.2 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": [
"Yfdyh000",
"Liuxinyu970226"
]
},
"textextracts-desc": "提供纯文本或有限的HTML页面内容提取",
"apihelp-query+extracts-description": "返回指定页面的纯文本或有限的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-param-variant": "转换内容至这种语言变体。",
"apihelp-query+extracts-example-1": "获得175个字符的内容"
}