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

19 lines
559 B
PHP

<?php
return [
'quantities' => 'Cantidad | Cantidades',
'sales_price' => 'Precio de Venta',
'purchase_price' => 'Precio de Compra',
'sku' => 'SKU/Código/Clave',
'notification' => [
'message' => [
'reminder' => 'Usted está recibiendo este email porque sólo :quantity de :name han permanecido.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'Ver Ahora',
],
];