mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Updated translations.
This commit is contained in:
@@ -244,10 +244,10 @@ return [
|
||||
'search_modifier_from' => 'Conta de origem é :value',
|
||||
'search_modifier_destination' => 'Conta de destino é :value',
|
||||
'search_modifier_to' => 'Conta de destino é :value',
|
||||
'search_modifier_tag' => 'Tag is ":value"',
|
||||
'search_modifier_category' => 'Category is ":value"',
|
||||
'search_modifier_budget' => 'Budget is ":value"',
|
||||
'search_modifier_bill' => 'Bill is ":value"',
|
||||
'search_modifier_tag' => 'A tag é ":value"',
|
||||
'search_modifier_category' => 'A categoria é ":value"',
|
||||
'search_modifier_budget' => 'O orçamento é ":value"',
|
||||
'search_modifier_bill' => 'A fatura é ":value"',
|
||||
'search_modifier_type' => 'Tipo de transação é :value',
|
||||
'search_modifier_date' => 'Data da transação é :value',
|
||||
'search_modifier_date_before' => 'Data da transação é antes de :value',
|
||||
@@ -255,8 +255,8 @@ return [
|
||||
'search_modifier_on' => 'Data da transação é :value',
|
||||
'search_modifier_before' => 'Data da transação é antes de :value',
|
||||
'search_modifier_after' => 'Data da transação é após :value',
|
||||
'search_modifier_created_on' => 'Transaction was created on :value',
|
||||
'search_modifier_updated_on' => 'Transaction was last updated on :value',
|
||||
'search_modifier_created_on' => 'A transação foi criada em :value',
|
||||
'search_modifier_updated_on' => 'A transação foi atualizada pela última vez em :value',
|
||||
'modifiers_applies_are' => 'Os seguintes modificadores são aplicados também à busca:',
|
||||
'general_search_error' => 'An error occurred while searching. Please check the log files for more information.',
|
||||
'search_box' => 'Pesquisar',
|
||||
@@ -699,7 +699,7 @@ return [
|
||||
'transactions_no_budget' => 'Despesas sem orçamento entre :start e :end',
|
||||
'spent_between' => 'Already spent between :start and :end',
|
||||
'set_available_amount' => 'Set available amount',
|
||||
'update_available_amount' => 'Update available amount',
|
||||
'update_available_amount' => 'Atualizar o valor disponível',
|
||||
'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.',
|
||||
'createBudget' => 'Novo orçamento',
|
||||
'invalid_currency' => 'This is an invalid currency',
|
||||
@@ -719,7 +719,7 @@ return [
|
||||
'update_budget' => 'Atualizar Orçamento',
|
||||
'update_budget_amount_range' => 'Atualizar quantia disponível (esperada) entre :start e :end',
|
||||
'set_budget_limit_title' => 'Set budgeted amount for budget :budget between :start and :end',
|
||||
'set_budget_limit' => 'Set budgeted amount',
|
||||
'set_budget_limit' => 'Definir valor orçado',
|
||||
'budget_period_navigator' => 'Navegador do período',
|
||||
'info_on_available_amount' => 'O que tenho disponível?',
|
||||
'available_amount_indication' => 'Use esses montantes para obter uma indicação do que seu orçamento total poderia ser.',
|
||||
@@ -759,6 +759,9 @@ return [
|
||||
'list_inactive_rule' => 'regra inativa',
|
||||
|
||||
// accounts:
|
||||
'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.',
|
||||
'all_accounts_inactive' => 'These are your inactive accounts.',
|
||||
'active_account_link' => 'This link goes back to your active accounts.',
|
||||
'account_missing_transaction' => 'Conta #:id (":name") não pode ser visualizada diretamente, mas o Firefly está sem informação de redirecionamento.',
|
||||
'details_for_asset' => 'Detalhes para a conta de ativo ":name"',
|
||||
'details_for_expense' => 'Detalhes para a conta de despesas ":name"',
|
||||
@@ -786,7 +789,9 @@ return [
|
||||
'make_new_revenue_account' => 'Criar uma nova conta de receita',
|
||||
'make_new_liabilities_account' => 'Criar um novo passivo',
|
||||
'asset_accounts' => 'Contas de ativo',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_accounts' => 'Contas de despesas',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_accounts' => 'Contas de receitas',
|
||||
'cash_accounts' => 'Contas Correntes',
|
||||
'Cash account' => 'Conta Corrente',
|
||||
@@ -909,11 +914,11 @@ return [
|
||||
'no_budget' => '(sem orçamento)',
|
||||
'account_per_budget' => 'Account per budget',
|
||||
'account_per_category' => 'Account per category',
|
||||
'empty' => '(empty)',
|
||||
'all_other_budgets' => '(all other budgets)',
|
||||
'all_other_accounts' => '(all other accounts)',
|
||||
'expense_per_source_account' => 'Expenses per source account',
|
||||
'expense_per_destination_account' => 'Expenses per destination account',
|
||||
'empty' => '(vazio)',
|
||||
'all_other_budgets' => '(todos os outros orçamentos)',
|
||||
'all_other_accounts' => '(todas as outras contas)',
|
||||
'expense_per_source_account' => 'Despesas por conta origem',
|
||||
'expense_per_destination_account' => 'Despesas por conta destino',
|
||||
'income_per_destination_account' => 'Income per destination account',
|
||||
'spent_in_specific_category' => 'Spent in category ":category"',
|
||||
'earned_in_specific_category' => 'Earned in category ":category"',
|
||||
|
||||
Reference in New Issue
Block a user