mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Update language strings.
This commit is contained in:
@@ -218,6 +218,8 @@ return [
|
||||
'unpaid_in_currency' => 'Não pago em :currency',
|
||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
||||
'all_destination_accounts' => 'Destination accounts',
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
|
||||
// check for updates:
|
||||
'update_check_title' => 'Verificar Atualizações',
|
||||
@@ -305,6 +307,9 @@ return [
|
||||
'created_new_rule_group' => 'Novo grupo de regras ":title" armazenado!',
|
||||
'updated_rule_group' => 'Grupo de regras atualizado com sucesso ":title".',
|
||||
'edit_rule_group' => 'Editar grupo de regras ":title"',
|
||||
'duplicate_rule' => 'Duplicate rule ":title"',
|
||||
'rule_copy_of' => 'Copy of ":title"',
|
||||
'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"',
|
||||
'delete_rule_group' => 'Excluir grupo de regra ":title"',
|
||||
'deleted_rule_group' => 'Removido grupo de regra ":title"',
|
||||
'update_rule_group' => 'Atualizar um grupo de regra',
|
||||
@@ -783,6 +788,18 @@ return [
|
||||
'over_budget_warn' => '<i class="fa fa-money"></i> Normalmente seu orçamento é de :amount por dia. Desta vez o valor é :over_amount por dia. Você tem certeza?',
|
||||
'transferred_in' => 'Transferido (para)',
|
||||
'transferred_away' => 'Transferido (fora)',
|
||||
'auto_budget_none' => 'No auto-budget',
|
||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
||||
'auto_budget_rollover' => 'Add an amount every period',
|
||||
'auto_budget_period_daily' => 'Daily',
|
||||
'auto_budget_period_weekly' => 'Weekly',
|
||||
'auto_budget_period_monthly' => 'Monthly',
|
||||
'auto_budget_period_quarterly' => 'Quarterly',
|
||||
'auto_budget_period_half_year' => 'Every half year',
|
||||
'auto_budget_period_yearly' => 'Yearly',
|
||||
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
|
||||
'auto_budget_reset_icon' => 'This budget will be set periodically',
|
||||
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
||||
|
||||
// bills:
|
||||
'match_between_amounts' => 'Fatura corresponde a transações entre :low e :high.',
|
||||
@@ -970,7 +987,7 @@ return [
|
||||
'no_budget' => '(sem orçamento)',
|
||||
'account_per_budget' => 'Account per budget',
|
||||
'account_per_category' => 'Account per category',
|
||||
'create_new_object' => 'Create',
|
||||
'create_new_object' => 'Criar',
|
||||
'empty' => '(vazio)',
|
||||
'all_other_budgets' => '(todos os outros orçamentos)',
|
||||
'all_other_accounts' => '(todas as outras contas)',
|
||||
|
||||
@@ -43,6 +43,7 @@ return [
|
||||
'journal_currency_id' => 'Moeda',
|
||||
'currency_id' => 'Moeda',
|
||||
'transaction_currency_id' => 'Moeda',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'O IP externo do seu servidor',
|
||||
'attachments' => 'Anexos',
|
||||
'journal_amount' => 'Quantia',
|
||||
@@ -260,4 +261,9 @@ return [
|
||||
'expected_on' => 'Esperado em',
|
||||
'paid' => 'Pago',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
|
||||
];
|
||||
|
||||
@@ -130,6 +130,7 @@ return [
|
||||
'amount_zero' => 'O montante total não pode ser zero.',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
|
||||
'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.',
|
||||
'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.',
|
||||
@@ -200,4 +201,8 @@ return [
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
|
||||
'amount_required_for_auto_budget' => 'The amount is required.',
|
||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user