it-IT
This commit is contained in:
15
resources/lang/it-IT/items.php
Normal file
15
resources/lang/it-IT/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Quantità|Quantità',
|
||||
'sales_price' => 'Prezzo di vendita',
|
||||
'purchase_price' => 'Prezzo d\'acquisto',
|
||||
'sku' => 'Cod.Art.',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Hai ricevuto questa e-mail perché il :name è in esaurimento.',
|
||||
'button' => 'Mostra ora',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user