21 lines
685 B
PHP
21 lines
685 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'recurring' => 'Korduv',
|
|
'every' => 'Iga',
|
|
'period' => 'Periood',
|
|
'times' => 'Ajad',
|
|
'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',
|
|
|
|
];
|