mediawiki-extensions-RSS/i18n/zh-hans.json
Siebrand Mazeland 9a224d07c9 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I3b3e5462cfcaa0496a0b01d491dae2f92573b293
2014-03-28 21:45:51 +01:00

24 lines
1.7 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": [
"Anakmalaysia",
"Chenxiaoqino",
"Hydra",
"PhiLiP",
"Yfdyh000",
"Zhuyifei1999"
]
},
"rss-desc": "在MediaWiki页面上使用模板页面以标准或使用者自订格式显示RSS源",
"rss-tracking-category": "有RSS源的页面",
"rss-error": "自$1: $2加载RSS失败",
"rss-empty": "自$1加载RSS失败",
"rss-fetch-nourl": "无网址情况中进行读取!",
"rss-invalid-url": "不是有效的网址:$1",
"rss-parse-error": "RSS 的解析 XML 时出现错误",
"rss-ns-permission": "此名字空间不允许使用RSS",
"rss-url-is-not-whitelisted": "\"$1\"不在允许订阅的源的白名单中。 {{PLURAL:$3|$2是唯一允许的源|允许订阅的源如下所示:$2}}。",
"rss-empty-whitelist": "\"$1\"不在允许订阅的源的白名单中。没有任何允许订阅的源的地址在白名单中。",
"rss-deprecated-wgrssallowedfeeds-found": "检测到已废弃的变量 $wgRSSAllowedFeeds。自RSS 2.0版本,此变量已被 $wgRSSUrlWhitelist 所替代见Extension:RSS手册页面中的描述。",
"rss-feed": "<!-- 以下是两种可供选择的模板,第一种是默认的进料模板 -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- don't use newline here --><!-- 第二种是需要Extension:ParserFunctions的改进版本 --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: &mdash; {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: &mdash; {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->"
}