19 lines
		
	
	
		
			505 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			505 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'quantities'            => '數量 | 數量',
 | |
|     'sales_price'           => '定價',
 | |
|     'purchase_price'        => '售價',
 | |
|     'sku'                   => '庫存',
 | |
| 
 | |
|     'notification' => [
 | |
|         'message'       => [
 | |
|             'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
 | |
|             'out_of_stock' => '由於 :name 已缺貨,因此您會收到此封郵件。',
 | |
|         ],
 | |
|         'button'        => '現在檢視',
 | |
|     ],
 | |
| 
 | |
| ];
 |