Wip
This commit is contained in:
parent
8f5261d660
commit
3a2a7cf49f
|
|
@ -11,22 +11,22 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'index' => 'Account',
|
'index' => 'Account',
|
||||||
'revise_info' => 'modify information',
|
'revise_info' => 'Modify Information',
|
||||||
'collect' => 'collect',
|
'collect' => 'Collect',
|
||||||
'coupon' => 'coupon',
|
'coupon' => 'Coupon',
|
||||||
'my_order' => 'My Order',
|
'my_order' => 'My Order',
|
||||||
'orders' => 'all orders',
|
'orders' => 'All Orders',
|
||||||
'pending_payment' => 'pending payment',
|
'pending_payment' => 'Pending Payment',
|
||||||
'pending_send' => 'to be delivered',
|
'pending_send' => 'To be delivered',
|
||||||
'pending_receipt' => 'pending receipt',
|
'pending_receipt' => 'Pending Receipt',
|
||||||
'after_sales' => 'after sales',
|
'after_sales' => 'After Sales',
|
||||||
'no_order' => "You don't have an order yet!",
|
'no_order' => "You don't have an order yet!",
|
||||||
'to_buy' => 'to place an order',
|
'to_buy' => 'To place an order',
|
||||||
'order_number' => 'order number',
|
'order_number' => 'Arder Number',
|
||||||
'order_time' => 'order time',
|
'order_time' => 'Order Time',
|
||||||
'state' => 'state',
|
'state' => 'State',
|
||||||
'amount' => 'amount',
|
'amount' => 'Amount',
|
||||||
'check_details' => 'check details',
|
'check_details' => 'Check Details',
|
||||||
|
|
||||||
'edit' => [
|
'edit' => [
|
||||||
'index' => 'Edit',
|
'index' => 'Edit',
|
||||||
|
|
@ -34,99 +34,99 @@ return [
|
||||||
'suggest' => 'Upload a JPG or PNG image. 300 x 300 is recommended.',
|
'suggest' => 'Upload a JPG or PNG image. 300 x 300 is recommended.',
|
||||||
'name' => 'Name',
|
'name' => 'Name',
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'crop' => 'crop',
|
'crop' => 'Crop',
|
||||||
'password_edit_success' => 'Change password successfully!',
|
'password_edit_success' => 'Change password successfully!',
|
||||||
'origin_password_fail' => 'Origin password incorrect!',
|
'origin_password_fail' => 'Origin password incorrect!',
|
||||||
],
|
],
|
||||||
|
|
||||||
'wishlist' => [
|
'wishlist' => [
|
||||||
'index' => 'Wishlist',
|
'index' => 'Wishlist',
|
||||||
'product' => 'product',
|
'product' => 'Product',
|
||||||
'price' => 'price',
|
'price' => 'Price',
|
||||||
'check_details' => 'check details',
|
'check_details' => 'Check Details',
|
||||||
],
|
],
|
||||||
|
|
||||||
'order' => [
|
'order' => [
|
||||||
'index' => 'Order',
|
'index' => 'Order',
|
||||||
'completed' => 'completed',
|
'completed' => 'Completed',
|
||||||
'order_details' => 'Order Details',
|
'order_details' => 'Order Details',
|
||||||
'amount' => 'amount',
|
'amount' => 'Amount',
|
||||||
'state' => 'state',
|
'state' => 'State',
|
||||||
'operate' => 'operate',
|
'operate' => 'Operate',
|
||||||
'order_number' => 'order number',
|
'order_number' => 'Order Number',
|
||||||
'check' => 'check',
|
'check' => 'Check',
|
||||||
|
|
||||||
'order_info' => [
|
'order_info' => [
|
||||||
'index' => 'Order Info',
|
'index' => 'Order Info',
|
||||||
'order_details' => 'order details',
|
'order_details' => 'Order Details',
|
||||||
'to_pay' => 'to pay',
|
'to_pay' => 'To Pay',
|
||||||
'confirm_receipt' => 'confirm the receipt of goods',
|
'confirm_receipt' => 'Confirm the receipt of goods',
|
||||||
'order_number' => 'order number',
|
'order_number' => 'Order Number',
|
||||||
'order_date' => 'order date',
|
'order_date' => 'Order Date',
|
||||||
'state' => 'state',
|
'state' => 'State',
|
||||||
'order_amount' => 'order amount',
|
'order_amount' => 'Order Amount',
|
||||||
'order_items' => 'order items',
|
'order_items' => 'Order Items',
|
||||||
'apply_after_sales' => 'apply for after-sales',
|
'apply_after_sales' => 'Apply for after-sales',
|
||||||
'order_total' => 'order total',
|
'order_total' => 'Order Total',
|
||||||
'logistics_status' => 'logistics status',
|
'logistics_status' => 'Logistics Status',
|
||||||
'order_status' => 'order status',
|
'order_status' => 'Order Status',
|
||||||
'remark' => 'remark',
|
'remark' => 'Remark',
|
||||||
'update_time' => 'update time',
|
'update_time' => 'Update Time',
|
||||||
],
|
],
|
||||||
|
|
||||||
'order_success' => [
|
'order_success' => [
|
||||||
'order_success' => 'Congratulations, the order was successfully generated!',
|
'order_success' => 'Congratulations, the order was successfully generated!',
|
||||||
'order_number' => 'order number',
|
'order_number' => 'Order Number',
|
||||||
'amounts_payable' => 'amounts payable ',
|
'amounts_payable' => 'Amounts Payable ',
|
||||||
'payment_method' => 'payment method ',
|
'payment_method' => 'Payment Method ',
|
||||||
'view_order' => 'view order ',
|
'view_order' => 'View Order ',
|
||||||
'pay_now' => 'pay now ',
|
'pay_now' => 'Pay Now ',
|
||||||
'kind_tips' => 'Reminder: Your order has been successfully generated, please complete the payment as soon as possible~ ',
|
'kind_tips' => 'Reminder: Your order has been successfully generated, please complete the payment as soon as possible~ ',
|
||||||
'also' => 'You can also',
|
'also' => 'You can also',
|
||||||
'continue_purchase' => 'continue to purchase',
|
'continue_purchase' => 'continue to purchase',
|
||||||
'contact_customer_service' => 'If you have any questions during the order process, you can contact our customer service staff at any time',
|
'contact_customer_service' => 'If you have any questions during the order process, you can contact our customer service staff at any time',
|
||||||
'emaill' => 'email',
|
'emaill' => 'email',
|
||||||
'service_hotline' => 'service hotline',
|
'service_hotline' => 'Service Hotline',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'addresses' => [
|
'addresses' => [
|
||||||
'index' => 'Addresses',
|
'index' => 'Addresses',
|
||||||
'add_address' => 'add new address',
|
'add_address' => 'Add New Address',
|
||||||
'default_address' => 'default address',
|
'default_address' => 'Default Address',
|
||||||
'delete' => 'delete',
|
'delete' => 'Delete',
|
||||||
'edit' => 'edit',
|
'edit' => 'Edit',
|
||||||
'enter_name' => 'Please type in your name',
|
'enter_name' => 'Please type in your name',
|
||||||
'enter_phone' => 'Please type your phone number',
|
'enter_phone' => 'Please type your phone number',
|
||||||
'enter_address' => 'Please enter detailed address 1',
|
'enter_address' => 'Please enter detailed address 1',
|
||||||
'select_province' => 'Please select province',
|
'select_province' => 'Please select province',
|
||||||
'enter_city' => 'Please fill in the city',
|
'enter_city' => 'Please fill in the city',
|
||||||
'confirm_delete' => 'Are you sure you want to delete the address?',
|
'confirm_delete' => 'Are you sure you want to delete the address?',
|
||||||
'hint' => 'hint',
|
'hint' => 'Hint',
|
||||||
],
|
],
|
||||||
|
|
||||||
'rma' => [
|
'rma' => [
|
||||||
'index' => 'Rma',
|
'index' => 'Rma',
|
||||||
'commodity' => 'commodity',
|
'commodity' => 'Commodity',
|
||||||
'quantity' => 'quantity',
|
'quantity' => 'Quantity',
|
||||||
'service_type' => 'service type',
|
'service_type' => 'Service Type',
|
||||||
'return_reason' => 'reason for return',
|
'return_reason' => 'Reason For Return',
|
||||||
'creation_time' => 'creation time',
|
'creation_time' => 'Creation Time',
|
||||||
'operate' => 'operate',
|
'operate' => 'Operate',
|
||||||
'check' => 'check',
|
'check' => 'Check',
|
||||||
|
|
||||||
'rma_info' => [
|
'rma_info' => [
|
||||||
'index' => 'after-sales details',
|
'index' => 'After-sales Details',
|
||||||
],
|
],
|
||||||
|
|
||||||
'rma_form' => [
|
'rma_form' => [
|
||||||
'index' => 'Submit after-sales information',
|
'index' => 'Submit after-sales information',
|
||||||
'service_type' => 'service type',
|
'service_type' => 'Service Type',
|
||||||
'return_quantity' => 'return quantity',
|
'return_quantity' => 'Return Quantity',
|
||||||
'unpacked' => 'unpacked',
|
'unpacked' => 'Unpacked',
|
||||||
'return_reason' => 'reason for return',
|
'return_reason' => 'Reason For Return',
|
||||||
'remark' => 'remark',
|
'remark' => 'Remark',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -10,23 +10,23 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'index' => 'cart',
|
'index' => 'Cart',
|
||||||
'added_to_cart' => 'added to cart',
|
'added_to_cart' => 'Added To Cart',
|
||||||
'select_all' => 'select all',
|
'select_all' => 'Select All',
|
||||||
'commodity' => 'commodity',
|
'commodity' => 'Commodity',
|
||||||
'quantity' => 'quantity',
|
'quantity' => 'Quantity',
|
||||||
'subtotal' => 'subtotal',
|
'subtotal' => 'Subtotal',
|
||||||
'operate' => 'operate',
|
'operate' => 'Operate',
|
||||||
'product_total' => 'product totals',
|
'product_total' => 'Product Totals',
|
||||||
'all' => 'all',
|
'all' => 'All',
|
||||||
'selected' => 'selected',
|
'selected' => 'Selected',
|
||||||
'total_price' => 'total_price',
|
'total_price' => 'Total_Price',
|
||||||
'to_checkout' => 'to_checkout',
|
'to_checkout' => 'To Checkout',
|
||||||
'cart_empty' => 'Your shopping cart is empty',
|
'cart_empty' => 'Your shopping cart is empty',
|
||||||
'go_buy' => 'You can go and see what you want to buy',
|
'go_buy' => 'You can go and see what you want to buy',
|
||||||
'go_shopping' => 'go shopping',
|
'go_shopping' => 'Go Shopping',
|
||||||
'must_select' => 'Please select at least one product',
|
'must_select' => 'Please select at least one product',
|
||||||
'mini' => 'Your cart',
|
'mini' => 'Your cart',
|
||||||
'delete' => 'delete',
|
'delete' => 'Delete',
|
||||||
'check_cart' => 'check the shopping cart',
|
'check_cart' => 'Check the shopping cart',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@
|
||||||
return [
|
return [
|
||||||
'index' => 'Checkouts',
|
'index' => 'Checkouts',
|
||||||
'address' => 'Address',
|
'address' => 'Address',
|
||||||
'chosen' => 'chosen',
|
'chosen' => 'Chosen',
|
||||||
'edit' => 'edit',
|
'edit' => 'Edit',
|
||||||
'choose_another_address' => 'choose another address',
|
'choose_another_address' => 'Choose Another Address',
|
||||||
'add_new_address' => 'add new address',
|
'add_new_address' => 'Add New Address',
|
||||||
'payment_method' => 'Payment Method',
|
'payment_method' => 'Payment Method',
|
||||||
'delivery_method' => 'Delivery Method',
|
'delivery_method' => 'Delivery Method',
|
||||||
'cart_totals' => 'Cart Totals',
|
'cart_totals' => 'Cart Totals',
|
||||||
|
|
@ -28,10 +28,10 @@ return [
|
||||||
'check_form' => 'Please check that the form is filled out correctly',
|
'check_form' => 'Please check that the form is filled out correctly',
|
||||||
|
|
||||||
'payment' => [
|
'payment' => [
|
||||||
'index' => 'please pay',
|
'index' => 'Please Pay',
|
||||||
'please_pay' => 'Order submitted successfully, please pay',
|
'please_pay' => 'Order submitted successfully, please pay',
|
||||||
'order_number' => 'order number',
|
'order_number' => 'Order Number',
|
||||||
'amounts_payable' => 'amounts payable',
|
'amounts_payable' => 'Amounts Payable',
|
||||||
'payment_method' => 'payment method',
|
'payment_method' => 'Payment Method',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'submit' => 'submit',
|
'submit' => 'Submit',
|
||||||
'cancel' => 'cancel',
|
'cancel' => 'Cancel',
|
||||||
'confirm' => 'confirm',
|
'confirm' => 'Confirm',
|
||||||
'no' => 'no',
|
'no' => 'No',
|
||||||
'yes' => 'yes',
|
'yes' => 'Yes',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -11,16 +11,16 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'index' => 'forgot password',
|
'index' => 'Forgot Password',
|
||||||
'follow_prompt' => 'Please follow the prompts to retrieve your password',
|
'follow_prompt' => 'Please follow the prompts to retrieve your password',
|
||||||
'email_forCode' => 'Please enter your email address to get the verification code',
|
'email_forCode' => 'Please enter your email address to get the verification code',
|
||||||
'enter_password' => 'Please enter a new password',
|
'enter_password' => 'Please enter a new password',
|
||||||
'email' => 'email',
|
'email' => 'Email',
|
||||||
'email_address' => 'email address',
|
'email_address' => 'Email Address',
|
||||||
'verification_code' => 'verification code',
|
'verification_code' => 'Verification Code',
|
||||||
'password' => 'password',
|
'password' => 'Password',
|
||||||
'confirm_password' => 'confirm password',
|
'confirm_password' => 'Confirm Password',
|
||||||
'send_code' => 'send code',
|
'send_code' => 'Send Code',
|
||||||
'to_back' => 'Back to previous step',
|
'to_back' => 'Back to previous step',
|
||||||
'enter_password' => 'Please enter password',
|
'enter_password' => 'Please enter password',
|
||||||
'enter_email' => 'please input your email',
|
'enter_email' => 'please input your email',
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ return [
|
||||||
'index' => 'User login and registration',
|
'index' => 'User login and registration',
|
||||||
'login_and_sign' => 'Login/Sign In',
|
'login_and_sign' => 'Login/Sign In',
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'library' => 'library',
|
'library' => 'Library',
|
||||||
'login' => 'Login',
|
'login' => 'Login',
|
||||||
'already' => 'Already our customer?',
|
'already' => 'Already our customer?',
|
||||||
'description' => 'Already our customer?',
|
'description' => 'Already our customer?',
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'search' => 'search',
|
'search' => 'Search',
|
||||||
'add_to_favorites' => 'add to favorites',
|
'add_to_favorites' => 'Add To Favorites',
|
||||||
'add_to_cart' => 'add to Shopping Cart',
|
'add_to_cart' => 'Add to Shopping Cart',
|
||||||
'buy_now' => 'buy now',
|
'buy_now' => 'Buy Now',
|
||||||
'product_details' => 'product details',
|
'product_details' => 'Product Details',
|
||||||
'in_stock' => 'In stock',
|
'in_stock' => 'In Stock',
|
||||||
'out_stock' => 'Out stock',
|
'out_stock' => 'Out Stock',
|
||||||
'model' => 'model',
|
'model' => 'Model',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'index' => 'steps',
|
'index' => 'Steps',
|
||||||
'cart' => 'Cart',
|
'cart' => 'Cart',
|
||||||
'checkout' => 'Checkouts',
|
'checkout' => 'Checkouts',
|
||||||
'submitted_successfully' => 'Submitted Successfully',
|
'submitted_successfully' => 'Submitted Successfully',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue