修改中英文

This commit is contained in:
gaosong
2023-11-26 14:28:01 +08:00
parent 5b4054bcef
commit c64aa2a678
@@ -1250,7 +1250,7 @@ public class WordUtil {
setBlank(text, run, sb, itemText); setBlank(text, run, sb, itemText);
} }
if ("Usage".equals(fieldName)) { if ("Usage".equals(fieldName)) {
String itemText = "Mandatory,Recommend,if fitted"; String itemText = "Mandatory,Recommend,Mandatory if fitted";
setBlank(text, run, sb, itemText); setBlank(text, run, sb, itemText);
} }
} }
@@ -1270,7 +1270,7 @@ public class WordUtil {
text = "Voluntary"; text = "Voluntary";
} }
if (text.equals("installation is compliant")) { if (text.equals("installation is compliant")) {
text = "if fitted"; text = "Mandatory if fitted";
} }
if (text.equals("Public Notice")) { if (text.equals("Public Notice")) {
@@ -1395,7 +1395,7 @@ public class WordUtil {
case "Voluntary": case "Voluntary":
blank = "\r\n"; blank = "\r\n";
break; break;
case "if fitted": case "Mandatory if fitted":
blank = ""; blank = "";
break; break;
case "Publicity": case "Publicity":