diff --git a/resources/lang/en/admin/product.php b/resources/lang/en/admin/product.php index a022e776..1f5ed6b2 100644 --- a/resources/lang/en/admin/product.php +++ b/resources/lang/en/admin/product.php @@ -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', diff --git a/resources/lang/en/shop/account.php b/resources/lang/en/shop/account.php index 8da5c170..d027f0b9 100644 --- a/resources/lang/en/shop/account.php +++ b/resources/lang/en/shop/account.php @@ -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',