2018-11-08 12:11:42 +03:00

19 lines
545 B
PHP

<?php
return [
'quantities' => 'Quantità|Quantità',
'sales_price' => 'Prezzo di vendita',
'purchase_price' => 'Prezzo d\'acquisto',
'sku' => 'Cod.Art.',
'notification' => [
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'Mostra ora',
],
];