b7c7a5f6
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
return [
'recurring' => 'Recurent',
'every' => 'Fiecare',
'period' => 'Perioada',
'times' => 'Dati',
'daily' => 'Zilnic',
'weekly' => 'Saptamanal',
'monthly' => 'Lunar',
'yearly' => 'Anual',
'custom' => 'Personalizat',
'days' => 'Zi(le)',
'weeks' => 'Saptamana(i)',
'months' => 'Luna(i)',
'years' => 'An(i)',
'message' => 'Acesta este un :type recurent si urmatorul :type va fi generat pe :date',
];
|