mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Fix #3940
This commit is contained in:
@@ -204,9 +204,9 @@ return [
|
||||
'button_register' => 'Registrar',
|
||||
'authorization' => 'Autorização',
|
||||
'active_bills_only' => 'apenas faturas ativas',
|
||||
'active_bills_only_total' => 'all active bills',
|
||||
'active_bills_only_total' => 'todas as faturas ativas',
|
||||
'active_exp_bills_only' => 'somente faturas ativas e esperadas',
|
||||
'active_exp_bills_only_total' => 'all active expected bills only',
|
||||
'active_exp_bills_only_total' => 'somente faturas ativas e esperadas',
|
||||
'per_period_sum_1D' => 'Custos diários esperados',
|
||||
'per_period_sum_1W' => 'Custos semanais esperados',
|
||||
'per_period_sum_1M' => 'Custos mensais esperados',
|
||||
@@ -1803,7 +1803,7 @@ return [
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Título',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'delete_object_group' => 'Excluir grupo ":title"',
|
||||
'update_object_group' => 'Atualizar grupo',
|
||||
'updated_object_group' => 'O grupo ":title" foi atualizado com sucesso',
|
||||
'deleted_object_group' => 'O grupo ":title" foi deletado com sucesso',
|
||||
|
||||
Reference in New Issue
Block a user