에스크로 메일 재발송 다국어 추가
- 에스크로 메일 재발송 바텀시트 다국어 적용 - 에스크로 상세 페이지 메일 재발송 성공 메시지 다국어 적용 - 한글/영문 번역 키 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -499,7 +499,11 @@
|
||||
"mailLabel": "Receive by Email",
|
||||
"mail": "Mail",
|
||||
"select": "Select",
|
||||
"errorNoEmail": "No registered email information.\nPlease add email authentication information from the user management menu before applying."
|
||||
"errorNoEmail": "No registered email information.\nPlease add email authentication information from the user management menu before applying.",
|
||||
"resendTitle": "Resend Email",
|
||||
"resendDescription": "You can resend the escrow email to customers who did not receive the email.",
|
||||
"resendConfirmation": "Do you want to resend the email?",
|
||||
"resendButton": "Resend"
|
||||
},
|
||||
"cashReceiptPurposeUpdate": {
|
||||
"title": "Cash Receipt Purpose Change Notice",
|
||||
@@ -764,7 +768,8 @@
|
||||
"escrow": {
|
||||
"title": "Escrow",
|
||||
"detailTitle": "Escrow Details",
|
||||
"mailResend": "Resend Email"
|
||||
"mailResend": "Resend Email",
|
||||
"mailResendSuccess": "Email has been resent successfully."
|
||||
},
|
||||
"billing": {
|
||||
"title": "Billing",
|
||||
|
||||
@@ -499,7 +499,11 @@
|
||||
"mailLabel": "메일로 받기",
|
||||
"mail": "메일",
|
||||
"select": "선택",
|
||||
"errorNoEmail": "등록된 메일 정보가 없습니다.\n이메일 인증정보를 사용자관리 메뉴에서 추가 후 신청하세요."
|
||||
"errorNoEmail": "등록된 메일 정보가 없습니다.\n이메일 인증정보를 사용자관리 메뉴에서 추가 후 신청하세요.",
|
||||
"resendTitle": "메일 재발송",
|
||||
"resendDescription": "메일 미수신 고객에게 에스크로 메일 재발송이 가능합니다.",
|
||||
"resendConfirmation": "메일을 재발송 하시겠습니까?",
|
||||
"resendButton": "재발송"
|
||||
},
|
||||
"cashReceiptPurposeUpdate": {
|
||||
"title": "현금영수증 용도 변경 안내",
|
||||
@@ -764,7 +768,8 @@
|
||||
"escrow": {
|
||||
"title": "에스크로",
|
||||
"detailTitle": "에스크로 상세",
|
||||
"mailResend": "메일 재발송"
|
||||
"mailResend": "메일 재발송",
|
||||
"mailResendSuccess": "메일 재발송을 성공하였습니다."
|
||||
},
|
||||
"billing": {
|
||||
"title": "빌링",
|
||||
|
||||
Reference in New Issue
Block a user