update: add coupon limit period

This commit is contained in:
tokumeikoi
2021-12-28 01:59:59 +08:00
parent 6ed9cc559e
commit a557aa6d32
7 changed files with 23 additions and 5 deletions

View File

@ -85,5 +85,6 @@
"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 coupon can only be used :limit_use_with_user per person": "The coupon can only be used :limit_use_with_user per person"
"The coupon can only be used :limit_use_with_user per person": "The coupon can only be used :limit_use_with_user per person",
"The coupon code cannot be used for this period": "The coupon code cannot be used for this period"
}

View File

@ -85,5 +85,6 @@
"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 coupon can only be used :limit_use_with_user per person": "该优惠券每人只能用:limit_use_with_user次"
"The coupon can only be used :limit_use_with_user per person": "该优惠券每人只能用:limit_use_with_user次",
"The coupon code cannot be used for this period": "该优惠券无法用于这个付款周期"
}