feat(subscribe): Add unit time

This commit is contained in:
web@ppanel
2024-12-20 18:52:30 +07:00
parent d8b0bd9c2d
commit 39d07ecee5
80 changed files with 553 additions and 165 deletions
+5 -2
View File
@@ -1,4 +1,9 @@
{
"Day": "天",
"Hour": "时",
"Minute": "分",
"Month": "月",
"Year": "年",
"balanceRecharge": "余额充值",
"buyNow": "立即购买",
"buySubscription": "购买订阅",
@@ -16,8 +21,6 @@
"stripe_alipay": "Stripe(支付宝)",
"stripe_wechat_pay": "Stripe(微信)"
},
"month": "个月",
"months": "个月",
"name": "名称",
"orderClosed": "订单已关闭",
"orderList": "订单列表",
+5 -2
View File
@@ -1,11 +1,15 @@
{
"Day": "天",
"Hour": "时",
"Minute": "分",
"Month": "月",
"Year": "年",
"all": "全部",
"billing": {
"billingTitle": "商品账单",
"couponDiscount": "折扣码优惠",
"duration": "套餐时长",
"fee": "手续费",
"months": "个月",
"price": "价格",
"productDiscount": "商品折扣",
"total": "总价"
@@ -25,7 +29,6 @@
"stripe_alipay": "Stripe(支付宝)",
"stripe_wechat_pay": "Stripe(微信)"
},
"perMonth": "月",
"productDescription": "商品描述",
"products": "商品"
}