MediaWiki:Gadget-Cat-a-lot.js/yue
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>
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgUserLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
mw.messages.set({
// Preferences
// new added: 2017-11-20. Please translate.
// Use user language for i18n
'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}}並且執埋其他細嘅手尾',
// Please translate: 'cat-a-lot-uncatpref' : 'Remove {{Uncategorized}}',
'cat-a-lot-subcatcountpref': '最多顯示幾多個子類',
'cat-a-lot-config-settings': '自定喜好',
// Please translate: 'cat-a-lot-buttonpref' : 'Use buttons instead of text links',
// Please translate: 'cat-a-lot-comment-label' : 'Custom edit comment',
// Please translate: 'cat-a-lot-edit-question' : 'Why is this change necessary?',
// Progress
// 'cat-a-lot-loading' : '傳緊',
'cat-a-lot-editing' : '改緊',
'cat-a-lot-of' : ',總共 ',
'cat-a-lot-skipped-already' : '已經跳過下面啲版,因為佢哋本身已經有要加嘅類:',
'cat-a-lot-skipped-not-found': '已經跳過下面啲版,因為佢哋無要拎走嘅類:',
'cat-a-lot-skipped-server' : '因為連接服務器嗰陣出錯,下面啲版改唔到',
'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',
// 'cat-a-lot-return-to-page': '返去頁面',
// 'cat-a-lot-cat-not-found' : '無噉嘅類',
// as in 17 files selected
'cat-a-lot-files-selected' : '$1 個文件揀好咗。',
// Actions
'cat-a-lot-copy' : '複製',
'cat-a-lot-move' : '搬',
'cat-a-lot-add' : '加',
'cat-a-lot-remove-from-cat': '由爾類拎走',
'cat-a-lot-enter-name' : '入類名',
'cat-a-lot-select' : '揀',
'cat-a-lot-all' : '嗮',
'cat-a-lot-none' : '無',
// 'cat-a-lot-none-selected': '未揀文件'
});
}
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgContentLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
mw.messages.set({
// Summaries:
'cat-a-lot-pref-save-summary': '[[Help:Gadget-Cat-a-lot|Cat-a-lot]]更新緊你嘅自定喜好',
'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' : '', // Some text to prepend to the edit summary. Set this to an empty string if you use 'using'.
// Please translate: 'cat-a-lot-using-summary' : ' using [[c:Help:Cat-a-lot|Cat-a-lot]]' // Some text to append to the edit summary. Set this to an empty string if you use 'prefix'.
});
}
//</nowiki>