2017-09-21 09:55:58 +03:00
< ? php
return [
2017-09-25 16:16:58 +03:00
'title' => 'Token de API' ,
'api_token' => 'Token' ,
'top_paid' => 'Pago a maior' ,
'new' => 'Novo' ,
'top_free' => 'Melhores Grátis' ,
'free' => 'Gratis' ,
'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.' ,
2018-03-06 17:05:58 +03:00
'no_apps' => 'There are no apps in this category, yet.' ,
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!' ,
2017-09-21 09:55:58 +03:00
2018-03-06 17:05:58 +03:00
'about' => 'About' ,
'added' => 'Added' ,
'updated' => 'Updated' ,
'compatibility' => 'Compatibility' ,
'installed' => ':module installed' ,
'uninstalled' => ':module uninstalled' ,
//'updated' => ':module updated',
'enabled' => ':module enabled' ,
'disabled' => ':module disabled' ,
'tab' => [
'installation' => 'Installation' ,
'faq' => 'FAQ' ,
'changelog' => 'Changelog' ,
],
2017-09-21 09:55:58 +03:00
'installation' => [
2018-03-06 17:05:58 +03:00
'header' => 'App Installation' ,
2017-09-25 16:16:58 +03:00
'download' => 'Baixando arquivos do módulo :module.' ,
'unzip' => 'Extraindo arquivos do módulo :module.' ,
2018-03-06 17:05:58 +03:00
'install' => 'Installing :module files.' ,
2017-09-21 09:55:58 +03:00
],
'button' => [
2017-09-25 16:16:58 +03:00
'uninstall' => 'Remover' ,
'disable' => 'Desativar' ,
'enable' => 'Ativar' ,
2017-09-21 09:55:58 +03:00
],
];