跳转到内容

MediaWiki:Gadget-HotCat.js/zh-hans

勤求古训,博采众方
鹿野耕云留言 | 贡献2025年11月18日 (二) 09:03的版本 (创建页面,内容为“//<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.searchind…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

//

// 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 = '修改多个分类';
}

//