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": "상품"
}