You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modifyDataPrompt: 'Sorry, only unapproved documents can be edited!',
4
+
selectProduct: 'Select product',
5
+
inputSelectProduct: 'Please select product',
6
+
productList: 'Product List',
7
+
category:{
8
+
title: 'Product Category List',
9
+
tip: 'The product category list can add multiple product category and lower level category',
10
+
add: 'Add product category',
11
+
batchDelete: 'Batch delete product category',
12
+
table:{
13
+
categoryName: 'Name',
14
+
categoryNumber: 'Number',
15
+
categoryParent: 'Parent',
16
+
sort: 'Sort',
17
+
remark: 'Remark',
18
+
createTime: 'Create Time',
19
+
operate: 'Operate',
20
+
edite: 'Edite product category',
21
+
delete: 'Delete product category'
22
+
}
23
+
},
24
+
info:{
25
+
title: 'Product Information List',
26
+
add: 'Add',
27
+
batchDelete: 'Batch Delete',
28
+
batchEnable: 'Batch Enable',
29
+
batchDisable: 'Batch Disable',
30
+
import: 'Import',
31
+
export: 'Export',
32
+
batchEdit: 'Batch Edit',
33
+
header: {
34
+
categoryName: 'Product category',
35
+
keyWord: 'Keyword',
36
+
serialNumber: 'Serial number',
37
+
batchNumber: 'Batch number',
38
+
warehouse: 'Warehouse',
39
+
have: 'Have',
40
+
none: 'None',
41
+
},
42
+
table: {
43
+
barCode: 'BarCode',
44
+
productName: 'Name',
45
+
productStandard: 'Standard',
46
+
productModel: 'Model',
47
+
productColor: 'Color',
48
+
productUnit: 'Unit',
49
+
productCategory: 'Category',
50
+
productStock: 'Stock',
51
+
purchasePrice: 'Purchase price',
52
+
retailPrice: 'Retail price',
53
+
salesPrice: 'Sales price',
54
+
lowestSellPrice: 'Lowest sell price',
55
+
status: 'Status',
56
+
createTime: 'Create time',
57
+
operate: 'Operate',
58
+
},
59
+
importInfo: {
60
+
title: 'Import product information data',
61
+
templateName: 'Product Information Excel Template [Download]',
62
+
infoData: 'Product info data',
63
+
setup1: 'Step 1:',
64
+
setup2: 'Step 2:',
65
+
tip: 'Tip: Do not delete the first row in the template',
66
+
},
67
+
form: {
68
+
basic: {
69
+
title: 'Basic Info',
70
+
name: 'Name',
71
+
inputName: 'Please enter the name',
72
+
standard: 'Standard',
73
+
inputStandard: 'Please enter the standard',
74
+
model: 'Model',
75
+
inputModel: 'Please enter the model',
76
+
color: 'Color',
77
+
inputColor: 'Please enter the color',
78
+
unit: 'Unit',
79
+
inputUnit: 'Please enter the unit',
80
+
inputManyUnit: 'Please select multiple units',
81
+
unitTip: 'Need to enter the unit first to activate the input box here',
82
+
weight: 'Basic weight',
83
+
inputWeight: 'Please enter the basic weight (Kg)',
84
+
sheIfLife: 'Quality guarantee period',
85
+
inputSheIfLife: 'Please enter the shelf life (days)',
86
+
category: 'Category',
87
+
inputCategory: 'Please select a category',
88
+
serialNumber: 'Serial number',
89
+
inputSerialNumber: 'Please select whether there is a serial number',
90
+
serialNumberTip: 'If selected as Have, the serial number of the product needs to be entered in the purchase receipt form',
91
+
batchNumber: 'Batch number',
92
+
inputBatchNumber: 'Please select whether there is a batch number',
93
+
batchNumberTip: 'If selected as Have, the batch number and expiration date of the product need to be entered in the purchase receipt form',
94
+
warehouseShelves: 'Warehouse shelves',
95
+
multipleAttributes: 'Multiple attributes',
96
+
multipleAttributesTip: 'For industries such as clothing, shoes, and hats with multiple attributes, it is necessary to enter the unit first in order to activate the input box here',
97
+
inputMultipleAttributes: 'Please select multiple attributes (multiple choices are allowed)',
noticeOne: 'Please insert a row of data and enter the barcode price information for the product',
117
+
noticeTwo: 'The system has detected that you do not have warehouse information. Please add at least one warehouse information in the Basic Information menu bar',
118
+
noticeThree: 'Sorry, you haven not selected multiple attributes yet. Only after enabling multiple attributes can you batch set the amount',
119
+
noticeFour: 'Please enter barcode, unit, and other information first!',
120
+
inputPrice: 'Please enter the price',
121
+
price: 'Price',
122
+
batchSet: 'Batch Settings',
123
+
},
124
+
extendInfo: {
125
+
title: 'Extended Info',
126
+
manufacturer: 'Manufacturer',
127
+
customOne: 'Custom1',
128
+
customTwo: 'Custom2',
129
+
customThree: 'Custom3',
130
+
},
131
+
inventoryQuantity: {
132
+
title: 'Inventory Quantity',
133
+
initialQuantity: 'Initial inventory quantity',
134
+
inputInitialQuantity: 'Please enter the initial inventory quantity',
0 commit comments