starting_point = 起点 end_point = 终点 successful = 操作成功! failed = 操作失败! latest = 已经是最新的! param_is_null = 参数为空! password_error = 账号或密码错误 # 调度相关 schedule_speed_param_empty = 调度设置配送速度参数不能为空 schedule_charge_param_empty = 调度设置充电参数不能为空 schedule_task_code_empty = 任务号不能为空 schedule_destinations_empty = 目标点不能为空 schedule_operation_type_empty = 任务操作类型不能为空 schedule_vehicle_number_empty = 车号不能为空 schedule_report_location_empty = 上报点位不能为空 schedule_report_vehicle_empty = 上报车号不能为空 schedule_report_task_code_empty = 上报任务号不能为空 schedule_report_stage_not_found = 未找到该上报阶段 schedule_report_type_not_found = 未找到该上报类型 schedule_operation_not_confirmed = 未确认操作 # 设置相关 setting_code_empty = 设置编号不能为空 setting_code_not_found = 未找到该设置编码 setting_speed_value_empty = 修改配送速度,设置值不能为空 setting_speed_failed = 设置调度配送速度失败 setting_auto_charge_value_empty = 修改自动回充,设置值和是否启用值不能为空 setting_free_charge_failed = 设置调度自由充电阈值失败 setting_charge_call_value_empty = 修改充电时是否可呼叫,设置值和是否启用值不能为空 setting_usable_task_failed = 设置调度可接任务阈值失败 setting_update_failed = 更新设置失败:{0} # 任务相关 task_type_not_exist = 任务类型不存在 task_schedule_create_failed = 调度生成任务失败 task_create_failed = 创建任务失败:{0} task_code_empty = 任务号不能为空 task_cancel_failed = 取消任务失败:{0} task_pause_schedule_failed = 暂停调度任务失败 task_pause_failed = 暂停任务失败:{0} task_resume_schedule_failed = 恢复调度任务失败 task_resume_failed = 恢复任务失败:{0} task_station_code_empty = 站号不能为空 task_report_not_arrived = 未上报到达点位,无法确认到达 task_confirm_arrival_failed = 任务到达确认失败 task_next_station_failed = 任务下一站失败:{0} # 异常信息相关 error_info = 异常信息 error_handling_info = 异常处理信息 anomaly_file_not_selected = 请选择文件上传 anomaly_file_name_empty = 文件名称为空 anomaly_file_format_error = 目前只支持ZIP格式 anomaly_file_parse_failed = 解析文件失败:{0} anomaly_update_failed = 修改异常信息失败 # 文件相关 file_size_exceed = 文件超出规定大小 # 部门相关 dept_parent_cannot_self = 上级不能为自己 dept_has_users = 部门存在绑定的员工,请先解除员工绑定 # 字典相关 dict_code_exists = 字典[{0}]已存在 dict_not_exist = 字典不存在 dict_label_exists = 标签[{0}]已存在 dict_no_permission = 无删除数据权限,操作失败! # 菜单相关 menu_url_must_http = 外链必须以http://或者https://开头 menu_parent_cannot_self = 上级不能为自己或自己的下级 # 通知相关 notice_not_exist = 该消息不存在! notice_send_failed = 消息发送失败 # 参数相关 param_code_not_match = 编码不能一致 param_code_exists = 参数[{0}]已存在 # 角色相关 role_name_empty = 角色名称不能为空! role_name_exists = 角色名{0}已存在! # 用户相关 user_code_not_exist = 验证码不存在或已过期 user_code_error = 验证码错误 user_account_password_error = 账号或密码错误 user_account_not_active = 账号未激活 user_old_password_error = 修改失败,旧密码错误 user_password_not_match = 两次输入密码不一致 user_password_error = 密码错误 # 二维码相关 qrcode_data_empty = 二维码数据不能为空 qrcode_room_number_empty = 二维码房间号不能为空 qrcode_generate_failed = 生成二维码失败 qrcode_room_exists = 该房间已存在二维码,无法重复生成 qrcode_room_exists_cannot_update = 该房间已存在二维码,无法修改 qrcode_update_failed = 修改二维码信息失败 qrcode_id_empty = 二维码标识不能为空 qrcode_delete_file_failed = 删除二维码文件失败 qrcode_delete_failed = 删除二维码失败 qrcode_station_code_empty = 站号不能为空 # 安全相关 security_password_error = 密码错误 # 系统相关 system_get_menu_failed = 获取对应的系统菜单出错 # 通用 unsupported_format = 不支持的压缩格式: {0}