- SMS,지급대행 다국어 문자 수정

This commit is contained in:
HyeonJongKim
2025-11-10 10:24:12 +09:00
parent 0d93a95744
commit 5643e78555
4 changed files with 182 additions and 180 deletions

View File

@@ -65,7 +65,7 @@ export const PayoutDetail = ({
const params: ExtensionPayoutDetailDownloadCertificateParams = { const params: ExtensionPayoutDetailDownloadCertificateParams = {
mid: mid, mid: mid,
tid: tid, tid: tid,
requestType: 'IMAGE', requestType: selectedMode,
email: '' email: ''
}; };
extensionPayoutDetailDownloadCertification(params).then((rs: ExtensionPayoutDetailDownloadCertificateResponse) => { extensionPayoutDetailDownloadCertification(params).then((rs: ExtensionPayoutDetailDownloadCertificateResponse) => {
@@ -191,7 +191,7 @@ export const PayoutDetail = ({
<DownloadBottomSheet <DownloadBottomSheet
bottomSheetOn={downloadBottomSheetOn} bottomSheetOn={downloadBottomSheetOn}
setBottomSheetOn={setDownloadBottomSheetOn} setBottomSheetOn={setDownloadBottomSheetOn}
imageMode={ false } imageMode={true}
emailMode={true} emailMode={true}
sendRequest={onRequestDownload} sendRequest={onRequestDownload}
/> />

View File

@@ -99,7 +99,7 @@ export const SmsPaymentDetailResend = ({
onClick={onClickResend} onClick={onClickResend}
disabled={!smsDetailData?.sendMessage} disabled={!smsDetailData?.sendMessage}
> >
{t('common.request')} {t('additionalService.sms.smsResendButton')}
</button> </button>
</div> </div>
</motion.div> </motion.div>

View File

@@ -933,6 +933,7 @@
"virtualAccountRequest": "Virtual Account Request", "virtualAccountRequest": "Virtual Account Request",
"virtualAccountRequestDeposit": "Virtual Account Request + Deposit", "virtualAccountRequestDeposit": "Virtual Account Request + Deposit",
"smsDetailAndResend": "SMS Details & Resend", "smsDetailAndResend": "SMS Details & Resend",
"smsResendButton": "Resend",
"sender": "Sender (Number)", "sender": "Sender (Number)",
"receiver": "Receiver (Number)", "receiver": "Receiver (Number)",
"sendSuccess": "SMS sent successfully.", "sendSuccess": "SMS sent successfully.",
@@ -1204,7 +1205,7 @@
"paymentComplete": "Payment Complete", "paymentComplete": "Payment Complete",
"paymentFailed": "Payment Failed", "paymentFailed": "Payment Failed",
"paymentStopped": "Payment Stopped/Inactive", "paymentStopped": "Payment Stopped/Inactive",
"applyRequest": "Request", "applyRequest": "Payment Request",
"noData": "No data available", "noData": "No data available",
"phoneNumber": "Phone Number", "phoneNumber": "Phone Number",
"email": "Email", "email": "Email",

View File

@@ -933,6 +933,7 @@
"virtualAccountRequest": "가상계좌 요청", "virtualAccountRequest": "가상계좌 요청",
"virtualAccountRequestDeposit": "가상계좌 요청 + 입금", "virtualAccountRequestDeposit": "가상계좌 요청 + 입금",
"smsDetailAndResend": "SMS 상세 & 재발송", "smsDetailAndResend": "SMS 상세 & 재발송",
"smsResendButton": "재발송",
"sender": "발신자(번호)", "sender": "발신자(번호)",
"receiver": "수신자(번호)", "receiver": "수신자(번호)",
"sendSuccess": "SMS 발송을 성공하였습니다.", "sendSuccess": "SMS 발송을 성공하였습니다.",
@@ -1040,8 +1041,8 @@
"processingResult": "처리결과", "processingResult": "처리결과",
"balance": "잔액", "balance": "잔액",
"won": "원", "won": "원",
"transferRegistration": "송금등록", "transferRegistration": "이체 등록",
"transferRegistrationNotice": "송금등록 후 별도의 '이체요청' 처리가 필요하며, 요청하지 않을 경우 이체가 진행되지 않습니다.", "transferRegistrationNotice": "이체 등록 후 별도의 '이체요청' 처리가 필요하며, 요청하지 않을 경우 이체가 진행되지 않습니다.",
"resultInquiry": "결과조회", "resultInquiry": "결과조회",
"tabTransferRequest": "이체요청", "tabTransferRequest": "이체요청",
"tabResultInquiry": "결과조회", "tabResultInquiry": "결과조회",
@@ -1108,7 +1109,7 @@
"payout": { "payout": {
"title": "지급대행", "title": "지급대행",
"detailTitle": "지급대행 상세", "detailTitle": "지급대행 상세",
"requestTitle": "지급대행 청", "requestTitle": "지급대행 청",
"requestDate": "요청일자", "requestDate": "요청일자",
"disbursementDate": "지급일자", "disbursementDate": "지급일자",
"paymentStatus": "지급 상태", "paymentStatus": "지급 상태",
@@ -1204,7 +1205,7 @@
"paymentComplete": "결제완료", "paymentComplete": "결제완료",
"paymentFailed": "결제실패", "paymentFailed": "결제실패",
"paymentStopped": "결제중단/비활성화", "paymentStopped": "결제중단/비활성화",
"applyRequest": "청", "applyRequest": "결제 신청",
"noData": "데이터가 없습니다", "noData": "데이터가 없습니다",
"phoneNumber": "휴대폰번호", "phoneNumber": "휴대폰번호",
"email": "이메일", "email": "이메일",