From 8c4daf05b91603cce0f7db29a994fdd7b40db581 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Mon, 3 Nov 2025 17:21:15 +0900 Subject: [PATCH] =?UTF-8?q?transaction.constants=20=EB=B2=88=EC=97=AD=20?= =?UTF-8?q?=ED=82=A4=20=EC=B6=94=EA=B0=80:=20card,=20mobilePhone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 알림톡 필터에서 사용되는 번역 키를 추가했습니다. 추가된 키: - transaction.constants.card: 카드 / Card - transaction.constants.mobilePhone: 휴대폰 / Mobile Phone 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/locales/en.json | 10 ++++++---- src/locales/ko.json | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 94f5fdb..d547ef9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -649,10 +649,12 @@ "deposit": "Deposit", "waitingDeposit": "Waiting Deposit", "issueCancel": "Serial Number Cancel", + "card": "Card", "creditCard": "Credit Card", "virtualAccount": "Virtual Account", "accountTransfer": "Bank Transfer", "accountSimpleTransfer": "Simple Account Payment", + "mobilePhone": "Mobile Phone", "mobilePayment": "Mobile Phone", "ssgMoney": "SSG Money", "ssgBank": "SSG Bank Account", @@ -928,7 +930,7 @@ "all": "All", "virtualAccountReqShort": "Virtual Account\nRequest", "virtualAccountReqDepositShort": "Virtual Account\nRequest+Deposit", - "buyerReceiveNumber": "Buyer,Receive Number", + "buyerReceiveNumber": "Purchaser,Receive Number", "receivePhoneNumber": "Receive Phone Number", "queryResult": "Query Result" }, @@ -1057,12 +1059,12 @@ "alimtalk": { "title": "Alimtalk Payment Notification", "detailTitle": "Alimtalk Send Detail", - "buyer": "Buyer", + "buyer": "Purchaser", "depositRequest": "Deposit Request", "depositComplete": "Deposit Complete", "kakaotalk": "KakaoTalk", "fbSms": "FB SMS", - "orderOrTid": "Buyer, TID", + "orderOrTid": "Purchaser, TID", "notificationCategory": "Notification Category", "sendType": "Send Type", "sendCategory": "Send Category", @@ -1070,7 +1072,7 @@ "transactionInfo": "Transaction Information", "serviceName": "Service Name", "sendKind": "Send Type", - "buyerName": "Buyer Name", + "buyerName": "Purchaser Name", "paymentService": "Payment Service", "notificationDivision": "Notification Division", "sendDivision": "Send Division", diff --git a/src/locales/ko.json b/src/locales/ko.json index d569cb7..b726b86 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -649,10 +649,12 @@ "deposit": "입금", "waitingDeposit": "입금대기", "issueCancel": "채번취소", + "card": "카드", "creditCard": "신용카드", "virtualAccount": "가상계좌", "accountTransfer": "계좌이체", "accountSimpleTransfer": "계좌간편결제", + "mobilePhone": "휴대폰", "mobilePayment": "휴대폰", "ssgMoney": "SSG 머니", "ssgBank": "SSG 은행계좌",