优化英文语言包
This commit is contained in:
parent
470d5cf21c
commit
6a600d1f16
|
|
@ -16,22 +16,22 @@ return [
|
|||
'products_update' => 'Edit',
|
||||
'products_delete' => 'Delete',
|
||||
'products_trashed' => 'Trashed',
|
||||
'products_restore' => 'restore',
|
||||
'products_restore' => 'Restore',
|
||||
'clear_restore' => 'Empty Recycle Bin',
|
||||
|
||||
'batch_delete' => 'Batch Delete',
|
||||
'batch_active' => 'Batch Active',
|
||||
'batch_inactive' => 'Batch Inactive',
|
||||
|
||||
'basic_information' => 'basic information',
|
||||
'basic_information' => 'Basic Information',
|
||||
'product_details' => 'Product details',
|
||||
'product_relations' => 'Related goods',
|
||||
'stocks' => 'goods inventory',
|
||||
'model' => 'model',
|
||||
'price' => 'price',
|
||||
'origin_price' => 'original price',
|
||||
'cost_price' => 'cost price',
|
||||
'quantity' => 'quantity',
|
||||
'product_relations' => 'Related Products',
|
||||
'stocks' => 'Product inventory',
|
||||
'model' => 'Model',
|
||||
'price' => 'Price',
|
||||
'origin_price' => 'Original Price',
|
||||
'cost_price' => 'Cost Price',
|
||||
'quantity' => 'Quantity',
|
||||
'enable_multi_spec' => 'Enable multi-spec',
|
||||
'image_help' => 'The first picture will be used as the main picture of the product, and multiple pictures can be uploaded at the same time, and the position of multiple pictures can be adjusted at will',
|
||||
'add_variable' => 'Add Specs',
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ return [
|
|||
'order_details' => 'Order Details',
|
||||
'to_pay' => 'Pay',
|
||||
'cancel' => 'Cancel',
|
||||
'confirm_receipt' => 'Confirm the receipt of goods',
|
||||
'confirm_receipt' => 'Confirm the receipt of products',
|
||||
'order_number' => 'Order Number',
|
||||
'order_date' => 'Order Date',
|
||||
'state' => 'State',
|
||||
|
|
|
|||
Loading…
Reference in New Issue