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": "產品"
}