315 lines
10 KiB
JavaScript
315 lines
10 KiB
JavaScript
var config = {
|
|
"language":"English",
|
|
"platform": {
|
|
"title": "NOBLELIFT Platform"
|
|
},
|
|
"system": {
|
|
"exception": "System exception, please contact administrator",
|
|
"paramException": "Parameter exception, please check input parameters",
|
|
"resultException": "Request result does not exist",
|
|
"dataException": "Data exception, data does not exist",
|
|
"dataExceptionArg": "Data exception, %s data does not exist",
|
|
"dataDuplicationArg": "Data duplication, %s already exists in system",
|
|
"dataFormat": "数据异常,数据不正确",
|
|
"activatArg": "%s is not activated in system",
|
|
"operation": "操作失败"
|
|
},
|
|
"business": {
|
|
"InvReminder": "Current allocation strategy, no available location for %s",
|
|
"loginPassword": "Login failed, incorrect username or password",
|
|
"accountUse":"Login failed, account not activated"
|
|
},
|
|
"common": {
|
|
"name": "Name",
|
|
"create_name": "Creator",
|
|
"create_time": "Create Time",
|
|
"update_name": "Modifier",
|
|
"remark": "Remark",
|
|
"is_used": "Is Enabled",
|
|
"is_delete": "Is Deleted",
|
|
"create_mode": "Generation Mode",
|
|
"input_optname": "Input Operator Name",
|
|
"input_time": "Input Time",
|
|
"update_optname": "Update Operator Name",
|
|
"update_time": "Update Time",
|
|
"dis_optname": "Assigner Name",
|
|
"dis_time": "Assignment Time",
|
|
"confirm_optname": "Confirmer Name",
|
|
"confirm_time": "Confirmation Time",
|
|
"bill_code": "Document Code",
|
|
"bill_type": "Document Type",
|
|
"biz_date": "Business Date",
|
|
"bill_status": "Document Status",
|
|
"zh_name": "Chinese Name",
|
|
"in_name": "Indonesian Name",
|
|
"en_name": "English Name",
|
|
"ext_id": "External ID"
|
|
},
|
|
"unit": {
|
|
"unit_code": "Code",
|
|
"unit_name": "Name",
|
|
"qty_precision": "Data Precision",
|
|
"qty_unit_id": "Base Unit",
|
|
"qty_unit_name": "Unit Name"
|
|
},
|
|
"storagevehicle": {
|
|
"storagevehicle_code": "Carrier Code",
|
|
"storagevehicle_name": "Carrier Name",
|
|
"vehicle_type": "Carrier Type",
|
|
"vehicle_code": "Carrier Code",
|
|
"one_code": "Barcode",
|
|
"two_code": "QR Code",
|
|
"vehicle_width": "Carrier Width",
|
|
"vehicle_long": "Carrier Length",
|
|
"vehicle_height": "Carrier Height",
|
|
"weigth": "Pallet Weight",
|
|
"overstruct_type": "Exceeds Location Size",
|
|
"occupystruct_qty": "Occupied Locations Count",
|
|
"ext_id": "External ID"
|
|
},
|
|
"point": {
|
|
"point_code": "Point Code",
|
|
"point_name": "Point Name",
|
|
"region_code": "Region Code",
|
|
"region_name": "Region Name",
|
|
"point_type": "Point Type",
|
|
"point_status": "Point Status",
|
|
"vehicle_type": "Carrier Type",
|
|
"vehicle_code": "Carrier Code",
|
|
"vehicle_qty": "Carrier Quantity",
|
|
"in_order_seq": "Inbound Sequence",
|
|
"out_order_seq": "Outbound Sequence",
|
|
"in_empty_seq": "Empty Carrier Inbound Sequence",
|
|
"out_empty_seq": "Empty Carrier Outbound Sequence",
|
|
"parent_point_code": "Parent Point Code",
|
|
"ext_point_code": "External Point Code",
|
|
"ing_task_code": "Executing Task Code",
|
|
"is_has_workder": "Has Work Order",
|
|
"workshop_code": "Workshop Code",
|
|
"is_auto": "Is Automatic"
|
|
},
|
|
"region": {
|
|
"region_code": "Region Code",
|
|
"region_name": "Region Name",
|
|
"point_type_explain": "Point Type Description",
|
|
"point_status_explain": "Point Status Description",
|
|
"is_has_workder": "Has Work Order",
|
|
"order_seq": "Sequence Number",
|
|
"workshop_code": "Workshop Code"
|
|
},
|
|
"task": {
|
|
"task_code": "Task Code",
|
|
"task_status": "Task Status",
|
|
"config_code": "Config Code",
|
|
"point_code1": "Point 1",
|
|
"point_code2": "Point 2",
|
|
"point_code3": "Point 3",
|
|
"point_code4": "Point 4",
|
|
"group_id": "Group ID",
|
|
"vehicle_type": "Carrier Type",
|
|
"vehicle_qty": "Carrier Quantity",
|
|
"vehicle_code": "Carrier Code",
|
|
"vehicle_code2": "Carrier Code 2",
|
|
"handle_status": "Handle Status",
|
|
"car_no": "Vehicle Number",
|
|
"task_group_id": "Task Group ID",
|
|
"task_group_seq": "Task Group Sequence",
|
|
"finished_type": "Task Completion Type",
|
|
"create_mode": "Generation Mode",
|
|
"request_param": "Generation Request Parameters",
|
|
"response_param": "Issue Request Parameters",
|
|
"workshop_code": "Workshop Code",
|
|
"ext_group_data": "Extra Group Data",
|
|
"priority": "ACS Priority"
|
|
},
|
|
"taskconfig": {
|
|
"config_code": "Config Code",
|
|
"config_name": "Config Name",
|
|
"route_plan_code": "Route Code",
|
|
"task_qf_type": "Task Pick/Drop Type",
|
|
"acs_task_type": "ACS Task Type",
|
|
"task_name": "Task Name",
|
|
"task_type": "Task Type",
|
|
"task_direction": "Task Direction",
|
|
"priority": "Priority",
|
|
"task_create_max_num": "Max Task Generation Count",
|
|
"task_issue_max_num": "Max Task Issue Count",
|
|
"is_auto_issue": "Auto Issue",
|
|
"start_region_str": "Start Region Config",
|
|
"next_region_str": "End Region Config",
|
|
"start_point_pre": "Start Point Prefix",
|
|
"next_region_pre": "End Point Prefix",
|
|
"is_check_workorder": "Check Work Order",
|
|
"is_check_start_lock": "Check Start Lock",
|
|
"is_immediate_create": "Immediate Create",
|
|
"is_check_next_lock": "Check End Lock",
|
|
"is_start_auto": "Start Auto",
|
|
"is_next_auto": "End Auto",
|
|
"is_lock_start": "Lock Start",
|
|
"is_lock_next": "Lock End",
|
|
"request_param": "Generation Request Parameters",
|
|
"response_param": "Issue Request Parameters",
|
|
"is_group_congrol_issue_seq": "Control Issue Sequence by Group",
|
|
"unfinish_notify_time": "Unfinished Task Notification Time",
|
|
"sql_param": "SQL Config",
|
|
"workshop_code": "Workshop Code"
|
|
},
|
|
"storattr": {
|
|
"stor_code": "Warehouse Code",
|
|
"stor_name": "Warehouse Name",
|
|
"simple_name": "Warehouse Abbreviation",
|
|
"stor_capacity": "Warehouse Capacity",
|
|
"total_area": "Total Area",
|
|
"stor_type_scode": "Warehouse Nature",
|
|
"is_virtualstore": "Is Virtual Warehouse",
|
|
"is_semi_finished": "Is Semi-finished Warehouse",
|
|
"is_materialstore": "Is Raw Material Warehouse",
|
|
"is_productstore": "Is Finished Product Warehouse",
|
|
"is_attachment": "Is Spare Parts Warehouse",
|
|
"is_reversed": "Allow Red Reversal",
|
|
"is_mvout_auto_cfm": "Auto Confirm Move Out",
|
|
"is_mvin_auto_cfm": "Auto Confirm Move In",
|
|
"area": "Area",
|
|
"storea_ddress": "Warehouse Address",
|
|
"principal": "Principal",
|
|
"office_phone": "Office Phone",
|
|
"mobile_no": "Mobile Number",
|
|
"order_index": "Display Order",
|
|
"whstate_scode": "Status",
|
|
"base_class_id": "Material Base Category",
|
|
"sysownerid": "Owner ID",
|
|
"sysdeptid": "Department ID",
|
|
"syscompanyid": "Company ID",
|
|
"ext_id": "External ID",
|
|
"depart_name": "Department Name",
|
|
"company_name": "Company Name"
|
|
},
|
|
"checkmst": {
|
|
"seq_no": "Detail Sequence",
|
|
"sect_code": "Check Area",
|
|
"struct_code": "Check Location",
|
|
"checkpoint_code": "Check Platform",
|
|
"storagevehicle_code": "Carrier Code",
|
|
"material_id": "Material ID",
|
|
"pcsn": "Batch",
|
|
"base_qty": "Stock Quantity",
|
|
"status": "Status",
|
|
"is_down": "Is Issued",
|
|
"fac_qty": "Check Quantity",
|
|
"check_result": "Check Result",
|
|
"check_optname": "Checker Name",
|
|
"check_time": "Check Time",
|
|
"remark": "Detail Remark",
|
|
"check_code": "Check Code",
|
|
"check_type": "Check Type",
|
|
"stor_name": "Warehouse Name",
|
|
"dtl_num": "Detail Count",
|
|
"create_mode": "Generation Mode"
|
|
},
|
|
"structWarning": {
|
|
"safe_qty_lower_limit": "Safe Stock Lower Limit",
|
|
"safe_qty_upper_limit": "Safe Stock Upper Limit",
|
|
"cron": "Cron Expression",
|
|
"notify_type": "Notification Type",
|
|
"overdue_days": "Overdue Days",
|
|
"safe_days": "Safe Days",
|
|
"is_read": "Is Read",
|
|
"current_qty": "Current Quantity"
|
|
},
|
|
"strategy": {
|
|
"sect_code": "Storage Area",
|
|
"strategy": "Rule",
|
|
"strategy_type": "1 Inbound Strategy 2 Outbound Strategy",
|
|
"description": "Description",
|
|
"strategy_code": "Strategy Code",
|
|
"strategy_name": "Strategy Name",
|
|
"class_type": "Class Type",
|
|
"param": "Handler Class",
|
|
"ban": "Forbid Operation",
|
|
"form_data": "Limit Parameters"
|
|
},
|
|
"code_rule": {
|
|
"current_value": "Current Value"
|
|
},
|
|
"dept": {
|
|
"dept_id": "ID",
|
|
"pid": "Parent Department",
|
|
"sub_count": "Sub Department Count",
|
|
"name": "Name",
|
|
"zh_name": "Chinese Name",
|
|
"in_name": "Indonesian Name",
|
|
"en_name": "English Name",
|
|
"dept_sort": "Sort",
|
|
"is_used": "Status",
|
|
"create_name": "Creator",
|
|
"update_name": "Updater",
|
|
"create_time": "Create Date",
|
|
"update_time": "Update Time",
|
|
"code": "Department Code",
|
|
"ext_id": "External ID"
|
|
},
|
|
"dict": {
|
|
"dict_type": "Dictionary Type",
|
|
"dict_sort": "Sort Number",
|
|
"label": "Dictionary Label",
|
|
"value": "Dictionary Value",
|
|
"para1": "Parameter 1",
|
|
"para2": "Parameter 2",
|
|
"para3": "Parameter 3"
|
|
},
|
|
"menu": {
|
|
"menu_id": "Menu ID",
|
|
"pid": "Parent Menu ID",
|
|
"sub_count": "Sub Menu Count",
|
|
"type": "Menu Type",
|
|
"system_type": "System Type",
|
|
"category": "Menu Category",
|
|
"title": "Menu Title",
|
|
"en_title": "English Title",
|
|
"in_title": "Indonesian Title",
|
|
"zh_title": "Chinese Title",
|
|
"component_name": "Component Name",
|
|
"component": "Component",
|
|
"menu_sort": "Sort",
|
|
"icon": "Icon",
|
|
"path": "Path",
|
|
"iframe": "Is Iframe",
|
|
"cache": "Is Cache",
|
|
"hidden": "Is Hidden",
|
|
"permission": "Permission",
|
|
"is_pc": "Is PC Menu"
|
|
},
|
|
"param": {
|
|
"code": "Code",
|
|
"name": "Name",
|
|
"zh_name": "Name",
|
|
"en_name": "English Name",
|
|
"in_name": "Indonesian Name",
|
|
"value": "Value"
|
|
},
|
|
"role": {
|
|
"level": "Role Level"
|
|
},
|
|
"user": {
|
|
"user_id": "User ID",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"is_admin": "Is Admin",
|
|
"person_name": "Name",
|
|
"zh_person_name": "Name (Chinese)",
|
|
"en_person_name": "Name (English)",
|
|
"in_person_name": "Indonesian Name",
|
|
"gender": "Gender",
|
|
"zh_gender": "Gender (Chinese)",
|
|
"en_gender": "Gender (English)",
|
|
"phone": "Phone",
|
|
"email": "Email",
|
|
"avatar_name": "Avatar Path",
|
|
"avatar_path": "Avatar Real Path",
|
|
"extperson_id": "External Person ID",
|
|
"extuser_id": "External User ID",
|
|
"pwd_reset_user_id": "Password Reset By",
|
|
"pwd_reset_time": "Password Reset Time"
|
|
}
|
|
}
|