Add missing translation keys for ARS SMS resend

- Add transaction.apply translation key
- Add transaction.sms.resendConfirmMessage translation key
- Supports both Korean and English for SMS resend confirmation dialog

🤖 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 13:42:22 +09:00
parent 6ff2209508
commit dad9cb699e
2 changed files with 8 additions and 0 deletions

View File

@@ -458,6 +458,7 @@
"fullCancel": "Full Cancel",
"partialCancel": "Partial Cancel",
"submit": "Submit",
"apply": "Apply",
"searchAmount": "Search Amount",
"searchDate": "Search Date",
"transactionCount": "Transaction Count",
@@ -466,6 +467,9 @@
"download": "Download",
"cancelTransaction": "Cancel Transaction",
"confirmCancel": "Do you want to cancel this transaction?",
"sms": {
"resendConfirmMessage": "Do you want to resend SMS to this number?"
},
"filter": {
"paymentStatus": "Payment Status",
"orderStatus": "Order Status"

View File

@@ -458,6 +458,7 @@
"fullCancel": "전체 취소",
"partialCancel": "부분 취소",
"submit": "신청",
"apply": "적용",
"searchAmount": "조회금액",
"searchDate": "조회일자",
"transactionCount": "거래건수",
@@ -466,6 +467,9 @@
"download": "다운로드",
"cancelTransaction": "거래 취소",
"confirmCancel": "거래를 취소하시겠습니까?",
"sms": {
"resendConfirmMessage": "번호로 SMS를 재발송 하시겠습니까?"
},
"filter": {
"paymentStatus": "결제상태",
"orderStatus": "주문상태"