3,469
个编辑
MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
小 (// Edit via Wikiplus) |
(// Edit via Wikiplus) |
||
| (未显示同一用户的3个中间版本) | |||
| 第282行: | 第282行: | ||
// from the wiki where this script is executing, even if this script itself is hotlinked from Commons. This can | // from the wiki where this script is executing, even if this script itself is hotlinked from Commons. This can | ||
// be used to change the default settings, or to provide localized interface texts for edit summaries and so on. | // be used to change the default settings, or to provide localized interface texts for edit summaries and so on. | ||
// 搬运自中文维基百科,有修改 | |||
// https://zh.wikipedia.org/wiki/MediaWiki:Gadget-HotCat.js/local_defaults | |||
HC.messages.cat_removed = '移除[[Category:$1]]'; | |||
HC.messages.template_removed = '移除{{[[Category:$1]]}}'; | |||
HC.messages.cat_added = '添加[[Category:$1]]'; | |||
HC.messages.cat_keychange = '已设置[[Category:$1]]的新排序字:'; | |||
HC.messages.cat_notFound = '分类“$1”没有找到'; | |||
HC.messages.cat_exists = '分类“$1”已经存在,没有添加。'; | |||
HC.messages.cat_resolved = '(重定向[[Category:$1]]已处理)'; | |||
HC.messages.uncat_removed = '已移除{{uncategorized}}'; | |||
HC.messages.prefix = '使用HotCat'; | |||
HC.messages.using = ''; | |||
HC.messages.multi_change = '$1个分类'; | |||
loadTrigger.loaded(); | |||
// Load localized UI texts. These are the texts that HotCat displays on the page itself. Texts shown in edit summaries | // Load localized UI texts. These are the texts that HotCat displays on the page itself. Texts shown in edit summaries | ||
// should be localized in /local_defaults above. | // should be localized in /local_defaults above. | ||
if ( conf.wgUserLanguage !== 'en' ) { | if ( conf.wgUserLanguage !== 'en' ) { | ||
// | // 搬运自维基共享资源 | ||
// https://commons.wikimedia.org/wiki/MediaWiki:Gadget-HotCat.js/zh-cn | |||
HC.messages.commit = '保存'; | |||
HC.messages.ok = '确定'; | |||
HC.messages.cancel = '取消'; | |||
HC.messages.multi_error = '无法从服务器取得页面文字。因此,您的分类变更无法保存。我们为此不便表示抱歉。'; | |||
HC.categories = '分类'; | |||
' | HC.engine_names.searchindex = '搜索索引'; | ||
' | HC.engine_names.pagelist = '页面列表'; | ||
HC.engine_names.combined = '合并搜索'; | |||
HC.engine_names.subcat = '子分类'; | |||
HC.engine_names.parentcat = '上层分类'; | |||
HC.tooltips.change = '修改'; | |||
HC.tooltips.remove = '移除'; | |||
HC.tooltips.add = '增加一个新分类'; | |||
HC.tooltips.restore = '撤销变更'; | |||
HC.tooltips.undo = '撤销变更'; | |||
HC.tooltips.down = '打开以修改并显示子分类'; | |||
HC.tooltips.up = '打开以修改并显示上层分类'; | |||
HC.multi_tooltip = '修改多个分类'; | |||
loadTrigger.loaded(); | |||
} else { | } else { | ||
loadTrigger.loaded(); | loadTrigger.loaded(); | ||