2017-09-21 09:55:58 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'quantities' => 'Quantidade|Quantidades',
|
|
|
|
'sales_price' => 'Preço de Venda',
|
|
|
|
'purchase_price' => 'Preço de Compra',
|
|
|
|
'sku' => 'SKU',
|
|
|
|
|
2017-12-13 15:01:55 +03:00
|
|
|
'notification' => [
|
|
|
|
'message' => 'You are receiving this email because the :name is running out of stock.',
|
|
|
|
'button' => 'View Now',
|
|
|
|
],
|
|
|
|
|
2017-09-21 09:55:58 +03:00
|
|
|
];
|