This commit is contained in:
桀尼龟 2025-02-24 10:38:25 +08:00
parent 26dd57dc07
commit 080841c2c3

View File

@ -9,6 +9,7 @@ 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",