84 lines
3.0 KiB
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
2020-03-17 16:39:03 +03:00
'api_key' => 'Chave da API',
2018-06-20 12:36:35 +03:00
'my_apps' => 'Minhas Aplicações',
2020-03-17 16:39:03 +03:00
'pre_sale' => 'Pré-Venda',
2018-08-06 10:25:41 +03:00
'top_paid' => 'Melhores Pagos',
2019-02-04 19:07:34 +03:00
'new' => 'Recentes',
2018-06-20 12:36:35 +03:00
'top_free' => 'Melhores Grátis',
'free' => 'GRÁTIS',
'install' => 'Instalar',
'buy_now' => 'Comprar Agora',
2020-03-17 16:39:03 +03:00
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
2018-06-20 12:36:35 +03:00
'no_apps' => 'Ainda não existem aplicações nesta categoria.',
2020-03-17 16:39:03 +03:00
'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!',
2019-02-04 19:07:34 +03:00
'recommended_apps' => 'Aplicações Recomendadas',
2018-11-08 12:11:42 +03:00
2018-06-20 12:36:35 +03:00
'about' => 'Sobre',
'added' => 'Adicionado',
'updated' => 'Atualizado',
'compatibility' => 'Compatibilidade',
2019-02-04 19:07:34 +03:00
'documentation' => 'Documentação',
'view' => 'Ver',
'back' => 'Voltar',
2018-06-20 12:36:35 +03:00
'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',
2020-03-17 16:39:03 +03:00
'reviews' => 'Comentários',
2018-06-20 12:36:35 +03:00
],
'installation' => [
'header' => 'Instalação de aplicação',
2020-03-17 16:39:03 +03:00
'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',
2018-06-20 12:36:35 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2020-03-17 16:39:03 +03:00
'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',
2018-11-08 12:11:42 +03:00
],
2018-06-20 12:36:35 +03:00
'badge' => [
2020-03-17 16:39:03 +03:00
'installed' => 'Instalado',
'pre_sale' => 'Pré-Venda',
2018-06-20 12:36:35 +03:00
],
'button' => [
'uninstall' => 'Desinstalar',
'disable' => 'Desactivar',
'enable' => 'Activar',
],
'my' => [
2020-03-17 16:39:03 +03:00
'purchased' => 'Compradas',
'installed' => 'Instaladas',
2018-06-20 12:36:35 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2020-03-17 16:39:03 +03:00
'add' => 'Adicionar Comentário'
2018-11-08 12:11:42 +03:00
],
2020-03-17 16:39:03 +03:00
'na' => 'Não existem comentários.'
],
2018-06-20 12:36:35 +03:00
];