bg.js 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*!
  2. * FileInput Bulgarian 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. *
  9. * NOTE: this file must be saved in UTF-8 encoding.
  10. */
  11. (function ($) {
  12. "use strict";
  13. $.fn.fileinputLocales['bg'] = {
  14. sizeUnits: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
  15. bitRateUnits: ['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s', 'PB/s', 'EB/s', 'ZB/s', 'YB/s'],
  16. fileSingle: 'файл',
  17. filePlural: 'файла',
  18. browseLabel: 'Избери …',
  19. removeLabel: 'Премахни',
  20. removeTitle: 'Изчисти избраните',
  21. cancelLabel: 'Откажи',
  22. cancelTitle: 'Откажи качването',
  23. pauseLabel: 'Pause',
  24. pauseTitle: 'Pause ongoing upload',
  25. uploadLabel: 'Качи',
  26. uploadTitle: 'Качи избраните файлове',
  27. msgNo: 'Не',
  28. msgNoFilesSelected: '',
  29. msgPaused: 'Paused',
  30. msgCancelled: 'Отменен',
  31. msgPlaceholder: 'Select {files} ...',
  32. msgZoomModalHeading: 'Детайлен преглед',
  33. msgFileRequired: 'You must select a file to upload.',
  34. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  35. msgSizeTooLarge: 'Файла "{name}" (<b>{size} KB</b>) надвишава максималните разрешени <b>{maxSize} KB</b>.',
  36. msgFilesTooLess: 'Трябва да изберете поне <b>{n}</b> {files} файла.',
  37. msgFilesTooMany: 'Броя файлове избрани за качване <b>({n})</b> надвишава ограниченито от максимум <b>{m}</b>.',
  38. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  39. msgFileNotFound: 'Файлът "{name}" не може да бъде намерен!',
  40. msgFileSecured: 'От съображения за сигурност не може да прочетем файла "{name}".',
  41. msgFileNotReadable: 'Файлът "{name}" не е четим.',
  42. msgFilePreviewAborted: 'Прегледа на файла е прекратен за "{name}".',
  43. msgFilePreviewError: 'Грешка при опит за четене на файла "{name}".',
  44. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  45. msgInvalidFileType: 'Невалиден тип на файла "{name}". Разрешени са само "{types}".',
  46. msgInvalidFileExtension: 'Невалидно разрешение на "{name}". Разрешени са само "{extensions}".',
  47. msgFileTypes: {
  48. 'image': 'image',
  49. 'html': 'HTML',
  50. 'text': 'text',
  51. 'video': 'video',
  52. 'audio': 'audio',
  53. 'flash': 'flash',
  54. 'pdf': 'PDF',
  55. 'object': 'object'
  56. },
  57. msgUploadAborted: 'Качите файла, бе прекратена',
  58. msgUploadThreshold: 'Processing &hellip;',
  59. msgUploadBegin: 'Initializing &hellip;',
  60. msgUploadEnd: 'Done',
  61. msgUploadResume: 'Resuming upload &hellip;',
  62. msgUploadEmpty: 'No valid data available for upload.',
  63. msgUploadError: 'Upload Error',
  64. msgDeleteError: 'Delete Error',
  65. msgProgressError: 'Error',
  66. msgValidationError: 'утвърждаване грешка',
  67. msgLoading: 'Зареждане на файл {index} от общо {files} &hellip;',
  68. msgProgress: 'Зареждане на файл {index} от общо {files} - {name} - {percent}% завършени.',
  69. msgSelected: '{n} {files} избрани',
  70. msgFoldersNotAllowed: 'Само пуснати файлове! Пропуснати {n} пуснати папки.',
  71. msgImageWidthSmall: 'Широчината на изображението "{name}" трябва да е поне {size} px.',
  72. msgImageHeightSmall: 'Височината на изображението "{name}" трябва да е поне {size} px.',
  73. msgImageWidthLarge: 'Широчината на изображението "{name}" не може да е по-голяма от {size} px.',
  74. msgImageHeightLarge: 'Височината на изображението "{name}" нее може да е по-голяма от {size} px.',
  75. msgImageResizeError: 'Не може да размерите на изображението, за да промените размера.',
  76. msgImageResizeException: 'Грешка при промяна на размера на изображението.<pre>{errors}</pre>',
  77. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  78. msgAjaxProgressError: '{operation} failed',
  79. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  80. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  81. msgPendingTime: '{time} remaining',
  82. msgCalculatingTime: 'calculating time remaining',
  83. ajaxOperations: {
  84. deleteThumb: 'file delete',
  85. uploadThumb: 'file upload',
  86. uploadBatch: 'batch file upload',
  87. uploadExtra: 'form data upload'
  88. },
  89. dropZoneTitle: 'Пуснете файловете тук &hellip;',
  90. dropZoneClickTitle: '<br>(or click to select {files})',
  91. fileActionSettings: {
  92. removeTitle: 'Махни файл',
  93. uploadTitle: 'Качване на файл',
  94. uploadRetryTitle: 'Retry upload',
  95. downloadTitle: 'Download file',
  96. zoomTitle: 'Вижте детайли',
  97. dragTitle: 'Move / Rearrange',
  98. indicatorNewTitle: 'Все още не е качил',
  99. indicatorSuccessTitle: 'Качено',
  100. indicatorErrorTitle: 'Качи Error',
  101. indicatorPausedTitle: 'Upload Paused',
  102. indicatorLoadingTitle: 'Качва се &hellip;'
  103. },
  104. previewZoomButtonTitles: {
  105. prev: 'View previous file',
  106. next: 'View next file',
  107. toggleheader: 'Toggle header',
  108. fullscreen: 'Toggle full screen',
  109. borderless: 'Toggle borderless mode',
  110. close: 'Close detailed preview'
  111. }
  112. };
  113. })(window.jQuery);