mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations breadcrumbs.php (Portuguese, Brazilian)
This commit is contained in:
parent
c633c800a5
commit
7dca784091
@ -21,24 +21,24 @@ return [
|
||||
'preferences' => 'Preferências',
|
||||
'profile' => 'Perfil',
|
||||
'changePassword' => 'Alterar sua senha',
|
||||
'bills' => 'Faturas',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'Nova fatura',
|
||||
'edit_bill' => 'Editar fatura ":name"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
'reports' => 'Relatórios',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Despesas',
|
||||
'deposit_list' => 'Receitas, renda e depósitos',
|
||||
'transfer_list' => 'Transferências',
|
||||
'transfers_list' => 'Transferências',
|
||||
'create_withdrawal' => 'Criar uma nova retirada',
|
||||
'create_deposit' => 'Criar um novo depósito',
|
||||
'create_transfer' => 'Criar nova transferência',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
'create_withdrawal' => 'Create new withdrawal',
|
||||
'create_deposit' => 'Create new deposit',
|
||||
'create_transfer' => 'Create new transfer',
|
||||
'edit_journal' => 'Editar transação ":description"',
|
||||
'delete_journal' => 'Apagar transação ":description"',
|
||||
'tags' => 'Etiquetas',
|
||||
'createTag' => 'Criar nova etiqueta',
|
||||
'edit_tag' => 'Editar etiqueta ":tag"',
|
||||
'delete_journal' => 'Delete transaction ":description"',
|
||||
'tags' => 'Tags',
|
||||
'createTag' => 'Create new tag',
|
||||
'edit_tag' => 'Edit tag ":tag"',
|
||||
'delete_tag' => 'Apagar etiqueta ":tag"',
|
||||
'delete_journal_link' => 'Delete link between transactions',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user