Files
lanzhouhailiang_one/acs2/nladmin-ui/src/i18n/langs/monitor/zh.js

146 lines
5.6 KiB
JavaScript

export default {
'monitor': {
'table': {
'clear': '清空',
'username': '用户名',
'IP_source': 'IP来源',
'description': '描述',
'browser': '浏览器',
'create_time': '创建时间',
'exception_details': '异常详情',
'view_details': '查看详情',
'clear_log': '确认清空所有异常日志吗?',
'prompt': '提示',
'confirm': '确认',
'cancel': '取消',
'request_time': '请求耗时',
'search': '请输入你要搜索的内容'
},
'lucence': {
'operate': '操作',
'device_code': '设备号',
'task_code': '任务编码',
'instruct_code': '指令编码',
'method': '方法',
'status_code': '状态码',
'requestparam': '请求参数',
'responseparam': '返回参数',
'logTime': '记录时间',
'content': '内容详情',
'method_name': '请输入你要搜索的方法名',
'search_status_code': '请输入你要搜索的状态码',
'search_request_param': '请输入你要搜索的请求参数',
'search_response_param': '请输入你要搜索的返回参数',
'search_content': '请输入你要搜索的内容详情',
'until': '至',
'start_time': '开始日期',
'end_time': '结束日期',
'the_past_week': '最近一周',
'the_past_month': '最近一个月',
'the_past_three_months': '最近三个月'
},
'click': {
'device_information': '设备信息',
'monitor_item': '监控项',
'current_value': '当前值',
'device_setup': '设备设置',
'bar_code': '条码',
'request_flag': '请求标记',
'out_of_stock': '无货',
'with_pallets': '有托盘',
'pallets_and_goods': '有托盘有货',
'material_code': '物料编码',
'disabled_manipulator': '禁用机械手',
'normal': '正常',
'forbidden': '禁用',
'job_command': '作业命令',
'recall': '召回',
'scram': '急停',
'police_clearance': '清警',
'keep_out_of_storage': '禁止入库',
'no_release': '禁止出库',
'stop_task': '停止任务',
'equipment_number': '设备编号',
'device_name': '设备名称',
'exception_message': '异常信息',
'photoelectric_signal': '光电信号',
'mode': '模式',
'alarm': '报警',
'ip_address': 'IP地址',
'pallet_quantity': '托盘数量',
'instruction_information': '指令信息',
'note_information': '备注信息',
'current_instruction_message': '当前指令信息',
'last_instruction_message': '上次指令信息',
'action_signal': '动作信号',
'clearance_signal': '允许进出信号',
'materiel': '物料',
'lot': '批次',
'request_task': '是否请求任务',
'request_order': '是否申请指令',
'apply_labeling': '是否申请贴标',
'apply_for_bundling': '是否申请捆扎',
'device_status': '设备状态',
'weight': '重量',
'front_station_photoelectric_signal': '前工位光电信号',
'open': '开',
'close': '关',
'AGV_phase': 'AGV交互阶段',
'description_of_the_AGV_phase': 'AGV交互阶段说明',
'AGV_action': 'AGV动作',
'AGV_power': 'AGV电量',
'post-station_photoelectric_signal': '后工位光电信号',
'front_station_action_signal': '前工位动作信号',
'back_station_action_signal': '后工位动作信号',
'walk_y': '行走列',
'previous_station_task': '前工位任务号',
'back_station_task': '后工位任务号',
'task_number': '任务号',
'command': '动作',
'disable': '是否禁用',
'last_mission_number': '上次任务号',
'the_subvolume_number': '子卷编号',
'pallet_type': '托盘类型',
'current_temperature': '当前温度',
'oven_finish': '烘箱完成',
'house': '恒温倒计时-时',
'minutes': '恒温倒计时-分',
'seconds': '恒温倒计时-秒',
'gate_state': '门状态',
'task_creation_failure': '任务创建失败原因',
'failed_to_create_instruction': '指令创建失败原因',
'no_electrical_signal_feedback_cause': '未反馈电气信号原因',
'request_success_flag': '请求成功标记',
'delivery_completed': '出库完成',
'inventory_quantity': '库存数量',
'angle': '角度',
'electric_quantity': '电量',
'status': '状态',
'abnormal': '异常',
'floor': '楼层',
'tray': '托盘',
'loading_or_not': '是否装载',
'barcode': '载具号',
'barcode_length': '载具长度',
'last_container': '上次载具号',
'applySucess': '请求任务标记',
'requireSucess': '申请指令标记',
'number_of_air_shafts': '气涨轴数量',
'control': '控制权',
'positioning_confirmation': '定位确认',
'The_status_of_the_waybill': '运单状态',
'The_state_of_the_robots_battery_level': '机器人电量状态',
'Whether_or_not_the_connection_is_disconnected': '是否断连',
'Whether_or_not_in_the_scene': '是否在场景',
'Whether_the_order_can_be_accepted': '是否可接单',
'Connection_status': '连接状态',
'Whether_it_is_being_executed': '是否在执行用户下的运单',
'Whether_to_push_the_scenario_waybill': '是否推送场景运单',
'Core_error_identifier': 'Core出错标识位',
'Current_command_information': '当前指令信息',
'The_signal_is_successfully_marked': '信号成功标记',
'Complement_information': '补码信息'
}
}
}