uz.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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: 'Error',
  62. msgValidationError: 'Fayl yuklash xatosi',
  63. msgLoading: '{Files} dan {index} faylini yuklash &hellip;',
  64. msgProgress: '{Files} dan {index}{name} faylini yuklashi - {percent}% tugallandi.',
  65. msgSelected: '{n} {files} tanlangan',
  66. msgFoldersNotAllowed: 'Faqat tortib qo\'yiladon fayllar! {n} o\'tirilgan tashlangan papka(lar).',
  67. msgImageWidthSmall: 'Width of image file "{name}" must be at least {size} px.',
  68. msgImageHeightSmall: 'Height of image file "{name}" must be at least {size} px.',
  69. msgImageWidthLarge: 'Width of image file "{name}" cannot exceed {size} px.',
  70. msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
  71. msgImageResizeError: 'Could not get the image dimensions to resize.',
  72. msgImageResizeException: 'Error while resizing the image.<pre>{errors}</pre>',
  73. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  74. msgAjaxProgressError: '{operation} failed',
  75. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  76. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  77. msgPendingTime: '{time} remaining',
  78. msgCalculatingTime: 'calculating time remaining',
  79. ajaxOperations: {
  80. deleteThumb: 'file delete',
  81. uploadThumb: 'file upload',
  82. uploadBatch: 'batch file upload',
  83. uploadExtra: 'form data upload'
  84. },
  85. dropZoneTitle: 'Fayllarni bu yerga tortib qo\'ying &hellip;',
  86. dropZoneClickTitle: '<br>(or click to select {files})',
  87. fileActionSettings: {
  88. removeTitle: 'Remove file',
  89. uploadTitle: 'Upload file',
  90. uploadRetryTitle: 'Retry upload',
  91. downloadTitle: 'Download file',
  92. zoomTitle: 'View details',
  93. dragTitle: 'Move / Rearrange',
  94. indicatorNewTitle: 'Not uploaded yet',
  95. indicatorSuccessTitle: 'Uploaded',
  96. indicatorErrorTitle: 'Upload Error',
  97. indicatorLoadingTitle: 'Uploading ...'
  98. },
  99. previewZoomButtonTitles: {
  100. prev: 'View previous file',
  101. next: 'View next file',
  102. toggleheader: 'Toggle header',
  103. fullscreen: 'Toggle full screen',
  104. borderless: 'Toggle borderless mode',
  105. close: 'Close detailed preview'
  106. }
  107. };
  108. })(window.jQuery);