19 lines
505 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
'quantities' => '數量 | 數量',
'sales_price' => '定價',
'purchase_price' => '售價',
'sku' => '庫存',
2017-12-13 15:01:55 +03:00
'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' => '由於 :name 已缺貨,因此您會收到此封郵件。',
],
2017-12-13 15:01:55 +03:00
'button' => '現在檢視',
],
2017-10-02 10:26:10 +03:00
];