new crowdin translations
This commit is contained in:
23
resources/lang/fi-FI/errors.php
Normal file
23
resources/lang/fi-FI/errors.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => [
|
||||
'403' => 'Hups! Pääsy kielletty',
|
||||
'404' => 'Hups! Sivua ei löydy',
|
||||
'500' => 'Hups! Jotain meni pieleen',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'403' => '403 Kielletty',
|
||||
'404' => '404 Sivua ei löydy',
|
||||
'500' => '500 Sisäinen palvelinvirhe',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => 'Et voi käyttää tätä sivua.',
|
||||
'404' => 'Emme löytäneet sivua, jota olit etsimässä.',
|
||||
'500' => 'Teemme parhaamme korjataksemme sen pikimmiten.',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user