init 二期ACS
This commit is contained in:
77
acs2/nladmin-ui/src/i18n/langs/task/zh.js
Normal file
77
acs2/nladmin-ui/src/i18n/langs/task/zh.js
Normal file
@@ -0,0 +1,77 @@
|
||||
export default {
|
||||
'task': {
|
||||
'txt_box': {
|
||||
'Enter_task_number': '输入任务号',
|
||||
'Vehicle_registration_number': '输入载具号',
|
||||
'Material_type': '物料类型',
|
||||
'Task_status': '任务状态',
|
||||
'Origin_or_destination': '输入起点或终点',
|
||||
'Task_type': '任务类型',
|
||||
'Warehouse_task_type': '立库任务类型',
|
||||
'AGV_system': 'agv系统',
|
||||
'Routing_scheme': '路由方案',
|
||||
'Priority': '优先级',
|
||||
'Vehicle_number': '载具号',
|
||||
'Task_code': '任务号',
|
||||
'Task': '任务',
|
||||
'start_or_end': '起点或终点',
|
||||
'time': '时间段'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': '请选择',
|
||||
'Start_point': '起点',
|
||||
'Starting_column': '起点-列',
|
||||
'Starting_layer': '起点-层',
|
||||
'Destination': '终点',
|
||||
'Ending_column': '终点-列',
|
||||
'Ending_layer': '终点-层',
|
||||
'Description': '描述信息',
|
||||
'Cancel': '取消',
|
||||
'Confirm': '确认',
|
||||
'Ready': '就绪',
|
||||
'In_progress': '执行中',
|
||||
'Completed': '完成',
|
||||
'Pickup_point': '取货点',
|
||||
'Delivery_point': '放货点',
|
||||
'Remark': '备注',
|
||||
'Creator': '创建者',
|
||||
'Create_time': '创建时间',
|
||||
'Operation': '操作',
|
||||
'Create_command': '创建指令',
|
||||
'Reset': '重置',
|
||||
'Void': '作废',
|
||||
'Starting_point': '起始点位',
|
||||
'Target_point': '目标点位',
|
||||
'Is_it_completed': '是否完成',
|
||||
'error_code': '错误编码',
|
||||
'start_time': '开始时间',
|
||||
'finish_time': '完成时间',
|
||||
'create_type': '创建类型',
|
||||
'finish_type': '完成类型',
|
||||
'retry_times': '重试次数',
|
||||
'please_enter_origin-column': '请输入起点-列!',
|
||||
'please_enter_origin_level': '请输入起点-层!',
|
||||
'please_select_destination_column': '请选择终点-列!',
|
||||
'please_select_destination_level': '请选择终点-层!'
|
||||
},
|
||||
screen: {
|
||||
'title': '兰州海亮设备管理任务看板',
|
||||
'task_screen': '任务看板',
|
||||
'device': '当前设备',
|
||||
'Wednesday': '星期三',
|
||||
'year': '年',
|
||||
'month': '月',
|
||||
'day': '日',
|
||||
'task_code': '任务号',
|
||||
'inst_code': '指令号',
|
||||
'start': '起点',
|
||||
'end': '终点',
|
||||
'material': '物料类型',
|
||||
'material_num': '物料数量',
|
||||
'vehicle_code': '载具号',
|
||||
'bar': '条码',
|
||||
'create_time': '入库时间',
|
||||
'IP': 'IP'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user