“MediaWiki:Gadget-HotCat.js/local defaults”的版本间的差异

来自舰娘百科图库
跳转至: 导航搜索
(创建页面,内容为“//<source lang="javascript"> if (typeof (HotCat) != 'undefined') { HotCat.messages.cat_removed = '已移除Category:$1'; HotCat.messages.template_removed =...”)
 
(没有差异)

2016年12月24日 (六) 07:49的最新版本

//
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 = '已重定向的分类';
}

//