updated translations
This commit is contained in:
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'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',
|
||||
|
||||
'payment_due' => 'Valor Devido',
|
||||
'amount_due' => 'Total Devido',
|
||||
'paid' => 'Pago',
|
||||
|
||||
@@ -26,6 +26,7 @@ return [
|
||||
'companies' => 'Empresa|Empresas',
|
||||
'profits' => 'Lucro|Lucros',
|
||||
'taxes' => 'Imposto|Impostos',
|
||||
'logos' => 'Logo|Logos',
|
||||
'pictures' => 'Imagen|Imagens',
|
||||
'types' => 'Tipo|Tipos',
|
||||
'payment_methods' => 'Método de pagamento|Método de pagamentos',
|
||||
@@ -36,6 +37,7 @@ return [
|
||||
'updates' => 'Atualização|Atualizações',
|
||||
'numbers' => 'Número|Números',
|
||||
'statuses' => 'Status|Statuses',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Painel',
|
||||
'banking' => 'Banco',
|
||||
|
||||
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Valor da taxa',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Item|Itens',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Pagamento vencido',
|
||||
'paid' => 'Pago',
|
||||
'histories' => 'Histórico',
|
||||
|
||||
@@ -10,10 +10,12 @@ return [
|
||||
'imported' => ':type imported!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Error: You can not add payment! You should check add amount.',
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'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.',
|
||||
'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!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
||||
|
||||
@@ -8,6 +8,7 @@ return [
|
||||
'new' => 'Novo',
|
||||
'top_free' => 'Melhores Grátis',
|
||||
'free' => 'Gratis',
|
||||
'search' => 'Search',
|
||||
'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.',
|
||||
|
||||
20
resources/lang/pt-BR/recurring.php
Normal file
20
resources/lang/pt-BR/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
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',
|
||||
|
||||
];
|
||||
@@ -7,11 +7,24 @@ return [
|
||||
'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',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Resumo de Venda',
|
||||
'expense' => 'Resumo de Despesas',
|
||||
'income_expense' => 'Receita vs Despesa',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Espaço ( )',
|
||||
],
|
||||
'timezone' => 'Fuso Horário',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faturas',
|
||||
|
||||
Reference in New Issue
Block a user