ar.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*!
  2. * FileInput Arabic Translations
  3. *
  4. * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
  5. * any HTML markup tags in the messages must not be converted or translated.
  6. *
  7. * @see http://github.com/kartik-v/bootstrap-fileinput
  8. * @author Yasser Lotfy <y_l@live.com>
  9. *
  10. * NOTE: this file must be saved in UTF-8 encoding.
  11. */
  12. (function ($) {
  13. "use strict";
  14. $.fn.fileinputLocales['ar'] = {
  15. fileSingle: 'ملف',
  16. filePlural: 'ملفات',
  17. browseLabel: 'تصفح &hellip;',
  18. removeLabel: 'إزالة',
  19. removeTitle: 'إزالة الملفات المختارة',
  20. cancelLabel: 'إلغاء',
  21. cancelTitle: 'إنهاء الرفع الحالي',
  22. uploadLabel: 'رفع',
  23. uploadTitle: 'رفع الملفات المختارة',
  24. msgNo: 'لا',
  25. msgNoFilesSelected: '',
  26. msgCancelled: 'ألغيت',
  27. msgPlaceholder: 'Select {files}...',
  28. msgZoomModalHeading: 'معاينة تفصيلية',
  29. msgFileRequired: 'You must select a file to upload.',
  30. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  31. msgSizeTooLarge: 'الملف "{name}" (<b>{size} ك.ب</b>) تعدى الحد الأقصى المسموح للرفع <b>{maxSize} ك.ب</b>.',
  32. msgFilesTooLess: 'يجب عليك اختيار <b>{n}</b> {files} على الأقل للرفع.',
  33. msgFilesTooMany: 'عدد الملفات المختارة للرفع <b>({n})</b> تعدت الحد الأقصى المسموح به لعدد <b>{m}</b>.',
  34. msgFileNotFound: 'الملف "{name}" غير موجود!',
  35. msgFileSecured: 'قيود أمنية تمنع قراءة الملف "{name}".',
  36. msgFileNotReadable: 'الملف "{name}" غير قابل للقراءة.',
  37. msgFilePreviewAborted: 'تم إلغاء معاينة الملف "{name}".',
  38. msgFilePreviewError: 'حدث خطأ أثناء قراءة الملف "{name}".',
  39. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  40. msgInvalidFileType: 'نوعية غير صالحة للملف "{name}". فقط هذه النوعيات مدعومة "{types}".',
  41. msgInvalidFileExtension: 'امتداد غير صالح للملف "{name}". فقط هذه الملفات مدعومة "{extensions}".',
  42. msgFileTypes: {
  43. 'image': 'image',
  44. 'html': 'HTML',
  45. 'text': 'text',
  46. 'video': 'video',
  47. 'audio': 'audio',
  48. 'flash': 'flash',
  49. 'pdf': 'PDF',
  50. 'object': 'object'
  51. },
  52. msgUploadAborted: 'تم إلغاء رفع الملف',
  53. msgUploadThreshold: 'Processing...',
  54. msgUploadBegin: 'Initializing...',
  55. msgUploadEnd: 'Done',
  56. msgUploadEmpty: 'No valid data available for upload.',
  57. msgUploadError: 'Error',
  58. msgValidationError: 'خطأ التحقق من صحة',
  59. msgLoading: 'تحميل ملف {index} من {files} &hellip;',
  60. msgProgress: 'تحميل ملف {index} من {files} - {name} - {percent}% منتهي.',
  61. msgSelected: '{n} {files} مختار(ة)',
  62. msgFoldersNotAllowed: 'اسحب وأفلت الملفات فقط! تم تخطي {n} مجلد(ات).',
  63. msgImageWidthSmall: 'عرض ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
  64. msgImageHeightSmall: 'طول ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
  65. msgImageWidthLarge: 'عرض ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
  66. msgImageHeightLarge: 'طول ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
  67. msgImageResizeError: 'لم يتمكن من معرفة أبعاد الصورة لتغييرها.',
  68. msgImageResizeException: 'حدث خطأ أثناء تغيير أبعاد الصورة.<pre>{errors}</pre>',
  69. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  70. msgAjaxProgressError: '{operation} failed',
  71. ajaxOperations: {
  72. deleteThumb: 'file delete',
  73. uploadThumb: 'file upload',
  74. uploadBatch: 'batch file upload',
  75. uploadExtra: 'form data upload'
  76. },
  77. dropZoneTitle: 'اسحب وأفلت الملفات هنا &hellip;',
  78. dropZoneClickTitle: '<br>(or click to select {files})',
  79. fileActionSettings: {
  80. removeTitle: 'إزالة الملف',
  81. uploadTitle: 'رفع الملف',
  82. uploadRetryTitle: 'Retry upload',
  83. downloadTitle: 'Download file',
  84. zoomTitle: 'مشاهدة التفاصيل',
  85. dragTitle: 'Move / Rearrange',
  86. indicatorNewTitle: 'لم يتم الرفع بعد',
  87. indicatorSuccessTitle: 'تم الرفع',
  88. indicatorErrorTitle: 'خطأ بالرفع',
  89. indicatorLoadingTitle: 'جارٍ الرفع ...'
  90. },
  91. previewZoomButtonTitles: {
  92. prev: 'View previous file',
  93. next: 'View next file',
  94. toggleheader: 'Toggle header',
  95. fullscreen: 'Toggle full screen',
  96. borderless: 'Toggle borderless mode',
  97. close: 'Close detailed preview'
  98. }
  99. };
  100. })(window.jQuery);