From 1f639f7490f0666169d927ed4e724bed5af4fa33 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:15:54 +0300 Subject: [PATCH] New translations setting.php (Portuguese) --- .../resources/lang/pt/setting.php | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/pt/setting.php b/addons/default/visiosoft/location-module/resources/lang/pt/setting.php index 2bb096a0e..58862c2fd 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pt/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/pt/setting.php @@ -2,42 +2,42 @@ return [ 'home_page_location' => [ - 'name' => 'Home Page Location Field', + 'name' => 'Campo Localização da Página Inicial', ], 'list_page_location' => [ - 'name' => 'List Page Location Field', + 'name' => 'Campo Local da Página da Lista', ], 'detail_page_location' => [ - 'name' => 'Detail Page Location Field', + 'name' => 'Campo Local da Página de Detalhes', ], 'show_search_location_btn' => [ - 'name' => 'Show Search Location Button', + 'name' => 'Mostrar botão de localização da pesquisa', ], 'default_country' => [ - 'name' => 'Default Country', + 'name' => 'País padrão', ], 'create_ad_page_location' => [ - 'name' => 'Create Ad Page Location', + 'name' => 'Criar local da página de anúncio', ], 'default_city' => [ - 'name' => 'Default City', + 'name' => 'Cidade padrão', ], 'default_district' => [ - 'name' => 'Default District', + 'name' => 'Distrito Padrão', ], 'default_neighborhood' => [ - 'name' => 'Default Neighborhood', + 'name' => 'Bairro padrão', ], 'google_map_key' => [ - 'name' => 'Google Maps Api Key', + 'name' => 'Chave da API do Google Maps', ], 'map_coordinates_long' => [ - 'name' => 'Default Long', + 'name' => 'Longo padrão', ], 'map_coordinates_lat' => [ - 'name' => 'Default Lat', + 'name' => 'Lat padrão', ], ];