2018-11-08 12:11:42 +03:00

81 lines
2.9 KiB
PHP

<?php
return [
'title' => 'Token de API',
'api_token' => 'Token',
'my_apps' => 'Minhas Aplicações',
'top_paid' => 'Melhores Pagos',
'new' => 'Novo',
'top_free' => 'Melhores Grátis',
'free' => 'GRÁTIS',
'search' => 'Pesquisar',
'install' => 'Instalar',
'buy_now' => 'Comprar Agora',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Clique aqui</a> para obter o token de API.',
'no_apps' => 'Ainda não existem aplicações nesta categoria.',
'developer' => 'É um programador? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aqui</a> pode aprender como criar uma aplicação e começar a vendê-la hoje mesmo!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Sobre',
'added' => 'Adicionado',
'updated' => 'Atualizado',
'compatibility' => 'Compatibilidade',
'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' => 'Reviews',
],
'installation' => [
'header' => 'Instalação de aplicação',
'download' => 'A descarregar ficheiros do módulo :module.',
'unzip' => 'A extrair ficheiros do módulo :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'A instalar ficheiros do modulo :module.',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Instalado',
],
'button' => [
'uninstall' => 'Desinstalar',
'disable' => 'Desactivar',
'enable' => 'Activar',
],
'my' => [
'purchased' => 'Compradas',
'installed' => 'Instaladas',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];