et.js 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /*!
  2. * FileInput Estonian 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['et'] = {
  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: 'fail',
  17. filePlural: 'failid',
  18. browseLabel: 'Sirvi …',
  19. removeLabel: 'Eemalda',
  20. removeTitle: 'Clear selected files',
  21. cancelLabel: 'Tühista',
  22. cancelTitle: 'Abort ongoing upload',
  23. pauseLabel: 'Pause',
  24. pauseTitle: 'Pause ongoing upload',
  25. uploadLabel: 'Salvesta',
  26. uploadTitle: 'Salvesta valitud failid',
  27. msgNo: 'No',
  28. msgNoFilesSelected: 'No files selected',
  29. msgPaused: 'Paused',
  30. msgCancelled: 'Cancelled',
  31. msgPlaceholder: 'Select {files} ...',
  32. msgZoomModalHeading: 'Detailed Preview',
  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: 'Fail "{name}" (<b>{size} KB</b>) ületab lubatu suuruse <b>{maxSize} KB</b>.',
  36. msgFilesTooLess: 'You must select at least <b>{n}</b> {files} to upload.',
  37. msgFilesTooMany: 'Number of files selected for upload <b>({n})</b> exceeds maximum allowed limit of <b>{m}</b>.',
  38. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  39. msgFileNotFound: 'File "{name}" not found!',
  40. msgFileSecured: 'Security restrictions prevent reading the file "{name}".',
  41. msgFileNotReadable: 'File "{name}" is not readable.',
  42. msgFilePreviewAborted: 'File preview aborted for "{name}".',
  43. msgFilePreviewError: 'An error occurred while reading the file "{name}".',
  44. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  45. msgInvalidFileType: '"{name}" on vale tüüpi. Ainult "{types}" on lubatud.',
  46. msgInvalidFileExtension: 'Invalid extension for file "{name}". Only "{extensions}" files are supported.',
  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: 'The file upload was aborted',
  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: 'Validation Error',
  67. msgLoading: 'Loading file {index} of {files} &hellip;',
  68. msgProgress: 'Loading file {index} of {files} - {name} - {percent}% completed.',
  69. msgSelected: '{n} {files} selected',
  70. msgFoldersNotAllowed: 'Drag & drop files only! Skipped {n} dropped folder(s).',
  71. msgImageWidthSmall: 'Pildi laius peab olema vähemalt {size} px.',
  72. msgImageHeightSmall: 'Pildi kõrgus peab olema vähemalt {size} px.',
  73. msgImageWidthLarge: 'Width of image file "{name}" cannot exceed {size} px.',
  74. msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
  75. msgImageResizeError: 'Could not get the image dimensions to resize.',
  76. msgImageResizeException: 'Error while resizing the image.<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: 'Lohista failid siia &hellip;',
  90. dropZoneClickTitle: '<br>(or click to select {files})',
  91. fileActionSettings: {
  92. removeTitle: 'Eemalda fail',
  93. uploadTitle: 'Salvesta fail',
  94. uploadRetryTitle: 'Retry upload',
  95. zoomTitle: 'Vaata detaile',
  96. dragTitle: 'Liiguta / Korralda',
  97. indicatorNewTitle: 'Pole veel salvestatud',
  98. indicatorSuccessTitle: 'Uploaded',
  99. indicatorErrorTitle: 'Salvestamise viga',
  100. indicatorPausedTitle: 'Upload Paused',
  101. indicatorLoadingTitle: 'Salvestan &hellip;'
  102. },
  103. previewZoomButtonTitles: {
  104. prev: 'View previous file',
  105. next: 'View next file',
  106. toggleheader: 'Toggle header',
  107. fullscreen: 'Toggle full screen',
  108. borderless: 'Toggle borderless mode',
  109. close: 'Close detailed preview'
  110. }
  111. };
  112. })(window.jQuery);