|
@@ -98,7 +98,6 @@
|
|
"weight": "Weight",
|
|
"weight": "Weight",
|
|
"enterWeight": "Please enter weight",
|
|
"enterWeight": "Please enter weight",
|
|
"normal": "Normal",
|
|
"normal": "Normal",
|
|
- "disabled": "Disabled",
|
|
|
|
"includePermissions": "Include Permissions",
|
|
"includePermissions": "Include Permissions",
|
|
"name": "Name",
|
|
"name": "Name",
|
|
"operation": "Operation",
|
|
"operation": "Operation",
|
|
@@ -109,35 +108,8 @@
|
|
"uploadCert": "Upload Certificate",
|
|
"uploadCert": "Upload Certificate",
|
|
"noInfo": "No Info",
|
|
"noInfo": "No Info",
|
|
"cancelled": "Cancelled",
|
|
"cancelled": "Cancelled",
|
|
- "loading": "Loading...",
|
|
|
|
"sort": "Sort",
|
|
"sort": "Sort",
|
|
- "enterSort": "Please enter sort",
|
|
|
|
- "actions": "Actions",
|
|
|
|
- "add": "Add",
|
|
|
|
- "save": "Save",
|
|
|
|
- "update": "Update",
|
|
|
|
- "edit": "Edit",
|
|
|
|
- "delete": "Delete",
|
|
|
|
- "confirm": "Confirm",
|
|
|
|
- "cancel": "Cancel",
|
|
|
|
- "tip": "Tip",
|
|
|
|
- "unknown": "Unknown",
|
|
|
|
- "createTime": "Create Time",
|
|
|
|
- "to": "to",
|
|
|
|
- "startDate": "Start Date",
|
|
|
|
- "endDate": "End Date",
|
|
|
|
- "status": "Status",
|
|
|
|
- "all": "All",
|
|
|
|
- "confirm": "Confirm",
|
|
|
|
- "cancel": "Cancel",
|
|
|
|
- "cancelled": "Cancelled",
|
|
|
|
- "tip": "Tip",
|
|
|
|
- "unknown": "Unknown",
|
|
|
|
- "actions": "Actions",
|
|
|
|
- "detail": "Detail",
|
|
|
|
- "loading": "Loading...",
|
|
|
|
- "fetchDataFailed": "Failed to fetch data",
|
|
|
|
- "submit": "Submit"
|
|
|
|
|
|
+ "enterSort": "Please enter sort"
|
|
},
|
|
},
|
|
"menu": {
|
|
"menu": {
|
|
"dashboard": "Dashboard",
|
|
"dashboard": "Dashboard",
|
|
@@ -267,10 +239,10 @@
|
|
"selectLoginPermission": "Please select login permission",
|
|
"selectLoginPermission": "Please select login permission",
|
|
"selectOrderPermission": "Please select order permission",
|
|
"selectOrderPermission": "Please select order permission",
|
|
"selectWithdrawPermission": "Please select withdraw permission",
|
|
"selectWithdrawPermission": "Please select withdraw permission",
|
|
- "inputUserPhone": "Please input user phone",
|
|
|
|
- "inputUserNickname": "Please input user nickname",
|
|
|
|
- "inputNewPassword": "Please input new password",
|
|
|
|
- "inputConfirmPassword": "Please confirm password",
|
|
|
|
|
|
+ "inputUserPhone": "Please enter user phone",
|
|
|
|
+ "inputUserNickname": "Please enter user nickname",
|
|
|
|
+ "inputNewPassword": "Please enter new password",
|
|
|
|
+ "inputConfirmPassword": "Please enter new password again",
|
|
"inputCategoryName": "Please input category name",
|
|
"inputCategoryName": "Please input category name",
|
|
"inputSort": "Please input sort order",
|
|
"inputSort": "Please input sort order",
|
|
"inputGoodsName": "Please input goods name (max 100 characters)",
|
|
"inputGoodsName": "Please input goods name (max 100 characters)",
|
|
@@ -306,14 +278,10 @@
|
|
"mainImageRequired": "Please upload main image",
|
|
"mainImageRequired": "Please upload main image",
|
|
"carouselImagesRequired": "Please upload carousel images",
|
|
"carouselImagesRequired": "Please upload carousel images",
|
|
"detailImagesRequired": "Please upload detail images",
|
|
"detailImagesRequired": "Please upload detail images",
|
|
- "inputUserPhone": "Please enter user phone",
|
|
|
|
- "inputUserNickname": "Please enter user nickname",
|
|
|
|
"uploadUserAvatar": "Upload user avatar",
|
|
"uploadUserAvatar": "Upload user avatar",
|
|
"inputPaymentBank": "Please enter payment bank",
|
|
"inputPaymentBank": "Please enter payment bank",
|
|
"inputAccountName": "Please enter account name",
|
|
"inputAccountName": "Please enter account name",
|
|
"inputPaymentAccount": "Please enter payment account",
|
|
"inputPaymentAccount": "Please enter payment account",
|
|
- "inputNewPassword": "Please enter new password",
|
|
|
|
- "inputConfirmPassword": "Please enter new password again",
|
|
|
|
"passwordRequired": "Please enter new password",
|
|
"passwordRequired": "Please enter new password",
|
|
"passwordLength": "Password length should be 6-20 characters",
|
|
"passwordLength": "Password length should be 6-20 characters",
|
|
"confirmPasswordRequired": "Please enter new password again",
|
|
"confirmPasswordRequired": "Please enter new password again",
|
|
@@ -557,7 +525,56 @@
|
|
"statusUpdateSuccess": "Status updated successfully",
|
|
"statusUpdateSuccess": "Status updated successfully",
|
|
"statusUpdateFailed": "Failed to update status",
|
|
"statusUpdateFailed": "Failed to update status",
|
|
"channelStatusUpdateSuccess": "Channel status updated successfully",
|
|
"channelStatusUpdateSuccess": "Channel status updated successfully",
|
|
- "channelStatusUpdateFailed": "Failed to update channel status"
|
|
|
|
|
|
+ "channelStatusUpdateFailed": "Failed to update channel status",
|
|
|
|
+ "paymentLimit": "Payment Limit Config",
|
|
|
|
+ "paymentLimitConfig": "Payment Limit Configuration",
|
|
|
|
+ "paymentLimitDesc": "Configure payment amount range for {methodName} payment method",
|
|
|
|
+ "currencyUnit": "Yuan",
|
|
|
|
+ "limitConfigTip": "Note: The minimum amount must be less than the maximum amount, and the configuration takes effect immediately",
|
|
|
|
+ "enterMinAmount": "Please enter minimum amount",
|
|
|
|
+ "enterMaxAmount": "Please enter maximum amount",
|
|
|
|
+ "minAmountRequired": "Please enter minimum amount",
|
|
|
|
+ "maxAmountRequired": "Please enter maximum amount",
|
|
|
|
+ "minAmountValidation": "Minimum amount must be greater than or equal to 0",
|
|
|
|
+ "maxAmountValidation": "Maximum amount must be greater than or equal to 1",
|
|
|
|
+ "minLessThanMax": "Minimum amount must be less than maximum amount",
|
|
|
|
+ "maxGreaterThanMin": "Maximum amount must be greater than minimum amount",
|
|
|
|
+ "limitConfigSuccess": "Payment limit configuration successful",
|
|
|
|
+ "limitConfigFailed": "Payment limit configuration failed",
|
|
|
|
+ "amountRangeConfig": "Amount Range Configuration",
|
|
|
|
+ "amountRangeDesc": "Configure unified minimum and maximum amount range for {methodName}",
|
|
|
|
+ "rangeConfigSuccess": "Amount range configuration saved successfully",
|
|
|
|
+ "rangeConfigFailed": "Amount range configuration save failed",
|
|
|
|
+ "saveRangeConfig": "Save Range Configuration",
|
|
|
|
+ "goodsManagement": "Amount Configuration",
|
|
|
|
+ "amountConfig": "Amount Configuration",
|
|
|
|
+ "addGoods": "Add Goods",
|
|
|
|
+ "editGoods": "Edit Goods",
|
|
|
|
+ "goodsName": "Goods Name",
|
|
|
|
+ "goodsNameRequired": "Please enter goods name",
|
|
|
|
+ "goodsNameLength": "Goods name length should be 1-50 characters",
|
|
|
|
+ "enterGoodsName": "Please enter goods name",
|
|
|
|
+ "amount": "Amount",
|
|
|
|
+ "amountRequired": "Please enter amount",
|
|
|
|
+ "amountValidation": "Amount must be greater than 0",
|
|
|
|
+ "enterAmount": "Please enter amount",
|
|
|
|
+ "sortNum": "Sort",
|
|
|
|
+ "sortNumValidation": "Sort value must be between 0-999",
|
|
|
|
+ "enterSortNum": "Please enter sort value",
|
|
|
|
+ "statusRequired": "Please select status",
|
|
|
|
+ "confirmDeleteGoods": "Are you sure you want to delete goods \"{name}\"?",
|
|
|
|
+ "deleteGoodsSuccess": "Delete goods successful",
|
|
|
|
+ "deleteGoodsFailed": "Delete goods failed",
|
|
|
|
+ "addGoodsSuccess": "Add goods successful",
|
|
|
|
+ "updateGoodsSuccess": "Update goods successful",
|
|
|
|
+ "saveGoodsFailed": "Save goods failed",
|
|
|
|
+ "getGoodsListFailed": "Get goods list failed",
|
|
|
|
+ "name": "Name",
|
|
|
|
+ "nameRequired": "Please enter name",
|
|
|
|
+ "nameLength": "Name length should be 1-50 characters",
|
|
|
|
+ "enterName": "Please enter name",
|
|
|
|
+ "updateSuccess": "Update successful",
|
|
|
|
+ "addSuccess": "Add successful"
|
|
},
|
|
},
|
|
"finance": {
|
|
"finance": {
|
|
"financeReport": "Finance Report",
|
|
"financeReport": "Finance Report",
|
|
@@ -669,7 +686,6 @@
|
|
"sourceOrder": "Source Order",
|
|
"sourceOrder": "Source Order",
|
|
"enterSourceOrderNo": "Please enter source order number",
|
|
"enterSourceOrderNo": "Please enter source order number",
|
|
"commissionRate": "Commission Rate",
|
|
"commissionRate": "Commission Rate",
|
|
- "selectStatus": "Please select status",
|
|
|
|
"frozen": "Frozen",
|
|
"frozen": "Frozen",
|
|
"enterRemark": "Please enter remark",
|
|
"enterRemark": "Please enter remark",
|
|
"userDetail": "User Detail",
|
|
"userDetail": "User Detail",
|
|
@@ -802,8 +818,7 @@
|
|
"rejectReasonLength": "Reject reason length should be 1 to 200 characters",
|
|
"rejectReasonLength": "Reject reason length should be 1 to 200 characters",
|
|
"approveSuccess": "Approve Success",
|
|
"approveSuccess": "Approve Success",
|
|
"rejectSuccess": "Reject Success",
|
|
"rejectSuccess": "Reject Success",
|
|
- "auditFailed": "Audit Failed",
|
|
|
|
- "accountType": "Account Type"
|
|
|
|
|
|
+ "auditFailed": "Audit Failed"
|
|
},
|
|
},
|
|
"dashboard": {
|
|
"dashboard": {
|
|
"dashboard": "Dashboard",
|
|
"dashboard": "Dashboard",
|
|
@@ -916,12 +931,7 @@
|
|
"detailedAddress": "Detailed Address",
|
|
"detailedAddress": "Detailed Address",
|
|
"isDefault": "Is Default",
|
|
"isDefault": "Is Default",
|
|
"defaultAddress": "Default Address",
|
|
"defaultAddress": "Default Address",
|
|
- "normalAddress": "Normal Address",
|
|
|
|
- "userPhone": "User Phone",
|
|
|
|
- "userNickname": "User Nickname",
|
|
|
|
- "userAvatar": "User Avatar",
|
|
|
|
- "newPassword": "New Password",
|
|
|
|
- "confirmPassword": "Confirm Password"
|
|
|
|
|
|
+ "normalAddress": "Normal Address"
|
|
},
|
|
},
|
|
"goods": {
|
|
"goods": {
|
|
"goodsList": "Goods List",
|
|
"goodsList": "Goods List",
|
|
@@ -1031,7 +1041,7 @@
|
|
"orderDetail": "Order Detail",
|
|
"orderDetail": "Order Detail",
|
|
"orderNo": "Order No.",
|
|
"orderNo": "Order No.",
|
|
"orderNumber": "Order Number",
|
|
"orderNumber": "Order Number",
|
|
- "orderStatus": "Order Status",
|
|
|
|
|
|
+ "orderStatus": "Status",
|
|
"orderAmount": "Order Amount",
|
|
"orderAmount": "Order Amount",
|
|
"orderTime": "Order Time",
|
|
"orderTime": "Order Time",
|
|
"payTime": "Pay Time",
|
|
"payTime": "Pay Time",
|
|
@@ -1049,30 +1059,34 @@
|
|
"buyerName": "Buyer Name",
|
|
"buyerName": "Buyer Name",
|
|
"buyerPhone": "Buyer Phone",
|
|
"buyerPhone": "Buyer Phone",
|
|
"buyerAddress": "Delivery Address",
|
|
"buyerAddress": "Delivery Address",
|
|
- "goodsInfo": "Goods Information",
|
|
|
|
- "goodsName": "Goods Name",
|
|
|
|
|
|
+ "goodsInfo": "Product Info",
|
|
|
|
+ "goodsName": "Product Name",
|
|
"goodsPrice": "Goods Price",
|
|
"goodsPrice": "Goods Price",
|
|
"goodsQuantity": "Quantity",
|
|
"goodsQuantity": "Quantity",
|
|
"quantity": "Quantity",
|
|
"quantity": "Quantity",
|
|
"paymentAmount": "Payment Amount",
|
|
"paymentAmount": "Payment Amount",
|
|
"paymentStatus": "Payment Status",
|
|
"paymentStatus": "Payment Status",
|
|
- "paid": "Paid",
|
|
|
|
- "pendingPayment": "Pending Payment",
|
|
|
|
- "groupStatus": "Group Status",
|
|
|
|
- "refundStatus": "Refund Status",
|
|
|
|
|
|
+ "groupStatus": {
|
|
|
|
+ "pending": "Pending Group",
|
|
|
|
+ "success": "Group Success",
|
|
|
|
+ "failed": "Group Failed"
|
|
|
|
+ },
|
|
|
|
+ "refundStatus": {
|
|
|
|
+ "noRefund": "No Refund",
|
|
|
|
+ "applying": "Applying",
|
|
|
|
+ "refunded": "Refunded",
|
|
|
|
+ "refunding": "Refunding"
|
|
|
|
+ },
|
|
"logistics": "Logistics",
|
|
"logistics": "Logistics",
|
|
"courier": "Courier",
|
|
"courier": "Courier",
|
|
"notShipped": "Not Shipped",
|
|
"notShipped": "Not Shipped",
|
|
- "payTime": "Pay Time",
|
|
|
|
"goodsTotal": "Subtotal",
|
|
"goodsTotal": "Subtotal",
|
|
"subtotal": "Subtotal",
|
|
"subtotal": "Subtotal",
|
|
"shippingFee": "Shipping Fee",
|
|
"shippingFee": "Shipping Fee",
|
|
"discount": "Discount",
|
|
"discount": "Discount",
|
|
"totalAmount": "Total Amount",
|
|
"totalAmount": "Total Amount",
|
|
"actualPayment": "Actual Payment",
|
|
"actualPayment": "Actual Payment",
|
|
- "logistics": "Logistics",
|
|
|
|
"trackingNumber": "Tracking Number",
|
|
"trackingNumber": "Tracking Number",
|
|
- "courier": "Courier",
|
|
|
|
"shippingAddress": "Shipping Address",
|
|
"shippingAddress": "Shipping Address",
|
|
"receivingAddress": "Receiving Address",
|
|
"receivingAddress": "Receiving Address",
|
|
"aftersale": "Aftersale",
|
|
"aftersale": "Aftersale",
|
|
@@ -1081,7 +1095,6 @@
|
|
"exchange": "Exchange",
|
|
"exchange": "Exchange",
|
|
"refundAmount": "Refund Amount",
|
|
"refundAmount": "Refund Amount",
|
|
"refundReason": "Refund Reason",
|
|
"refundReason": "Refund Reason",
|
|
- "refundStatus": "Refund Status",
|
|
|
|
"invoice": "Invoice",
|
|
"invoice": "Invoice",
|
|
"invoiceType": "Invoice Type",
|
|
"invoiceType": "Invoice Type",
|
|
"invoiceTitle": "Invoice Title",
|
|
"invoiceTitle": "Invoice Title",
|
|
@@ -1102,37 +1115,28 @@
|
|
"all": "All",
|
|
"all": "All",
|
|
"customerName": "Customer Name",
|
|
"customerName": "Customer Name",
|
|
"customerPhone": "Customer Phone",
|
|
"customerPhone": "Customer Phone",
|
|
- "goodsInfo": "Product Info",
|
|
|
|
"specification": "Specification",
|
|
"specification": "Specification",
|
|
- "quantity": "Quantity",
|
|
|
|
"payAmount": "Payment Amount",
|
|
"payAmount": "Payment Amount",
|
|
"deliveryInfo": "Delivery Info",
|
|
"deliveryInfo": "Delivery Info",
|
|
"expressCompany": "Express Company",
|
|
"expressCompany": "Express Company",
|
|
- "notShipped": "Not Shipped",
|
|
|
|
"shipTest": "Ship Test",
|
|
"shipTest": "Ship Test",
|
|
"noNickname": "No Nickname",
|
|
"noNickname": "No Nickname",
|
|
"orderTrack": "Order Track",
|
|
"orderTrack": "Order Track",
|
|
"basicInfo": "Basic Info",
|
|
"basicInfo": "Basic Info",
|
|
- "totalAmount": "Total Amount",
|
|
|
|
"expressDelivery": "Express Delivery",
|
|
"expressDelivery": "Express Delivery",
|
|
"manualDelivery": "Manual Delivery",
|
|
"manualDelivery": "Manual Delivery",
|
|
"deliveryTip": "Tip: If the product is in after-sales status, please handle the after-sales first before shipping.",
|
|
"deliveryTip": "Tip: If the product is in after-sales status, please handle the after-sales first before shipping.",
|
|
"pendingShipment": "Pending Shipment",
|
|
"pendingShipment": "Pending Shipment",
|
|
"shipped": "Shipped",
|
|
"shipped": "Shipped",
|
|
- "refunded": "Refunded",
|
|
|
|
- "closed": "Closed",
|
|
|
|
- "cancelled": "Cancelled",
|
|
|
|
- "trackingNumber": "Tracking Number",
|
|
|
|
- "winStatus": "Win Status",
|
|
|
|
|
|
+ "winStatus": {
|
|
|
|
+ "notWon": "Not Won",
|
|
|
|
+ "won": "Won"
|
|
|
|
+ },
|
|
"username": "Username",
|
|
"username": "Username",
|
|
"paymentMethod": "Payment Method",
|
|
"paymentMethod": "Payment Method",
|
|
"discountAmount": "Discount Amount",
|
|
"discountAmount": "Discount Amount",
|
|
"rewardCommission": "Reward Commission",
|
|
"rewardCommission": "Reward Commission",
|
|
"phoneNumber": "Phone Number",
|
|
"phoneNumber": "Phone Number",
|
|
- "paymentAmount": "Payment Amount",
|
|
|
|
- "actualPayment": "Actual Payment",
|
|
|
|
- "orderTrack": "Order Track",
|
|
|
|
- "basicInfo": "Basic Info",
|
|
|
|
"pleaseSelectFile": "Please select delivery file first",
|
|
"pleaseSelectFile": "Please select delivery file first",
|
|
"batchDispatchSuccess": "Batch dispatch successful",
|
|
"batchDispatchSuccess": "Batch dispatch successful",
|
|
"batchDispatchFailed": "Batch dispatch failed",
|
|
"batchDispatchFailed": "Batch dispatch failed",
|
|
@@ -1141,12 +1145,9 @@
|
|
"confirmCancelOrder": "Are you sure you want to cancel this order?",
|
|
"confirmCancelOrder": "Are you sure you want to cancel this order?",
|
|
"cancelOrderSuccess": "Order cancelled successfully",
|
|
"cancelOrderSuccess": "Order cancelled successfully",
|
|
"cancelOrderFailed": "Failed to cancel order",
|
|
"cancelOrderFailed": "Failed to cancel order",
|
|
- "orderDetail": "Order Detail",
|
|
|
|
"orderRecords": "Order Records",
|
|
"orderRecords": "Order Records",
|
|
"deliveryOrders": "Delivery Orders",
|
|
"deliveryOrders": "Delivery Orders",
|
|
- "refund": "Refund",
|
|
|
|
"goodsImage": "Product Image",
|
|
"goodsImage": "Product Image",
|
|
- "goodsName": "Product Name",
|
|
|
|
"unitPrice": "Unit Price",
|
|
"unitPrice": "Unit Price",
|
|
"status": {
|
|
"status": {
|
|
"pendingPayment": "Pending Payment",
|
|
"pendingPayment": "Pending Payment",
|
|
@@ -1158,23 +1159,8 @@
|
|
"shipped": "Shipped",
|
|
"shipped": "Shipped",
|
|
"completed": "Completed"
|
|
"completed": "Completed"
|
|
},
|
|
},
|
|
- "refundStatus": {
|
|
|
|
- "noRefund": "No Refund",
|
|
|
|
- "applying": "Applying",
|
|
|
|
- "refunded": "Refunded",
|
|
|
|
- "refunding": "Refunding"
|
|
|
|
- },
|
|
|
|
"groupStatusLabel": "Group Status",
|
|
"groupStatusLabel": "Group Status",
|
|
- "groupStatus": {
|
|
|
|
- "pending": "Pending Group",
|
|
|
|
- "success": "Group Success",
|
|
|
|
- "failed": "Group Failed"
|
|
|
|
- },
|
|
|
|
"winStatusLabel": "Win Status",
|
|
"winStatusLabel": "Win Status",
|
|
- "winStatus": {
|
|
|
|
- "notWon": "Not Won",
|
|
|
|
- "won": "Won"
|
|
|
|
- },
|
|
|
|
"payType": {
|
|
"payType": {
|
|
"balance": "Account Balance",
|
|
"balance": "Account Balance",
|
|
"alipay": "Alipay",
|
|
"alipay": "Alipay",
|
|
@@ -1186,7 +1172,6 @@
|
|
"groupInfo": "Group Info ({people} people)",
|
|
"groupInfo": "Group Info ({people} people)",
|
|
"groupOrderNumber": "Group Order Number",
|
|
"groupOrderNumber": "Group Order Number",
|
|
"joinTime": "Join Time",
|
|
"joinTime": "Join Time",
|
|
- "payTime": "Pay Time",
|
|
|
|
"steps": {
|
|
"steps": {
|
|
"createOrder": "Submit Order",
|
|
"createOrder": "Submit Order",
|
|
"payment": "Payment",
|
|
"payment": "Payment",
|
|
@@ -1213,12 +1198,7 @@
|
|
"memoUpdateFailed": "Failed to update memo",
|
|
"memoUpdateFailed": "Failed to update memo",
|
|
"openOrderDetailFailed": "Failed to open order details",
|
|
"openOrderDetailFailed": "Failed to open order details",
|
|
"productInfo": "Product Info",
|
|
"productInfo": "Product Info",
|
|
- "specification": "Specification",
|
|
|
|
- "quantity": "Quantity",
|
|
|
|
- "orderStatus": "Status",
|
|
|
|
- "pendingShipment": "Pending Shipment",
|
|
|
|
"expressNumber": "Express Number",
|
|
"expressNumber": "Express Number",
|
|
- "deliveryInfo": "Delivery Info",
|
|
|
|
"recipientInfo": "Recipient Info",
|
|
"recipientInfo": "Recipient Info",
|
|
"recipientAddress": "Recipient Address",
|
|
"recipientAddress": "Recipient Address",
|
|
"postalCode": "Postal Code",
|
|
"postalCode": "Postal Code",
|
|
@@ -1226,13 +1206,11 @@
|
|
"logisticsInfo": "Logistics Info",
|
|
"logisticsInfo": "Logistics Info",
|
|
"shippingMethod": "Shipping Method",
|
|
"shippingMethod": "Shipping Method",
|
|
"expressShipping": "Express Shipping",
|
|
"expressShipping": "Express Shipping",
|
|
- "expressCompany": "Express Company",
|
|
|
|
"selectExpressCompany": "Please select express company",
|
|
"selectExpressCompany": "Please select express company",
|
|
"enterExpressNumber": "Please enter express number",
|
|
"enterExpressNumber": "Please enter express number",
|
|
"shipNow": "Ship Now",
|
|
"shipNow": "Ship Now",
|
|
"importDeliveryList": "Import Delivery List",
|
|
"importDeliveryList": "Import Delivery List",
|
|
"systemAutoProcess": "Import delivery list, the system will automatically process delivery information",
|
|
"systemAutoProcess": "Import delivery list, the system will automatically process delivery information",
|
|
- "reSelectFile": "Re-select File",
|
|
|
|
"batchShip": "Batch Ship",
|
|
"batchShip": "Batch Ship",
|
|
"pleaseSelectDeliveryFile": "Please select delivery file first",
|
|
"pleaseSelectDeliveryFile": "Please select delivery file first",
|
|
"batchShipSuccess": "Batch shipping successful",
|
|
"batchShipSuccess": "Batch shipping successful",
|
|
@@ -1336,75 +1314,6 @@
|
|
"noPhone": "No phone bound",
|
|
"noPhone": "No phone bound",
|
|
"getUserListFailed": "Failed to get user list"
|
|
"getUserListFailed": "Failed to get user list"
|
|
},
|
|
},
|
|
- "user": {
|
|
|
|
- "userId": "User ID",
|
|
|
|
- "userName": "Username",
|
|
|
|
- "userPhone": "Phone Number",
|
|
|
|
- "userNickname": "Nickname",
|
|
|
|
- "userLevel": "User Level",
|
|
|
|
- "userAvatar": "Avatar",
|
|
|
|
- "userAccount": "User Account",
|
|
|
|
- "inviteFriends": "Invited Friends",
|
|
|
|
- "teamMembers": "Team Members",
|
|
|
|
- "successOrders": "Success Orders",
|
|
|
|
- "accountBalance": "Account Balance",
|
|
|
|
- "commissionBalance": "Commission Balance",
|
|
|
|
- "loginPermission": "Login Permission",
|
|
|
|
- "orderPermission": "Order Permission",
|
|
|
|
- "withdrawPermission": "Withdraw Permission",
|
|
|
|
- "registrationTime": "Registration Time",
|
|
|
|
- "changePassword": "Change Password",
|
|
|
|
- "userDetail": "User Detail",
|
|
|
|
- "addUser": "Add User",
|
|
|
|
- "editUser": "Edit User",
|
|
|
|
- "editProfile": "Edit Profile",
|
|
|
|
- "basicInfo": "Basic Information",
|
|
|
|
- "avatar": "Avatar",
|
|
|
|
- "noLevel": "No Level",
|
|
|
|
- "paymentBank": "Payment Bank",
|
|
|
|
- "accountName": "Account Name",
|
|
|
|
- "paymentAccount": "Payment Account",
|
|
|
|
- "newPassword": "New Password",
|
|
|
|
- "confirmPassword": "Confirm Password",
|
|
|
|
- "login": "Login",
|
|
|
|
- "order": "Order",
|
|
|
|
- "withdraw": "Withdraw",
|
|
|
|
- "userList": "User List",
|
|
|
|
- "statisticsInfo": "Statistics Information",
|
|
|
|
- "availableGroups": "Available Groups",
|
|
|
|
- "totalCommission": "Total Commission Amount",
|
|
|
|
- "settledCommission": "Settled Commission Balance",
|
|
|
|
- "totalRecharge": "Total Recharge Amount",
|
|
|
|
- "last7DaysCommission": "Last 7 Days Commission",
|
|
|
|
- "pendingCommission": "Pending Commission Balance",
|
|
|
|
- "totalWithdraw": "Total Withdraw Amount",
|
|
|
|
- "orderRecords": "Order Records",
|
|
|
|
- "subordinateUsers": "Subordinate Users",
|
|
|
|
- "commissionRecords": "Commission Records",
|
|
|
|
- "commissionId": "Commission ID",
|
|
|
|
- "commissionType": "Commission Type",
|
|
|
|
- "commissionDescription": "Commission Description",
|
|
|
|
- "commissionAmount": "Commission Amount",
|
|
|
|
- "commissionStatus": "Commission Status",
|
|
|
|
- "commissionTime": "Commission Time",
|
|
|
|
- "rechargeRecords": "Recharge Records",
|
|
|
|
- "rechargeOrderNo": "Recharge Order No.",
|
|
|
|
- "rechargeChannel": "Recharge Channel",
|
|
|
|
- "currency": "Currency",
|
|
|
|
- "amount": "Amount",
|
|
|
|
- "successTime": "Success Time",
|
|
|
|
- "withdrawRecords": "Withdraw Records",
|
|
|
|
- "withdrawOrderNo": "Withdraw Order No.",
|
|
|
|
- "withdrawType": "Withdraw Type",
|
|
|
|
- "withdrawChannel": "Withdraw Channel",
|
|
|
|
- "withdrawAmount": "Withdraw Amount",
|
|
|
|
- "shippingAddresses": "Shipping Addresses",
|
|
|
|
- "recipient": "Recipient",
|
|
|
|
- "detailedAddress": "Detailed Address",
|
|
|
|
- "isDefault": "Is Default",
|
|
|
|
- "defaultAddress": "Default Address",
|
|
|
|
- "normalAddress": "Normal Address"
|
|
|
|
- },
|
|
|
|
"report": {
|
|
"report": {
|
|
"dataReport": "Data Report",
|
|
"dataReport": "Data Report",
|
|
"salesReport": "Sales Report",
|
|
"salesReport": "Sales Report",
|