new crowdin translations
This commit is contained in:
20
resources/lang/fi-FI/recurring.php
Normal file
20
resources/lang/fi-FI/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Toistuva',
|
||||
'every' => 'Joka',
|
||||
'period' => 'Aikaväli',
|
||||
'times' => 'Kerrat',
|
||||
'daily' => 'Päivittäin',
|
||||
'weekly' => 'Viikottain',
|
||||
'monthly' => 'Kuukausittain',
|
||||
'yearly' => 'Vuosittain',
|
||||
'custom' => 'Mukautettu',
|
||||
'days' => 'Päivä(t)',
|
||||
'weeks' => 'Viikko(a)',
|
||||
'months' => 'Kuukaudet',
|
||||
'years' => 'Vuosia',
|
||||
'message' => 'Tämä on toistuva :type ja seuraava :type generoidaan automaattisesti :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user