feat(subscribe): Add subscription credits

This commit is contained in:
web@ppanel
2024-12-31 20:16:14 +07:00
parent 701cdee6de
commit 5bc7905a52
93 changed files with 1224 additions and 1098 deletions
+1
View File
@@ -12,6 +12,7 @@
"manualImportMessage": "이 앱은 현재 호출을 지원하지 않습니다. 수동으로 가져오세요. 구독 주소가 자동으로 복사되었습니다.",
"mySubscriptions": "내 구독",
"nextResetDays": "다음 초기화/일",
"noLimit": "제한 없음",
"prompt": "프롬프트",
"purchaseSubscription": "구독 구매",
"qrCode": "QR코드",
+3 -24
View File
@@ -1,25 +1,14 @@
{
"Day": "일",
"Hour": "시",
"Minute": "분",
"Month": "월",
"Year": "년",
"balanceRecharge": "잔액 충전",
"buyNow": "지금 구매",
"buySubscription": "구독 구매",
"cancel": "취소",
"createdAt": "생성 시간",
"description": "원클릭 충전, 간편하게 해결",
"detail": "세부사항",
"enterAmount": "충전 금액을 입력하세요",
"enterCoupon": "할인 코드를 입력하세요",
"goToPayment": "결제하기",
"methods": {
"alipay_f2f": "알리페이(대면)",
"alipay_f2f": "알리페이 (대면 결제)",
"balance": "잔액",
"epay": "이페이",
"stripe_alipay": "Stripe(알리페이)",
"stripe_wechat_pay": "Stripe(위챗)"
"stripe_alipay": "스트라이프 (알리페이)",
"stripe_wechat_pay": "스트라이프 (위챗페이)"
},
"name": "이름",
"orderClosed": "주문이 종료되었습니다",
@@ -31,16 +20,6 @@
"paymentMethod": "결제 수단",
"paymentSuccess": "결제 성공",
"productList": "제품 목록",
"purchaseDuration": "구매 기간",
"recharge": "충전",
"rechargeAmount": "충전 금액",
"rechargeNow": "지금 충전하기",
"renew": "갱신",
"renewSubscription": "구독 갱신",
"resetPrice": "가격 재설정",
"resetTraffic": "트래픽 재설정",
"resetTrafficDescription": "이번 달의 트래픽만 초기화됩니다.",
"resetTrafficTitle": "트래픽 재설정",
"scanToPay": "스캔하여 결제하세요",
"status": {
"0": "상태",
+22 -1
View File
@@ -3,8 +3,10 @@
"Hour": "시",
"Minute": "분",
"Month": "월",
"NoLimit": "제한 없음",
"Year": "년",
"all": "전체",
"balanceRecharge": "잔액 충전",
"billing": {
"billingTitle": "상품 청구서",
"couponDiscount": "할인 코드 혜택",
@@ -15,13 +17,18 @@
"total": "총액"
},
"buy": "구매",
"buyNow": "지금 구매",
"buySubscription": "구독 구매",
"category": "카테고리",
"coupon": "쿠폰",
"detail": {
"availableTraffic": "사용 가능한 트래픽",
"connectedDevices": "동시 연결 IP 수",
"connectionSpeed": "연결 속도",
"productDetail": "제품 세부 정보"
},
"enterAmount": "충전 금액을 입력하세요",
"enterCoupon": "쿠폰 코드 입력",
"methods": {
"alipay_f2f": "알리페이(대면)",
"balance": "잔액",
@@ -29,6 +36,20 @@
"stripe_alipay": "Stripe(알리페이)",
"stripe_wechat_pay": "Stripe(위챗)"
},
"paymentMethod": "결제 수단",
"productDescription": "제품 설명",
"products": "상품"
"products": "상품",
"purchaseDuration": "구매 기간",
"recharge": "충전",
"rechargeAmount": "충전 금액",
"rechargeDescription": "원클릭 충전, 간편하게 처리",
"rechargeNow": "지금 충전하기",
"renew": "갱신",
"renewSubscription": "구독 갱신",
"resetPrice": "가격 재설정",
"resetTraffic": "트래픽 재설정",
"resetTrafficDescription": "현재 월에 대한 트래픽만 재설정",
"resetTrafficTitle": "트래픽 재설정",
"selectSubscription": "구독 선택",
"subscriptionDiscount": "구독 할인"
}