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