完善工序单元功能迁移
This commit is contained in:
@@ -126,6 +126,8 @@
|
||||
"enter_process_unit_code": "Enter process unit code",
|
||||
"enter_process_unit_name": "Enter process unit name",
|
||||
"select_device_category": "Please select device category",
|
||||
"login_process": "Login Process",
|
||||
"select_login_process": "Please select whether this is a login process",
|
||||
"remark_required": "Please enter remark",
|
||||
"preset_setting": "Preset Settings",
|
||||
"add_process_unit": "Add Process Unit",
|
||||
@@ -145,6 +147,7 @@
|
||||
"no": "No",
|
||||
"is_upload": "Is Upload Required",
|
||||
"need_device_upload": "Requires Device Upload",
|
||||
"multi_step_not_unique": "Set to No when parameters with the same name exist across steps",
|
||||
"add_row": "Add Row",
|
||||
"import": "Import",
|
||||
"close": "Close",
|
||||
@@ -158,7 +161,18 @@
|
||||
"delete_success": "Deleted successfully",
|
||||
"setting_placeholder": "Preset setting configuration area",
|
||||
"setting_tip": "Configure preset settings for this process unit here",
|
||||
"import_tip": "Import function is under development"
|
||||
"preset_result_param_import": "Preset Result Parameter Import",
|
||||
"file_suffix_rule": "Only xlsx or xls files following the template can be uploaded",
|
||||
"import_table": "Import Table",
|
||||
"select_file": "Select File",
|
||||
"download_template": "Download Template",
|
||||
"preview": "Preview",
|
||||
"upload_format_error": "Please upload xls or xlsx file",
|
||||
"please_import_data": "Please import data first",
|
||||
"optional_param_import_template": "Optional Parameter Import Template",
|
||||
"import_missing_column": "Column [{name}] does not exist in the file. Please check.",
|
||||
"import_duplicate_name": "Name [{name}] is duplicated. Remove duplicates and upload again.",
|
||||
"import_duplicate_param": "Parameter [{param}] is duplicated. Remove duplicates and upload again."
|
||||
},
|
||||
"process_routing": {
|
||||
"search": "Search",
|
||||
|
||||
@@ -126,6 +126,8 @@
|
||||
"enter_process_unit_code": "请输入工序单元编码",
|
||||
"enter_process_unit_name": "请输入工序单元名称",
|
||||
"select_device_category": "请选择设备类别",
|
||||
"login_process": "是否登录工序",
|
||||
"select_login_process": "请选择是否登录工序",
|
||||
"remark_required": "请输入备注",
|
||||
"preset_setting": "预设设定值",
|
||||
"add_process_unit": "新增工序单元",
|
||||
@@ -145,6 +147,7 @@
|
||||
"no": "否",
|
||||
"is_upload": "是否上传",
|
||||
"need_device_upload": "是否需要设备上传",
|
||||
"multi_step_not_unique": "多工步同名称参数时设置为否",
|
||||
"add_row": "新增一行",
|
||||
"import": "导入",
|
||||
"close": "关闭",
|
||||
@@ -158,7 +161,18 @@
|
||||
"delete_success": "删除成功",
|
||||
"setting_placeholder": "预设设定值配置区域",
|
||||
"setting_tip": "在此配置工序单元的预设设定值",
|
||||
"import_tip": "导入功能开发中"
|
||||
"preset_result_param_import": "预设结果参数导入",
|
||||
"file_suffix_rule": "上传的文件后缀必须是 xlsx 或 xls,且根据模板上传,否则不能上传成功",
|
||||
"import_table": "导入表格",
|
||||
"select_file": "选择文件",
|
||||
"download_template": "下载模板",
|
||||
"preview": "预览",
|
||||
"upload_format_error": "请上传 xls 或 xlsx 文件",
|
||||
"please_import_data": "请先导入数据",
|
||||
"optional_param_import_template": "可选参数导入模板",
|
||||
"import_missing_column": "文件不存在【{name}】数据列,请检查",
|
||||
"import_duplicate_name": "【{name}】名称存在重复值,请去掉重复值并重新上传",
|
||||
"import_duplicate_param": "【{param}】参数存在重复值,请去掉重复值并重新上传"
|
||||
},
|
||||
"process_routing": {
|
||||
"search": "查询",
|
||||
|
||||
Reference in New Issue
Block a user