Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 15:17:11 +01:00
parent 61c38f2a99
commit 956108399b
494 changed files with 68424 additions and 66802 deletions

View File

@@ -31,41 +31,42 @@
*
*/
declare(strict_types=1);
return [
'home' => 'Início',
'budgets' => 'Orçamentos',
'subscriptions' => 'Subscrições',
'transactions' => 'Transações',
'title_expenses' => 'Despesas',
'title_withdrawal' => 'Despesas',
'title_revenue' => 'Receita / rendimento',
'title_deposit' => 'Receita / rendimento',
'title_transfer' => 'Transferências',
'title_transfers' => 'Transferências',
'edit_currency' => 'Editar moeda ":name"',
'delete_currency' => 'Apagar moeda ":name"',
'newPiggyBank' => 'Criar mealheiro',
'edit_piggyBank' => 'Editar mealheiro ":name"',
'preferences' => 'Preferências',
'profile' => 'Perfil',
'accounts' => 'Contas',
'changePassword' => 'Alterar password',
'change_email' => 'Alterar email',
'bills' => 'Faturas',
'newBill' => 'Nova fatura',
'edit_bill' => 'Editar fatura ":name"',
'delete_bill' => 'Apagar fatura ":name"',
'reports' => 'Relatórios',
'search_result' => 'Resultados da pesquisa para ":query"',
'withdrawal_list' => 'Despesas',
'Withdrawal_list' => 'Despesas',
'deposit_list' => 'Receitas, rendimentos e depósitos',
'transfer_list' => 'Transferências',
'transfers_list' => 'Transferências',
'home' => 'Início',
'budgets' => 'Orçamentos',
'subscriptions' => 'Subscrições',
'transactions' => 'Transações',
'title_expenses' => 'Despesas',
'title_withdrawal' => 'Despesas',
'title_revenue' => 'Receita / rendimento',
'title_deposit' => 'Receita / rendimento',
'title_transfer' => 'Transferências',
'title_transfers' => 'Transferências',
'edit_currency' => 'Editar moeda ":name"',
'delete_currency' => 'Apagar moeda ":name"',
'newPiggyBank' => 'Criar mealheiro',
'edit_piggyBank' => 'Editar mealheiro ":name"',
'preferences' => 'Preferências',
'profile' => 'Perfil',
'accounts' => 'Contas',
'changePassword' => 'Alterar password',
'change_email' => 'Alterar email',
'bills' => 'Faturas',
'newBill' => 'Nova fatura',
'edit_bill' => 'Editar fatura ":name"',
'delete_bill' => 'Apagar fatura ":name"',
'reports' => 'Relatórios',
'search_result' => 'Resultados da pesquisa para ":query"',
'withdrawal_list' => 'Despesas',
'Withdrawal_list' => 'Despesas',
'deposit_list' => 'Receitas, rendimentos e depósitos',
'transfer_list' => 'Transferências',
'transfers_list' => 'Transferências',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -76,6 +77,7 @@ return [
*
*/
'reconciliation_list' => 'Reconciliações',
'create_withdrawal' => 'Novo levantamento',
'create_deposit' => 'Novo depósito',