MediaWiki:Gadget-HotCat.js/local defaults

出自竹園Wiki
< MediaWiki:Gadget-HotCat.js
於 2017年7月2日 (日) 12:35 由 Xiplus留言 | 貢獻 所做的修訂 (已建立頁面,內容為 "//<source lang="javascript"> if (typeof (HotCat) != 'undefined') { HotCat.messages.cat_removed = '已移除Category:$1'; HotCat.messages.template_removed =...")
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋

//

if (typeof (HotCat) != 'undefined') {
  HotCat.messages.cat_removed = '已移除[[Category:$1]]';
  HotCat.messages.template_removed = '已移除{{[[Category:$1]]}}';
  HotCat.messages.cat_added = '已添加[[Category:$1]]';
  HotCat.messages.cat_keychange = '已設置[[Category:$1]]的新排序字:';
  HotCat.messages.cat_notFound = '分類“$1”没有找到';
  HotCat.messages.cat_exists = '分類“$1”已经存在,没有添加。';
  HotCat.messages.cat_resolved = '(重定向[[Category:$1]]已處理)';
  HotCat.messages.uncat_removed = '已移除{{uncategorized}}';
  HotCat.messages.prefix = '使用[[WP:HOTCAT|HotCat]]';
  HotCat.messages.using = '';
  HotCat.messages.multi_change = '$1個分類';
  
  HotCat.disambig_category = null;
  HotCat.redir_category = '已重定向的分類';
}

//