MediaWiki:Gadget-Cat-a-lot.js/wuu

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.

//<nowiki>
if (mw.config.get('wgUserLanguage') !== 'en') {
	mw.messages.set({
		// Preferences
		'cat-a-lot-watchlistpref'  : '用Cat-a-lot编辑文件个关注列表设定',
		'cat-a-lot-watch_pref'     : '照牢侬个一般性设定',
		'cat-a-lot-watch_nochange' : '弗要改关注状态',
		'cat-a-lot-watch_watch'    : '关注用Cat-a-lot编辑个页面',
		'cat-a-lot-watch_unwatch'  : '用Cat-a-lot编辑个辰光从侬个关注列表拿脱页面',
		'cat-a-lot-minorpref'      : '标记成细编辑(假使侬一般性标记成细编辑,该只选项呒不影响)',
		'cat-a-lot-editpagespref'  : '允许对弗是文件个页面(包括分类)做分类操作',
		'cat-a-lot-docleanuppref'  : '拿脱{{Check categories}}搭仔别样细微清理',
		'cat-a-lot-uncatpref'      : '拿脱{{Uncategorized}}',
		'cat-a-lot-subcatcountpref': '顶多显示几只子分类',
		'cat-a-lot-config-settings': '设定',
		'cat-a-lot-buttonpref'     : '用揿钮,弗用文本链接',
		'cat-a-lot-comment-label'  : '自定义编辑评论',
		'cat-a-lot-edit-question'  : '为啥箇趟改动是必要个?',

		// Progress
		'cat-a-lot-editing'          : '来上编辑页面',
		'cat-a-lot-of'               : '/ ',
		'cat-a-lot-skipped-already'  : '下底{{PLURAL:$1|1=只页面|$1只页面}}跳过哉,因为已经来勒分类里向哉:',
		'cat-a-lot-skipped-not-found': '下底{{PLURAL:$1|1=只页面|$1只页面}}跳过哉,因为老个分类寻弗着:',
		'cat-a-lot-skipped-server'   : '下底{{PLURAL:$1|1=只页面|$1只页面}}改弗落,因为连接服务器出着问题:',
		'cat-a-lot-all-done'         : '所有页面处理好哉。',
		'cat-a-lot-done'             : '完成哉!',
		'cat-a-lot-added-cat'        : '加着分类“$1”',
		'cat-a-lot-copied-cat'       : '复制到分类“$1”哉',
		'cat-a-lot-moved-cat'        : '移动到分类“$1”哉',
		'cat-a-lot-removed-cat'      : '从分类“$1”拿脱哉',

		// as in 17 files selected
		'cat-a-lot-files-selected': '选着$1只文件。',
		'cat-a-lot-pe_file'       : '$2页当中$1页受影响',
		'cat-a-lot-parent-cat'    : '有父分类:',
		'cat-a-lot-sub-cat'       : '有子分类:',

		// Actions
		'cat-a-lot-copy'      : '复制',
		'cat-a-lot-move'      : '移动',
		'cat-a-lot-add'       : '加',
		'cat-a-lot-overcat'   : '检查过度分类',
		'cat-a-lot-enter-name': '填分类名字',
		'cat-a-lot-select'    : '选择',
		'cat-a-lot-all'       : '侪选',
		'cat-a-lot-none'      : '侪弗选'
	});
}
if (mw.config.get('wgContentLanguage') !== 'en') {
	mw.messages.set({
		// Summaries:
		'cat-a-lot-pref-save-summary': '更新用户设定',
		'cat-a-lot-summary-add'      : '加着[[Category:$1]]',
		'cat-a-lot-summary-copy'     : '从[[Category:$1]]复制到[[Category:$2]]',
		'cat-a-lot-summary-move'     : '从[[Category:$1]]移动到[[Category:$2]]',
		'cat-a-lot-summary-remove'   : '从[[Category:$1]]拿脱',
		'cat-a-lot-prefix-summary'   : '[[c:Help:Gadget-Cat-a-lot|Cat-a-lot]]:',
		'cat-a-lot-using-summary'    : ''
	});
}
//</nowiki>