'The requested view "{name}" was not found.'=>'Pyydettyä näkymää "{name}" ei löytynyt.',
'(not set)'=>'(ei asetettu)',
'An internal server error occurred.'=>'Sisäinen palvelinvirhe.',
'Are you sure you want to delete this item?'=>'Haluatko varmasti poistaa tämän?',
...
...
@@ -68,7 +57,13 @@ return array (
'Yes'=>'Kyllä',
'You are not allowed to perform this action.'=>'Sinulla ei ole tarvittavia oikeuksia toiminnon suorittamiseen.',
'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}}.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" on jo käytössä.',
'{attribute} cannot be blank.'=>'{attribute} ei voi olla tyhjä.',
'{attribute} is invalid.'=>'{attribute} on virheellinen.',
...
...
@@ -90,6 +85,12 @@ return array (
'{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ä}}.',
'{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ä}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} tulisi sisältää {length, number} {length, plural, one{merkki} other{merkkiä}}.',