优化英文语言包

This commit is contained in:
Edward Yang 2023-01-13 11:51:39 +08:00
parent 470d5cf21c
commit 6a600d1f16
2 changed files with 10 additions and 10 deletions

View File

@ -16,22 +16,22 @@ return [
'products_update' => 'Edit', 'products_update' => 'Edit',
'products_delete' => 'Delete', 'products_delete' => 'Delete',
'products_trashed' => 'Trashed', 'products_trashed' => 'Trashed',
'products_restore' => 'restore', 'products_restore' => 'Restore',
'clear_restore' => 'Empty Recycle Bin', 'clear_restore' => 'Empty Recycle Bin',
'batch_delete' => 'Batch Delete', 'batch_delete' => 'Batch Delete',
'batch_active' => 'Batch Active', 'batch_active' => 'Batch Active',
'batch_inactive' => 'Batch Inactive', 'batch_inactive' => 'Batch Inactive',
'basic_information' => 'basic information', 'basic_information' => 'Basic Information',
'product_details' => 'Product details', 'product_details' => 'Product details',
'product_relations' => 'Related goods', 'product_relations' => 'Related Products',
'stocks' => 'goods inventory', 'stocks' => 'Product inventory',
'model' => 'model', 'model' => 'Model',
'price' => 'price', 'price' => 'Price',
'origin_price' => 'original price', 'origin_price' => 'Original Price',
'cost_price' => 'cost price', 'cost_price' => 'Cost Price',
'quantity' => 'quantity', 'quantity' => 'Quantity',
'enable_multi_spec' => 'Enable multi-spec', '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', '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', 'add_variable' => 'Add Specs',

View File

@ -66,7 +66,7 @@ return [
'order_details' => 'Order Details', 'order_details' => 'Order Details',
'to_pay' => 'Pay', 'to_pay' => 'Pay',
'cancel' => 'Cancel', 'cancel' => 'Cancel',
'confirm_receipt' => 'Confirm the receipt of goods', 'confirm_receipt' => 'Confirm the receipt of products',
'order_number' => 'Order Number', 'order_number' => 'Order Number',
'order_date' => 'Order Date', 'order_date' => 'Order Date',
'state' => 'State', 'state' => 'State',