updated translations
This commit is contained in:
@@ -24,7 +24,7 @@ return [
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Erro: Não pode se excluir!',
|
||||
'self_disable' => 'Error: Can not disable yourself!',
|
||||
'self_disable' => 'Não se pode desativar!',
|
||||
'no_company' => 'Erro: Nenhuma empresa atribuída à sua conta. Por favor, contacte o administrador do sistema.',
|
||||
],
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ return [
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Desconto',
|
||||
'item_discount' => 'Line Discount',
|
||||
'tax_total' => 'Imposto',
|
||||
'total' => 'Total',
|
||||
|
||||
@@ -30,6 +31,7 @@ return [
|
||||
'add_payment' => 'Pagar Conta',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_received' => 'Marcar como Recebida',
|
||||
'mark_cancelled' => 'Mark Cancelled',
|
||||
'download_pdf' => 'Transferir em PDF',
|
||||
'send_mail' => 'Enviar e-mail',
|
||||
'create_bill' => 'Criar Conta',
|
||||
@@ -43,11 +45,13 @@ return [
|
||||
'paid' => 'Paga',
|
||||
'overdue' => 'Vencida',
|
||||
'unpaid' => 'Por Pagar',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Conta marcada como recebida com sucesso!',
|
||||
'marked_received' => 'Bill marked as received!',
|
||||
'marked_paid' => 'Bill marked as paid!',
|
||||
'marked_cancelled' => 'Bill marked as cancelled!',
|
||||
'draft' => 'Isto é um <b>RASCUNHO</b> da conta e será refletida nos gráficos depois de recebida.',
|
||||
|
||||
'status' => [
|
||||
|
||||
@@ -15,6 +15,7 @@ return [
|
||||
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
|
||||
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
|
||||
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
|
||||
'cancelled' => 'Are you sure you want to <b>cancel</b> selected invoice/bill?|Are you sure you want to <b>cancel</b> selected invoices/bills?',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
|
||||
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
|
||||
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
|
||||
'not_user_dashboard' => 'Não tem permissão para alterar este painel!',
|
||||
'delete_last' => 'Não é possível apagar o último painel. Por favor, crie um novo primeiro!',
|
||||
'disable_last' => 'Não é possível desativar o último painel. Por favor, crie um novo primeiro!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -24,11 +24,11 @@ return [
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Monthly income summary by category.',
|
||||
'expense' => 'Monthly expense summary by category.',
|
||||
'income_expense' => 'Monthly income vs expense by category.',
|
||||
'tax' => 'Quarterly tax summary.',
|
||||
'profit_loss' => 'Quarterly profit & loss by category.',
|
||||
'income' => 'Resumo mensal de receitas por categoria',
|
||||
'expense' => 'Resumo mensal de despesas por categoria.',
|
||||
'income_expense' => 'Receitas vs despesas mensais por categoria.',
|
||||
'tax' => 'Resumo trimestral de impostos.',
|
||||
'profit_loss' => 'Lucro & perda trimestral por categoria.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -21,6 +21,7 @@ return [
|
||||
'disabled' => ':feature precisa estar desativada!',
|
||||
'extension' => ':extensão extensão precisa estar instalada e carregada!',
|
||||
'directory' => 'O diretório :directory precisa de permissão para escrita!',
|
||||
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
|
||||
@@ -13,6 +13,7 @@ return [
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Desconto',
|
||||
'item_discount' => 'Line Discount',
|
||||
'tax_total' => 'Total de imposto',
|
||||
'total' => 'Total',
|
||||
|
||||
@@ -30,6 +31,7 @@ return [
|
||||
'mark_paid' => 'Marcar como Pago',
|
||||
'mark_sent' => 'Marcar como Enviada',
|
||||
'mark_viewed' => 'Mark Viewed',
|
||||
'mark_cancelled' => 'Mark Cancelled',
|
||||
'download_pdf' => 'Transferir em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
'all_invoices' => 'Faça o login para ver todas as faturas',
|
||||
@@ -47,12 +49,15 @@ return [
|
||||
'paid' => 'Paid',
|
||||
'overdue' => 'Overdue',
|
||||
'unpaid' => 'Por Pagar',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent!',
|
||||
'marked_sent' => 'Invoice marked as sent!',
|
||||
'marked_paid' => 'Invoice marked as paid!',
|
||||
'marked_viewed' => 'Invoice marked as viewed!',
|
||||
'marked_cancelled' => 'Invoice marked as cancelled!',
|
||||
'email_required' => 'Nenhum endereço de e-mail para este cliente!',
|
||||
'draft' => 'Isto é um <b>RASCUNHO</b> da fatura e será refletida nos gráficos depois de enviada.',
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ return [
|
||||
'new' => 'Recentes',
|
||||
'top_free' => 'Melhores Grátis',
|
||||
'free' => 'GRÁTIS',
|
||||
'search' => 'Pesquisar',
|
||||
'install' => 'Instalar',
|
||||
'buy_now' => 'Comprar Agora',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
|
||||
|
||||
@@ -13,11 +13,11 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'A senha deve conter no mínimo 6 caracteres e ser igual à confirmação.',
|
||||
'reset' => 'A senha foi redefinida!',
|
||||
'sent' => 'O link para redefinição de senha foi enviado para o seu e-mail!',
|
||||
'token' => 'Token para recuperação de senha inválido.',
|
||||
'password' => 'A password necessita conter, pelo menos, 6 caracteres e corresponder à sua confirmacao.',
|
||||
'reset' => 'A sua password foi redefinida!',
|
||||
'sent' => 'Enviámos um e-mail com o link para redefinir a sua password!',
|
||||
'token' => 'Token para recuperação da password inválido.',
|
||||
'user' => "Não encontramos nenhum utilizador com esse endereço de e-mail.",
|
||||
'throttle' => 'Please wait before retrying.',
|
||||
'throttle' => 'Por favor, aguarde antes de tentar novamente.',
|
||||
|
||||
];
|
||||
|
||||
@@ -6,7 +6,7 @@ return [
|
||||
'reconciled' => 'Reconciliado',
|
||||
'closing_balance' => 'Balanço Final',
|
||||
'unreconciled' => 'Não Reconciliado',
|
||||
'transactions' => 'Transactions',
|
||||
'transactions' => 'Transações',
|
||||
'start_date' => 'Data Inicial',
|
||||
'end_date' => 'Data Final',
|
||||
'cleared_amount' => 'Montante Apurado',
|
||||
|
||||
@@ -12,7 +12,7 @@ return [
|
||||
'net_profit' => 'Lucro Líquido',
|
||||
'total_expenses' => 'Despesas Totais',
|
||||
'net' => 'Líquido',
|
||||
'income_expense' => 'Income & Expense',
|
||||
'income_expense' => 'Receita & Despesa',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Resumo das Receitas',
|
||||
@@ -22,9 +22,9 @@ return [
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Line',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Pie',
|
||||
'line' => 'Linha',
|
||||
'bar' => 'Barras',
|
||||
'pie' => 'Circular',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -29,6 +29,12 @@ return [
|
||||
'before' => 'Antes do Número',
|
||||
'after' => 'Depois do Número',
|
||||
],
|
||||
'discount_location' => [
|
||||
'name' => 'Discount Location',
|
||||
'item' => 'At line',
|
||||
'total' => 'At total',
|
||||
'both' => 'Both line and total',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
|
||||
@@ -104,7 +104,7 @@ return [
|
||||
],
|
||||
'invalid_currency' => 'O código do :attribute é inválido.',
|
||||
'invalid_amount' => 'O montante do campo :attribute não é válido.',
|
||||
'invalid_extension' => 'The file extension is invalid.',
|
||||
'invalid_extension' => 'A extensão do ficheiro é inválida.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,22 +2,22 @@
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Income',
|
||||
'receivables' => 'Receivables',
|
||||
'open_invoices' => 'Open Invoices',
|
||||
'overdue_invoices' => 'Overdue Invoices',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'payables' => 'Payables',
|
||||
'open_bills' => 'Open Bills',
|
||||
'overdue_bills' => 'Overdue Bills',
|
||||
'total_profit' => 'Total Profit',
|
||||
'open_profit' => 'Open Profit',
|
||||
'overdue_profit' => 'Overdue Profit',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'No Profit Loss',
|
||||
'income_by_category' => 'Income By Category',
|
||||
'expenses_by_category' => 'Expenses By Category',
|
||||
'account_balance' => 'Account Balance',
|
||||
'latest_income' => 'Latest Income',
|
||||
'latest_expenses' => 'Latest Expenses',
|
||||
'total_income' => 'Rendimento Total',
|
||||
'receivables' => 'A Receber',
|
||||
'open_invoices' => 'Faturas em Aberto',
|
||||
'overdue_invoices' => 'Faturas Vencidas',
|
||||
'total_expenses' => 'Despesas Totais',
|
||||
'payables' => 'A Pagar',
|
||||
'open_bills' => 'Contas em Aberto',
|
||||
'overdue_bills' => 'Contas Vencidas',
|
||||
'total_profit' => 'Lucro Total',
|
||||
'open_profit' => 'Lucro em Aberto',
|
||||
'overdue_profit' => 'Lucro Vencido',
|
||||
'cash_flow' => 'Fluxo de Caixa',
|
||||
'no_profit_loss' => 'Sem Perda de Lucro',
|
||||
'income_by_category' => 'Rendimento por Categoria',
|
||||
'expenses_by_category' => 'Despesas por Categoria',
|
||||
'account_balance' => 'Saldo da Conta',
|
||||
'latest_income' => 'Últimas Receitas',
|
||||
'latest_expenses' => 'Últimas Despesas',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user