ro-RO translation
This commit is contained in:
20
resources/lang/ro-RO/recurring.php
Normal file
20
resources/lang/ro-RO/recurring.php
Normal file
@ -0,0 +1,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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user