uz.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. uploadLabel: 'Yuklab olish',
  23. uploadTitle: 'Tanlangan fayllarni yuklash',
  24. msgNo: 'No',
  25. msgNoFilesSelected: 'No files selected',
  26. msgCancelled: 'Cancelled',
  27. msgPlaceholder: 'Select {files}...',
  28. msgZoomModalHeading: 'Detailed Preview',
  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}" fayl (<b>{size} KB</b>) ruxsat etilgan maksimal yuklash hajmidan <b>{maxSize} KB</b> ortiq. Yuklashni qayta urinib ko\'ring!',
  32. msgFilesTooLess: 'Yuklash uchun kamida <b>{n}</b> {files} tanlashingiz kerak. Yuklashni qayta urinib ko\'ring!',
  33. msgFilesTooMany: 'Tanlangan fayllar <b>({n})</b> ruxsat etilgan maksimal yuklash hajmidan <b>{m}</b> ortiq. Yuklashni qayta urinib ko\'ring!',
  34. msgFileNotFound: '"{name}" fayl topilmaydi!',
  35. msgFileSecured: 'Security restrictions prevent reading the file "{name}".',
  36. msgFileNotReadable: '"{name}" fayl o\'qilmaydi.',
  37. msgFilePreviewAborted: '"{name}" Ffylni oldindan ko\'rish jarayoni to\'xtatildi.',
  38. msgFilePreviewError: '"{name}" faylni o\'qish paytida xatolik yuz berdi.',
  39. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  40. msgInvalidFileType: '"{name}" fayl uchun yaroqsiz tur. Faqat "{types}" fayllari qo\'llab-quvvatlanadi.',
  41. msgInvalidFileExtension: '"{name}" fayl uchun noto\'g\'ri kengaytma. Faqat "{extensions}" fayllari qo\'llab-quvvatlanadi.',
  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: 'The file upload was aborted',
  53. msgUploadThreshold: 'Processing...',
  54. msgUploadBegin: 'Initializing...',
  55. msgUploadEnd: 'Done',
  56. msgUploadEmpty: 'No valid data available for upload.',
  57. msgUploadError: 'Error',
  58. msgValidationError: 'Fayl yuklash xatosi',
  59. msgLoading: '{Files} dan {index} faylini yuklash &hellip;',
  60. msgProgress: '{Files} dan {index}{name} faylini yuklashi - {percent}% tugallandi.',
  61. msgSelected: '{n} {files} tanlangan',
  62. msgFoldersNotAllowed: 'Faqat tortib qo\'yiladon fayllar! {n} o\'tirilgan tashlangan papka(lar).',
  63. msgImageWidthSmall: 'Width of image file "{name}" must be at least {size} px.',
  64. msgImageHeightSmall: 'Height of image file "{name}" must be at least {size} px.',
  65. msgImageWidthLarge: 'Width of image file "{name}" cannot exceed {size} px.',
  66. msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
  67. msgImageResizeError: 'Could not get the image dimensions to resize.',
  68. msgImageResizeException: 'Error while resizing the image.<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: 'Fayllarni bu yerga tortib qo\'ying &hellip;',
  78. dropZoneClickTitle: '<br>(or click to select {files})',
  79. fileActionSettings: {
  80. removeTitle: 'Remove file',
  81. uploadTitle: 'Upload file',
  82. uploadRetryTitle: 'Retry upload',
  83. downloadTitle: 'Download file',
  84. zoomTitle: 'View details',
  85. dragTitle: 'Move / Rearrange',
  86. indicatorNewTitle: 'Not uploaded yet',
  87. indicatorSuccessTitle: 'Uploaded',
  88. indicatorErrorTitle: 'Upload Error',
  89. indicatorLoadingTitle: 'Uploading ...'
  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);