New translations field.php (Italian)

This commit is contained in:
Fatih Alp 2020-10-06 13:56:08 +03:00
parent 22fba1f6cf
commit 08761dd118

View File

@ -250,7 +250,7 @@ return [
'name' => 'Nelle ultime 24 ore' 'name' => 'Nelle ultime 24 ore'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'Nelle ultime 24 ore'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'Nell\'ultima settimana' 'name' => 'Nell\'ultima settimana'
@ -301,10 +301,10 @@ return [
// New create page // New create page
'options' => 'Opzioni', 'options' => 'Opzioni',
'free' => 'Free', 'free' => 'Gratuito',
'ad_date' => 'Ad Date', 'ad_date' => 'Data dell\'annuncio',
'photo_video' => 'Photo, Video', 'photo_video' => 'Foto, video',
'and_above' => 'and above', 'and_above' => 'e al di sopra',
'and_below' => 'and below', 'and_below' => 'e sotto',
'clear_all' => 'Clear All', 'clear_all' => 'Cancella tutto',
]; ];