Qeyd: Dəyişiklikləri yayımladıqdan sonra etdiyiniz dəyişikliklərin görünməsi üçün brauzerinizin keşinin təmizlənməsi lazım ola bilər.

  • Firefox / Safari: Reload düyməsinə basılı tutarkən Shift düyməsinə basın, və ya Ctrl+F5 və ya Ctrl+R (Mac üçün ⌘-R )
  • Google Chrome: Ctrl-Shift-R (Mac üçün ⌘-Shift-R)
  • Internet Explorer / Edge: Ctrl düyməsini basılı tutarkən Refresh düyməsinə basın, və ya sadəcə Ctrl+F5
  • Opera: Ctrl+F5.
// 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'  : 'Watchlist preference concerning files edited with Cat-a-lot',
		'cat-a-lot-watch_pref'     : 'According to your general preferences',
		'cat-a-lot-watch_nochange' : 'Do not change watchstatus',
		'cat-a-lot-watch_watch'    : 'Watch pages edited with Cat-a-lot',
		'cat-a-lot-watch_unwatch'  : 'Remove pages while editing with Cat-a-lot from your watchlist',
		'cat-a-lot-minorpref'      : 'Mark edits as minor (if you generally mark your edits as minor, this won’t change anything)',
		'cat-a-lot-editpagespref'  : 'Allow categorising pages (including categories) that are not files',
		'cat-a-lot-docleanuppref'  : 'Remove {{Check categories}} and other minor cleanup',
		'cat-a-lot-uncatpref'      : 'Remove {{Uncategorized}}',
		'cat-a-lot-subcatcountpref': 'Sub-categories to show at most',
		'cat-a-lot-config-settings': 'Nizamlamalar',
		'cat-a-lot-buttonpref'     : 'Use buttons instead of text links',
		'cat-a-lot-comment-label'  : 'Custom edit comment',
		'cat-a-lot-edit-question'  : 'Why is this change necessary?',

		// Progress
		// 'cat-a-lot-loading'        : 'Yüklənir...',
		'cat-a-lot-editing'           : 'Editing page',
		'cat-a-lot-of'                : 'of ',
		'cat-a-lot-skipped-already'   : 'The following {{PLURAL:$1|page was|$1 pages were}} skipped, because the page was already in the category:',
		'cat-a-lot-skipped-not-found' : 'The following {{PLURAL:$1|page was|$1 pages were}} skipped, because the old category could not be found:',
		'cat-a-lot-skipped-server'    : 'The following {{PLURAL:$1|page|$1 pages}} couldn\'t be changed, since there were problems connecting to the server:',
		'cat-a-lot-all-done'          : 'All pages are processed.',
		'cat-a-lot-done'              : 'Oldu!',
		'cat-a-lot-added-cat'         : '$1 kateqoriyasına əlavə olundu',
		'cat-a-lot-copied-cat'        : '$1 kateqoriyasından köçürüldü',
		'cat-a-lot-moved-cat'         : '$1 kateqoriyasına daşındı',
		'cat-a-lot-removed-cat'       : '$1 kateqoriyasından çıxarıldı',
		// 'cat-a-lot-return-to-page' : 'Səhifəyə qayıt',
		// 'cat-a-lot-cat-not-found'  : 'Kateqoriya tapılmadı.',

		// as in 17 files selected
		'cat-a-lot-files-selected' : '$1 fayl seçildi.',

		// Actions
		'cat-a-lot-copy'            : 'Köçür',
		'cat-a-lot-move'            : 'Daşı',
		'cat-a-lot-add'             : 'Əlavə et',
		'cat-a-lot-remove-from-cat' : 'Bu kateqoriyadan çıxart',
		'cat-a-lot-enter-name'      : 'Kateqoriyanın adını daxil et',
		'cat-a-lot-select'          : 'Seç',
		'cat-a-lot-all'             : 'hamısı',
		'cat-a-lot-none'            : 'heç biri',
		// 'cat-a-lot-none-selected': 'No files 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': 'İstifadəçi parametrləri yenilənir',
		'cat-a-lot-summary-add'      : '[[Kateqoriya:$1]] əlavə olunur',
		'cat-a-lot-summary-copy'     : '[[Kateqoriya:$1|$1]] kateqoriyasından [[Kateqoriya:$2|$2]] kateqoriyasına eynisi köçürülür',
		'cat-a-lot-summary-move'     : '[[Kateqoriya:$1|$1]] kateqoriyasından [[Kateqoriya:$2|$2]] kateqoriyasına daşınır',
		'cat-a-lot-summary-remove'   : '[[Kateqoriya:$1|$1]] kateqoriyası silinir',
		'cat-a-lot-prefix-summary'   : '[[c:Help:Cat-a-lot|Cat-a-lot]] istifadə edilərək '
		// 'cat-a-lot-using-summary'    : ' using [[c:Help:Cat-a-lot|Cat-a-lot]]'
	});
}