it-IT
This commit is contained in:
17
resources/lang/it-IT/demo.php
Normal file
17
resources/lang/it-IT/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Contanti',
|
||||
'categories_uncat' => 'Non categorizzato',
|
||||
'categories_deposit' => 'Deposito',
|
||||
'categories_sales' => 'Vendite',
|
||||
'currencies_usd' => 'Dollaro USA',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Sterlina Regno Unito',
|
||||
'currencies_try' => 'Lira turca',
|
||||
'taxes_exempt' => 'Esenti da imposte',
|
||||
'taxes_normal' => 'Tassa normale',
|
||||
'taxes_sales' => 'Imposta sulle vendite',
|
||||
|
||||
];
|
Reference in New Issue
Block a user