From dad9cb699ee6db5f0e803b78d467cf457588f468 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Mon, 3 Nov 2025 13:42:22 +0900 Subject: [PATCH] Add missing translation keys for ARS SMS resend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- src/locales/en.json | 4 ++++ src/locales/ko.json | 4 ++++ 2 files changed, 8 insertions(+) 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": "์ฃผ๋ฌธ์ƒํƒœ"