opt:1.Param中@NotBlank和@NotNull国际化。2.音量设置接口。

This commit is contained in:
2026-03-05 09:37:16 +08:00
parent 65c6d41e4b
commit b8b2a8d682
34 changed files with 241 additions and 184 deletions

View File

@@ -15,6 +15,7 @@ schedule_task_code_empty = 任务号不能为空
schedule_destinations_empty = 目标点不能为空
schedule_operation_type_empty = 任务操作类型不能为空
schedule_vehicle_number_empty = 车号不能为空
schedule_volume_empty = 音量不能为空
schedule_report_location_empty = 上报点位不能为空
schedule_report_vehicle_empty = 上报车号不能为空
schedule_report_task_code_empty = 上报任务号不能为空
@@ -32,6 +33,7 @@ setting_free_charge_failed = 设置调度自由充电阈值失败
setting_charge_call_value_empty = 修改充电时是否可呼叫,设置值和是否启用值不能为空
setting_usable_task_failed = 设置调度可接任务阈值失败
setting_update_failed = 更新设置失败:{0}
setting_volume_failed = 更新音量失败
# 任务相关
task_type_not_exist = 任务类型不存在
@@ -108,6 +110,7 @@ qrcode_delete_file_failed = 删除二维码文件失败
qrcode_delete_failed = 删除二维码失败
qrcode_station_code_empty = 站号不能为空
qrcode_create_failed_mode = 巡航模式中,无法下发任务
qrcode_create_failed_exists_task = 该目标点已存在任务
# 安全相关
security_password_error = 密码错误

View File

@@ -1,119 +0,0 @@
starting_point = Starting Point
end_point = End Point
successful = successful!
failed = Failed!
latest = Already up to date!
param_is_null = The parameter is empty!
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
schedule_vehicle_number_empty = Vehicle number cannot be empty
schedule_report_location_empty = Report location cannot be empty
schedule_report_vehicle_empty = Report vehicle number cannot be empty
schedule_report_task_code_empty = Report task number cannot be empty
schedule_report_stage_not_found = Report stage not found
schedule_report_type_not_found = Report type not found
schedule_operation_not_confirmed = Operation not confirmed
# Setting related
setting_code_empty = Setting code cannot be empty
setting_code_not_found = Setting code not found
setting_speed_value_empty = Modify delivery speed, setting value cannot be empty
setting_speed_failed = Failed to set dispatch delivery speed
setting_auto_charge_value_empty = Modify auto recharge, setting value and enable value cannot be empty
setting_free_charge_failed = Failed to set dispatch free charge threshold
setting_charge_call_value_empty = Modify whether it can be called while charging, setting value and enable value cannot be empty
setting_usable_task_failed = Failed to set dispatch usable task threshold
setting_update_failed = Failed to update settings:{0}
# Task related
task_type_not_exist = Task type does not exist
task_schedule_create_failed = Failed to create dispatch task
task_create_failed = Failed to create task:{0}
task_code_empty = Task number cannot be empty
task_cancel_failed = Failed to cancel task:{0}
task_pause_schedule_failed = Failed to pause dispatch task
task_pause_failed = Failed to pause task:{0}
task_resume_schedule_failed = Failed to resume dispatch task
task_resume_failed = Failed to resume task:{0}
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
error_handling_info = Exception handling information
anomaly_file_not_selected = Please select a file to upload
anomaly_file_name_empty = File name is empty
anomaly_file_format_error = Currently only ZIP format is supported
anomaly_file_parse_failed = Failed to parse file:{0}
anomaly_update_failed = Failed to update anomaly information
# File related
file_size_exceed = File exceeds the specified size
# Department related
dept_parent_cannot_self = Parent cannot be itself
dept_has_users = Department has bound employees, please unbind employees first
# Dictionary related
dict_code_exists = Dictionary[{0}] already exists
dict_not_exist = Dictionary does not exist
dict_label_exists = Label[{0}] already exists
dict_no_permission = No permission to delete data, operation failed!
# Menu related
menu_url_must_http = External link must start with http:// or https://
menu_parent_cannot_self = Parent cannot be itself or its subordinates
# Notice related
notice_not_exist = This message does not exist!
notice_send_failed = Failed to send message
# Parameter related
param_code_not_match = Code cannot be the same
param_code_exists = Parameter[{0}] already exists
# Role related
role_name_empty = Role name cannot be empty!
role_name_exists = Role name {0} already exists!
# User related
user_code_not_exist = Verification code does not exist or has expired
user_code_error = Verification code error
user_account_password_error = Wrong account or password
user_account_not_active = Account not activated
user_old_password_error = Modification failed, old password is wrong
user_password_not_match = The two passwords entered are inconsistent
user_password_error = Password error
# QRCode related
qrcode_data_empty = QR code data cannot be empty
qrcode_room_number_empty = QR code room number cannot be empty
qrcode_generate_failed = Failed to generate QR code
qrcode_room_exists = QR code already exists for this room, cannot generate again
qrcode_room_exists_cannot_update = QR code already exists for this room, cannot update
qrcode_update_failed = Failed to update QR code information
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
# System related
system_get_menu_failed = Error getting corresponding system menu
# Common
unsupported_format = Unsupported compression format: {0}