new crowdin translations
This commit is contained in:
20
resources/lang/et-EE/recurring.php
Normal file
20
resources/lang/et-EE/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Korduv',
|
||||
'every' => 'Iga',
|
||||
'period' => 'Periood',
|
||||
'times' => 'Korda',
|
||||
'daily' => 'Iga päev',
|
||||
'weekly' => 'Iganädalane',
|
||||
'monthly' => 'Igakuine',
|
||||
'yearly' => 'Aastane',
|
||||
'custom' => 'Kohandatud',
|
||||
'days' => 'päev(a)',
|
||||
'weeks' => 'nädal(at)',
|
||||
'months' => 'kuu(d)',
|
||||
'years' => 'aasta(t)',
|
||||
'message' => 'See on korduv :type ja järgmine :type luuakse automaatselt kuupäeval :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user