opt:1.后端国际化完成。

This commit is contained in:
2026-02-04 10:36:38 +08:00
parent 6c9c1c95e4
commit ab393a8fee
9 changed files with 372 additions and 48 deletions

View File

@@ -4,4 +4,110 @@ successful = 操作成功!
failed = 操作失败!
latest = 已经是最新的!
param_is_null = 参数为空!
password_error = 账号或密码错误
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}
# 异常信息相关
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}

View File

@@ -4,4 +4,110 @@ successful = successful!
failed = Failed!
latest = Already up to date!
param_is_null = The parameter is empty!
password_error = Wrong account or password
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_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}
# Anomaly related
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
# 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}

View File

@@ -4,4 +4,110 @@ successful = 操作成功!
failed = 操作失败!
latest = 已经是最新的!
param_is_null = 参数为空!
password_error = 账号或密码错误
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}
# 异常信息相关
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}