19 lines
578 B
PHP
19 lines
578 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'quantities' => 'จำนวน | จำนวน',
|
|
'sales_price' => 'ราคาขาย',
|
|
'purchase_price' => 'ราคาซื้อ',
|
|
'sku' => 'SKU',
|
|
|
|
'notification' => [
|
|
'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.',
|
|
],
|
|
'button' => 'ดูตอนนี้',
|
|
],
|
|
|
|
];
|