wip
This commit is contained in:
parent
47d00e5308
commit
27cc1e9529
|
|
@ -27,5 +27,5 @@ return [
|
|||
'no' => 'no',
|
||||
'yes' => 'yes',
|
||||
'delete' => 'delete',
|
||||
'sign_out' => 'sign out',
|
||||
'sign_out' => 'Sign Out',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@
|
|||
*/
|
||||
|
||||
return [
|
||||
'index' => 'account',
|
||||
'index' => 'Account',
|
||||
'revise_info' => 'modify information',
|
||||
'collect' => 'collect',
|
||||
'coupon' => 'coupon',
|
||||
'my_order' => 'my order',
|
||||
'my_order' => 'My Order',
|
||||
'orders' => 'all orders',
|
||||
'pending_payment' => 'pending payment',
|
||||
'pending_send' => 'to be delivered',
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
'check_details' => 'check details',
|
||||
|
||||
'edit' => [
|
||||
'index' => 'edit',
|
||||
'index' => 'Edit',
|
||||
'modify_avatar' => 'modify avatar',
|
||||
'suggest' => 'Upload a JPG or PNG image. 300 x 300 is recommended.',
|
||||
'name' => 'name',
|
||||
|
|
@ -38,16 +38,16 @@ return [
|
|||
],
|
||||
|
||||
'wishlist' => [
|
||||
'index' => 'wishlist',
|
||||
'index' => 'Wishlist',
|
||||
'product' => 'product',
|
||||
'price' => 'price',
|
||||
'check_details' => 'check details',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => 'order',
|
||||
'index' => 'Order',
|
||||
'completed' => 'completed',
|
||||
'order_details' => 'order details',
|
||||
'order_details' => 'Order Details',
|
||||
'amount' => 'amount',
|
||||
'state' => 'state',
|
||||
'operate' => 'operate',
|
||||
|
|
@ -55,7 +55,7 @@ return [
|
|||
'check' => 'check',
|
||||
|
||||
'order_info' => [
|
||||
'index' => 'order info',
|
||||
'index' => 'Order Info',
|
||||
'order_details' => 'order details',
|
||||
'to_pay' => 'to pay',
|
||||
'confirm_receipt' => 'confirm the receipt of goods',
|
||||
|
|
@ -90,7 +90,7 @@ return [
|
|||
],
|
||||
|
||||
'addresses' => [
|
||||
'index' => 'addresses',
|
||||
'index' => 'Addresses',
|
||||
'add_address' => 'add new address',
|
||||
'default_address' => 'default address',
|
||||
'delete' => 'delete',
|
||||
|
|
@ -105,7 +105,7 @@ return [
|
|||
],
|
||||
|
||||
'rma' => [
|
||||
'index' => 'rma',
|
||||
'index' => 'Rma',
|
||||
'commodity' => 'commodity',
|
||||
'quantity' => 'quantity',
|
||||
'service_type' => 'service type',
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'go_buy' => 'You can go and see what you want to buy',
|
||||
'go_shopping' => 'go shopping',
|
||||
'must_select' => 'Please select at least one product',
|
||||
'mini' => 'your cart',
|
||||
'mini' => 'Your cart',
|
||||
'delete' => 'delete',
|
||||
'check_cart' => 'check the shopping cart',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@
|
|||
*/
|
||||
|
||||
return [
|
||||
'index' => 'checkouts',
|
||||
'address' => 'address',
|
||||
'index' => 'Checkouts',
|
||||
'address' => 'Address',
|
||||
'chosen' => 'chosen',
|
||||
'edit' => 'edit',
|
||||
'choose_another_address' => 'Choose another address',
|
||||
'choose_another_address' => 'choose another address',
|
||||
'add_new_address' => 'add new address',
|
||||
'payment_method' => 'payment method',
|
||||
'payment_method' => 'Payment Method',
|
||||
'delivery_method' => 'Delivery Method',
|
||||
'cart_totals' => 'cart totals',
|
||||
'cart_totals' => 'Cart Totals',
|
||||
'submit_order' => 'Submit Order',
|
||||
'enter_name' => 'Please type in your name',
|
||||
'enter_phone' => 'Please type your phone number',
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
return [
|
||||
'index' => 'steps',
|
||||
'cart' => 'cart',
|
||||
'checkout' => 'checkouts',
|
||||
'submitted_successfully' => 'submitted successfully',
|
||||
'payment' => 'payment',
|
||||
'cart' => 'Cart',
|
||||
'checkout' => 'Checkouts',
|
||||
'submitted_successfully' => 'Submitted Successfully',
|
||||
'payment' => 'Payment',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue