Forráskód Böngészése

云模管理系统修改

sunyadv 5 éve
szülő
commit
78d626e12d
2 módosított fájl, 8 hozzáadás és 8 törlés
  1. 4 4
      ys_int/src/i18n/lang/en.js
  2. 4 4
      ys_int/src/i18n/lang/zh.js

+ 4 - 4
ys_int/src/i18n/lang/en.js

@@ -244,18 +244,18 @@ const lang = {
         dropped: "Dropped",
         material: "Material Grade",
         color: "Color Specification",
-        size: "Mold Size",
+        size: "Mold Size(mm)",
         tonnage: "Machine Tonnage(T)",
         product: "Finished Product Weight(g)",
         mathead: "Head Weight(g)",
-        minshot: "Min Shot Amount",
-        maxshot: "Max Shot Amount",
+        minshot: "Min Shot Amount(g)",
+        maxshot: "Max Shot Amount(g)",
         stand: "StandardMolding Cycle(s)",
         dynamic: "MaleMold Temperature(℃)",
         fiexd: "MasterMold Temperature(℃)",
         inputmaterial: "Please enter Material Grade",
         inputcolor: "Please enter Color Specification",
-        inputsize: "Please enter Mold Size",
+        inputsize: "Please enter Mold Size(long*width*high)",
         inputtonnage: "Please enter Machine Tonnage",
         inputproduct: "Please enter Finished Product Weight",
         inputmathead: "Please enter Head Weight",

+ 4 - 4
ys_int/src/i18n/lang/zh.js

@@ -245,18 +245,18 @@ const lang = {
         dropped: "掉线",
         material: "材料牌号",
         color: "颜色规格",
-        size: "模具尺寸",
+        size: "模具尺寸(mm)",
         tonnage: "机台吨位(T)",
         product: "成品重量(g)",
         mathead: "料头重量(g)",
-        minshot: "最小射胶量",
-        maxshot: "最大射胶量",
+        minshot: "最小射胶量(g)",
+        maxshot: "最大射胶量(g)",
         stand: "标准成型周期(s)",
         dynamic: "公模(动模)模温(℃)",
         fiexd: "母模(定模)模温(℃)",
         inputmaterial: "请输入材料牌号",
         inputcolor: "请输入颜色规格",
-        inputsize: "请输入模具尺寸",
+        inputsize: "请输入模具尺寸(长*宽*高)",
         inputtonnage: "请输入机台吨位",
         inputproduct: "请输入成品重量",
         inputmathead: "请输入料头重量",