MediaWiki:Gadget-Cat-a-lot.js/ar
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>
/*global $:false, catALot:false, mw:false */
/*jshint */
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgUserLanguage') === 'ar') {
// 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-watch_pref' : 'بناءً على تفضيلاتك العامة',
'cat-a-lot-watch_nochange' : 'لا تغير حالة المراقبة',
'cat-a-lot-watch_watch' : 'راقب الصفحات المعدلة باستخدم معدل التصنيفات',
'cat-a-lot-watch_unwatch' : 'أزل الصفحات من قائمة مراقبتك أثناء التعديل بمعدل التصنيفات',
'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-loading' : 'جارٍ التحميل …',
'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',
// 'cat-a-lot-return-to-page': 'العودة إلى الصفحة',
// 'cat-a-lot-cat-not-found' : 'تعذر إيجاد التصنيف.',
// as in 17 files selected
'cat-a-lot-files-selected' : 'تم تحديد {{PLURAL:$1|1=ملف واحد|$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') === 'ar') {
// DO NOT CHANGE THE PREVIOUS LINE
mw.messages.set({
// Summaries:
'cat-a-lot-pref-save-summary': 'تحديث تفضيلات المستخدم',
'cat-a-lot-summary-add' : 'إضافة [[تصنيف:$1]]',
'cat-a-lot-summary-copy' : 'نسخ من [[تصنيف:$1]] إلى [[تصنيف:$2]]',
'cat-a-lot-summary-move' : 'نقل من [[تصنيف:$1]] إلى [[تصنيف:$2]]',
'cat-a-lot-summary-remove' : 'إزالة من [[تصنيف:$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' : ' باستخدام [[c:Help:Cat-a-lot|معدل التصنيفات]]' // Some text to append to the edit summary. Set this to an empty string if you use 'prefix'.
});
}
//</nowiki>