mediawiki-extensions-RSS/i18n/zh-hant.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

16 lines
1.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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",
"Mark85296341"
]
},
"rss-desc": "在MediaWiki頁面上使用模板頁面以標準或用戶自定義格式顯示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-feed": "<!-- 以下是兩種可供選擇的模板,第一種是默認的進料模板-->; '''<span class='plainlinks'>[{{{link}}} {{{title }}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- 在此切勿換行 --><!-- 第二種是需要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}}}}}|}} -->"
}