kz.js 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*!
  2. * FileInput Kazakh 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 Kali Toleugazy <[email protected]>
  9. *
  10. * NOTE: this file must be saved in UTF-8 encoding.
  11. */
  12. (function ($) {
  13. "use strict";
  14. $.fn.fileinputLocales['kz'] = {
  15. sizeUnits: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
  16. bitRateUnits: ['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s', 'PB/s', 'EB/s', 'ZB/s', 'YB/s'],
  17. fileSingle: 'файл',
  18. filePlural: 'файлдар',
  19. browseLabel: 'Таңдау &hellip;',
  20. removeLabel: 'Жою',
  21. removeTitle: 'Таңдалған файлдарды жою',
  22. cancelLabel: 'Күшін жою',
  23. cancelTitle: 'Ағымдағы жүктеуді болдырмау',
  24. pauseLabel: 'Pause',
  25. pauseTitle: 'Pause ongoing upload',
  26. uploadLabel: 'Жүктеу',
  27. uploadTitle: 'Таңдалған файлдарды жүктеу',
  28. msgNo: 'жоқ',
  29. msgNoFilesSelected: 'Файл таңдалмады',
  30. msgPaused: 'Paused',
  31. msgCancelled: 'Күші жойылған',
  32. msgPlaceholder: 'Select {files} ...',
  33. msgZoomModalHeading: 'Алдын ала толық көру',
  34. msgSizeTooLarge: 'Файл "{name}" (<b>{size} KB</b>) ең үлкен <b>{maxSize} KB</b> өлшемінен асады.',
  35. msgFilesTooLess: 'Жүктеу үшіy кемінде <b>{n}</b> {files} таңдау керек.',
  36. msgFilesTooMany: 'Таңдалған <b>({n})</b> файлдардың саны берілген <b>{m}</b> саннан асып кетті.',
  37. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  38. msgFileNotFound: 'Файл "{name}" табылмады!',
  39. msgFileSecured: 'Шектеу қауіпсіздігі "{name}" файлын оқуға тыйым салады.',
  40. msgFileNotReadable: '"{name}" файлды оқу мүмкін емес.',
  41. msgFilePreviewAborted: '"{name}" файл үшін алдын ала қарап көру тыйым салынған.',
  42. msgFilePreviewError: '"{name}" файлды оқығанда қате пайда болды.',
  43. msgInvalidFileType: '"{name}" тыйым салынған файл түрі. Тек мынаналарға рұқсат етілген: "{types}"',
  44. msgInvalidFileExtension: '"{name}" тыйым салынған файл кеңейтімі. Тек "{extensions}" рұқсат.',
  45. msgUploadAborted: 'Файлды жүктеу доғарылды',
  46. msgUploadThreshold: 'Өңдеу &hellip;',
  47. msgUploadBegin: 'Initializing &hellip;',
  48. msgUploadEnd: 'Done',
  49. msgUploadResume: 'Resuming upload &hellip;',
  50. msgUploadEmpty: 'No valid data available for upload.',
  51. msgUploadError: 'Upload Error',
  52. msgDeleteError: 'Delete Error',
  53. msgProgressError: 'Error',
  54. msgValidationError: 'Тексеру қатесі',
  55. msgLoading: '{index} файлды {files} &hellip; жүктеу',
  56. msgProgress: '{index} файлды {files} - {name} - {percent}% жүктеу аяқталды.',
  57. msgSelected: 'Таңдалған файлдар саны: {n}',
  58. msgFoldersNotAllowed: 'Тек файлдарды сүйреу рұқсат! {n} папка өткізілген.',
  59. msgImageWidthSmall: '{name} суреттің ені {size} px. аз болмау керек',
  60. msgImageHeightSmall: '{name} суреттің биіктігі {size} px. аз болмау керек',
  61. msgImageWidthLarge: '"{name}" суреттің ені {size} px. аспау керек',
  62. msgImageHeightLarge: '"{name}" суреттің биіктігі {size} px. аспау керек',
  63. msgImageResizeError: 'Суреттің өлшемін өзгерту үшін, мөлшері алынбады',
  64. msgImageResizeException: 'Суреттің мөлшерлерін өзгерткен кезде қателік пайда болды.<pre>{errors}</pre>',
  65. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  66. msgAjaxProgressError: '{operation} failed',
  67. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  68. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  69. msgPendingTime: '{time} remaining',
  70. msgCalculatingTime: 'calculating time remaining',
  71. ajaxOperations: {
  72. deleteThumb: 'file delete',
  73. uploadThumb: 'file upload',
  74. uploadBatch: 'batch file upload',
  75. uploadExtra: 'form data upload'
  76. },
  77. dropZoneTitle: 'Файлдарды осында сүйреу &hellip;',
  78. dropZoneClickTitle: '<br>(or click to select {files})',
  79. fileActionSettings: {
  80. removeTitle: 'Файлды өшіру',
  81. uploadTitle: 'Файлды жүктеу',
  82. uploadRetryTitle: 'Retry upload',
  83. downloadTitle: 'Download file',
  84. zoomTitle: 'мәліметтерді көру',
  85. dragTitle: 'Орнын ауыстыру',
  86. indicatorNewTitle: 'Жүктелген жоқ',
  87. indicatorSuccessTitle: 'Жүктелген',
  88. indicatorErrorTitle: 'Жүктелу қатесі ',
  89. indicatorPausedTitle: 'Upload Paused',
  90. indicatorLoadingTitle: 'Жүктелу &hellip;'
  91. },
  92. previewZoomButtonTitles: {
  93. prev: 'Алдыңғы файлды қарау',
  94. next: 'Келесі файлды қарау',
  95. toggleheader: 'Тақырыпты ауыстыру',
  96. fullscreen: 'Толық экран режимін қосу',
  97. borderless: 'Жиексіз режиміне ауысу',
  98. close: 'Толық көрінісін жабу'
  99. }
  100. };
  101. })(window.jQuery);