- 이름,이메일,계좌번호 등 마스킹정책 적용
- 권한 체크 오 기입 수정 - 다국어 누락 부분 수정
This commit is contained in:
@@ -774,7 +774,23 @@
|
||||
"billing": {
|
||||
"title": "Billing",
|
||||
"detailTitle": "Billing Details",
|
||||
"charge": "Billing Charge"
|
||||
"charge": "Billing Charge",
|
||||
"paymentInfoInput": "Enter Payment Information",
|
||||
"billKey": "Bill Key",
|
||||
"productAmount": "Product Amount",
|
||||
"paymentRequestDate": "Payment Request Date",
|
||||
"selectDate": "Select Date",
|
||||
"installmentMonth": "Installment Months",
|
||||
"lumpSum": "Lump Sum",
|
||||
"months": "{{count}} Months",
|
||||
"chargeRequest": "Request Payment",
|
||||
"billKeyRequired": "Bill key is required.",
|
||||
"productNameRequired": "Product name is required.",
|
||||
"productAmountRequired": "Product amount is required.",
|
||||
"productAmountMinimum": "Product amount must be greater than 0.",
|
||||
"orderNumberRequired": "Order number is required.",
|
||||
"buyerNameRequired": "Buyer name is required.",
|
||||
"chargeSuccess": "Payment request was successful."
|
||||
},
|
||||
"payment": {
|
||||
"title": "Payment Management",
|
||||
|
||||
@@ -774,7 +774,23 @@
|
||||
"billing": {
|
||||
"title": "빌링",
|
||||
"detailTitle": "빌링 상세",
|
||||
"charge": "빌링 청구"
|
||||
"charge": "빌링 청구",
|
||||
"paymentInfoInput": "결제 정보 입력",
|
||||
"billKey": "빌키",
|
||||
"productAmount": "상품금액",
|
||||
"paymentRequestDate": "결제 요청일자",
|
||||
"selectDate": "날짜 선택",
|
||||
"installmentMonth": "할부 개월",
|
||||
"lumpSum": "일시불",
|
||||
"months": "{{count}}개월",
|
||||
"chargeRequest": "결제 신청",
|
||||
"billKeyRequired": "빌키는 필수 입력 항목입니다.",
|
||||
"productNameRequired": "상품명은 필수 입력 항목입니다.",
|
||||
"productAmountRequired": "상품금액은 필수 입력 항목입니다.",
|
||||
"productAmountMinimum": "상품금액은 0보다 커야 합니다.",
|
||||
"orderNumberRequired": "주문번호는 필수 입력 항목입니다.",
|
||||
"buyerNameRequired": "구매자명은 필수 입력 항목입니다.",
|
||||
"chargeSuccess": "결제 신청을 성공하였습니다."
|
||||
},
|
||||
"payment": {
|
||||
"title": "결제 관리",
|
||||
|
||||
Reference in New Issue
Block a user