New translations setting.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:08:34 +03:00
parent dc1cf06824
commit ed19a8ff37

View File

@ -2,31 +2,31 @@
return [ return [
'home_page_location' => [ 'home_page_location' => [
'name' => 'Home Page Location Field', 'name' => 'Campo de ubicación de la página de inicio',
], ],
'list_page_location' => [ 'list_page_location' => [
'name' => 'List Page Location Field', 'name' => 'Campo de ubicación de la página de lista',
], ],
'detail_page_location' => [ 'detail_page_location' => [
'name' => 'Detail Page Location Field', 'name' => 'Campo de ubicación de la página de detalles',
], ],
'show_search_location_btn' => [ 'show_search_location_btn' => [
'name' => 'Show Search Location Button', 'name' => 'Mostrar el botón de ubicación de búsqueda',
], ],
'default_country' => [ 'default_country' => [
'name' => 'Default Country', 'name' => 'País predeterminado',
], ],
'create_ad_page_location' => [ 'create_ad_page_location' => [
'name' => 'Create Ad Page Location', 'name' => 'Crear ubicación de la página de anuncios',
], ],
'default_city' => [ 'default_city' => [
'name' => 'Default City', 'name' => 'Ciudad predeterminada',
], ],
'default_district' => [ 'default_district' => [
'name' => 'Default District', 'name' => 'Distrito predeterminado',
], ],
'default_neighborhood' => [ 'default_neighborhood' => [
'name' => 'Default Neighborhood', 'name' => 'Barrio predeterminado',
], ],
'google_map_key' => [ 'google_map_key' => [
@ -34,10 +34,10 @@ return [
], ],
'map_coordinates_long' => [ 'map_coordinates_long' => [
'name' => 'Default Long', 'name' => 'Predeterminado Long',
], ],
'map_coordinates_lat' => [ 'map_coordinates_lat' => [
'name' => 'Default Lat', 'name' => 'Lat predeterminado',
], ],
]; ];