19 lines
527 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'quantities' => 'Quantity|Quantities',
'sales_price' => 'Sale Price',
'purchase_price' => 'Purchase Price',
'sku' => 'SKU',
2017-11-21 23:37:15 +03:00
'notification' => [
2018-09-29 17:37:55 +03:00
'message' => [
2018-10-30 18:08:10 +03:00
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
2018-09-29 17:37:55 +03:00
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
2017-11-21 23:37:15 +03:00
'button' => 'View Now',
],
2017-09-14 22:21:00 +03:00
];