MediaWiki:Gadget-Cat-a-lot.js/vi
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' : 'Tùy chọn danh sách theo dõi về tập tin được sửa đổi bằng Cat-a-lot',
'cat-a-lot-watch_pref' : 'Theo tùy chọn chung của bạn',
'cat-a-lot-watch_nochange' : 'Không thay đổi trạng thái theo dõi',
'cat-a-lot-watch_watch' : 'Theo dõi trang được sửa đổi bằng Cat-a-lot',
'cat-a-lot-watch_unwatch' : 'Xóa trang khi sửa đổi bằng Cat-a-lot khỏi danh sách theo dõi của bạn',
'cat-a-lot-minorpref' : 'Đánh dấu là sửa đổi nhỏ (nếu bạn thường đánh dấu sửa đổi của mình là nhỏ thì điều này sẽ không thay đổi bất kỳ điều gì)',
'cat-a-lot-editpagespref' : 'Cho phép phân loại trang (bao gồm cả thể loại) không phải là tập tin',
'cat-a-lot-docleanuppref' : 'Xoá {{Check categories}} và bản mẫu dọn dẹp khác',
'cat-a-lot-uncatpref' : 'Xóa {{Uncategorized}}',
'cat-a-lot-subcatcountpref': 'Hiển thị các thể loại con nhiều nhất',
'cat-a-lot-config-settings': 'Tùy chọn',
'cat-a-lot-buttonpref' : 'Dùng nút thay cho liên kết văn bản',
'cat-a-lot-comment-label' : 'Tóm lược sửa đổi tùy chọn',
'cat-a-lot-edit-question' : 'Tại sao thay đổi này là cần thiết?',
// Progress
// 'cat-a-lot-loading' : 'Đang tải …',
'cat-a-lot-editing' : 'Sửa đổi trang',
'cat-a-lot-of' : 'trong',
'cat-a-lot-skipped-already' : 'Đã bỏ qua {{PLURAL:$1|1=một|$1}} trang, vì trang đã thuộc thể loại:',
'cat-a-lot-skipped-not-found': 'Đã bỏ qua {{PLURAL:$1|1=một|$1}} trang, vì không tìm thấy thể loại cũ:',
'cat-a-lot-skipped-server' : 'Không thể sửa đổi {{PLURAL:$1|1=trang|$1 trang}}, vì xảy ra lỗi kết nối tới máy chủ:',
'cat-a-lot-all-done' : 'Đã xử lý tất cả trang.',
'cat-a-lot-done' : 'Xong!',
'cat-a-lot-added-cat' : 'Đã thêm thể loại $1',
'cat-a-lot-copied-cat' : 'Đã sao chép đến thể loại $1',
'cat-a-lot-moved-cat' : 'Đã di chuyển đến thể loại $1',
'cat-a-lot-removed-cat' : 'Đã xoá khỏi thể loại $1',
// 'cat-a-lot-return-to-page': 'Quay lại trang',
// 'cat-a-lot-cat-not-found' : 'Thể loại không tồn tại.',
// as in 17 files selected
'cat-a-lot-files-selected' : 'Đã chọn {{PLURAL:$1|1=một|$1}} tập tin.',
// Actions
'cat-a-lot-copy' : 'Sao chép',
'cat-a-lot-move' : 'Di chuyển',
'cat-a-lot-add' : 'Thêm',
'cat-a-lot-remove-from-cat': 'Xóa khỏi thể loại này',
'cat-a-lot-enter-name' : 'Nhập tên thể loại',
'cat-a-lot-select' : 'Chọn',
'cat-a-lot-all' : 'tất cả',
'cat-a-lot-none' : 'không có',
// 'cat-a-lot-none-selected': 'Không có tập tin được chọn!'
});
}
// 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': 'Cập nhật tùy chọn',
'cat-a-lot-summary-add' : 'Thêm [[Category:$1]]',
'cat-a-lot-summary-copy' : 'Sao chép từ [[Category:$1]] đến [[Category:$2]]',
'cat-a-lot-summary-move' : 'Di chuyển từ [[Category:$1]] đến [[Category:$2]]',
'cat-a-lot-summary-remove' : 'Xóa khỏi [[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'.
'cat-a-lot-using-summary' : ' dùng [[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>