ar.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 <[email protected]>
  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. msgZoomModalHeading: 'معاينة تفصيلية',
  28. msgFileRequired: 'You must select a file to upload.',
  29. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  30. msgSizeTooLarge: 'الملف "{name}" (<b>{size} ك.ب</b>) تعدى الحد الأقصى المسموح للرفع <b>{maxSize} ك.ب</b>.',
  31. msgFilesTooLess: 'يجب عليك اختيار <b>{n}</b> {files} على الأقل للرفع.',
  32. msgFilesTooMany: 'عدد الملفات المختارة للرفع <b>({n})</b> تعدت الحد الأقصى المسموح به لعدد <b>{m}</b>.',
  33. msgFileNotFound: 'الملف "{name}" غير موجود!',
  34. msgFileSecured: 'قيود أمنية تمنع قراءة الملف "{name}".',
  35. msgFileNotReadable: 'الملف "{name}" غير قابل للقراءة.',
  36. msgFilePreviewAborted: 'تم إلغاء معاينة الملف "{name}".',
  37. msgFilePreviewError: 'حدث خطأ أثناء قراءة الملف "{name}".',
  38. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  39. msgInvalidFileType: 'نوعية غير صالحة للملف "{name}". فقط هذه النوعيات مدعومة "{types}".',
  40. msgInvalidFileExtension: 'امتداد غير صالح للملف "{name}". فقط هذه الملفات مدعومة "{extensions}".',
  41. msgFileTypes: {
  42. 'image': 'image',
  43. 'html': 'HTML',
  44. 'text': 'text',
  45. 'video': 'video',
  46. 'audio': 'audio',
  47. 'flash': 'flash',
  48. 'pdf': 'PDF',
  49. 'object': 'object'
  50. },
  51. msgUploadAborted: 'تم إلغاء رفع الملف',
  52. msgUploadThreshold: 'Processing...',
  53. msgUploadBegin: 'Initializing...',
  54. msgUploadEnd: 'Done',
  55. msgUploadEmpty: 'No valid data available for upload.',
  56. msgUploadError: 'Error',
  57. msgValidationError: 'خطأ التحقق من صحة',
  58. msgLoading: 'تحميل ملف {index} من {files} &hellip;',
  59. msgProgress: 'تحميل ملف {index} من {files} - {name} - {percent}% منتهي.',
  60. msgSelected: '{n} {files} مختار(ة)',
  61. msgFoldersNotAllowed: 'اسحب وأفلت الملفات فقط! تم تخطي {n} مجلد(ات).',
  62. msgImageWidthSmall: 'عرض ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
  63. msgImageHeightSmall: 'طول ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
  64. msgImageWidthLarge: 'عرض ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
  65. msgImageHeightLarge: 'طول ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
  66. msgImageResizeError: 'لم يتمكن من معرفة أبعاد الصورة لتغييرها.',
  67. msgImageResizeException: 'حدث خطأ أثناء تغيير أبعاد الصورة.<pre>{errors}</pre>',
  68. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  69. msgAjaxProgressError: '{operation} failed',
  70. ajaxOperations: {
  71. deleteThumb: 'file delete',
  72. uploadThumb: 'file upload',
  73. uploadBatch: 'batch file upload',
  74. uploadExtra: 'form data upload'
  75. },
  76. dropZoneTitle: 'اسحب وأفلت الملفات هنا &hellip;',
  77. dropZoneClickTitle: '<br>(or click to select {files})',
  78. fileActionSettings: {
  79. removeTitle: 'إزالة الملف',
  80. uploadTitle: 'رفع الملف',
  81. uploadRetryTitle: 'Retry upload',
  82. zoomTitle: 'مشاهدة التفاصيل',
  83. dragTitle: 'Move / Rearrange',
  84. indicatorNewTitle: 'لم يتم الرفع بعد',
  85. indicatorSuccessTitle: 'تم الرفع',
  86. indicatorErrorTitle: 'خطأ بالرفع',
  87. indicatorLoadingTitle: 'جارٍ الرفع ...'
  88. },
  89. previewZoomButtonTitles: {
  90. prev: 'View previous file',
  91. next: 'View next file',
  92. toggleheader: 'Toggle header',
  93. fullscreen: 'Toggle full screen',
  94. borderless: 'Toggle borderless mode',
  95. close: 'Close detailed preview'
  96. }
  97. };
  98. })(window.jQuery);