85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'Chave da API',
 | |
|     'my_apps'               => 'Minhas Aplicações',
 | |
|     'pre_sale'              => 'Pré-Venda',
 | |
|     'top_paid'              => 'Melhores Pagos',
 | |
|     'new'                   => 'Recentes',
 | |
|     'top_free'              => 'Melhores Grátis',
 | |
|     'free'                  => 'GRÁTIS',
 | |
|     'search'                => 'Pesquisar',
 | |
|     'install'               => 'Instalar',
 | |
|     'buy_now'               => 'Comprar Agora',
 | |
|     'get_api_key'           => '<a href=":url" target="_blank">Click here</a> to get your API key.',
 | |
|     'no_apps'               => 'Ainda não existem aplicações nesta categoria.',
 | |
|     'become_developer'      => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
 | |
|     'recommended_apps'      => 'Aplicações Recomendadas',
 | |
| 
 | |
|     'about'                 => 'Sobre',
 | |
| 
 | |
|     'added'                 => 'Adicionado',
 | |
|     'updated'               => 'Atualizado',
 | |
|     'compatibility'         => 'Compatibilidade',
 | |
|     'documentation'         => 'Documentação',
 | |
|     'view'                  => 'Ver',
 | |
|     'back'                  => 'Voltar',
 | |
| 
 | |
|     'installed'             => ':module instalado',
 | |
|     'uninstalled'           => ':module desinstalado',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module ativado',
 | |
|     'disabled'              => ':module disativado',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalação',
 | |
|         'faq'               => 'Perguntas Frequentes',
 | |
|         'changelog'         => 'Registo de alterações',
 | |
|         'reviews'           => 'Comentários',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalação de aplicação',
 | |
|         'download'          => 'A transferir :module',
 | |
|         'unzip'             => 'A extrair ficheiros :module',
 | |
|         'file_copy'         => 'Copying :module files',
 | |
|         'finish'            => 'Finalizing :module installation',
 | |
|         'redirect'          => ':module installed, redirecting to updates page',
 | |
|         'install'           => 'Installing :module',
 | |
|     ],
 | |
| 
 | |
|     'errors' => [
 | |
|         'download'          => 'Not able to download :module',
 | |
|         'zip'               => 'Not able to create :module zip file',
 | |
|         'unzip'             => 'Not able to unzip :module',
 | |
|         'file_copy'         => 'Not able to copy :module files',
 | |
|         'finish'            => 'Not able to finalize :module installation',
 | |
|     ],
 | |
| 
 | |
|     'badge' => [
 | |
|         'installed'         => 'Instalado',
 | |
|         'pre_sale'          => 'Pré-Venda',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Desinstalar',
 | |
|         'disable'           => 'Desactivar',
 | |
|         'enable'            => 'Activar',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Compradas',
 | |
|         'installed'         => 'Instaladas',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Adicionar Comentário'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'Não existem comentários.'
 | |
|     ],
 | |
| 
 | |
| ];
 |