mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"amount": "금액",
|
|
"couponDiscount": "쿠폰 할인",
|
|
"discount": "할인 금액",
|
|
"failed": "실패",
|
|
"feeAmount": "수수료",
|
|
"method": "지불 방법",
|
|
"methods": {
|
|
"alipay_f2f": "알리페이(대면)",
|
|
"balance": "잔액",
|
|
"epay": "이페이",
|
|
"stripe_alipay": "Stripe(알리페이)",
|
|
"stripe_wechat_pay": "Stripe(위챗)"
|
|
},
|
|
"orderNumber": "주문 번호",
|
|
"status": {
|
|
"0": "상태",
|
|
"1": "결제 대기 중",
|
|
"2": "결제 완료",
|
|
"3": "취소됨",
|
|
"4": "닫힘",
|
|
"5": "완료됨"
|
|
},
|
|
"subscribe": "구독",
|
|
"subscribePrice": "구독 가격",
|
|
"total": "총계",
|
|
"tradeNo": "거래 번호",
|
|
"type": {
|
|
"0": "유형",
|
|
"1": "신규 구매",
|
|
"2": "갱신",
|
|
"3": "데이터 초기화",
|
|
"4": "충전"
|
|
},
|
|
"updateTime": "업데이트 시간",
|
|
"user": "사용자"
|
|
}
|