ro-RO translation

This commit is contained in:
denisdulici
2018-05-08 16:49:32 +03:00
parent ad455bb544
commit 3adac9676e
27 changed files with 837 additions and 1 deletions

View 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',
];