MediaWiki:Gadget-HotCat.js/local defaults
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
// 搬运自中文维基百科,有修改
// https://zh.wikipedia.org/wiki/MediaWiki:Gadget-HotCat.js/local_defaults
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 = '使用HotCat';
HotCat.messages.using = '';
HotCat.messages.multi_change = '$1个分类';
}