59 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'title'                 => 'Token de API',
 | |
|     'api_token'             => 'Token',
 | |
|     'my_apps'               => 'Meus Apps',
 | |
|     'top_paid'              => 'Pago a maior',
 | |
|     'new'                   => 'Novo',
 | |
|     'top_free'              => 'Melhores Grátis',
 | |
|     'free'                  => 'Gratis',
 | |
|     'search'                => 'Pesquisa',
 | |
|     'install'               => 'Instalar',
 | |
|     'buy_now'               => 'Comprar Agora',
 | |
|     'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank"> Clique aqui</a> para obter o token de sua API.',
 | |
|     'no_apps'               => 'Não há nenhum apps nesta categoria, ainda.',
 | |
|     'developer'             => 'Você é um desenvolvedor? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Clique aqui</a> que você pode aprender como criar um app e começar a vender hoje!',
 | |
| 
 | |
|     'about'                 => 'Sobre',
 | |
| 
 | |
|     'added'                 => 'Adicionado',
 | |
|     'updated'               => 'Atualizado',
 | |
|     'compatibility'         => 'Compatibilidade',
 | |
| 
 | |
|     'installed'             => ':module instalado',
 | |
|     'uninstalled'           => ':module removido',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module ativado',
 | |
|     'disabled'              => ':module desativado',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalação',
 | |
|         'faq'               => 'Perguntas frequentes',
 | |
|         'changelog'         => 'Log de alterações',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalação do aplicativo',
 | |
|         'download'          => 'Baixando arquivos do módulo :module.',
 | |
|         'unzip'             => 'Extraindo arquivos do módulo :module.',
 | |
|         'install'           => 'Instalando :module.',
 | |
|     ],
 | |
| 
 | |
|     'badge' => [
 | |
|         'installed' => 'Instalado',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Remover',
 | |
|         'disable'           => 'Desativar',
 | |
|         'enable'            => 'Ativar',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased' => 'Comprado',
 | |
|         'installed' => 'Instalado',
 | |
|     ],
 | |
| ];
 |