fi.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*!
  2. * FileInput Finnish 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.fi = {
  14. fileSingle: 'tiedosto',
  15. filePlural: 'tiedostot',
  16. browseLabel: 'Selaa …',
  17. removeLabel: 'Poista',
  18. removeTitle: 'Tyhjännä valitut tiedostot',
  19. cancelLabel: 'Peruuta',
  20. cancelTitle: 'Peruuta lataus',
  21. pauseLabel: 'Pause',
  22. pauseTitle: 'Pause ongoing upload',
  23. uploadLabel: 'Lataa',
  24. uploadTitle: 'Lataa valitut tiedostot',
  25. msgNoFilesSelected: '',
  26. msgFileRequired: 'You must select a file to upload.',
  27. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  28. msgSizeTooLarge: 'Tiedosto "{name}" (<b>{size} Kt</b>) ylitt&auml;&auml; suurimman sallitun tiedoston koon, joka on <b>{maxSize} Kt</b>. Yrit&auml; uudelleen!',
  29. msgFilesTooLess: 'V&auml;hint&auml;&auml;n <b>{n}</b> {files} tiedostoa on valittava ladattavaksi. Ole hyv&auml; ja yrit&auml; uudelleen!',
  30. msgFilesTooMany: 'Valittujen tiedostojen lukum&auml;&auml;r&auml; <b>({n})</b> ylitt&auml;&auml; suurimman sallitun m&auml;&auml;r&auml;n <b>{m}</b>. Ole hyv&auml; ja yrit&auml; uudelleen!',
  31. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  32. msgFileNotFound: 'Tiedostoa "{name}" ei l&ouml;ydy!',
  33. msgFileSecured: 'Tietoturvarajoitukset est&auml;v&auml;t tiedoston "{name}" lukemisen.',
  34. msgFileNotReadable: 'Tiedosto "{name}" ei ole luettavissa.',
  35. msgFilePreviewAborted: 'Tiedoston "{name}" esikatselu keskeytetty.',
  36. msgFilePreviewError: 'Virhe on tapahtunut luettaessa tiedostoa "{name}".',
  37. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  38. msgInvalidFileType: 'Tiedosto "{name}" on v&auml;&auml;r&auml;n tyyppinen. Ainoastaan tiedostot tyyppi&auml; "{types}" ovat tuettuja.',
  39. msgInvalidFileExtension: 'Tiedoston "{name}" tarkenne on ep&auml;kelpo. Ainoastaan tarkenteet "{extensions}" ovat tuettuja.',
  40. msgFileTypes: {
  41. 'image': 'Kuva',
  42. 'html': 'HTML',
  43. 'text': 'Teksti',
  44. 'video': 'Video',
  45. 'audio': 'Ääni',
  46. 'flash': 'Flash',
  47. 'pdf': 'PDF',
  48. 'object': 'Olio'
  49. },
  50. msgUploadThreshold: 'Käsitellään &hellip;',
  51. msgUploadBegin: 'Initializing &hellip;',
  52. msgUploadEnd: 'Done',
  53. msgUploadResume: 'Resuming upload &hellip;',
  54. msgUploadEmpty: 'Ei ladattavaa dataa.',
  55. msgUploadError: 'Upload Error',
  56. msgDeleteError: 'Delete Error',
  57. msgProgressError: 'Error',
  58. msgValidationError: 'Tiedoston latausvirhe',
  59. msgLoading: 'Ladataan tiedostoa {index} / {files} &hellip;',
  60. msgProgress: 'Ladataan tiedostoa {index} / {files} - {name} - {percent}% valmistunut.',
  61. msgSelected: '{n} tiedostoa valittu',
  62. msgFoldersNotAllowed: 'Raahaa ja pudota ainoastaan tiedostoja! Ohitettu {n} raahattua kansiota.',
  63. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  64. msgAjaxProgressError: '{operation} failed',
  65. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  66. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  67. msgPendingTime: '{time} remaining',
  68. msgCalculatingTime: 'calculating time remaining',
  69. ajaxOperations: {
  70. deleteThumb: 'file delete',
  71. uploadThumb: 'file upload',
  72. uploadBatch: 'batch file upload',
  73. uploadExtra: 'form data upload'
  74. },
  75. dropZoneTitle: 'Raahaa ja pudota tiedostot t&auml;h&auml;n &hellip;',
  76. dropZoneClickTitle: '<br>(tai valitse hiirellä {files})',
  77. fileActionSettings: {
  78. removeTitle: 'Poista tiedosto',
  79. uploadTitle: 'Upload file',
  80. uploadRetryTitle: 'Retry upload',
  81. downloadTitle: 'Download file',
  82. zoomTitle: 'Yksityiskohdat',
  83. dragTitle: 'Siirrä / Järjestele',
  84. indicatorNewTitle: 'Ei ladattu',
  85. indicatorSuccessTitle: 'Ladattu',
  86. indicatorErrorTitle: 'Lataus epäonnistui',
  87. indicatorPausedTitle: 'Upload Paused',
  88. indicatorLoadingTitle: 'Ladataan &hellip;'
  89. },
  90. previewZoomButtonTitles: {
  91. prev: 'Seuraava tiedosto',
  92. next: 'Edellinen tiedosto',
  93. toggleheader: 'Näytä otsikko',
  94. fullscreen: 'Kokonäytön tila',
  95. borderless: 'Rajaton tila',
  96. close: 'Sulje esikatselu'
  97. }
  98. };
  99. $.extend($.fn.fileinput.defaults, $.fn.fileinputLocales.fi);
  100. })(window.jQuery);