|
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 | 34 | <source>One or more of the given values is invalid.</source>
|
35 |
| - <target>One or more of the given values is invalid.</target> |
| 35 | + <target>Yksi tai useampi annetuista arvoista on virheellinen.</target> |
36 | 36 | </trans-unit>
|
37 | 37 | <trans-unit id="9">
|
38 | 38 | <source>The fields {{ fields }} were not expected.</source>
|
39 |
| - <target> Odottamattomia kenttiä {{ fields }}.</target> |
| 39 | + <target>Odottamattomia kenttiä {{ fields }}.</target> |
40 | 40 | </trans-unit>
|
41 | 41 | <trans-unit id="10">
|
42 | 42 | <source>The fields {{ fields }} are missing.</source>
|
|
126 | 126 | <source>The file could not be uploaded.</source>
|
127 | 127 | <target>Tiedoston siirto epäonnistui.</target>
|
128 | 128 | </trans-unit>
|
| 129 | + <trans-unit id="35"> |
| 130 | + <source>This value should be a valid number.</source> |
| 131 | + <target>Tämän arvon tulee olla numero.</target> |
| 132 | + </trans-unit> |
| 133 | + <trans-unit id="36"> |
| 134 | + <source>This file is not a valid image.</source> |
| 135 | + <target>Tämä tiedosto ei ole kelvollinen kuva.</target> |
| 136 | + </trans-unit> |
| 137 | + <trans-unit id="37"> |
| 138 | + <source>This is not a valid IP address.</source> |
| 139 | + <target>Tämä ei ole kelvollinen IP-osoite.</target> |
| 140 | + </trans-unit> |
| 141 | + <trans-unit id="38"> |
| 142 | + <source>This value is not a valid language.</source> |
| 143 | + <target>Tämä arvo ei ole kelvollinen kieli.</target> |
| 144 | + </trans-unit> |
| 145 | + <trans-unit id="39"> |
| 146 | + <source>This value is not a valid locale.</source> |
| 147 | + <target>Tämä arvo ei ole kelvollinen kieli- ja alueasetus (locale).</target> |
| 148 | + </trans-unit> |
| 149 | + <trans-unit id="40"> |
| 150 | + <source>This value is not a valid country.</source> |
| 151 | + <target>Tämä arvo ei ole kelvollinen maa.</target> |
| 152 | + </trans-unit> |
| 153 | + <trans-unit id="41"> |
| 154 | + <source>This value is already used.</source> |
| 155 | + <target>Tämä arvo on jo käytetty.</target> |
| 156 | + </trans-unit> |
| 157 | + <trans-unit id="42"> |
| 158 | + <source>The size of the image could not be detected.</source> |
| 159 | + <target>Kuvan kokoa ei voitu tunnistaa.</target> |
| 160 | + </trans-unit> |
| 161 | + <trans-unit id="43"> |
| 162 | + <source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source> |
| 163 | + <target>Kuva on liian leveä ({{ width }}px). Sallittu maksimileveys on {{ max_width }}px.</target> |
| 164 | + </trans-unit> |
| 165 | + <trans-unit id="44"> |
| 166 | + <source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source> |
| 167 | + <target>Kuva on liian kapea ({{ width }}px). Leveyden tulisi olla vähintään {{ min_width }}px.</target> |
| 168 | + </trans-unit> |
| 169 | + <trans-unit id="45"> |
| 170 | + <source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source> |
| 171 | + <target>Kuva on liian korkea ({{ width }}px). Sallittu maksimikorkeus on {{ max_width }}px.</target> |
| 172 | + </trans-unit> |
| 173 | + <trans-unit id="46"> |
| 174 | + <source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source> |
| 175 | + <target>Kuva on liian matala ({{ height }}px). Korkeuden tulisi olla vähintään {{ min_height }}px.</target> |
| 176 | + </trans-unit> |
| 177 | + <trans-unit id="47"> |
| 178 | + <source>This value should be the user current password.</source> |
| 179 | + <target>Tämän arvon tulisi olla käyttäjän tämänhetkinen salasana.</target> |
| 180 | + </trans-unit> |
| 181 | + <trans-unit id="48"> |
| 182 | + <source>This value should have exactly {{ limit }} characters.</source> |
| 183 | + <target>Tämän arvon tulisi olla tasan yhden merkin pituinen.|Tämän arvon tulisi olla tasan {{ limit }} merkkiä pitkä.</target> |
| 184 | + </trans-unit> |
| 185 | + <trans-unit id="49"> |
| 186 | + <source>The file was only partially uploaded.</source> |
| 187 | + <target>Tiedosto ladattiin vain osittain.</target> |
| 188 | + </trans-unit> |
| 189 | + <trans-unit id="50"> |
| 190 | + <source>No file was uploaded.</source> |
| 191 | + <target>Tiedostoa ei ladattu.</target> |
| 192 | + </trans-unit> |
| 193 | + <trans-unit id="51"> |
| 194 | + <source>No temporary folder was configured in php.ini.</source> |
| 195 | + <target>Väliaikaishakemistoa ei ole asetettu php.ini -tiedostoon.</target> |
| 196 | + </trans-unit> |
| 197 | + <trans-unit id="52"> |
| 198 | + <source>Cannot write temporary file to disk.</source> |
| 199 | + <target>Väliaikaistiedostoa ei voitu kirjoittaa levylle.</target> |
| 200 | + </trans-unit> |
| 201 | + <trans-unit id="53"> |
| 202 | + <source>A PHP extension caused the upload to fail.</source> |
| 203 | + <target>PHP-laajennoksen vuoksi tiedoston lataus epäonnistui.</target> |
| 204 | + </trans-unit> |
| 205 | + <trans-unit id="54"> |
| 206 | + <source>This collection should contain {{ limit }} elements or more.</source> |
| 207 | + <target>Tässä ryhmässä tulisi olla yksi tai useampi elementti.|Tässä ryhmässä tulisi olla vähintään {{ limit }} elementtiä.</target> |
| 208 | + </trans-unit> |
| 209 | + <trans-unit id="55"> |
| 210 | + <source>This collection should contain {{ limit }} elements or less.</source> |
| 211 | + <target>Tässä ryhmässä tulisi olla enintään yksi elementti.|Tässä ryhmässä tulisi olla enintään {{ limit }} elementtiä.</target> |
| 212 | + </trans-unit> |
| 213 | + <trans-unit id="56"> |
| 214 | + <source>This collection should contain exactly {{ limit }} elements.</source> |
| 215 | + <target>Tässä ryhmässä tulisi olla tasan yksi elementti.|Tässä ryhmässä tulisi olla enintään {{ limit }} elementtiä.</target> |
| 216 | + </trans-unit> |
| 217 | + <trans-unit id="57"> |
| 218 | + <source>Invalid card number.</source> |
| 219 | + <target>Virheellinen korttinumero.</target> |
| 220 | + </trans-unit> |
| 221 | + <trans-unit id="58"> |
| 222 | + <source>Unsupported card type or invalid card number.</source> |
| 223 | + <target>Tätä korttityyppiä ei tueta tai korttinumero on virheellinen.</target> |
| 224 | + </trans-unit> |
129 | 225 | </body>
|
130 | 226 | </file>
|
131 | 227 | </xliff>
|
0 commit comments