You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

yii.php 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message/extract' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. 'Powered by {yii}' => 'Powered by {yii}',
  21. 'Yii Framework' => 'Yii Framework',
  22. '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} täytyy olla yhtä suuri kuin "{compareValueOrAttribute}".',
  23. '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} täytyy olla suurempi kuin "{compareValueOrAttribute}".',
  24. '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} täytyy olla suurempi tai yhtä suuri kuin "{compareValueOrAttribute}".',
  25. '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} täytyy olla pienempi kuin "{compareValueOrAttribute}".',
  26. '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} täytyy olla pienempi tai yhtä suuri kuin "{compareValueOrAttribute}".',
  27. '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} ei saa olla yhtä suuri kuin "{compareValueOrAttribute}".',
  28. '(not set)' => '(ei asetettu)',
  29. 'An internal server error occurred.' => 'Sisäinen palvelinvirhe.',
  30. 'Are you sure you want to delete this item?' => 'Haluatko varmasti poistaa tämän?',
  31. 'Delete' => 'Poista',
  32. 'Error' => 'Virhe',
  33. 'File upload failed.' => 'Tiedoston lähetys epäonnistui.',
  34. 'Home' => 'Koti',
  35. 'Invalid data received for parameter "{param}".' => 'Parametri "{param}" vastaanotti virheellistä dataa.',
  36. 'Login Required' => 'Kirjautuminen vaaditaan',
  37. 'Missing required arguments: {params}' => 'Pakolliset argumentit puuttuu: {params}',
  38. 'Missing required parameters: {params}' => 'Pakolliset parametrit puuttuu: {params}',
  39. 'No' => 'Ei',
  40. 'No results found.' => 'Ei tuloksia.',
  41. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Sallittuja ovat vain tiedostot, joiden MIME-tyyppi on: {mimeTypes}.',
  42. 'Only files with these extensions are allowed: {extensions}.' => 'Sallittuja ovat vain tiedostot, joiden tiedostopääte on: {extensions}.',
  43. 'Page not found.' => 'Sivua ei löytynyt.',
  44. 'Please fix the following errors:' => 'Korjaa seuraavat virheet:',
  45. 'Please upload a file.' => 'Lähetä tiedosto.',
  46. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Näytetään <b>{begin, number}-{end, number}</b> kaikkiaan <b>{totalCount, number}</b> {totalCount, plural, one{tuloksesta} other{tuloksesta}}.',
  47. 'The file "{file}" is not an image.' => 'Tiedosto "{file}" ei ole kuva.',
  48. 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'Tiedosto "{file}" on liian iso. Sen koko ei voi olla suurempi kuin {formattedLimit}.',
  49. 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'Tiedosto "{file}" on liian pieni. Sen koko ei voi olla pienempi kuin {formattedLimit}.',
  50. 'The format of {attribute} is invalid.' => 'Attribuutin {attribute} formaatti on virheellinen.',
  51. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Kuva "{file}" on liian suuri. Korkeus ei voi olla suurempi kuin {limit, number} {limit, plural, one{pikseli} other{pikseliä}}.',
  52. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Kuva "{file}" on liian suuri. Leveys ei voi olla suurempi kuin {limit, number} {limit, plural, one{pikseli} other{pikseliä}}.',
  53. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Kuva "{file}" on liian pieni. Korkeus ei voi olla pienempi kuin {limit, number} {limit, plural, one{pikseli} other{pikseliä}}.',
  54. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Kuva "{file}" on liian pieni. Leveys ei voi olla pienempi kuin {limit, number} {limit, plural, one{pikseli} other{pikseliä}}.',
  55. 'The requested view "{name}" was not found.' => 'Pyydettyä näkymää "{name}" ei löytynyt.',
  56. 'The verification code is incorrect.' => 'Vahvistuskoodi on virheellinen.',
  57. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Yhteensä <b>{count, number}</b> {count, plural, one{tulos} other{tulosta}}.',
  58. 'Unable to verify your data submission.' => 'Tietojen lähetystä ei voida varmistaa.',
  59. 'Unknown option: --{name}' => 'Tuntematon valinta: --{name}',
  60. 'Update' => 'Päivitä',
  61. 'View' => 'Näytä',
  62. 'Yes' => 'Kyllä',
  63. 'You are not allowed to perform this action.' => 'Sinulla ei ole tarvittavia oikeuksia toiminnon suorittamiseen.',
  64. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Voit lähettää enintään {limit, number} {limit, plural, one{tiedoston} other{tiedostoa}}.',
  65. 'in {delta, plural, =1{a day} other{# days}}' => '{delta, plural, =1{päivässä} other{# päivässä}}',
  66. 'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta, plural, =1{minuutissa} other{# minuutissa}}',
  67. 'in {delta, plural, =1{a month} other{# months}}' => '{delta, plural, =1{kuukaudessa} other{# kuukaudessa}}',
  68. 'in {delta, plural, =1{a second} other{# seconds}}' => '{delta, plural, =1{sekunnissa} other{# sekunnissa}}',
  69. 'in {delta, plural, =1{a year} other{# years}}' => '{delta, plural, =1{vuodessa} other{# vuodessa}}',
  70. 'in {delta, plural, =1{an hour} other{# hours}}' => '{delta, plural, =1{tunnissa} other{# tunnissa}}',
  71. 'just now' => 'juuri nyt',
  72. 'the input value' => 'syötetty arvo',
  73. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" on jo käytössä.',
  74. '{attribute} cannot be blank.' => '{attribute} ei voi olla tyhjä.',
  75. '{attribute} contains wrong subnet mask.' => '{attribute} sisältää väärän aliverkkopeitteen.',
  76. '{attribute} is invalid.' => '{attribute} on virheellinen.',
  77. '{attribute} is not a valid URL.' => '{attribute} on virheellinen URL.',
  78. '{attribute} is not a valid email address.' => '{attribute} on virheellinen sähköpostiosoite.',
  79. '{attribute} is not in the allowed range.' => '{attribute} ei ole sallitulla alueella.',
  80. '{attribute} must be "{requiredValue}".' => '{attribute} täytyy olla "{requiredValue}".',
  81. '{attribute} must be a number.' => '{attribute} täytyy olla luku.',
  82. '{attribute} must be a string.' => '{attribute} täytyy olla merkkijono.',
  83. '{attribute} must be a valid IP address.' => '{attribute} täytyy olla kelvollinen IP-osoite.',
  84. '{attribute} must be an IP address with specified subnet.' => '{attribute} täytyy olla määritetyllä aliverkolla oleva IP-osoite.',
  85. '{attribute} must be an integer.' => '{attribute} täytyy olla kokonaisluku.',
  86. '{attribute} must be either "{true}" or "{false}".' => '{attribute} täytyy olla joko {true} tai {false}.',
  87. '{attribute} must be no greater than {max}.' => '{attribute} ei saa olla suurempi kuin "{max}".',
  88. '{attribute} must be no less than {min}.' => '{attribute} ei saa olla pienempi kuin "{min}".',
  89. '{attribute} must not be a subnet.' => '{attribute} ei saa olla aliverkko.',
  90. '{attribute} must not be an IPv4 address.' => '{attribute} ei saa olla IPv4-osoite.',
  91. '{attribute} must not be an IPv6 address.' => '{attribute} ei saa olla IPv6-osoite.',
  92. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} tulisi sisältää vähintään {min, number} {min, plural, one{merkki} other{merkkiä}}.',
  93. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} tulisi sisältää enintään {max, number} {max, plural, one{merkki} other{merkkiä}}.',
  94. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} tulisi sisältää {length, number} {length, plural, one{merkki} other{merkkiä}}.',
  95. '{delta, plural, =1{1 day} other{# days}}' => '{delta, plural, =1{1 päivä} other{# päivää}}',
  96. '{delta, plural, =1{1 hour} other{# hours}}' => '{delta, plural, =1{1 tunti} other{# tuntia}}',
  97. '{delta, plural, =1{1 minute} other{# minutes}}' => '{delta, plural, =1{1 minuutti} other{# minuuttia}}',
  98. '{delta, plural, =1{1 month} other{# months}}' => '{delta, plural, =1{1 kuukausi} other{# kuukautta}}',
  99. '{delta, plural, =1{1 second} other{# seconds}}' => '{delta, plural, =1{1 sekunti} other{# sekuntia}}',
  100. '{delta, plural, =1{1 year} other{# years}}' => '{delta, plural, =1{1 vuosi} other{# vuotta}}',
  101. '{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{päivä} other{# päivää}} sitten',
  102. '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{minuutti} other{# minuuttia}} sitten',
  103. '{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{kuukausi} other{# kuukautta}} sitten',
  104. '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{sekunti} other{# sekuntia}} sitten',
  105. '{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{vuosi} other{# vuotta}} sitten',
  106. '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{tunti} other{# tuntia}} sitten',
  107. '{nFormatted} B' => '{nFormatted} t',
  108. '{nFormatted} GB' => '{nFormatted} Gt',
  109. '{nFormatted} GiB' => '{nFormatted} GiB',
  110. '{nFormatted} KB' => '{nFormatted} kt',
  111. '{nFormatted} KiB' => '{nFormatted} KiB',
  112. '{nFormatted} MB' => '{nFormatted} Mt',
  113. '{nFormatted} MiB' => '{nFormatted} MiB',
  114. '{nFormatted} PB' => '{nFormatted} Pt',
  115. '{nFormatted} PiB' => '{nFormatted} PiB',
  116. '{nFormatted} TB' => '{nFormatted} Tt',
  117. '{nFormatted} TiB' => '{nFormatted} TiB',
  118. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} {n, plural, =1{tavu} other{tavua}}',
  119. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} {n, plural, =1{gibitavu} other{gibitavua}}',
  120. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} {n, plural, =1{gigatavu} other{gigatavua}}',
  121. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} {n, plural, =1{kibitavu} other{kibitavua}}',
  122. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} {n, plural, =1{kilotavu} other{kilotavua}}',
  123. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} {n, plural, =1{mebitavu} other{mebitavua}}',
  124. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} {n, plural, =1{megatavu} other{megatavua}}',
  125. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} {n, plural, =1{pebitavu} other{pebitavua}}',
  126. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} {n, plural, =1{petatavu} other{petatavua}}',
  127. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} {n, plural, =1{tebitavu} other{tebitavua}}',
  128. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} {n, plural, =1{teratavu} other{teratavua}}',
  129. ];