opt:1.管理后台系统优化国际化。2.添加巡航模式任务接口。
This commit is contained in:
@@ -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