完善工艺流程功能迁移
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 00:46:42 +08:00
parent 46e4c2643b
commit 22ccc9c219
9 changed files with 277 additions and 21 deletions

View File

@@ -242,9 +242,19 @@
"tip": "Tip",
"confirm_delete": "Are you sure to delete this step?",
"operation_success": "Operation succeeded",
"validation_fail": "Validation failed",
"length_1_100": "Length must be 1-100 characters",
"batch_bound_no_move": "Batch bound, cannot move",
"select_category": "Please select a category",
"rest_time": "Rest Time",
"enter_rest_time": "Please enter rest time",
"precision_range": "Precision Range",
"enter_precision_range": "Please enter precision range",
"minute": "Minute",
"integer_ge_0": "Please enter an integer greater than or equal to 0",
"input_empty": "Input cannot be empty",
"json_format_error": "Invalid JSON format",
"enter_setting_json": "Please enter setting JSON",
"log_operation_step": "Operation step: ",
"search": "Search",
"query": "Query",

View File

@@ -242,9 +242,19 @@
"tip": "提示",
"confirm_delete": "确定要删除该工序吗?",
"operation_success": "操作成功",
"validation_fail": "校验失败",
"length_1_100": "长度在 1 到 100 个字符",
"batch_bound_no_move": "已绑定批次,不可移动",
"select_category": "请选择流程类别",
"rest_time": "静置时间",
"enter_rest_time": "请输入静置时间",
"precision_range": "精度范围",
"enter_precision_range": "请输入精度范围",
"minute": "分钟",
"integer_ge_0": "请输入大于等于 0 的整数",
"input_empty": "输入内容不能为空",
"json_format_error": "JSON 格式不正确",
"enter_setting_json": "请输入设定值 JSON",
"log_operation_step": "操作工序:",
"search": "搜索",
"query": "查询",