|
|
@@ -71,7 +71,7 @@ export default {
|
|
|
addAttribute: 'Please add attribute!',
|
|
|
addSpec: 'Add specification',
|
|
|
confirm: 'Confirm',
|
|
|
-
|
|
|
+
|
|
|
delete: 'Delete',
|
|
|
|
|
|
nextStep: 'Next step',
|
|
|
@@ -85,7 +85,7 @@ export default {
|
|
|
enterSpecName: 'Please enter specification name',
|
|
|
enterSpecValue: 'Please enter specification value',
|
|
|
selectFreightTemplate: 'Select freight template',
|
|
|
- enterFreight: 'Please enter freight',
|
|
|
+ enterFreight: 'Please enter freight'
|
|
|
},
|
|
|
lock: {
|
|
|
lockScreen: 'Lock screen',
|
|
|
@@ -355,8 +355,7 @@ export default {
|
|
|
apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
|
|
|
apiRequestFailed: 'The interface request failed, please try again later!',
|
|
|
networkException: 'network anomaly',
|
|
|
- networkExceptionMsg:
|
|
|
- 'Please check if your network connection is normal! The network is abnormal',
|
|
|
+ networkExceptionMsg: 'Please check if your network connection is normal! The network is abnormal',
|
|
|
|
|
|
errMsg401: 'The user does not have permission (token, user name, password error)!',
|
|
|
errMsg403: 'The user is authorized, but access is forbidden!',
|
|
|
@@ -384,8 +383,7 @@ export default {
|
|
|
subTitle500: 'Sorry, the server is reporting an error.',
|
|
|
noDataTitle: 'No data on the current page.',
|
|
|
networkErrorTitle: 'Network Error',
|
|
|
- networkErrorSubTitle:
|
|
|
- 'Sorry, Your network connection has been disconnected, please check your network!'
|
|
|
+ networkErrorSubTitle: 'Sorry, Your network connection has been disconnected, please check your network!'
|
|
|
},
|
|
|
lock: {
|
|
|
unlock: 'Click to unlock',
|
|
|
@@ -486,51 +484,51 @@ export default {
|
|
|
preview: 'Preivew'
|
|
|
},
|
|
|
product: {
|
|
|
- productName: "Product Name",
|
|
|
- enterProductName: "Enter Product Name",
|
|
|
- shopName: "Shop Name",
|
|
|
- enterShopName: "Enter Shop Name",
|
|
|
- productImage: "Product Image",
|
|
|
- productPrice: "Product Price",
|
|
|
- sales: "Sales",
|
|
|
- stock: "Stock",
|
|
|
- status: "Status",
|
|
|
- onSale: "On Sale",
|
|
|
- offSale: "Off Sale",
|
|
|
- addTime: "Add Time",
|
|
|
- actions: "Actions",
|
|
|
- edit: "Edit",
|
|
|
- delete: "Delete",
|
|
|
- onSaleProducts: "Products On Sale",
|
|
|
- pendingProducts: "Pending Products",
|
|
|
- soldOutProducts: "Sold Out Products",
|
|
|
- confirmSale: "Confirm Sale?",
|
|
|
- operationSuccess: "Operation Success",
|
|
|
- displayShop: "Display Shop",
|
|
|
- productCategory: "Product Category",
|
|
|
- keyword: "Keyword",
|
|
|
- unitName: "Unit Name",
|
|
|
- marketPrice: "Market Price",
|
|
|
- coverImage: "Cover Image",
|
|
|
- sliderImage: "Slider Image",
|
|
|
- productStatus: "Product Status",
|
|
|
- productDescription: "Product Description",
|
|
|
- productSpec: "Product Specification",
|
|
|
- singleSpec: "Single Spec",
|
|
|
- multipleSpec: "Multiple Spec",
|
|
|
- selectSpec: "Select Spec",
|
|
|
- productAttributes: "Product Attributes",
|
|
|
- productDetails: "Product Details",
|
|
|
- marketingSettings: "Marketing Settings",
|
|
|
- getPoints: "Get Points",
|
|
|
- basicInfo: "Basic Info",
|
|
|
- specSettings: "Spec Settings",
|
|
|
- logisticsSettings: "Logistics Settings",
|
|
|
- freightSettings: "Freight Settings",
|
|
|
- postage: "Postage",
|
|
|
- freightTemplate: "Freight Template",
|
|
|
- newProduct: "Is New Product",
|
|
|
- yes: "Yes",
|
|
|
- no: "No"
|
|
|
- },
|
|
|
+ productName: 'Product Name',
|
|
|
+ enterProductName: 'Enter Product Name',
|
|
|
+ shopName: 'Shop Name',
|
|
|
+ enterShopName: 'Enter Shop Name',
|
|
|
+ productImage: 'Product Image',
|
|
|
+ productPrice: 'Product Price',
|
|
|
+ sales: 'Sales',
|
|
|
+ stock: 'Stock',
|
|
|
+ status: 'Status',
|
|
|
+ onSale: 'On Sale',
|
|
|
+ offSale: 'Off Sale',
|
|
|
+ addTime: 'Add Time',
|
|
|
+ actions: 'Actions',
|
|
|
+ edit: 'Edit',
|
|
|
+ delete: 'Delete',
|
|
|
+ onSaleProducts: 'Products On Sale',
|
|
|
+ pendingProducts: 'Pending Products',
|
|
|
+ soldOutProducts: 'Sold Out Products',
|
|
|
+ confirmSale: 'Confirm Sale?',
|
|
|
+ operationSuccess: 'Operation Success',
|
|
|
+ displayShop: 'Display Shop',
|
|
|
+ productCategory: 'Product Category',
|
|
|
+ keyword: 'Keyword',
|
|
|
+ unitName: 'Unit Name',
|
|
|
+ marketPrice: 'Market Price',
|
|
|
+ coverImage: 'Cover Image',
|
|
|
+ sliderImage: 'Slider Image',
|
|
|
+ productStatus: 'Product Status',
|
|
|
+ productDescription: 'Product Description',
|
|
|
+ productSpec: 'Product Specification',
|
|
|
+ singleSpec: 'Single Spec',
|
|
|
+ multipleSpec: 'Multiple Spec',
|
|
|
+ selectSpec: 'Select Spec',
|
|
|
+ productAttributes: 'Product Attributes',
|
|
|
+ productDetails: 'Product Details',
|
|
|
+ marketingSettings: 'Marketing Settings',
|
|
|
+ getPoints: 'Get Points',
|
|
|
+ basicInfo: 'Basic Info',
|
|
|
+ specSettings: 'Spec Settings',
|
|
|
+ logisticsSettings: 'Logistics Settings',
|
|
|
+ freightSettings: 'Freight Settings',
|
|
|
+ postage: 'Postage',
|
|
|
+ freightTemplate: 'Freight Template',
|
|
|
+ newProduct: 'Is New Product',
|
|
|
+ yes: 'Yes',
|
|
|
+ no: 'No'
|
|
|
+ }
|
|
|
}
|