opt:1.管理后台系统优化国际化。2.添加巡航模式任务接口。
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nl</groupId>
|
||||
<artifactId>nl-business-media</artifactId>
|
||||
<artifactId>nl-business-externalApi</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nl</groupId>
|
||||
|
||||
@@ -9,7 +9,7 @@ spring:
|
||||
basename: language/task/task,language/error/error,language/buss/buss
|
||||
encoding: UTF-8
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
|
||||
@@ -45,6 +45,7 @@ security:
|
||||
- /sys-user-do/**
|
||||
# frobot屏幕操作
|
||||
- /schedule/vehicle/**
|
||||
- /schedule/setting/**
|
||||
- /task/**
|
||||
- /mapinfo/**
|
||||
- /security/**
|
||||
|
||||
@@ -9,6 +9,8 @@ password_error = 账号或密码错误
|
||||
# 调度相关
|
||||
schedule_speed_param_empty = 调度设置配送速度参数不能为空
|
||||
schedule_charge_param_empty = 调度设置充电参数不能为空
|
||||
schedule_wifi_param_empty = 调度设置wifi参数不能为空
|
||||
schedule_wifi_param_error = 调度设置网络wifi操作失败
|
||||
schedule_task_code_empty = 任务号不能为空
|
||||
schedule_destinations_empty = 目标点不能为空
|
||||
schedule_operation_type_empty = 任务操作类型不能为空
|
||||
@@ -45,6 +47,7 @@ task_station_code_empty = 站号不能为空
|
||||
task_report_not_arrived = 未上报到达点位,无法确认到达
|
||||
task_confirm_arrival_failed = 任务到达确认失败
|
||||
task_next_station_failed = 任务下一站失败:{0}
|
||||
create_cruise_task_error = 任务类型不是巡航类型
|
||||
|
||||
# 异常信息相关
|
||||
error_info = 异常信息
|
||||
@@ -104,6 +107,7 @@ qrcode_id_empty = 二维码标识不能为空
|
||||
qrcode_delete_file_failed = 删除二维码文件失败
|
||||
qrcode_delete_failed = 删除二维码失败
|
||||
qrcode_station_code_empty = 站号不能为空
|
||||
qrcode_create_failed_mode = 巡航模式中,无法下发任务
|
||||
|
||||
# 安全相关
|
||||
security_password_error = 密码错误
|
||||
|
||||
@@ -9,6 +9,8 @@ password_error = Wrong account or password
|
||||
# Schedule related
|
||||
schedule_speed_param_empty = Dispatch setting delivery speed parameter cannot be empty
|
||||
schedule_charge_param_empty = Dispatch setting charging parameter cannot be empty
|
||||
schedule_wifi_param_empty = The wifi parameter set for scheduling cannot be empty
|
||||
schedule_wifi_param_error = The scheduling network wifi operation failed
|
||||
schedule_task_code_empty = Task number cannot be empty
|
||||
schedule_destinations_empty = Destination cannot be empty
|
||||
schedule_operation_type_empty = Task operation type cannot be empty
|
||||
@@ -45,6 +47,7 @@ task_station_code_empty = Station code cannot be empty
|
||||
task_report_not_arrived = Not reported arrival location, unable to confirm arrival
|
||||
task_confirm_arrival_failed = Failed to confirm task arrival
|
||||
task_next_station_failed = Failed to go to next station:{0}
|
||||
create_cruise_task_error = The mission type is not a cruise type
|
||||
|
||||
# Anomaly related
|
||||
error_info = Anomaly information
|
||||
@@ -104,6 +107,7 @@ qrcode_id_empty = QR code ID cannot be empty
|
||||
qrcode_delete_file_failed = Failed to delete QR code file
|
||||
qrcode_delete_failed = Failed to delete QR code
|
||||
qrcode_station_code_empty = Station code cannot be empty
|
||||
qrcode_create_failed_mode = In cruise mode, missions cannot be issued
|
||||
|
||||
# Security related
|
||||
security_password_error = Password error
|
||||
|
||||
@@ -9,6 +9,8 @@ password_error = 账号或密码错误
|
||||
# 调度相关
|
||||
schedule_speed_param_empty = 调度设置配送速度参数不能为空
|
||||
schedule_charge_param_empty = 调度设置充电参数不能为空
|
||||
schedule_wifi_param_empty = 调度设置wifi参数不能为空
|
||||
schedule_wifi_param_error = 调度设置网络wifi操作失败
|
||||
schedule_task_code_empty = 任务号不能为空
|
||||
schedule_destinations_empty = 目标点不能为空
|
||||
schedule_operation_type_empty = 任务操作类型不能为空
|
||||
@@ -45,6 +47,7 @@ task_station_code_empty = 站号不能为空
|
||||
task_report_not_arrived = 未上报到达点位,无法确认到达
|
||||
task_confirm_arrival_failed = 任务到达确认失败
|
||||
task_next_station_failed = 任务下一站失败:{0}
|
||||
create_cruise_task_error = 任务类型不是巡航类型
|
||||
|
||||
# 异常信息相关
|
||||
error_info = 异常信息
|
||||
@@ -104,6 +107,7 @@ qrcode_id_empty = 二维码标识不能为空
|
||||
qrcode_delete_file_failed = 删除二维码文件失败
|
||||
qrcode_delete_failed = 删除二维码失败
|
||||
qrcode_station_code_empty = 站号不能为空
|
||||
qrcode_create_failed_mode = 巡航模式中,无法下发任务
|
||||
|
||||
# 安全相关
|
||||
security_password_error = 密码错误
|
||||
|
||||
Reference in New Issue
Block a user