it-IT
This commit is contained in:
14
resources/lang/it-IT/accounts.php
Normal file
14
resources/lang/it-IT/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Nome conto',
|
||||
'number' => 'Numero',
|
||||
'opening_balance' => 'Saldo residuo',
|
||||
'current_balance' => 'Saldo corrente',
|
||||
'bank_name' => 'Nome della banca',
|
||||
'bank_phone' => 'Telefono della Banca',
|
||||
'bank_address' => 'Indirizzo della banca',
|
||||
'default_account' => 'Conto predefinito',
|
||||
|
||||
];
|
Reference in New Issue
Block a user