updated translations

This commit is contained in:
denisdulici
2018-03-06 17:05:58 +03:00
parent da5eb9b16a
commit 2915af6243
98 changed files with 449 additions and 185 deletions

View File

@ -5,12 +5,12 @@ return [
'code' => 'Código',
'rate' => 'Taxa',
'default' => 'Moeda Padrão',
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'decimal_mark' => 'Separador de decimal',
'thousands_separator' => 'Separador de milha',
'precision' => 'Precisão',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'symbol' => 'Símbolo',
'position' => 'Posição do símbolo',
'before' => 'Before Amount',
'after' => 'After Amount',
]

View File

@ -11,7 +11,7 @@ return [
'currencies_gbp' => 'Libras Britânicas',
'currencies_try' => 'Lira Turca',
'taxes_exempt' => 'Isento de Imposto',
'taxes_normal' => 'Normal Tax',
'taxes_normal' => 'Taxa padrão',
'taxes_sales' => 'Imposto sobre venda',
];

View File

@ -50,6 +50,7 @@ return [
'na' => 'N/A',
'daily' => 'Diariamente',
'monthly' => 'Mensal',
'quarterly' => 'Quarterly',
'yearly' => 'Anual',
'add' => 'Adicionar',
'add_new' => 'Adicionar novo',
@ -74,6 +75,7 @@ return [
'reference' => 'Referência',
'attachment' => 'Anexo',
'change' => 'Alterar',
'switch' => 'Switch',
'color' => 'Cor',
'save' => 'Salvar',
'cancel' => 'Cancelar',
@ -91,6 +93,11 @@ return [
'id' => 'ID',
'more_actions' => 'Mais ações',
'duplicate' => 'Duplicar',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',
'title' => [
'new' => 'Novo :type',

View File

@ -8,7 +8,7 @@ return [
'counter' => '{0} Você não tem notificação|{1} Você tem :count notificação|[2,*] Você tem :count notificações',
'overdue_invoices' => '{1} :count nota atrasada|[2,*] :count notas atrasadas',
'upcoming_bills' => '{1} :count vencimento atual|[2,*] :count vencimentos atual',
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
'items_stock' => '{1}: item de contagem fora de estoque | [2, *]: contar itens fora de estoque',
'view_all' => 'Visualizar todos'
],

View File

@ -2,8 +2,8 @@
return [
'import' => 'Import',
'title' => 'Import :type',
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
'import' => 'Importar',
'title' => 'Importação: tipo',
'message' => 'Permitidos tipos de arquivos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>Baixe</strong></a> o arquivo de amostra.',
];

View File

@ -17,7 +17,6 @@ return [
],
'requirements' => [
'php_version' => 'PHP 5.6.4 ou superior!',
'enabled' => ':feature precisa esta habilitado!',
'disabled' => ':feature precisa esta desabilitado!',
'extension' => 'A :extension precisa esta instalada!',

View File

@ -23,7 +23,7 @@ return [
'payments' => 'Pagamentos',
'add_payment' => 'Novo Pagamento',
'mark_paid' => 'Mark Paid',
'mark_sent' => 'Mark Sent',
'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Baixar em PDF',
'send_mail' => 'Enviar E-mail',
@ -37,13 +37,14 @@ return [
],
'messages' => [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Fatura marcada como enviada com sucesso!',
'email_required' => 'No email address for this customer!',
],
'notification' => [
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
'button' => 'Pay Now',
'button' => 'Pagar agora',
],
];

View File

@ -10,6 +10,7 @@ return [
'imported' => ':type imported!',
],
'error' => [
'payment_add' => 'Error: You can not add payment! You should check add amount.',
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
'customer' => 'Error: You can not created user! :name use this email address.',
'no_file' => 'Error: No file selected!',

View File

@ -10,29 +10,33 @@ return [
'free' => 'Gratis',
'install' => 'Instalar',
'buy_now' => 'Comprar Agora',
'faq' => 'FAQ',
'changelog' => 'Changelog',
'installed' => 'Instalado',
'uninstalled' => 'Desinstalado',
'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!',
'enabled' => ':module app enabled',
'disabled' => ':module app disabled',
'about' => 'About',
'installation' => [
'header' => 'Instalação do Módulo',
'start' => 'Instalando :module.',
'download' => 'Baixando arquivos do módulo :module.',
'unzip' => 'Extraindo arquivos do módulo :module.',
'install' => 'Atualizando arquivos do módulo :module.',
'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',
],
'history' => [
'installed' => ':module instalado',
'uninstalled' => ':module removido',
'updated' => ':module atualizado',
'enabled' => ':module ativado',
'disabled' => ':module desativado',
'installation' => [
'header' => 'App Installation',
'download' => 'Baixando arquivos do módulo :module.',
'unzip' => 'Extraindo arquivos do módulo :module.',
'install' => 'Installing :module files.',
],
'button' => [

View File

@ -2,6 +2,12 @@
return [
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'summary' => [
'income' => 'Resumo de Venda',
'expense' => 'Resumo de Despesas',