updated translations

This commit is contained in:
denisdulici
2018-06-20 18:47:39 +03:00
parent bf3defc78c
commit 73259fd77b
106 changed files with 633 additions and 321 deletions

View File

@ -4,40 +4,45 @@ 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' => 'Search',
'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' => '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!',
'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' => 'About',
'about' => 'Sobre',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'added' => 'Adicionado',
'updated' => 'Atualizado',
'compatibility' => 'Compatibilidade',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
'installed' => ':module instalado',
'uninstalled' => ':module removido',
//'updated' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
'enabled' => ':module ativado',
'disabled' => ':module desativado',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
'installation' => 'Instalação',
'faq' => 'Perguntas frequentes',
'changelog' => 'Log de alterações',
],
'installation' => [
'header' => 'App Installation',
'header' => 'Instalação do aplicativo',
'download' => 'Baixando arquivos do módulo :module.',
'unzip' => 'Extraindo arquivos do módulo :module.',
'install' => 'Installing :module files.',
'install' => 'Instalando :module.',
],
'badge' => [
'installed' => 'Instalado',
],
'button' => [
@ -45,4 +50,9 @@ return [
'disable' => 'Desativar',
'enable' => 'Ativar',
],
'my' => [
'purchased' => 'Comprado',
'installed' => 'Instalado',
],
];