- 빌링 결제신청(권한체크 'X' -> 'W')
- 에스크로 메일 재발송 버튼 활성화 조건 추가 , 권한체크 'X'-> 'W' - 다국어 누락 부분 추가
This commit is contained in:
@@ -715,8 +715,10 @@
|
||||
},
|
||||
"passwordGroup": {
|
||||
"cancelPassword": "Cancel Password",
|
||||
"passwordMismatch": "Password Mismatch"
|
||||
"passwordMismatch": "Password Mismatch",
|
||||
"pleaseCheckPassword": "Please check your cancel password."
|
||||
},
|
||||
"requestNotPossible": "Cancellation request is not possible.",
|
||||
"afterDeposit": {
|
||||
"title": "Transaction Cancel (After Deposit Cancel)",
|
||||
"notice": "The requested transaction cancellation can be processed after deposit.",
|
||||
@@ -761,7 +763,8 @@
|
||||
},
|
||||
"escrow": {
|
||||
"title": "Escrow",
|
||||
"detailTitle": "Escrow Details"
|
||||
"detailTitle": "Escrow Details",
|
||||
"mailResend": "Resend Email"
|
||||
},
|
||||
"billing": {
|
||||
"title": "Billing",
|
||||
|
||||
@@ -715,8 +715,10 @@
|
||||
},
|
||||
"passwordGroup": {
|
||||
"cancelPassword": "취소 비밀번호",
|
||||
"passwordMismatch": "비밀번호 불일치"
|
||||
"passwordMismatch": "비밀번호 불일치",
|
||||
"pleaseCheckPassword": "취소비밀번호를 확인해주세요."
|
||||
},
|
||||
"requestNotPossible": "취소요청이 불가능합니다.",
|
||||
"afterDeposit": {
|
||||
"title": "거래취소(입금 후 취소)",
|
||||
"notice": "요청하신 거래취소는 입금 후 취소처리 가능합니다.",
|
||||
@@ -761,7 +763,8 @@
|
||||
},
|
||||
"escrow": {
|
||||
"title": "에스크로",
|
||||
"detailTitle": "에스크로 상세"
|
||||
"detailTitle": "에스크로 상세",
|
||||
"mailResend": "메일 재발송"
|
||||
},
|
||||
"billing": {
|
||||
"title": "빌링",
|
||||
|
||||
Reference in New Issue
Block a user