New translations setting.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:49 +03:00
parent f527e4181f
commit 3b5763fd16

View File

@ -2,42 +2,42 @@
return [ return [
'home_page_location' => [ 'home_page_location' => [
'name' => 'Home Page Location Field', 'name' => 'Campo posizione home page',
], ],
'list_page_location' => [ 'list_page_location' => [
'name' => 'List Page Location Field', 'name' => 'Campo posizione pagina elenco',
], ],
'detail_page_location' => [ 'detail_page_location' => [
'name' => 'Detail Page Location Field', 'name' => 'Campo Posizione pagina dettagli',
], ],
'show_search_location_btn' => [ 'show_search_location_btn' => [
'name' => 'Show Search Location Button', 'name' => 'Mostra il pulsante Posizione di ricerca',
], ],
'default_country' => [ 'default_country' => [
'name' => 'Default Country', 'name' => 'Paese predefinito',
], ],
'create_ad_page_location' => [ 'create_ad_page_location' => [
'name' => 'Create Ad Page Location', 'name' => 'Crea posizione pagina annuncio',
], ],
'default_city' => [ 'default_city' => [
'name' => 'Default City', 'name' => 'Città predefinita',
], ],
'default_district' => [ 'default_district' => [
'name' => 'Default District', 'name' => 'Distretto predefinito',
], ],
'default_neighborhood' => [ 'default_neighborhood' => [
'name' => 'Default Neighborhood', 'name' => 'Vicinato predefinito',
], ],
'google_map_key' => [ 'google_map_key' => [
'name' => 'Google Maps Api Key', 'name' => 'Chiave API di Google Maps',
], ],
'map_coordinates_long' => [ 'map_coordinates_long' => [
'name' => 'Default Long', 'name' => 'Predefinito Lungo',
], ],
'map_coordinates_lat' => [ 'map_coordinates_lat' => [
'name' => 'Default Lat', 'name' => 'Lat predefinito',
], ],
]; ];