링크결제 신청 단계 폼 다국어 지원 추가

- Step1, Step2 폼 레이블 현지화
- 발송 수단, 상품 정보, 구매자 정보 등 모든 필드 번역
- 구매자 정보 대조 옵션(개인/법인) 다국어 적용
- 언어 선택(국문/영문), 링크내용(기본/추가) 현지화

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-03 16:08:40 +09:00
parent b0698248f1
commit 79b5c1cb76
4 changed files with 67 additions and 26 deletions

View File

@@ -1071,7 +1071,25 @@
"linkBreakFailed": "Failed to break link. Please check individual status.",
"linkBreakFailedGeneric": "Failed to break link.",
"pleaseRetry": "Please try again",
"resendSuccess": "Resend successful.",
"sendMethod": "Send Method",
"productPrice": "Product Price",
"productOrderNumber": "Product Order Number",
"paymentValidDate": "Payment Valid Date",
"until": "Until",
"selectDate": "Select Date",
"buyerEmail": "Buyer Email",
"buyerPhoneNumber": "Buyer\nPhone Number",
"buyerInfoVerification": "Buyer Info Verification",
"individual": "Individual",
"corporate": "Corporate",
"businessNumber10Digits": "Business Number (10 digits)",
"birthDate6Digits": "Birth Date (6 digits)",
"language": "Language",
"korean": "Korean",
"english": "English",
"linkContent": "Link Content",
"basic": "Basic",
"additional": "Additional",
"resendFailed": "Resend failed.",
"resendError": "An error occurred during resend.",
"resendConfirm": "Do you want to resend?",

View File

@@ -1071,7 +1071,25 @@
"linkBreakFailed": "링크중단 요청에 실패했습니다. 개별 상태를 확인해주세요.",
"linkBreakFailedGeneric": "링크중단 요청에 실패했습니다.",
"pleaseRetry": "다시 시도해 주세요",
"resendSuccess": "발송을 성공하였습니다.",
"sendMethod": "발송 수단",
"productPrice": "상품가격",
"productOrderNumber": "상품 주문번호",
"paymentValidDate": "결제 유효일",
"until": "까지",
"selectDate": "날짜 선택",
"buyerEmail": "구매자 이메일",
"buyerPhoneNumber": "구매자\n휴대폰 번호",
"buyerInfoVerification": "구매자 정보 대조",
"individual": "개인",
"corporate": "법인",
"businessNumber10Digits": "사업자번호 10자리",
"birthDate6Digits": "생년월일 6자리",
"language": "언어",
"korean": "국문",
"english": "영문",
"linkContent": "링크내용",
"basic": "기본",
"additional": "추가",
"resendFailed": "재발송을 실패하였습니다.",
"resendError": "재발송 중 오류가 발생했습니다.",
"resendConfirm": "재발송 하시겠습니까?",