19 lines
559 B
PHP
Raw Normal View History

2018-01-13 15:21:46 +03:00
<?php
return [
'quantities' => 'Cantidad | Cantidades',
'sales_price' => 'Precio de Venta',
'purchase_price' => 'Precio de Compra',
'sku' => 'SKU/Código/Clave',
'notification' => [
2018-11-08 12:11:42 +03:00
'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.',
],
2018-01-13 15:21:46 +03:00
'button' => 'Ver Ahora',
],
];