New translations setting.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 19:17:05 +03:00
parent 9291806113
commit b6f12983e0

View File

@ -5,15 +5,15 @@ return [
'name' => 'Approvazione automatica', 'name' => 'Approvazione automatica',
], ],
'default_view_type' => [ 'default_view_type' => [
'name' => 'Default View Type', 'name' => 'Tipo di visualizzazione predefinito',
], ],
'hide_zero_price' => [ 'hide_zero_price' => [
'name' => 'Hide Price if Zero', 'name' => 'Nascondi prezzo se zero',
'instructions' => 'Hide the price if the ad price is 0', 'instructions' => 'Nascondi il prezzo se il prezzo dell\'annuncio è 0',
], ],
'estimated_pending_time' => [ 'estimated_pending_time' => [
'name' => 'Estimated Pending Time', 'name' => 'Tempo di attesa stimato',
'instructions' => 'In Hours', 'instructions' => 'In ore',
], ],
'default_published_time' => [ 'default_published_time' => [
'name' => 'Tempo di pubblicazione predefinito', 'name' => 'Tempo di pubblicazione predefinito',
@ -25,7 +25,7 @@ return [
'name' => 'Contatto telefonico', 'name' => 'Contatto telefonico',
], ],
'favicon' => [ 'favicon' => [
'name' => 'Favicon', 'name' => 'favicon',
] ]
,'map_coordinates_long' => [ ,'map_coordinates_long' => [
'name' => 'Mappa lunga coordinata', 'name' => 'Mappa lunga coordinata',
@ -48,7 +48,7 @@ return [
'name' => 'Valute attive', 'name' => 'Valute attive',
], ],
'latest-limit' => [ 'latest-limit' => [
'name' => 'Latest Limit', 'name' => 'Ultimo limite',
], ],
'site_address' => [ 'site_address' => [
'name' => 'Indirizzo del sito', 'name' => 'Indirizzo del sito',
@ -80,16 +80,16 @@ return [
'name' => 'Annuncio predefinito GET', 'name' => 'Annuncio predefinito GET',
], ],
'thumbnail_width' => [ 'thumbnail_width' => [
'name' => 'Thumbnail Width', 'name' => 'Larghezza Miniatura',
], ],
'thumbnail_height' => [ 'thumbnail_height' => [
'name' => 'Thumbnail Height', 'name' => 'Altezza Miniatura',
], ],
'picture_width' => [ 'picture_width' => [
'name' => 'Picture Width', 'name' => 'Larghezza immagine',
], ],
'picture_height' => [ 'picture_height' => [
'name' => 'Picture Height', 'name' => 'Altezza dell\'immagine',
], ],
'twitter' => [ 'twitter' => [
'name' => 'cinguettio', 'name' => 'cinguettio',
@ -125,6 +125,6 @@ return [
'name' => 'Codice statistico di Google', 'name' => 'Codice statistico di Google',
], ],
'register_email_field' => [ 'register_email_field' => [
'name' => 'Member Registration Email Requirement', 'name' => 'Requisito e-mail di registrazione membro',
], ],
]; ];