- 이름,이메일,계좌번호 등 마스킹정책 적용

- 권한 체크 오 기입 수정
- 다국어 누락 부분 수정
This commit is contained in:
HyeonJongKim
2025-11-17 19:14:56 +09:00
parent fd5333e4a2
commit 4e1baffb13
13 changed files with 400 additions and 67 deletions

View File

@@ -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",