- 이름,이메일,계좌번호 등 마스킹정책 적용
- 권한 체크 오 기입 수정 - 다국어 누락 부분 수정
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",
|
||||
|
||||
Reference in New Issue
Block a user