uz.js 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /*!
  2. * FileInput Uzbek 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 CyanoFresh <[email protected]>
  9. *
  10. * NOTE: this file must be saved in UTF-8 encoding.
  11. */
  12. (function ($) {
  13. "use strict";
  14. $.fn.fileinputLocales.uz = {
  15. fileSingle: 'fayl',
  16. filePlural: 'fayllar',
  17. browseLabel: 'Tanlash &hellip;',
  18. removeLabel: 'O\'chirish',
  19. removeTitle: 'Tanlangan fayllarni tozalash',
  20. cancelLabel: 'Bekor qilish',
  21. cancelTitle: 'Joriy yuklab olishni bekor qilish',
  22. pauseLabel: 'Pause',
  23. pauseTitle: 'Pause ongoing upload',
  24. uploadLabel: 'Yuklab olish',
  25. uploadTitle: 'Tanlangan fayllarni yuklash',
  26. msgNo: 'No',
  27. msgNoFilesSelected: 'No files selected',
  28. msgPaused: 'Paused',
  29. msgCancelled: 'Cancelled',
  30. msgPlaceholder: 'Select {files}...',
  31. msgZoomModalHeading: 'Detailed Preview',
  32. msgFileRequired: 'You must select a file to upload.',
  33. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  34. msgSizeTooLarge: '"{name}" fayl (<b>{size} KB</b>) ruxsat etilgan maksimal yuklash hajmidan <b>{maxSize} KB</b> ortiq. Yuklashni qayta urinib ko\'ring!',
  35. msgFilesTooLess: 'Yuklash uchun kamida <b>{n}</b> {files} tanlashingiz kerak. Yuklashni qayta urinib ko\'ring!',
  36. msgFilesTooMany: 'Tanlangan fayllar <b>({n})</b> ruxsat etilgan maksimal yuklash hajmidan <b>{m}</b> ortiq. Yuklashni qayta urinib ko\'ring!',
  37. msgFileNotFound: '"{name}" fayl topilmaydi!',
  38. msgFileSecured: 'Security restrictions prevent reading the file "{name}".',
  39. msgFileNotReadable: '"{name}" fayl o\'qilmaydi.',
  40. msgFilePreviewAborted: '"{name}" Ffylni oldindan ko\'rish jarayoni to\'xtatildi.',
  41. msgFilePreviewError: '"{name}" faylni o\'qish paytida xatolik yuz berdi.',
  42. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  43. msgInvalidFileType: '"{name}" fayl uchun yaroqsiz tur. Faqat "{types}" fayllari qo\'llab-quvvatlanadi.',
  44. msgInvalidFileExtension: '"{name}" fayl uchun noto\'g\'ri kengaytma. Faqat "{extensions}" fayllari qo\'llab-quvvatlanadi.',
  45. msgFileTypes: {
  46. 'image': 'image',
  47. 'html': 'HTML',
  48. 'text': 'text',
  49. 'video': 'video',
  50. 'audio': 'audio',
  51. 'flash': 'flash',
  52. 'pdf': 'PDF',
  53. 'object': 'object'
  54. },
  55. msgUploadAborted: 'The file upload was aborted',
  56. msgUploadThreshold: 'Processing...',
  57. msgUploadBegin: 'Initializing...',
  58. msgUploadEnd: 'Done',
  59. msgUploadResume: 'Resuming upload...',
  60. msgUploadEmpty: 'No valid data available for upload.',
  61. msgUploadError: 'Upload Error',
  62. msgDeleteError: 'Delete Error',
  63. msgProgressError: 'Error',
  64. msgValidationError: 'Fayl yuklash xatosi',
  65. msgLoading: '{Files} dan {index} faylini yuklash &hellip;',
  66. msgProgress: '{Files} dan {index}{name} faylini yuklashi - {percent}% tugallandi.',
  67. msgSelected: '{n} {files} tanlangan',
  68. msgFoldersNotAllowed: 'Faqat tortib qo\'yiladon fayllar! {n} o\'tirilgan tashlangan papka(lar).',
  69. msgImageWidthSmall: 'Width of image file "{name}" must be at least {size} px.',
  70. msgImageHeightSmall: 'Height of image file "{name}" must be at least {size} px.',
  71. msgImageWidthLarge: 'Width of image file "{name}" cannot exceed {size} px.',
  72. msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
  73. msgImageResizeError: 'Could not get the image dimensions to resize.',
  74. msgImageResizeException: 'Error while resizing the image.<pre>{errors}</pre>',
  75. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  76. msgAjaxProgressError: '{operation} failed',
  77. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  78. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  79. msgPendingTime: '{time} remaining',
  80. msgCalculatingTime: 'calculating time remaining',
  81. ajaxOperations: {
  82. deleteThumb: 'file delete',
  83. uploadThumb: 'file upload',
  84. uploadBatch: 'batch file upload',
  85. uploadExtra: 'form data upload'
  86. },
  87. dropZoneTitle: 'Fayllarni bu yerga tortib qo\'ying &hellip;',
  88. dropZoneClickTitle: '<br>(or click to select {files})',
  89. fileActionSettings: {
  90. removeTitle: 'Remove file',
  91. uploadTitle: 'Upload file',
  92. uploadRetryTitle: 'Retry upload',
  93. downloadTitle: 'Download file',
  94. zoomTitle: 'View details',
  95. dragTitle: 'Move / Rearrange',
  96. indicatorNewTitle: 'Not uploaded yet',
  97. indicatorSuccessTitle: 'Uploaded',
  98. indicatorErrorTitle: 'Upload Error',
  99. indicatorLoadingTitle: 'Uploading ...'
  100. },
  101. previewZoomButtonTitles: {
  102. prev: 'View previous file',
  103. next: 'View next file',
  104. toggleheader: 'Toggle header',
  105. fullscreen: 'Toggle full screen',
  106. borderless: 'Toggle borderless mode',
  107. close: 'Close detailed preview'
  108. }
  109. };
  110. })(window.jQuery);