跳至內容

MediaWiki:Gadget-HotCat.js/zh

勤求古訓,博采眾方
於 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 = '修改多个分类';
}

//