מדיה ויקי:Gadget-TemplateParamWizard.js: הבדלים בין גרסאות בדף
מ תקלדה |
urdu translation , requested by User:محمد شعیب thanks! |
||
| שורה 287: | שורה 287: | ||
case 'extended': return 'مفصل'; | case 'extended': return 'مفصل'; | ||
case 'button hint': return 'معالج وسائط القالب'; | case 'button hint': return 'معالج وسائط القالب'; | ||
case 'template selector title': return 'اكتب اسم القالب:'; | case 'template selector title': return 'اكتب اسم القالب:'; | ||
case 'notInParamPage': return 'وسيط "' + param + '" ليس من وسائط القالب'; | case 'notInParamPage': return 'وسيط "' + param + '" ليس من وسائط القالب'; | ||
| שורה 320: | שורה 319: | ||
case 'extended': return 'משני'; | case 'extended': return 'משני'; | ||
case 'button hint': return 'אשף מילוי תבניות'; | case 'button hint': return 'אשף מילוי תבניות'; | ||
case 'template selector title': return 'אנא הזינו את שם התבנית:'; | case 'template selector title': return 'אנא הזינו את שם התבנית:'; | ||
case 'notInParamPage': return 'השדה "' + param + '" לא מופיע ברשימת הפרמטרים של התבנית'; | case 'notInParamPage': return 'השדה "' + param + '" לא מופיע ברשימת הפרמטרים של התבנית'; | ||
| שורה 332: | שורה 330: | ||
} | } | ||
break; | break; | ||
case 'ur': | |||
switch ( key ) { | |||
case 'explain': return rawTemplate; | |||
case 'wizard dialog title': return 'سانچہ: "' + template + '" کے لیے محددات داخل کریں۔'; | |||
case 'ok': return 'ٹھیک ہے'; | |||
case 'wizard dialog title': return 'מילוי הפרמטרים עבור ' + '<a href="' + mw.util.getUrl( 'תבנית:' + template ) + '" target="_blank">' + 'תבנית:' + template + '</a>'; | |||
case 'params subpage': return 'محددات'; | |||
case 'preview': return 'نمائش'; | |||
case 'options select': return 'کوئی ایک منتخب کریں:'; | |||
case 'multiline': return 'Multiline'; | |||
case 'options select': return 'منتخب کریں'; | |||
case 'multiline': return 'מספר שורות'; | |||
case 'close': return 'بند کریں'; | |||
case 'required': return 'لازمی مطلوب'; | |||
case 'depends': return 'اس پر منحصر'; | |||
case 'defval': return 'طے شدہ'; | |||
case 'choices': return 'اختیارات'; | |||
case 'date': return 'تاریخ'; | |||
case 'button hint': return 'ساحر محدداتِ سانچہ'; | |||
case 'button hint': return 'אשף מילוי תבניות'; | |||
case 'template selector title': return 'براہِ کرم سانچے کا نام داخل کریں'; | |||
case 'notInParamPage': return 'השדה "' + param + '" לא מופיע ברשימת הפרמטרים של התבנית'; | |||
case 'editParamPage': return 'ترمیم صفحہ محددات'; | |||
case 'unknown error': return 'نا معلوم ایرر.\n' + param; | |||
case 'please select template': return 'سانچہ منتخب کریں'; | |||
case 'oneliner': return 'یک سطری سانچہ'; | |||
case 'createempties': return 'רשום שדות ריקים'; | |||
case 'dateFormat': return 'MM d, yy'; | |||
case 'extended labels': return 'הראה את כל הפרמטרים'; | |||
} | |||
break; | |||
default: | default: | ||
switch (key) { | switch (key) { | ||
| שורה 350: | שורה 379: | ||
case 'extended': return 'Extended'; | case 'extended': return 'Extended'; | ||
case 'button hint': return 'Template parameters wizard'; | case 'button hint': return 'Template parameters wizard'; | ||
case 'template selector title': return 'Please enter the template name'; | case 'template selector title': return 'Please enter the template name'; | ||
case 'notInParamPage': return 'field "' + param + '" does not appear in the template\'s parameters list'; | case 'notInParamPage': return 'field "' + param + '" does not appear in the template\'s parameters list'; | ||