This commit is contained in:
蒋海成 2025-02-24 18:12:16 +08:00
commit 7ae08e10f4

View File

@ -9,13 +9,13 @@ const (
) )
var EnMessages = map[string]string{ var EnMessages = map[string]string{
"获取套餐列表失败": "Failed to get bundle list",
"创建套餐信息失败": "Failed to create bundle information", "创建套餐信息失败": "Failed to create bundle information",
"创建套餐信息成功": "Successfully created bundle information", "创建套餐信息成功": "Successfully created bundle information",
"更新套餐信息失败": "Failed to update bundle information", "更新套餐信息失败": "Failed to update bundle information",
"更新套餐信息成功": "Successfully updated bundle information", "更新套餐信息成功": "Successfully updated bundle information",
"删除套餐信息失败": "Failed to delete bundle information", "删除套餐信息失败": "Failed to delete bundle information",
"删除套餐信息成功": "Successfully deleted bundle information", "删除套餐信息成功": "Successfully deleted bundle information",
"获取套餐列表失败": "Failed to get bundle list",
"获取套餐信息失败": "Failed to get bundle information", "获取套餐信息失败": "Failed to get bundle information",
"创建订单信息失败": "Failed to create order information", "创建订单信息失败": "Failed to create order information",
"创建订单信息成功": "Successfully created order information", "创建订单信息成功": "Successfully created order information",