修复工厂模型产线和区域功能问题
This commit is contained in:
@@ -44,7 +44,20 @@
|
||||
"tip": "Tip",
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed",
|
||||
"please_enter": "Please enter {name}"
|
||||
"please_enter": "Please enter {name}",
|
||||
"parent_area": "Parent Area",
|
||||
"select_parent_area": "Please select parent area",
|
||||
"status": "Status",
|
||||
"select_status": "Please select status",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"add_child": "Add Subarea",
|
||||
"add_child_title": "Add Subarea",
|
||||
"export": "Export",
|
||||
"confirm_export": "Create export task?",
|
||||
"length_1_100": "Length should be 1 to 100 characters",
|
||||
"remark_max_500": "Remark cannot exceed 500 characters",
|
||||
"parent_cycle_error": "Parent area cannot be itself or a child area"
|
||||
},
|
||||
"production_line": {
|
||||
"search": "Search",
|
||||
@@ -71,7 +84,15 @@
|
||||
"confirm": "Confirm",
|
||||
"tip": "Tip",
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed"
|
||||
"validation_fail": "Validation failed",
|
||||
"status": "Status",
|
||||
"select_status": "Please select status",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"export": "Export",
|
||||
"confirm_export": "Create export task?",
|
||||
"length_1_100": "Length should be 1 to 100 characters",
|
||||
"remark_max_500": "Remark cannot exceed 500 characters"
|
||||
}
|
||||
},
|
||||
"process_model": {
|
||||
|
||||
Reference in New Issue
Block a user