19 lines
559 B
PHP
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',
|
|
],
|
|
|
|
];
|