에스크로 메일 재발송 다국어 추가

- 에스크로 메일 재발송 바텀시트 다국어 적용
- 에스크로 상세 페이지 메일 재발송 성공 메시지 다국어 적용
- 한글/영문 번역 키 추가

🤖 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-17 14:35:50 +09:00
parent d7086eeb38
commit f4b8565358
4 changed files with 19 additions and 9 deletions

View File

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