2020-12-26 23:32:05 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'account_name' => 'Nom del compte',
|
|
|
|
'number' => 'Número',
|
|
|
|
'opening_balance' => 'Balanç inicial',
|
|
|
|
'current_balance' => 'Balanç actual',
|
|
|
|
'bank_name' => 'Nom del banc',
|
|
|
|
'bank_phone' => 'Telèfon del banc',
|
|
|
|
'bank_address' => 'Adreça del banc',
|
|
|
|
'default_account' => 'Compte per defecte',
|
2021-08-29 18:54:09 +00:00
|
|
|
'incoming' => 'Entrant',
|
|
|
|
'outgoing' => 'Sortint',
|
|
|
|
'see_performance' => 'Veure el rendiment',
|
|
|
|
'create_report' => 'Per tal de veure el rendiment pots crear l\'informe Entrant vs Despeses.',
|
2020-12-26 23:32:05 +00:00
|
|
|
|
|
|
|
];
|