2018-09-12 16:18:47 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'quantities' => '数量 | 数量',
|
|
|
|
'sales_price' => '定价',
|
|
|
|
'purchase_price' => '售价',
|
|
|
|
'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-09-12 16:18:47 +03:00
|
|
|
'button' => '现在查看',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|