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