//

// 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 = '更易多類';

    HotCat.messages.cat_removed  = '去[[分類:$1]]';
    HotCat.messages.template_removed  = '去{{[[分類:$1]]}}';
    HotCat.messages.cat_added    = '增[[分類:$1]]';
    HotCat.messages.cat_keychange= '[[分類:$1]]之新鍵「$2」';
    HotCat.messages.cat_notFound = '類「$1」不存';
    HotCat.messages.cat_exists   = '類「$1」已存,未增耳。';
    HotCat.messages.cat_resolved = '(引渡[[分類:$1]])';
    HotCat.messages.uncat_removed= '去{{uncategorized}}';
    HotCat.messages.separator    = ';';
    HotCat.messages.using        = ' 藉[[:zh:Wikipedia:维基百科工具/HotCat|熾貓]]之助';
    HotCat.messages.multi_change = '$1類';
}

//