PHP Classes

File: src/resources/lang/pt-BR/messages.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Here PHP Geocoder   src/resources/lang/pt-BR/messages.php   Download  
File: src/resources/lang/pt-BR/messages.php
Role: Auxiliary script
Content type: text/plain
Description: Translations
Class: Here PHP Geocoder
Get the location of an address using the Here API
Author: By
Last change:
Date: 4 years ago
Size: 384 bytes
 

Contents

Class file image Download
<?php
/**
 * Here Geocoder i18n Brazilian Portuguese translations
 */
return [
   
'search_results' => 'Resultado da Pesquisa',
   
'close' => 'Fechar',
   
'missing_configuration' => 'Configuração ausente. Acesse',
   
'address' => 'Endereço',
   
'search' => 'Pesquisar',
   
'geolocation_failed' => 'Geolocalização não funcionou. Verifique sua configuração e conexão.',
];