New translations field.php (Romanian)

This commit is contained in:
Fatih Alp 2020-10-06 13:51:10 +03:00
parent fbc9fa5250
commit db7f799199

View File

@ -249,7 +249,7 @@ return [
'name' => 'În ultimele 24 de ore' 'name' => 'În ultimele 24 de ore'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'În ultimele 24 de ore'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'In ultima saptamana' 'name' => 'In ultima saptamana'
@ -300,10 +300,10 @@ return [
// New create page // New create page
'options' => 'Opțiuni', 'options' => 'Opțiuni',
'free' => 'Free', 'free' => 'Gratuit',
'ad_date' => 'Ad Date', 'ad_date' => 'Data publicității',
'photo_video' => 'Photo, Video', 'photo_video' => 'Foto, Video',
'and_above' => 'and above', 'and_above' => 'Si mai sus',
'and_below' => 'and below', 'and_below' => 'si sub',
'clear_all' => 'Clear All', 'clear_all' => 'Curata tot',
]; ];