2017-11-30 12:27:54 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2018-08-06 10:25:41 +03:00
|
|
|
'quantities' => 'Hoeveelheid|Hoeveelheden',
|
2017-11-30 12:27:54 +03:00
|
|
|
'sales_price' => 'Verkoopprijs',
|
|
|
|
'purchase_price' => 'Aankoopprijs',
|
|
|
|
'sku' => 'SKU',
|
|
|
|
|
|
|
|
'notification' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
'message' => [
|
|
|
|
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
|
|
|
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
|
|
|
],
|
2018-08-06 10:25:41 +03:00
|
|
|
'button' => 'Nu bekijken',
|
2017-11-30 12:27:54 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|