MediaWiki:Gadget-HotCat.js/zh-hans
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
//<source lang="javascript">
// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
HotCat.messages.commit = '保存';
HotCat.messages.ok = '确定';
HotCat.messages.cancel = '取消';
HotCat.messages.multi_error = '无法从服务器取得页面文字。因此,您的分类变更无法保存。我们为此不便表示抱歉。';
HotCat.categories = '分类';
HotCat.engine_names.searchindex = '搜索索引';
HotCat.engine_names.pagelist = '页面列表';
HotCat.engine_names.combined = '合并搜索';
HotCat.engine_names.subcat = '子分类';
HotCat.engine_names.parentcat = '上层分类';
HotCat.tooltips.change = '修改';
HotCat.tooltips.remove = '移除';
HotCat.tooltips.add = '增加一个新分类';
HotCat.tooltips.restore = '撤销变更';
HotCat.tooltips.undo = '撤销变更';
HotCat.tooltips.down = '打开以修改并显示子分类';
HotCat.tooltips.up = '打开以修改并显示上层分类';
HotCat.multi_tooltip = '修改多个分类';
}
//</source>