mediawiki-extensions-RSS/i18n/zh-hant.json
Translation updater bot 9f9bef3a22 Localisation updates from https://translatewiki.net.
Change-Id: I56cb0873fb5583550e0c02b50fe8a89e89a75f49
2014-12-23 21:42:31 +01:00

25 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",
"Mark85296341",
"Liuxinyu970226",
"LNDDYL",
"Cwlin0416"
]
},
"rss-desc": "在 MediaWiki 頁面上使用樣板頁面,以標準或使用者自定義格式顯示 RSS 源",
"rss-tracking-category": "帶 RSS 源頁面",
"rss-tracking-category-desc": "頁面有 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\" 不在允許訂閱白名單中。此白名單並無允許訂閱之 URL。",
"rss-deprecated-wgrssallowedfeeds-found": "已檢測到已停用的變數 $wgRSSAllowedFeeds。由 RSS 2.0 版本起此變數已被替換為 $wgRSSUrlWhitelist請請參考手冊頁面 Extension: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}}}}}|}} -->"
}