fi.js 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. msgFileNotFound: 'Tiedostoa "{name}" ei l&ouml;ydy!',
  32. msgFileSecured: 'Tietoturvarajoitukset est&auml;v&auml;t tiedoston "{name}" lukemisen.',
  33. msgFileNotReadable: 'Tiedosto "{name}" ei ole luettavissa.',
  34. msgFilePreviewAborted: 'Tiedoston "{name}" esikatselu keskeytetty.',
  35. msgFilePreviewError: 'Virhe on tapahtunut luettaessa tiedostoa "{name}".',
  36. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  37. msgInvalidFileType: 'Tiedosto "{name}" on v&auml;&auml;r&auml;n tyyppinen. Ainoastaan tiedostot tyyppi&auml; "{types}" ovat tuettuja.',
  38. msgInvalidFileExtension: 'Tiedoston "{name}" tarkenne on ep&auml;kelpo. Ainoastaan tarkenteet "{extensions}" ovat tuettuja.',
  39. msgFileTypes: {
  40. 'image': 'Kuva',
  41. 'html': 'HTML',
  42. 'text': 'Teksti',
  43. 'video': 'Video',
  44. 'audio': 'Ääni',
  45. 'flash': 'Flash',
  46. 'pdf': 'PDF',
  47. 'object': 'Olio'
  48. },
  49. msgUploadThreshold: 'Käsitellään...',
  50. msgUploadBegin: 'Initializing...',
  51. msgUploadEnd: 'Done',
  52. msgUploadResume: 'Resuming upload...',
  53. msgUploadEmpty: 'Ei ladattavaa dataa.',
  54. msgUploadError: 'Error',
  55. msgValidationError: 'Tiedoston latausvirhe',
  56. msgLoading: 'Ladataan tiedostoa {index} / {files} &hellip;',
  57. msgProgress: 'Ladataan tiedostoa {index} / {files} - {name} - {percent}% valmistunut.',
  58. msgSelected: '{n} tiedostoa valittu',
  59. msgFoldersNotAllowed: 'Raahaa ja pudota ainoastaan tiedostoja! Ohitettu {n} raahattua kansiota.',
  60. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  61. msgAjaxProgressError: '{operation} failed',
  62. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  63. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  64. msgPendingTime: '{time} remaining',
  65. msgCalculatingTime: 'calculating time remaining',
  66. ajaxOperations: {
  67. deleteThumb: 'file delete',
  68. uploadThumb: 'file upload',
  69. uploadBatch: 'batch file upload',
  70. uploadExtra: 'form data upload'
  71. },
  72. dropZoneTitle: 'Raahaa ja pudota tiedostot t&auml;h&auml;n &hellip;',
  73. dropZoneClickTitle: '<br>(tai valitse hiirellä {files})',
  74. fileActionSettings: {
  75. removeTitle: 'Poista tiedosto',
  76. uploadTitle: 'Upload file',
  77. uploadRetryTitle: 'Retry upload',
  78. downloadTitle: 'Download file',
  79. zoomTitle: 'Yksityiskohdat',
  80. dragTitle: 'Siirrä / Järjestele',
  81. indicatorNewTitle: 'Ei ladattu',
  82. indicatorSuccessTitle: 'Ladattu',
  83. indicatorErrorTitle: 'Lataus epäonnistui',
  84. indicatorLoadingTitle: 'Ladataan ...'
  85. },
  86. previewZoomButtonTitles: {
  87. prev: 'Seuraava tiedosto',
  88. next: 'Edellinen tiedosto',
  89. toggleheader: 'Näytä otsikko',
  90. fullscreen: 'Kokonäytön tila',
  91. borderless: 'Rajaton tila',
  92. close: 'Sulje esikatselu'
  93. }
  94. };
  95. $.extend($.fn.fileinput.defaults, $.fn.fileinputLocales.fi);
  96. })(window.jQuery);