| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 | /*! * FileInput Persian Translations * * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or * any HTML markup tags in the messages must not be converted or translated. * * @see http://github.com/kartik-v/bootstrap-fileinput * @author Milad Nekofar <[email protected]> * * NOTE: this file must be saved in UTF-8 encoding. */(function ($) {    "use strict";    $.fn.fileinputLocales['fa'] = {        fileSingle: 'فایل',        filePlural: 'فایل',        browseLabel: 'مرور …',        removeLabel: 'حذف',        removeTitle: 'پاکسازی فایلهای انتخاب شده',        cancelLabel: 'لغو',        cancelTitle: 'لغو بارگزاری جاری',        uploadLabel: 'بارگذاری',        uploadTitle: 'بارگذاری فایلهای انتخاب شده',        msgNo: 'No',        msgNoFilesSelected: '',        msgCancelled: 'Cancelled',        msgZoomModalHeading: 'Detailed Preview',        msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',        msgSizeTooLarge: 'فایل "{name}" (<b>{size} کیلوبایت</b>) از حداکثر مجاز <b>{maxSize} کیلوبایت</b>.',        msgFilesTooLess: 'شما باید حداقل <b>{n}</b> {files} فایل برای بارگذاری انتخاب کنید.',        msgFilesTooMany: 'تعداد فایلهای انتخاب شده برای بارگذاری <b>({n})</b> از حداکثر مجاز عبور کرده است <b>{m}</b>.',        msgFileNotFound: 'فایل "{name}" یافت نشد!',        msgFileSecured: 'محدودیت های امنیتی مانع خواندن فایل "{name}" است.',        msgFileNotReadable: 'فایل "{name}" قابل نوشتن نیست.',        msgFilePreviewAborted: 'پیشنمایش فایل "{name}". شکست خورد',        msgFilePreviewError: 'در هنگام خواندن فایل "{name}" خطایی رخ داد.',        msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',        msgInvalidFileType: 'نوع فایل "{name}" معتبر نیست. فقط "{types}" پشیبانی میشود.',        msgInvalidFileExtension: 'پسوند فایل "{name}" معتبر نیست. فقط "{extensions}" پشتیبانی میشود.',        msgFileTypes: {            'image': 'image',            'html': 'HTML',            'text': 'text',            'video': 'video',            'audio': 'audio',            'flash': 'flash',            'pdf': 'PDF',            'object': 'object'        },        msgUploadAborted: 'The file upload was aborted',        msgUploadThreshold: 'Processing...',        msgUploadBegin: 'Initializing...',        msgUploadEnd: 'Done',        msgUploadEmpty: 'No valid data available for upload.',        msgValidationError: 'خطای اعتبار سنجی',        msgLoading: 'بارگیری فایل {index} از {files} …',        msgProgress: 'بارگیری فایل {index} از {files} - {name} - {percent}% تمام شد.',        msgSelected: '{n} {files} انتخاب شده',        msgFoldersNotAllowed: 'فقط فایلها را بکشید و رها کنید! {n} پوشه نادیده گرفته شد.',        msgImageWidthSmall: 'عرض فایل تصویر "{name}" باید حداقل {size} پیکسل باشد.',        msgImageHeightSmall: 'ارتفاع فایل تصویر "{name}" باید حداقل {size} پیکسل باشد.',        msgImageWidthLarge: 'عرض فایل تصویر "{name}" نمیتواند از {size} پیکسل بیشتر باشد.',        msgImageHeightLarge: 'ارتفاع فایل تصویر "{name}" نمیتواند از {size} پیکسل بیشتر باشد.',        msgImageResizeError: 'یافت نشد ابعاد تصویر را برای تغییر اندازه.',        msgImageResizeException: 'خطا در هنگام تغییر اندازه تصویر.<pre>{errors}</pre>',        msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',        msgAjaxProgressError: '{operation} failed',        ajaxOperations: {            deleteThumb: 'file delete',            uploadThumb: 'file upload',            uploadBatch: 'batch file upload',            uploadExtra: 'form data upload'        },        dropZoneTitle: 'فایلها را بکشید و در اینجا رها کنید …',        dropZoneClickTitle: '<br>(or click to select {files})',        fileActionSettings: {            removeTitle: 'حذف فایل',            uploadTitle: 'آپلود فایل',            zoomTitle: 'دیدن جزئیات',            dragTitle: 'Move / Rearrange',            indicatorNewTitle: 'آپلود نشده است',            indicatorSuccessTitle: 'آپلود شده',            indicatorErrorTitle: 'بارگذاری خطا',            indicatorLoadingTitle: 'آپلود ...'        },        previewZoomButtonTitles: {            prev: 'View previous file',            next: 'View next file',            toggleheader: 'Toggle header',            fullscreen: 'Toggle full screen',            borderless: 'Toggle borderless mode',            close: 'Close detailed preview'        }    };})(window.jQuery);
 |