New translations.

This commit is contained in:
James Cole
2018-08-05 20:44:05 +02:00
parent 049c93465a
commit f7eef25fed
30 changed files with 215 additions and 145 deletions

View File

@@ -269,7 +269,9 @@ return [
'move_rule_group_up' => 'Subir o grupo de regras',
'move_rule_group_down' => 'Descer grupo de regras',
'save_rules_by_moving' => 'Salve essas regra(s), movendo-os para outro grupo de regra:',
'make_new_rule' => 'Fazer nova regra no grupo de regras ":title"',
'make_new_rule' => 'Make a new rule in rule group ":title"',
'make_new_rule_no_group' => 'Make a new rule',
'instructions_rule_from_bill' => 'In order to match transactions to your new bill ":name", Firefly III can create a rule that will automatically be checked against any transactions you store. Please verify the details below and store the rule to have Firefly III automatically match transactions to your new bill.',
'rule_is_strict' => 'regra estrita',
'rule_is_not_strict' => 'regra não estrita',
'rule_help_stop_processing' => 'Quando você marcar essa caixa, regras posteriores deste grupo não serão executadas.',
@@ -693,6 +695,7 @@ return [
'expense_deleted' => 'Conta de despesa ":name" excluída com sucesso',
'revenue_deleted' => 'Conta de receitas ":name" excluída com sucesso',
'update_asset_account' => 'Atualizar de conta de ativo',
'update_liabilities_account' => 'Update liability',
'update_expense_account' => 'Atualizar conta de despesas',
'update_revenue_account' => 'Atualizar conta de receita',
'make_new_asset_account' => 'Criar uma nova conta de ativo',
@@ -896,8 +899,9 @@ return [
'errors' => 'Erros',
'debt_start_date' => 'Start date of debt',
'debt_start_amount' => 'Start amount of debt',
'debt_start_amount_help' => 'Please enter a positive amount. Feel free to enter the current amount and date.',
'debt_start_amount_help' => 'Please enter a positive amount. You may also enter the current amount, if the original amount was way-back-when.',
'store_new_liabilities_account' => 'Store new liability',
'edit_liabilities_account' => 'Edit liability ":name"',
// reports:
'report_default' => 'Relatório financeiro padrão entre :start e :end',

View File

@@ -130,4 +130,7 @@ return [
'transaction_s' => 'Transaction(s)',
'field' => 'Field',
'value' => 'Value',
'interest' => 'Interest',
'interest_period' => 'interest period',
'liability_type' => 'Type of liability',
];