增加部分消息代号

This commit is contained in:
刘祥超
2023-07-04 20:29:33 +08:00
parent 28458d9cfc
commit 916cd0bf67
21 changed files with 167 additions and 80 deletions

View File

@@ -1,5 +1,7 @@
{
"log_buy_user_plan": "为用户 %d 购买套餐 %d",
"log_delete_user_plan": "删除用户已购套餐 %d",
"log_renew_user_plan": "续费已购套餐 %d"
"log_renew_user_plan": "续费已购套餐 %d",
"log_cancel_user_plan_from_server": "取消网站 %d 绑定的套餐",
"log_bind_user_plan_to_server": "修改网站 %d 绑定的套餐为 %d"
}