diff --git a/src/locales/en.json b/src/locales/en.json index 452b54b..76d3f86 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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" diff --git a/src/locales/ko.json b/src/locales/ko.json index c89b271..011d2a9 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -458,6 +458,7 @@ "fullCancel": "전체 취소", "partialCancel": "부분 취소", "submit": "신청", + "apply": "적용", "searchAmount": "조회금액", "searchDate": "조회일자", "transactionCount": "거래건수", @@ -466,6 +467,9 @@ "download": "다운로드", "cancelTransaction": "거래 취소", "confirmCancel": "거래를 취소하시겠습니까?", + "sms": { + "resendConfirmMessage": "번호로 SMS를 재발송 하시겠습니까?" + }, "filter": { "paymentStatus": "결제상태", "orderStatus": "주문상태"