update: add coupon per user limit

This commit is contained in:
tokumeikoi
2021-08-28 16:32:55 +09:00
parent 2d5fb03937
commit 5a3b897c57
8 changed files with 76 additions and 41 deletions

View File

@ -84,5 +84,6 @@
"Email format is incorrect": "Email format is incorrect",
"Password can not be empty": "Password can not be empty",
"The traffic usage in :app_name has reached 80%": "The traffic usage in :app_name has reached 80%",
"The service in :app_name is about to expire": "The service in :app_name is about to expire"
"The service in :app_name is about to expire": "The service in :app_name is about to expire",
"The coupon can only be used :limit_use_with_user per person": "The coupon can only be used :limit_use_with_user per person"
}

View File

@ -84,5 +84,6 @@
"Email format is incorrect": "邮箱格式不正确",
"Password can not be empty": "密码不能为空",
"The traffic usage in :app_name has reached 80%": "在:app_name的流量使用已达到80%",
"The service in :app_name is about to expire": "在:app_name的服务即将到期"
"The service in :app_name is about to expire": "在:app_name的服务即将到期",
"The coupon can only be used :limit_use_with_user per person": "该优惠券每人只能用:limit_use_with_user次"
}