updated translations
This commit is contained in:
@@ -13,18 +13,27 @@ return [
|
||||
'current_email' => 'E-mail atual',
|
||||
'reset' => 'Resetar',
|
||||
'never' => 'Nunca',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Senha',
|
||||
'current_confirm' => 'Confirmação da Senha',
|
||||
'new' => 'Nova Senha',
|
||||
'new_confirm' => 'Confirmação da Nova Senha',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Erro: não pode se excluir!'
|
||||
'self_delete' => 'Erro: não pode se excluir!',
|
||||
'no_company' => 'Erro: Nenhuma empresa atribuída à sua conta. Por favor, entre em contato com o administrador do sistema.',
|
||||
],
|
||||
|
||||
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
|
||||
'disabled' => 'Esta conta está desabilitada. Por favor, entre em contato com o administrador do sistema.',
|
||||
'throttle' => 'Muitas tentativas de login. Tente novamente em :seconds segundos.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'Você está recebendo este e-mail porque recebemos um pedido de redefinição de senha para sua conta.',
|
||||
'message_2' => 'Se você não pediu uma redefinição de senha, nenhuma ação adicional é necessária.',
|
||||
'button' => 'Recuperar senha',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -12,15 +12,15 @@ return [
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'discount' => 'Desconto',
|
||||
'tax_total' => 'Taxa',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Nome(s) do(s) Item(s)',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
'show_discount' => ':discount% desconto',
|
||||
'add_discount' => 'Adicionar desconto',
|
||||
'discount_desc' => 'subtotal',
|
||||
|
||||
'payment_due' => 'Valor Devido',
|
||||
'amount_due' => 'Total Devido',
|
||||
|
||||
@@ -6,13 +6,13 @@ return [
|
||||
'rate' => 'Taxa',
|
||||
'default' => 'Moeda Padrão',
|
||||
'decimal_mark' => 'Separador de decimal',
|
||||
'thousands_separator' => 'Separador de milha',
|
||||
'thousands_separator' => 'Separador de milhar',
|
||||
'precision' => 'Precisão',
|
||||
'symbol' => [
|
||||
'symbol' => 'Símbolo',
|
||||
'position' => 'Posição do símbolo',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
'before' => 'Antes do valor',
|
||||
'after' => 'Depois do valor',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Dinheiro',
|
||||
'categories_uncat' => 'Sem Categoria',
|
||||
'categories_deposit' => 'Depósito',
|
||||
'categories_sales' => 'Vendas',
|
||||
'currencies_usd' => 'US Americado',
|
||||
|
||||
@@ -26,7 +26,7 @@ return [
|
||||
'companies' => 'Empresa|Empresas',
|
||||
'profits' => 'Lucro|Lucros',
|
||||
'taxes' => 'Imposto|Impostos',
|
||||
'logos' => 'Logo|Logos',
|
||||
'logos' => 'Logotipo | Logotipos',
|
||||
'pictures' => 'Imagen|Imagens',
|
||||
'types' => 'Tipo|Tipos',
|
||||
'payment_methods' => 'Método de pagamento|Método de pagamentos',
|
||||
@@ -36,8 +36,8 @@ return [
|
||||
'languages' => 'Idioma|Idiomas',
|
||||
'updates' => 'Atualização|Atualizações',
|
||||
'numbers' => 'Número|Números',
|
||||
'statuses' => 'Status|Statuses',
|
||||
'others' => 'Other|Others',
|
||||
'statuses' => 'Status|Status',
|
||||
'others' => 'Outro | Outros',
|
||||
|
||||
'dashboard' => 'Painel',
|
||||
'banking' => 'Banco',
|
||||
@@ -52,7 +52,7 @@ return [
|
||||
'na' => 'N/A',
|
||||
'daily' => 'Diariamente',
|
||||
'monthly' => 'Mensal',
|
||||
'quarterly' => 'Quarterly',
|
||||
'quarterly' => 'Trimestral',
|
||||
'yearly' => 'Anual',
|
||||
'add' => 'Adicionar',
|
||||
'add_new' => 'Adicionar novo',
|
||||
@@ -77,7 +77,7 @@ return [
|
||||
'reference' => 'Referência',
|
||||
'attachment' => 'Anexo',
|
||||
'change' => 'Alterar',
|
||||
'switch' => 'Switch',
|
||||
'switch' => 'Trocar',
|
||||
'color' => 'Cor',
|
||||
'save' => 'Salvar',
|
||||
'cancel' => 'Cancelar',
|
||||
@@ -89,22 +89,26 @@ return [
|
||||
'filter' => 'Filtar',
|
||||
'help' => 'Ajuda',
|
||||
'all' => 'Todos',
|
||||
'all_type' => 'All :type',
|
||||
'all_type' => 'Todos :type',
|
||||
'upcoming' => 'Próximos',
|
||||
'created' => 'Criado',
|
||||
'id' => 'ID',
|
||||
'id' => 'Código',
|
||||
'more_actions' => 'Mais ações',
|
||||
'duplicate' => 'Duplicar',
|
||||
'unpaid' => 'Unpaid',
|
||||
'paid' => 'Paid',
|
||||
'overdue' => 'Overdue',
|
||||
'partially' => 'Partially',
|
||||
'partially_paid' => 'Partially Paid',
|
||||
'duplicate' => 'Duplicado',
|
||||
'unpaid' => 'Não Pago',
|
||||
'paid' => 'Pago',
|
||||
'overdue' => 'Atrasado',
|
||||
'partially' => 'Parcial',
|
||||
'partially_paid' => 'Pagamento parcial',
|
||||
'export' => 'Export',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Novo :type',
|
||||
'edit' => 'Editar :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Digite :field',
|
||||
'select' => [
|
||||
|
||||
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'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.',
|
||||
'message' => 'Tipos de arquivos permitidos: XLS, XLSX. Por favor, <a target="_blank" href=":link"><strong>clique aqui, para baixar o arquivo de exemplo</strong></a>.',
|
||||
|
||||
];
|
||||
|
||||
@@ -12,22 +12,22 @@ return [
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'discount' => 'Desconto',
|
||||
'tax_total' => 'Valor da taxa',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Item|Itens',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
'show_discount' => ':discount% desconto',
|
||||
'add_discount' => 'Adicionar desconto',
|
||||
'discount_desc' => 'subtotal',
|
||||
|
||||
'payment_due' => 'Pagamento vencido',
|
||||
'paid' => 'Pago',
|
||||
'histories' => 'Histórico',
|
||||
'payments' => 'Pagamentos',
|
||||
'add_payment' => 'Novo Pagamento',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_paid' => 'Marcar como pago',
|
||||
'mark_sent' => 'Marcar Como Enviada',
|
||||
'download_pdf' => 'Baixar em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
@@ -42,13 +42,13 @@ return [
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent successfully!',
|
||||
'email_sent' => 'O e-mail foi enviado com sucesso!',
|
||||
'marked_sent' => 'Fatura marcada como enviada com sucesso!',
|
||||
'email_required' => 'No email address for this customer!',
|
||||
'email_required' => 'Nenhum endereço de e-mail para este cliente!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
|
||||
'message' => 'Você está recebendo este e-mail porque tem :amount fatura a vencer.',
|
||||
'button' => 'Pagar agora',
|
||||
],
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ return [
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because the :name is running out of stock.',
|
||||
'button' => 'View Now',
|
||||
'message' => 'Você está recebendo este e-mail porque :name está ficando com limite baixo.',
|
||||
'button' => 'Ver agora',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -6,20 +6,22 @@ return [
|
||||
'added' => ':type adicionado!',
|
||||
'updated' => ':type atualizado!',
|
||||
'deleted' => ':type excluído!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
'imported' => ':type imported!',
|
||||
'duplicated' => ':type duplicado!',
|
||||
'imported' => ':type importado!',
|
||||
'enabled' => ': tipo habilitado!',
|
||||
'disabled' => ': tipo desativado!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'over_payment' => 'Erro: Pagamento não adicionado! Valor ultrapassa o Total.',
|
||||
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
'customer' => 'Erro: Endereço de email :name já esta sendo utilizado.',
|
||||
'no_file' => 'Erro: Nenhum arquivo selecionado!',
|
||||
'last_category' => 'Erro: Não foi possível excluir a última :type categoria!',
|
||||
'invalid_token' => 'Erro: O símbolo inserido é inválido!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
||||
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
|
||||
'deleted' => 'Aviso: Você não têm permissão para excluir <b>:name</b>, porque possui o :text relacionado.',
|
||||
'disabled' => 'Aviso: Você não tem permissão para desativar <b>:name</b>, porque tem :text relacionado.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
'recurring' => 'Recorrente',
|
||||
'every' => 'Intervalo',
|
||||
'period' => 'Período',
|
||||
'times' => 'Vezes',
|
||||
'daily' => 'Diário',
|
||||
'weekly' => 'Semanal',
|
||||
'monthly' => 'Mensal',
|
||||
'yearly' => 'Anual',
|
||||
'custom' => 'Customizado',
|
||||
'days' => 'Dia(s)',
|
||||
'weeks' => 'Semana(s)',
|
||||
'months' => 'Mês (es)',
|
||||
'years' => 'Ano(s)',
|
||||
'message' => 'Este é um :type recorrente e o próximo :type será automaticamente gerado no dia :date',
|
||||
|
||||
];
|
||||
|
||||
@@ -2,29 +2,29 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'This Year',
|
||||
'previous_year' => 'Previous Year',
|
||||
'this_quarter' => 'This Quarter',
|
||||
'previous_quarter' => 'Previous Quarter',
|
||||
'last_12_months' => 'Last 12 Months',
|
||||
'profit_loss' => 'Profit & Loss',
|
||||
'gross_profit' => 'Gross Profit',
|
||||
'net_profit' => 'Net Profit',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'net' => 'NET',
|
||||
'this_year' => 'Este Ano',
|
||||
'previous_year' => 'Ano Anterior',
|
||||
'this_quarter' => 'Este trimestre',
|
||||
'previous_quarter' => 'Trimestre anterior',
|
||||
'last_12_months' => 'Últimos 12 meses',
|
||||
'profit_loss' => 'Receitas & Despesas',
|
||||
'gross_profit' => 'Total',
|
||||
'net_profit' => 'Lucro líquido',
|
||||
'total_expenses' => 'Total Despesas',
|
||||
'net' => 'Líquido',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Resumo de Venda',
|
||||
'expense' => 'Resumo de Despesas',
|
||||
'income_expense' => 'Receita vs Despesa',
|
||||
'tax' => 'Tax Summary',
|
||||
'tax' => 'Resumo financeiro',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
'2' => 'Abr-Jun',
|
||||
'3' => 'Jul-Set',
|
||||
'4' => 'Out-Dez',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -22,24 +22,24 @@ return [
|
||||
],
|
||||
'timezone' => 'Fuso Horário',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
'title' => 'Posição do (%)',
|
||||
'before' => 'Antes do número',
|
||||
'after' => 'Depois do número',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faturas',
|
||||
'prefix' => 'Number Prefix',
|
||||
'digit' => 'Number Digit',
|
||||
'next' => 'Next Number',
|
||||
'logo' => 'Logo',
|
||||
'prefix' => 'Formato do número',
|
||||
'digit' => 'Número de dígitos',
|
||||
'next' => 'Próximo número',
|
||||
'logo' => 'Logotipo',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Padrões',
|
||||
'account' => 'Conta Padrão',
|
||||
'currency' => 'Moeda Padrão',
|
||||
'tax' => 'Imposto Padrão',
|
||||
'payment' => 'Metodo de pagamento padrão',
|
||||
'payment' => 'Método de pagamento padrão',
|
||||
'language' => 'Idioma Padrão',
|
||||
],
|
||||
'email' => [
|
||||
|
||||
@@ -5,4 +5,8 @@ return [
|
||||
'from_account' => 'Da conta',
|
||||
'to_account' => 'Para conta',
|
||||
|
||||
'messages' => [
|
||||
'delete' => 'Do :from para :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user