var LOCALIZE = function(){ return {
'getCurrency' : function(){ return 'KRW'; },
'getCurrencyChar' : function(){ return '₩'; },
'getCurrencyDecimalCount' : function(){ return 0; },
'getCurrencyDecimalChar' : function(){ return '.'; },
'getCurrencyThousandChar' : function(){ return ','; },
'getCurrencyFormat' : function(price){ var _format_string = '%s원'; return _format_string.replace('%s', money_format(price,0,'.',',')); },
'convArguments' : function(){
var msg=arguments[0];
if (arguments[1].length>0){
// REQUEST IN getLocalizeString
if(arguments[1].length === 1 && typeof arguments[1][0] === 'object'){
for(var i=1; i<=arguments[1][0].length; i++){
msg = replaceAll(msg, '%'+i, arguments[1][0][i-1]);
msg = replaceAll(msg, '%'+i, arguments[1][0][i-1]);
}
}else{
for(var i=1; i<=arguments[1].length; i++){
msg = replaceAll(msg, '%'+i, arguments[1][i-1]);
msg = replaceAll(msg, '%'+i, arguments[1][i-1]);
}
}
};
return msg;
},
'설명_옵션을선택해주세요' : function(){ return LOCALIZE.convArguments("Please select an option", arguments); },
'설명_해지완료' : function(){ return LOCALIZE.convArguments("Cancellation Completed", arguments); },
'설명_수신완료' : function(){ return LOCALIZE.convArguments("Reception complete", arguments); },
'설명_알림만료' : function(){ return LOCALIZE.convArguments("Notification Expiration", arguments); },
'버튼_신청취소' : function(){ return LOCALIZE.convArguments("Cancel application", arguments); },
'설명_목록에서삭제하시겠어요' : function(){ return LOCALIZE.convArguments("Would you like to remove it from the list?", arguments); },
'설명_이미수신한알림입니다목록에서삭제됩니다' : function(){ return LOCALIZE.convArguments("This notification has already been received. It will be removed from the list.", arguments); },
'설명_재입고알림을취소하시겠어요' : function(){ return LOCALIZE.convArguments("Would you like to cancel restock notifications?", arguments); },
'설명_재입고알림신청이취소됩니다' : function(){ return LOCALIZE.convArguments("Your request for restock notification will be cancelled.", arguments); },
'타이틀_알림신청목록' : function(){ return LOCALIZE.convArguments("Notification Subscription List", arguments); },
'설명_확인해주세요' : function(){ return LOCALIZE.convArguments("Please check", arguments); },
'설명_재입고알림신청후60일이내자동삭제안내문구' : function(){ return LOCALIZE.convArguments("
Products that have been in stock for more than 90 days will be automatically deleted from the list.
You can change the contact information to receive notifications in My Page > Edit Information .
You can request restock notifications for up to 10 items.
Restock notifications are sent in the order in which they are requested, and popular items may sell out early.
Restock notifications that have already been sent once will not be sent again. If you would like to receive notifications again, please re-apply.
If the administrator disables the restock request feature or the product itself is deleted, it may disappear from the list.
", arguments); },
'설명_재고가있어구매할수있는옵션이에요' : function(){ return LOCALIZE.convArguments("This is an option that is available for purchase as it is in stock.", arguments); },
'설명_재입고알림신청은최대n개까지가능해요' : function(){ return LOCALIZE.convArguments("You can request restock notifications for up to %s items.", arguments); },
'설명_마이페이지에서기존재입고알림신청목록을삭제하고다시' : function(){ return LOCALIZE.convArguments("Please delete the list of previously applied restock notifications from My Page and apply again.", arguments); },
'설명_마이페이지에서기존재입고알림신청목록을삭제하고다시신청해주세요' : function(){ return LOCALIZE.convArguments("Please delete the list of previously applied restock notifications from My Page and apply again.", arguments); },
'설명_재입고알림신청에실패했어요' : function(){ return LOCALIZE.convArguments("Restock notification request failed", arguments); },
'설명_재고가있어구매할수있는옵션이에요다시시도해주세요' : function(){ return LOCALIZE.convArguments("This option is in stock and available for purchase. Please try again.", arguments); },
'설명_이미재입고알림신청이등록된상품이에요' : function(){ return LOCALIZE.convArguments("This product has already been registered for restock notification.", arguments); },
'버튼_재입고알림관리' : function(){ return LOCALIZE.convArguments("Manage restock notifications", arguments); },
'버튼_신청' : function(){ return LOCALIZE.convArguments("application", arguments); },
'타이틀_재입고알림신청' : function(){ return LOCALIZE.convArguments("Sign up for restock notifications", arguments); },
'설명_상품재입고시마이페이지에등록된연락처로안내드려요' : function(){ return LOCALIZE.convArguments("When the product is back in stock, we will notify you through the contact information registered on My Page.", arguments); },
'설명_연락처를등록해주세요' : function(){ return LOCALIZE.convArguments("Please register your contact information", arguments); },
'설명_재입고알림신청이완료됐어요' : function(){ return LOCALIZE.convArguments("Your request for restock notification has been completed.", arguments); },
'설명_상품재입고시마이페이지에등록된연락처로안내' : function(){ return LOCALIZE.convArguments("When the product is back in stock, we will notify you through the contact information registered on My Page. Please register at My Page > Edit Information .", arguments); },
'설명_상품재입고시마이페이지에등록된연락처로안내마이페이지정보수정' : function(){ return LOCALIZE.convArguments("When the product is back in stock, we will notify you through the contact information registered on My Page. Please register at My Page > Edit Information .", arguments); },
'설명_관리자에의한해지' : function(){ return LOCALIZE.convArguments("Termination by administrator", arguments); },
'설명_구매자에의한해지' : function(){ return LOCALIZE.convArguments("Termination by Buyer", arguments); },
'설명_해지일자' : function(){ return LOCALIZE.convArguments("Termination date", arguments); },
'타이틀_재입고알림관리' : function(){ return LOCALIZE.convArguments("Manage restock notification dates", arguments); },
'E_40056' : function(){ return LOCALIZE.convArguments("You have selected an option that is out of stock.", arguments); },
'CD_SMT13' : function(){ return LOCALIZE.convArguments("Card company verification required", arguments); },
'CD_SMT14' : function(){ return LOCALIZE.convArguments("Site is not in operation", arguments); },
'설명_휴대전화번호를확인해주세요' : function(){ return LOCALIZE.convArguments("Please check your mobile number", arguments); },
'타이틀_기타환불' : function(){ return LOCALIZE.convArguments("Other refunds", arguments); },
'E_30404' : function(){ return LOCALIZE.convArguments("Cash receipt information cannot be modified.", arguments); },
'타이틀_취소안내' : function(){ return LOCALIZE.convArguments("Cancellation Notice", arguments); },
'E_30070' : function(){ return LOCALIZE.convArguments("Please enter an alternative refund method.", arguments); },
'E_30071' : function(){ return LOCALIZE.convArguments("Please enter the name of the bank that will be used for the alternative refund.", arguments); },
'E_30072' : function(){ return LOCALIZE.convArguments("Please enter the alternative refund method account number.", arguments); },
'E_30073' : function(){ return LOCALIZE.convArguments("Please enter the depositor's name for the alternative refund method.", arguments); },
'CD_SIT18' : function(){ return LOCALIZE.convArguments("Option error (nonexistent)", arguments); },
'CD_SIT19' : function(){ return LOCALIZE.convArguments("Options hidden error", arguments); },
'CD_SIT20' : function(){ return LOCALIZE.convArguments("Delivery type error", arguments); },
'CD_SIT21' : function(){ return LOCALIZE.convArguments("Product inventory error", arguments); },
'CD_SIT22' : function(){ return LOCALIZE.convArguments("Skip Item Error", arguments); },
'CD_SIT23' : function(){ return LOCALIZE.convArguments("All item validity checks failed", arguments); },
'CD_SIT24' : function(){ return LOCALIZE.convArguments("Failed to create order", arguments); },
'CD_SIT25' : function(){ return LOCALIZE.convArguments("Easy payment method error", arguments); },
'CD_SIT26' : function(){ return LOCALIZE.convArguments("Easy payment error", arguments); },
'CD_SIT27' : function(){ return LOCALIZE.convArguments("Error changing options", arguments); },
'CD_SIT28' : function(){ return LOCALIZE.convArguments("TFR-1041, Data is normal or error occurs in code base", arguments); },
'CD_SIT29' : function(){ return LOCALIZE.convArguments("Skip", arguments); },
'CD_SIT13' : function(){ return LOCALIZE.convArguments("Error: Maximum purchase quantity per member exceeded", arguments); },
'CD_SIT14' : function(){ return LOCALIZE.convArguments("Category permission error", arguments); },
'CD_SIT15' : function(){ return LOCALIZE.convArguments("Option maximum purchase quantity error", arguments); },
'CD_SIT16' : function(){ return LOCALIZE.convArguments("Option sold out error", arguments); },
'CD_SIT17' : function(){ return LOCALIZE.convArguments("Option inventory error", arguments); },
'CD_SIT03' : function(){ return LOCALIZE.convArguments("Option count error", arguments); },
'CD_SIT04' : function(){ return LOCALIZE.convArguments("Product data error", arguments); },
'CD_SIT05' : function(){ return LOCALIZE.convArguments("Product deletion error", arguments); },
'CD_SIT06' : function(){ return LOCALIZE.convArguments("Product Out of Stock Error", arguments); },
'CD_SIT07' : function(){ return LOCALIZE.convArguments("Product Status Error", arguments); },
'CD_SIT08' : function(){ return LOCALIZE.convArguments("Product sales period error", arguments); },
'CD_SIT09' : function(){ return LOCALIZE.convArguments("Digital product download error", arguments); },
'CD_SIT10' : function(){ return LOCALIZE.convArguments("Error in purchasing voucher product", arguments); },
'CD_SIT11' : function(){ return LOCALIZE.convArguments("Minimum purchase quantity error", arguments); },
'CD_SIT12' : function(){ return LOCALIZE.convArguments("Maximum purchase quantity error", arguments); },
'CD_SIT01' : function(){ return LOCALIZE.convArguments("Unknown error", arguments); },
'CD_SIT02' : function(){ return LOCALIZE.convArguments("Unknown error", arguments); },
'E_51008' : function(){ return LOCALIZE.convArguments("This is a lost card.", arguments); },
'E_51009' : function(){ return LOCALIZE.convArguments("This card has been suspended.", arguments); },
'E_51010' : function(){ return LOCALIZE.convArguments("This card has been cancelled.", arguments); },
'E_51011' : function(){ return LOCALIZE.convArguments("This card is not registered.", arguments); },
'E_51012' : function(){ return LOCALIZE.convArguments("Your balance is insufficient.", arguments); },
'E_51013' : function(){ return LOCALIZE.convArguments("The limit has been exceeded.", arguments); },
'E_51014' : function(){ return LOCALIZE.convArguments("The billing information does not exist.", arguments); },
'E_51015' : function(){ return LOCALIZE.convArguments("This card is overdue.", arguments); },
'E_51016' : function(){ return LOCALIZE.convArguments("The product you are trying to pay for is incorrect.", arguments); },
'E_51017' : function(){ return LOCALIZE.convArguments("The maximum purchase quantity has been exceeded.", arguments); },
'E_51018' : function(){ return LOCALIZE.convArguments("We couldn't find your card information. Please try registering again.", arguments); },
'E_51019' : function(){ return LOCALIZE.convArguments("Unknown error", arguments); },
'CD_SMT11' : function(){ return LOCALIZE.convArguments("Card expiration date error", arguments); },
'CD_SMT12' : function(){ return LOCALIZE.convArguments("Card re-registration required", arguments); },
'CD_SMT01' : function(){ return LOCALIZE.convArguments("Unknown error", arguments); },
'CD_SMT02' : function(){ return LOCALIZE.convArguments("Lost Card", arguments); },
'CD_SMT03' : function(){ return LOCALIZE.convArguments("Stop Trading Card", arguments); },
'CD_SMT04' : function(){ return LOCALIZE.convArguments("Cancelled Card", arguments); },
'CD_SMT05' : function(){ return LOCALIZE.convArguments("Unregistered card", arguments); },
'CD_SMT06' : function(){ return LOCALIZE.convArguments("Insufficient funds", arguments); },
'CD_SMT07' : function(){ return LOCALIZE.convArguments("Exceeded limit", arguments); },
'CD_SMT08' : function(){ return LOCALIZE.convArguments("Exceeded maximum purchase quantity", arguments); },
'CD_SMT09' : function(){ return LOCALIZE.convArguments("Card re-registration required", arguments); },
'CD_SMT10' : function(){ return LOCALIZE.convArguments("Overdue Card", arguments); },
'설명_선물' : function(){ return LOCALIZE.convArguments("Gift", arguments); },
'E_30060' : function(){ return LOCALIZE.convArguments("Non-members cannot order.", arguments); },
'E_30061' : function(){ return LOCALIZE.convArguments("Digital goods cannot be purchased in duplicate.", arguments); },
'CD_OPM33' : function(){ return LOCALIZE.convArguments("Talk checkout", arguments); },
'CD_OPM34' : function(){ return LOCALIZE.convArguments("Payment at Japanese convenience stores", arguments); },
'CD_OPM25' : function(){ return LOCALIZE.convArguments("KB App Pay", arguments); },
'CD_OPM26' : function(){ return LOCALIZE.convArguments("Chaipei", arguments); },
'CD_OPM27' : function(){ return LOCALIZE.convArguments("T-money pay", arguments); },
'CD_OPM28' : function(){ return LOCALIZE.convArguments("Pinpay", arguments); },
'CD_OPM29' : function(){ return LOCALIZE.convArguments("Apple Pay", arguments); },
'CD_OPM30' : function(){ return LOCALIZE.convArguments("Naver Pay On-Demand", arguments); },
'CD_OPM31' : function(){ return LOCALIZE.convArguments("Paypal", arguments); },
'CD_OPM32' : function(){ return LOCALIZE.convArguments("Eximbay", arguments); },
'CD_OPM01' : function(){ return LOCALIZE.convArguments("Bank transfer", arguments); },
'CD_OPM02' : function(){ return LOCALIZE.convArguments("Credit Card", arguments); },
'CD_OPM03' : function(){ return LOCALIZE.convArguments("Virtual account", arguments); },
'CD_OPM04' : function(){ return LOCALIZE.convArguments("Real-time account transfer", arguments); },
'CD_OPM05' : function(){ return LOCALIZE.convArguments("Mobile phone payment", arguments); },
'CD_OPM06' : function(){ return LOCALIZE.convArguments("Free payment", arguments); },
'CD_OPM07' : function(){ return LOCALIZE.convArguments("Kakao Pay", arguments); },
'CD_OPM08' : function(){ return LOCALIZE.convArguments("Naver Pay", arguments); },
'CD_OPM09' : function(){ return LOCALIZE.convArguments("Toss Pay", arguments); },
'CD_OPM10' : function(){ return LOCALIZE.convArguments("Credit Card (Subscription)", arguments); },
'CD_OPM21' : function(){ return LOCALIZE.convArguments("Samsung Pay", arguments); },
'CD_OPM22' : function(){ return LOCALIZE.convArguments("Samsung Pay Check", arguments); },
'CD_OPM23' : function(){ return LOCALIZE.convArguments("Shinsegae Pay", arguments); },
'CD_OPM24' : function(){ return LOCALIZE.convArguments("L Pay", arguments); },
'CD_OPM20' : function(){ return LOCALIZE.convArguments("Fake", arguments); },
'CD_OPS01' : function(){ return LOCALIZE.convArguments("Waiting for payment", arguments); },
'CD_OPS02' : function(){ return LOCALIZE.convArguments("Payment deadline exceeded", arguments); },
'CD_OPS03' : function(){ return LOCALIZE.convArguments("Payment completed", arguments); },
'CD_OPS04' : function(){ return LOCALIZE.convArguments("Partial refund", arguments); },
'CD_OPS05' : function(){ return LOCALIZE.convArguments("Refund completed", arguments); },
'CD_OPS06' : function(){ return LOCALIZE.convArguments("Payment failed", arguments); },
'CD_OPS07' : function(){ return LOCALIZE.convArguments("Payment withdrawal", arguments); },
'CD_OPS08' : function(){ return LOCALIZE.convArguments("Cancel before deposit", arguments); },
'타이틀_기존옵션을구매할수없어요' : function(){ return LOCALIZE.convArguments("I can't purchase the existing option", arguments); },
'버튼_상품상세로이동' : function(){ return LOCALIZE.convArguments("Go to product details", arguments); },
'버튼_바로구매하기' : function(){ return LOCALIZE.convArguments("Buy Now", arguments); },
'타이틀_기존옵션으로재구매할까요' : function(){ return LOCALIZE.convArguments("Should I repurchase with the existing option?", arguments); },
'버튼_재구매' : function(){ return LOCALIZE.convArguments("Repurchase", arguments); },
'설명_취소가능한상품이없습니다' : function(){ return LOCALIZE.convArguments("There are no products eligible for cancellation.", arguments); },
'설명_반품가능한상품이없습니다' : function(){ return LOCALIZE.convArguments("There are no products eligible for return.", arguments); },
'설명_교환가능한상품이없습니다' : function(){ return LOCALIZE.convArguments("There are no products available for exchange.", arguments); },
'타이틀_교환접수' : function(){ return LOCALIZE.convArguments("Exchange Acceptance", arguments); },
'타이틀_교환사유및환불계좌' : function(){ return LOCALIZE.convArguments("Reason for exchange and refund account", arguments); },
'설명_반품' : function(){ return LOCALIZE.convArguments("Return", arguments); },
'설명_교환' : function(){ return LOCALIZE.convArguments("exchange", arguments); },
'설명_상세정보' : function(){ return LOCALIZE.convArguments("More information", arguments); },
'설명_최초결제수단으로환불이불가한경우' : function(){ return LOCALIZE.convArguments("Please enter your refund account information in case a refund is not possible using your original payment method.", arguments); },
'설명_취소반품요청이후할인혜택귀책사유판매정책에따라' : function(){ return LOCALIZE.convArguments("After a cancellation/return request , the refund amount may vary depending on discount benefits, reasons for attribution, and sales policy .", arguments); },
'설명_금액' : function(){ return LOCALIZE.convArguments("amount", arguments); },
'설명_단판매자가상품의발송여부를확인하여진행등' : function(){ return LOCALIZE.convArguments("However, since the cancellation request is processed after the seller confirms whether the product has been shipped, the cancellation request may be rejected. If you cancel your entire order, the coupon you used will be returned and can be used again if it has not expired.", arguments); },
'설명_상품준비단계일경우주문하신상품을취소요청하실수있습니다' : function(){ return LOCALIZE.convArguments("If the product is in the product preparation stage, you can request cancellation of the product you ordered.", arguments); },
'버튼_취소요청철회' : function(){ return LOCALIZE.convArguments("Withdraw cancellation request", arguments); },
'설명_n시간동안입금하지않으면결제가자동으로취소돼요' : function(){ return LOCALIZE.convArguments("If you do not deposit within $1 hour, your payment will be automatically cancelled.", arguments); },
'타이틀_환불상품금액' : function(){ return LOCALIZE.convArguments("Refund Product Amount", arguments); },
'설명_다운로드n회가능' : function(){ return LOCALIZE.convArguments("%1 download available", arguments); },
'CD_RRT01' : function(){ return LOCALIZE.convArguments("Automatic collection application", arguments); },
'CD_RRT02' : function(){ return LOCALIZE.convArguments("Buyer's Sent", arguments); },
'CD_RRT03' : function(){ return LOCALIZE.convArguments("etc", arguments); },
'CD_RRT04' : function(){ return LOCALIZE.convArguments("Manual collection request (enter invoice number directly from seller)", arguments); },
'CD_RRT05' : function(){ return LOCALIZE.convArguments("Waiting for collection information input", arguments); },
'타이틀_수거방법' : function(){ return LOCALIZE.convArguments("Collection method", arguments); },
'버튼_반품요청철회' : function(){ return LOCALIZE.convArguments("Withdraw return request", arguments); },
'설명_상세사유' : function(){ return LOCALIZE.convArguments("Detailed reason", arguments); },
'설명_배송기사' : function(){ return LOCALIZE.convArguments("Delivery man", arguments); },
'설명_운송장' : function(){ return LOCALIZE.convArguments("Waybill", arguments); },
'설명_선불' : function(){ return LOCALIZE.convArguments("prepayment", arguments); },
'설명_수거지를선택해주세요' : function(){ return LOCALIZE.convArguments("Please select a collection point", arguments); },
'설명_환불수단을입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter your refund method", arguments); },
'설명_배송비포인트' : function(){ return LOCALIZE.convArguments("Shipping Points", arguments); },
'설명_까지입금해주세요' : function(){ return LOCALIZE.convArguments("Please deposit up to %1", arguments); },
'타이틀_추가결제필요' : function(){ return LOCALIZE.convArguments("Additional payment required", arguments); },
'설명_할인합계' : function(){ return LOCALIZE.convArguments("Discount Total", arguments); },
'설명_추가결제가필요해요' : function(){ return LOCALIZE.convArguments("Additional payment is required", arguments); },
'타이틀_환불정보' : function(){ return LOCALIZE.convArguments("Refund Information", arguments); },
'E_30059' : function(){ return LOCALIZE.convArguments("The maximum purchase quantity per person has been exceeded.", arguments); },
'설명_직접전달' : function(){ return LOCALIZE.convArguments("Direct delivery", arguments); },
'타이틀_도착지정보' : function(){ return LOCALIZE.convArguments("Destination information", arguments); },
'설명_보내는사람' : function(){ return LOCALIZE.convArguments("sender", arguments); },
'타이틀_교환방법' : function(){ return LOCALIZE.convArguments("How to exchange", arguments); },
'타이틀_부분환불' : function(){ return LOCALIZE.convArguments("Partial refund", arguments); },
'타이틀_결제기한초과' : function(){ return LOCALIZE.convArguments("Payment deadline exceeded", arguments); },
'타이틀_결제이탈' : function(){ return LOCALIZE.convArguments("Payment withdrawal", arguments); },
'타이틀_환불완료' : function(){ return LOCALIZE.convArguments("Refund completed", arguments); },
'타이틀_수거지정보' : function(){ return LOCALIZE.convArguments("Collection information", arguments); },
'버튼_쇼핑몰지정택배' : function(){ return LOCALIZE.convArguments("Shopping mall designated courier", arguments); },
'설명_교환사유선택' : function(){ return LOCALIZE.convArguments("Select reason for exchange", arguments); },
'타이틀_반품교환요청' : function(){ return LOCALIZE.convArguments("Return/Exchange Request", arguments); },
'버튼_반품요청' : function(){ return LOCALIZE.convArguments("Return request", arguments); },
'설명_반품사유선택' : function(){ return LOCALIZE.convArguments("Select a reason for return", arguments); },
'설명_n할인' : function(){ return LOCALIZE.convArguments("%1 discount", arguments); },
'타이틀_반품사유' : function(){ return LOCALIZE.convArguments("Reason for return", arguments); },
'타이틀_반품방법' : function(){ return LOCALIZE.convArguments("How to return", arguments); },
'타이틀_대체환불수단' : function(){ return LOCALIZE.convArguments("Alternative refund method", arguments); },
'타이틀_예상환불금액' : function(){ return LOCALIZE.convArguments("Expected Refund Amount", arguments); },
'타이틀_결제요청안내' : function(){ return LOCALIZE.convArguments("Payment request", arguments); },
'설명_결제요청안내' : function(){ return LOCALIZE.convArguments("Please make the payment on your My Page. (Order number %1) Outstanding amount %2", arguments); },
'설명_최대할인이적용되지않았어요' : function(){ return LOCALIZE.convArguments("Maximum discount was not applied", arguments); },
'타이틀_배송지' : function(){ return LOCALIZE.convArguments("Delivery address", arguments); },
'타이틀_할인정보' : function(){ return LOCALIZE.convArguments("Discount information", arguments); },
'설명_캡차인증실패' : function(){ return LOCALIZE.convArguments("Authentication failed. Please try again later.", arguments); },
'설명_캡차인증만료' : function(){ return LOCALIZE.convArguments("Your authentication has expired. please try again.", arguments); },
'설명_캡차로봇이아닙니다' : function(){ return LOCALIZE.convArguments("I am not a robot.", arguments); },
'설명_캡차인증완료' : function(){ return LOCALIZE.convArguments("Verification completed", arguments); },
'설명_캡차인증중' : function(){ return LOCALIZE.convArguments("Authenticating...", arguments); },
'설명_캡차인증중잠시만기다려주세요' : function(){ return LOCALIZE.convArguments("Authenticating... Please wait a moment.", arguments); },
'설명_최대할인이적용됐어요' : function(){ return LOCALIZE.convArguments("Maximum discount has been applied", arguments); },
'설명_적립금사용조건_최소보유적립금' : function(){ return LOCALIZE.convArguments("You can use more than %1 %2", arguments); },
'설명_적립금사용조건_최소구매금액' : function(){ return LOCALIZE.convArguments("Available for purchases of %1 or more", arguments); },
'설명_적립금사용조건_최소보유적립금_최소구매금액' : function(){ return LOCALIZE.convArguments("Can be used when purchasing %1 %2 or more %3", arguments); },
'설명_배송메모는최대n자까지작성할수있습니다' : function(){ return LOCALIZE.convArguments("Delivery notes can contain up to %1 characters.", arguments); },
'설명_사용가능' : function(){ return LOCALIZE.convArguments("Available", arguments); },
'설명_쿠폰코드를입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter coupon code", arguments); },
'설명_선택한쿠폰이없어요' : function(){ return LOCALIZE.convArguments("There is no coupon selected", arguments); },
'설명_외n장' : function(){ return LOCALIZE.convArguments("Other %1", arguments); },
'설명_전체평점보기' : function(){ return LOCALIZE.convArguments("See full rating", arguments); },
'설명_나쁨' : function(){ return LOCALIZE.convArguments("1", arguments); },
'설명_별로' : function(){ return LOCALIZE.convArguments("2", arguments); },
'설명_보통' : function(){ return LOCALIZE.convArguments("3", arguments); },
'설명_좋음' : function(){ return LOCALIZE.convArguments("4", arguments); },
'설명_최고' : function(){ return LOCALIZE.convArguments("5", arguments); },
'타이틀_회수지시' : function(){ return LOCALIZE.convArguments("Recovery instruction", arguments); },
'타이틀_회수중' : function(){ return LOCALIZE.convArguments("Recovering", arguments); },
'타이틀_상품확인중' : function(){ return LOCALIZE.convArguments("Checking product", arguments); },
'타이틀_상품준비' : function(){ return LOCALIZE.convArguments("Product preparation", arguments); },
'타이틀_배송대기' : function(){ return LOCALIZE.convArguments("Waiting for delivery", arguments); },
'타이틀_취소접수' : function(){ return LOCALIZE.convArguments("Cancellation reception", arguments); },
'타이틀_반품접수' : function(){ return LOCALIZE.convArguments("Return reception", arguments); },
'설명_입력한주소를확인해주세요' : function(){ return LOCALIZE.convArguments("Please check the address you entered.", arguments); },
'E_10004' : function(){ return LOCALIZE.convArguments("Server error: You do not have permission to access.", arguments); },
'E_10001' : function(){ return LOCALIZE.convArguments("Server Error: Failed to create order.", arguments); },
'E_80001' : function(){ return LOCALIZE.convArguments("This section is currently being processed.", arguments); },
'E_40001' : function(){ return LOCALIZE.convArguments("This coupon cannot be used.", arguments); },
'E_40002' : function(){ return LOCALIZE.convArguments("No call data found.", arguments); },
'E_40003' : function(){ return LOCALIZE.convArguments("This ticket cannot be used.", arguments); },
'E_40004' : function(){ return LOCALIZE.convArguments("The point to change is 0.", arguments); },
'E_40005' : function(){ return LOCALIZE.convArguments("Point data does not exist.", arguments); },
'E_40006' : function(){ return LOCALIZE.convArguments("Not enough points.", arguments); },
'E_40007' : function(){ return LOCALIZE.convArguments("This currency is not supported.", arguments); },
'E_40008' : function(){ return LOCALIZE.convArguments("Points cannot be used.", arguments); },
'E_40009' : function(){ return LOCALIZE.convArguments("Linked data does not exist.", arguments); },
'E_40010' : function(){ return LOCALIZE.convArguments("Item types do not match.", arguments); },
'E_40011' : function(){ return LOCALIZE.convArguments("Delivery settings data does not exist.", arguments); },
'E_40012' : function(){ return LOCALIZE.convArguments("Item listing matching failed.", arguments); },
'E_40013' : function(){ return LOCALIZE.convArguments("Option data does not exist.", arguments); },
'E_40014' : function(){ return LOCALIZE.convArguments("There is no data to display.", arguments); },
'E_40015' : function(){ return LOCALIZE.convArguments("An error occurred in the API request.", arguments); },
'E_40016' : function(){ return LOCALIZE.convArguments("The points you are trying to reimburse are more than the points used for the order.", arguments); },
'E_40020' : function(){ return LOCALIZE.convArguments("Order data does not exist.", arguments); },
'E_40021' : function(){ return LOCALIZE.convArguments("The status of the section is pending delivery. You cannot change the section state.", arguments); },
'E_40022' : function(){ return LOCALIZE.convArguments("The invoice number has not been registered. Please register the invoice number.", arguments); },
'E_40023' : function(){ return LOCALIZE.convArguments("Unsupported section status.", arguments); },
'E_40024' : function(){ return LOCALIZE.convArguments("It is not possible to restore section status for digital products.", arguments); },
'E_40025' : function(){ return LOCALIZE.convArguments("The refund has already been processed. Please check the status.", arguments); },
'E_40026' : function(){ return LOCALIZE.convArguments("The invoice number is registered. Please cancel the invoice number.", arguments); },
'E_40027' : function(){ return LOCALIZE.convArguments("This is a status that cannot be cancelled.", arguments); },
'E_40028' : function(){ return LOCALIZE.convArguments("Status verification failed.", arguments); },
'E_40029' : function(){ return LOCALIZE.convArguments("The order status is not open for trading.", arguments); },
'E_40030' : function(){ return LOCALIZE.convArguments("Order section data does not exist.", arguments); },
'E_40031' : function(){ return LOCALIZE.convArguments("The order section item data does not exist.", arguments); },
'E_40032' : function(){ return LOCALIZE.convArguments("Order section cancellation data does not exist.", arguments); },
'E_40033' : function(){ return LOCALIZE.convArguments("Order section returns data does not exist.", arguments); },
'E_40034' : function(){ return LOCALIZE.convArguments("Order section cancellation history data does not exist.", arguments); },
'E_40035' : function(){ return LOCALIZE.convArguments("This order section already has returns data.", arguments); },
'E_40036' : function(){ return LOCALIZE.convArguments("The product is in a ready state and cannot be changed.", arguments); },
'E_40037' : function(){ return LOCALIZE.convArguments("Digital products and vouchers cannot be changed to delivery standby.", arguments); },
'E_40038' : function(){ return LOCALIZE.convArguments("Changes to the delivery preparation stage are not possible.", arguments); },
'E_40039' : function(){ return LOCALIZE.convArguments("It is not possible to change the status of an order section item.", arguments); },
'E_40040' : function(){ return LOCALIZE.convArguments("The section item data for which you requested a status change does not exist.", arguments); },
'E_40041' : function(){ return LOCALIZE.convArguments("Please enter the number of section items to change.", arguments); },
'E_40042' : function(){ return LOCALIZE.convArguments("The number of section items for which status changes have been requested exceeds the number that can be changed.", arguments); },
'E_40043' : function(){ return LOCALIZE.convArguments("The section invoice Excel job is being processed and the status cannot be changed.", arguments); },
'E_40044' : function(){ return LOCALIZE.convArguments("The transaction cannot proceed because it does not exist.", arguments); },
'E_40045' : function(){ return LOCALIZE.convArguments("The current order status cannot be changed.", arguments); },
'E_40046' : function(){ return LOCALIZE.convArguments("This is not an external channel order form.", arguments); },
'E_40047' : function(){ return LOCALIZE.convArguments("The status of all sections is not ready.", arguments); },
'E_40048' : function(){ return LOCALIZE.convArguments("Cancellation failed because the section status could not be changed.", arguments); },
'E_40049' : function(){ return LOCALIZE.convArguments("Failed to create order section item number.", arguments); },
'E_40050' : function(){ return LOCALIZE.convArguments("Product data does not exist.", arguments); },
'E_40051' : function(){ return LOCALIZE.convArguments("This product is sold out.", arguments); },
'E_40052' : function(){ return LOCALIZE.convArguments("Product option data does not exist.", arguments); },
'E_40053' : function(){ return LOCALIZE.convArguments("Gift orders without a delivery address cannot be changed to waiting for delivery.", arguments); },
'E_40060' : function(){ return LOCALIZE.convArguments("Verification failed.", arguments); },
'E_40100' : function(){ return LOCALIZE.convArguments("This is not an initial order pending payment.", arguments); },
'E_40101' : function(){ return LOCALIZE.convArguments("This is not a bank transfer or virtual account order.", arguments); },
'E_40102' : function(){ return LOCALIZE.convArguments("The product in your current order is incorrect.", arguments); },
'E_40103' : function(){ return LOCALIZE.convArguments("Membership code is missing.", arguments); },
'E_40200' : function(){ return LOCALIZE.convArguments("Naver Pay is not linked or there is a problem with the information.", arguments); },
'E_40201' : function(){ return LOCALIZE.convArguments("Talk Checkout is not linked or there is a problem with the information.", arguments); },
'E_40202' : function(){ return LOCALIZE.convArguments("When entering return information directly, shipping information is required.", arguments); },
'E_40203' : function(){ return LOCALIZE.convArguments("API request failed.", arguments); },
'E_40204' : function(){ return LOCALIZE.convArguments("Failed to create order form.", arguments); },
'E_20003' : function(){ return LOCALIZE.convArguments("A name identical to the name you are trying to set exists.", arguments); },
'E_20004' : function(){ return LOCALIZE.convArguments("The original tab does not exist.", arguments); },
'E_20005' : function(){ return LOCALIZE.convArguments("The number of tabs that can be created has been exceeded.", arguments); },
'E_20006' : function(){ return LOCALIZE.convArguments("The requested tab does not exist.", arguments); },
'E_20007' : function(){ return LOCALIZE.convArguments("The \"All\" tab cannot be deleted.", arguments); },
'E_20008' : function(){ return LOCALIZE.convArguments("The length of the applicable name has been exceeded.", arguments); },
'E_20009' : function(){ return LOCALIZE.convArguments("This is an order that cannot be changed.", arguments); },
'E_20010' : function(){ return LOCALIZE.convArguments("The order does not exist.", arguments); },
'E_20011' : function(){ return LOCALIZE.convArguments("Filter date range is invalid.", arguments); },
'E_20012' : function(){ return LOCALIZE.convArguments("Search conditions (please check the period)", arguments); },
'E_20013' : function(){ return LOCALIZE.convArguments("Search conditions (please check delivery delay date)", arguments); },
'E_20014' : function(){ return LOCALIZE.convArguments("Failed to create basic tab list", arguments); },
'E_20101' : function(){ return LOCALIZE.convArguments("No courier information found.", arguments); },
'E_20102' : function(){ return LOCALIZE.convArguments("I can't find the shipping address information on my order.", arguments); },
'E_20103' : function(){ return LOCALIZE.convArguments("Item collection type code is incorrect.", arguments); },
'E_20104' : function(){ return LOCALIZE.convArguments("Invoice code does not exist.", arguments); },
'E_20105' : function(){ return LOCALIZE.convArguments("This site is not using Goodsflow.", arguments); },
'E_20106' : function(){ return LOCALIZE.convArguments("Goodsflow Center information does not exist.", arguments); },
'E_20107' : function(){ return LOCALIZE.convArguments("The limit for the number of shipping address codes has been exceeded.", arguments); },
'E_20108' : function(){ return LOCALIZE.convArguments("Cancellation of Goodsflow automatic collection failed.", arguments); },
'E_20109' : function(){ return LOCALIZE.convArguments("The Goodsflow automatic collection application failed.", arguments); },
'E_20110' : function(){ return LOCALIZE.convArguments("The invoice number must be a string containing at least one number.", arguments); },
'E_20111' : function(){ return LOCALIZE.convArguments("The phone number sent to Goodsflow cannot exceed 12 digits.", arguments); },
'E_20112' : function(){ return LOCALIZE.convArguments("Goodsflow transmission zip code error.", arguments); },
'E_20201' : function(){ return LOCALIZE.convArguments("Order section status code does not exist.", arguments); },
'E_20202' : function(){ return LOCALIZE.convArguments("The canceled orders section does not exist.", arguments); },
'E_20203' : function(){ return LOCALIZE.convArguments("The Returned Orders section does not exist.", arguments); },
'E_20204' : function(){ return LOCALIZE.convArguments("Order section does not exist.", arguments); },
'E_20205' : function(){ return LOCALIZE.convArguments("Order section status cannot be processed.", arguments); },
'E_20206' : function(){ return LOCALIZE.convArguments("Quantity information is incorrect.", arguments); },
'E_20207' : function(){ return LOCALIZE.convArguments("Order section item does not exist.", arguments); },
'E_20208' : function(){ return LOCALIZE.convArguments("The product cannot be added because the invoice has been entered.", arguments); },
'E_20209' : function(){ return LOCALIZE.convArguments("The shipping address where the invoice number is registered cannot be deleted.", arguments); },
'E_20210' : function(){ return LOCALIZE.convArguments("The shipping address cannot be modified because the invoice is registered.", arguments); },
'E_20211' : function(){ return LOCALIZE.convArguments("This section is not currently waiting for delivery.", arguments); },
'E_20301' : function(){ return LOCALIZE.convArguments("The current order status is not open for trading. related", arguments); },
'E_20302' : function(){ return LOCALIZE.convArguments("Order sections that have not been shipped cannot be changed to paid status.", arguments); },
'E_20303' : function(){ return LOCALIZE.convArguments("Order section status cannot be changed.", arguments); },
'E_20304' : function(){ return LOCALIZE.convArguments("You cannot view the status of the Canceled Orders section.", arguments); },
'E_20305' : function(){ return LOCALIZE.convArguments("You cannot view the status of the Collected Orders section.", arguments); },
'E_20306' : function(){ return LOCALIZE.convArguments("Order section item status cannot be changed.", arguments); },
'E_20308' : function(){ return LOCALIZE.convArguments("Order section status cannot be changed to Stopped delivery status.", arguments); },
'E_20309' : function(){ return LOCALIZE.convArguments("The status in the orders section is already the same as requested.", arguments); },
'E_20310' : function(){ return LOCALIZE.convArguments("There is currently an outstanding balance on your order. related", arguments); },
'E_20311' : function(){ return LOCALIZE.convArguments("We can't view your shopping settings.", arguments); },
'E_20401' : function(){ return LOCALIZE.convArguments("The list of coupons to be returned and the list of coupons used in the order do not match.", arguments); },
'E_20402' : function(){ return LOCALIZE.convArguments("You have exceeded the refundable points limit.", arguments); },
'E_20403' : function(){ return LOCALIZE.convArguments("The refundable amount has been exceeded.", arguments); },
'E_20404' : function(){ return LOCALIZE.convArguments("The refund amount does not match.", arguments); },
'E_20405' : function(){ return LOCALIZE.convArguments("This refund type code is not supported.", arguments); },
'E_20406' : function(){ return LOCALIZE.convArguments("This type of shipping discount is not supported.", arguments); },
'E_20407' : function(){ return LOCALIZE.convArguments("Additional discount information cannot be viewed.", arguments); },
'E_20408' : function(){ return LOCALIZE.convArguments("Shipping discounts are no longer available.", arguments); },
'E_20409' : function(){ return LOCALIZE.convArguments("There are no order section items requiring payment.", arguments); },
'E_20410' : function(){ return LOCALIZE.convArguments("There is no corresponding payment data.", arguments); },
'E_20411' : function(){ return LOCALIZE.convArguments("There is no payment data waiting for payment.", arguments); },
'E_20412' : function(){ return LOCALIZE.convArguments("The deposit expiration date has already passed.", arguments); },
'E_20501' : function(){ return LOCALIZE.convArguments("Failed to create order note.", arguments); },
'E_20502' : function(){ return LOCALIZE.convArguments("No order notes exist.", arguments); },
'E_20601' : function(){ return LOCALIZE.convArguments("You cannot view the timeline for your order.", arguments); },
'E_20602' : function(){ return LOCALIZE.convArguments("You cannot view your order history.", arguments); },
'E_20901' : function(){ return LOCALIZE.convArguments("This data was requested incorrectly.", arguments); },
'E_20902' : function(){ return LOCALIZE.convArguments("Orderer information cannot be changed.", arguments); },
'E_20903' : function(){ return LOCALIZE.convArguments("The order cannot be deleted.", arguments); },
'E_20904' : function(){ return LOCALIZE.convArguments("The order has not changed.", arguments); },
'E_20905' : function(){ return LOCALIZE.convArguments("Your order cannot be tracked.", arguments); },
'E_21001' : function(){ return LOCALIZE.convArguments("This order type code is not supported.", arguments); },
'E_21002' : function(){ return LOCALIZE.convArguments("Product does not exist.", arguments); },
'E_21003' : function(){ return LOCALIZE.convArguments("This product type is not supported.", arguments); },
'E_21101' : function(){ return LOCALIZE.convArguments("Non-existent invoice batch operation.", arguments); },
'E_21102' : function(){ return LOCALIZE.convArguments("An invoice batch job that never completes.", arguments); },
'E_21103' : function(){ return LOCALIZE.convArguments("Order data is required to obtain section information.", arguments); },
'E_21104' : function(){ return LOCALIZE.convArguments("Failed to register invoice batch job.", arguments); },
'E_21105' : function(){ return LOCALIZE.convArguments("There is no data to process when downloading the invoice form.", arguments); },
'E_21201' : function(){ return LOCALIZE.convArguments("Excel form registration failed.", arguments); },
'E_21202' : function(){ return LOCALIZE.convArguments("Failed to delete Excel form.", arguments); },
'E_21203' : function(){ return LOCALIZE.convArguments("Failed to edit Excel form.", arguments); },
'E_21204' : function(){ return LOCALIZE.convArguments("Excel form query failed.", arguments); },
'E_21301' : function(){ return LOCALIZE.convArguments("There is an unsupported column in the output target column.", arguments); },
'E_21302' : function(){ return LOCALIZE.convArguments("Failed to retrieve the order form Excel output list.", arguments); },
'E_21303' : function(){ return LOCALIZE.convArguments("The stream ended due to a problem during the Excel download process.", arguments); },
'E_21304' : function(){ return LOCALIZE.convArguments("Failed to get Excel download url.", arguments); },
'E_21305' : function(){ return LOCALIZE.convArguments("The requested Excel download record does not exist.", arguments); },
'E_21306' : function(){ return LOCALIZE.convArguments("The download validity period for the requested Excel download record has expired.", arguments); },
'E_21307' : function(){ return LOCALIZE.convArguments("The requested Excel creation failed.", arguments); },
'E_21401' : function(){ return LOCALIZE.convArguments("Please proceed after registering the calling number.", arguments); },
'E_21402' : function(){ return LOCALIZE.convArguments("It cannot be sent because the sending number has not been verified.", arguments); },
'E_21403' : function(){ return LOCALIZE.convArguments("This is a blocked calling number.", arguments); },
'E_21404' : function(){ return LOCALIZE.convArguments("Please proceed after recharging the number of shipments.", arguments); },
'E_21405' : function(){ return LOCALIZE.convArguments("Please enter your details.", arguments); },
'E_21406' : function(){ return LOCALIZE.convArguments("Notification messages cannot be sent by direct input.", arguments); },
'E_21407' : function(){ return LOCALIZE.convArguments("There is no information pending payment.", arguments); },
'E_21408' : function(){ return LOCALIZE.convArguments("There is no payment completion information.", arguments); },
'E_21409' : function(){ return LOCALIZE.convArguments("There is no payment information beyond the deposit expiration date.", arguments); },
'E_21410' : function(){ return LOCALIZE.convArguments("There is no payment information.", arguments); },
'E_21411' : function(){ return LOCALIZE.convArguments("This is a notification event that is not supported.", arguments); },
'E_21412' : function(){ return LOCALIZE.convArguments("We can't send you a notification because you don't have your payment number.", arguments); },
'E_21413' : function(){ return LOCALIZE.convArguments("Currently, sending manual notification of payment completion is not supported.", arguments); },
'E_21414' : function(){ return LOCALIZE.convArguments("We cannot send you a notification because your order section number is missing.", arguments); },
'E_21415' : function(){ return LOCALIZE.convArguments("We can't send you a notification because we don't have information about your payment overdue.", arguments); },
'E_21416' : function(){ return LOCALIZE.convArguments("Manual notification sending failed. Please contact the administrator.", arguments); },
'E_21417' : function(){ return LOCALIZE.convArguments("Gift messages cannot be sent to standard orders.", arguments); },
'E_21418' : function(){ return LOCALIZE.convArguments("Gift messages cannot be sent to orders with a shipping address entered.", arguments); },
'E_21419' : function(){ return LOCALIZE.convArguments("Gift messages cannot be sent to gifting orders for which payment has not been completed.", arguments); },
'E_21501' : function(){ return LOCALIZE.convArguments("The order form is not an external channel order form.", arguments); },
'E_21502' : function(){ return LOCALIZE.convArguments("The section's state is not capable of processing the request.", arguments); },
'E_21503' : function(){ return LOCALIZE.convArguments("The requested item information does not exist in the external channel.", arguments); },
'E_21504' : function(){ return LOCALIZE.convArguments("Requested item information does not exist.", arguments); },
'E_21505' : function(){ return LOCALIZE.convArguments("The shipping due date must be later than the current date.", arguments); },
'E_21506' : function(){ return LOCALIZE.convArguments("This is a proprietary type that is not supported.", arguments); },
'E_21507' : function(){ return LOCALIZE.convArguments("The order form is an external channel order form.", arguments); },
'E_21508' : function(){ return LOCALIZE.convArguments("Collection completion processing linkage failed.", arguments); },
'E_21509' : function(){ return LOCALIZE.convArguments("Payment data does not exist.", arguments); },
'E_70001' : function(){ return LOCALIZE.convArguments("The file for invoice excel processing could not be read.", arguments); },
'E_70002' : function(){ return LOCALIZE.convArguments("There is no API information for subscription payment.", arguments); },
'E_70003' : function(){ return LOCALIZE.convArguments("I received a response from PG as payment failure.", arguments); },
'E_70004' : function(){ return LOCALIZE.convArguments("Subscription cycle settings do not exist.", arguments); },
'E_70005' : function(){ return LOCALIZE.convArguments("This is not a payment date.", arguments); },
'E_70101' : function(){ return LOCALIZE.convArguments("S3 order form Excel upload error.", arguments); },
'E_70201' : function(){ return LOCALIZE.convArguments("The cash receipt issuance method is incorrect.", arguments); },
'E_70202' : function(){ return LOCALIZE.convArguments("Cash receipts cannot be issued unless payment is completed.", arguments); },
'E_70203' : function(){ return LOCALIZE.convArguments("If the cash receipt issuance status is not waiting for issuance or issuance failed, it cannot be issued.", arguments); },
'E_60001' : function(){ return LOCALIZE.convArguments("pg data does not exist.", arguments); },
'E_60002' : function(){ return LOCALIZE.convArguments("unit pg data already exists.", arguments); },
'E_60003' : function(){ return LOCALIZE.convArguments("Payment data does not exist.", arguments); },
'E_60004' : function(){ return LOCALIZE.convArguments("Please check your payment status.", arguments); },
'E_60005' : function(){ return LOCALIZE.convArguments("Please check your payment method.", arguments); },
'E_60006' : function(){ return LOCALIZE.convArguments("Please check the payment transaction amount.", arguments); },
'E_60007' : function(){ return LOCALIZE.convArguments("Payment verification key does not match. (wrong secret)", arguments); },
'E_60008' : function(){ return LOCALIZE.convArguments("tosspayments Escrow only supports payment cancellation.", arguments); },
'E_60009' : function(){ return LOCALIZE.convArguments("mertKey does not exist.", arguments); },
'E_60010' : function(){ return LOCALIZE.convArguments("hashdata does not match.", arguments); },
'E_60011' : function(){ return LOCALIZE.convArguments("hmac does not match.", arguments); },
'E_60101' : function(){ return LOCALIZE.convArguments("The invoice number cannot be changed for some items within the same section.", arguments); },
'E_60102' : function(){ return LOCALIZE.convArguments("Invoices cannot be registered in delivery pending status.", arguments); },
'E_60103' : function(){ return LOCALIZE.convArguments("Sections that are not ready for product cannot be changed to waiting for delivery.", arguments); },
'E_60104' : function(){ return LOCALIZE.convArguments("There are no valid items (section numbers) among the requested items.", arguments); },
'E_60105' : function(){ return LOCALIZE.convArguments("Sections that are not in the waiting state for delivery cannot be changed to the shipping state.", arguments); },
'E_60106' : function(){ return LOCALIZE.convArguments("Sections that are not in delivery status cannot be changed to delivery status.", arguments); },
'E_60107' : function(){ return LOCALIZE.convArguments("You requested the wrong page.", arguments); },
'E_60108' : function(){ return LOCALIZE.convArguments("Orders older than three months cannot be viewed using the OPEN API.", arguments); },
'E_60109' : function(){ return LOCALIZE.convArguments("OPEN API Naver Pay on-demand and Talk Checkout order processing will be supported in the future", arguments); },
'E_60110' : function(){ return LOCALIZE.convArguments("A duplicate orderSectionItemNo was requested in etcPriceList.", arguments); },
'E_60111' : function(){ return LOCALIZE.convArguments("A duplicate orderSectionItemNo was requested in etcPriceList.", arguments); },
'E_60112' : function(){ return LOCALIZE.convArguments("You cannot change the status of some items to shipping within the same section.", arguments); },
'E_60113' : function(){ return LOCALIZE.convArguments("You cannot change the status of some items to delivered within the same section.", arguments); },
'E_30001' : function(){ return LOCALIZE.convArguments("Option data does not exist", arguments); },
'E_30002' : function(){ return LOCALIZE.convArguments("Orderer membership code and requested membership code do not match", arguments); },
'E_30003' : function(){ return LOCALIZE.convArguments("This is either an incorrect phone number or an incorrect non-member code.", arguments); },
'E_30004' : function(){ return LOCALIZE.convArguments("The orderer's phone number and the requested phone number do not match", arguments); },
'E_30005' : function(){ return LOCALIZE.convArguments("The non-member code of the orderer and the requested non-member code do not match", arguments); },
'E_30006' : function(){ return LOCALIZE.convArguments("Cancellation cannot be requested.", arguments); },
'E_30007' : function(){ return LOCALIZE.convArguments("There are products that are in a condition that cannot be cancelled.", arguments); },
'E_30008' : function(){ return LOCALIZE.convArguments("The section invoice number has not been entered.", arguments); },
'E_30009' : function(){ return LOCALIZE.convArguments("You can order items with the same shipping method.", arguments); },
'E_30010' : function(){ return LOCALIZE.convArguments("Invalid channel id.", arguments); },
'E_30011' : function(){ return LOCALIZE.convArguments("This product is out of stock.", arguments); },
'E_30012' : function(){ return LOCALIZE.convArguments("Invalid membership code.", arguments); },
'E_30013' : function(){ return LOCALIZE.convArguments("The minimum purchase amount to apply the coupon is not met.", arguments); },
'E_30014' : function(){ return LOCALIZE.convArguments("This coupon cannot be used.", arguments); },
'E_30015' : function(){ return LOCALIZE.convArguments("There is no item data.", arguments); },
'E_30016' : function(){ return LOCALIZE.convArguments("Points applied are below the minimum points held.", arguments); },
'E_30017' : function(){ return LOCALIZE.convArguments("The minimum purchase amount to apply points is not met.", arguments); },
'E_30018' : function(){ return LOCALIZE.convArguments("There is no order section data.", arguments); },
'E_30019' : function(){ return LOCALIZE.convArguments("There is no digital product data.", arguments); },
'E_30020' : function(){ return LOCALIZE.convArguments("The digital product usage period has expired.", arguments); },
'E_30021' : function(){ return LOCALIZE.convArguments("Your digital product download count has expired.", arguments); },
'E_30022' : function(){ return LOCALIZE.convArguments("There is no product data.", arguments); },
'E_30023' : function(){ return LOCALIZE.convArguments("There is no invoice data.", arguments); },
'E_30024' : function(){ return LOCALIZE.convArguments("There is no order data.", arguments); },
'E_30025' : function(){ return LOCALIZE.convArguments("There is no shipping address data.", arguments); },
'E_30026' : function(){ return LOCALIZE.convArguments("The delivery information address format and the request address format are different.", arguments); },
'E_30027' : function(){ return LOCALIZE.convArguments("There is no order section item data.", arguments); },
'E_30028' : function(){ return LOCALIZE.convArguments("There is no addressFormat data in the shipping address data.", arguments); },
'E_30029' : function(){ return LOCALIZE.convArguments("There is no city data in the delivery address data.", arguments); },
'E_30030' : function(){ return LOCALIZE.convArguments("There is no street data in the delivery address data.", arguments); },
'E_30031' : function(){ return LOCALIZE.convArguments("There is no addr1 data in the shipping address data.", arguments); },
'E_30032' : function(){ return LOCALIZE.convArguments("There is no state data in the delivery address data.", arguments); },
'E_30033' : function(){ return LOCALIZE.convArguments("There is no addr2 data in the shipping address data.", arguments); },
'E_30034' : function(){ return LOCALIZE.convArguments("There is no building data in the delivery address data.", arguments); },
'E_30035' : function(){ return LOCALIZE.convArguments("There is no zipcode data in the delivery address data.", arguments); },
'E_30036' : function(){ return LOCALIZE.convArguments("There is no order delivery address data.", arguments); },
'E_30037' : function(){ return LOCALIZE.convArguments("The url information is incorrect.", arguments); },
'E_30038' : function(){ return LOCALIZE.convArguments("This is an order that cannot be canceled.", arguments); },
'E_30039' : function(){ return LOCALIZE.convArguments("The order is below the minimum order amount.", arguments); },
'E_30040' : function(){ return LOCALIZE.convArguments("This product is not on sale.", arguments); },
'E_30041' : function(){ return LOCALIZE.convArguments("Please enter shipping address information.", arguments); },
'E_30042' : function(){ return LOCALIZE.convArguments("Points cannot be used for cash on delivery.", arguments); },
'E_30043' : function(){ return LOCALIZE.convArguments("This is a product or unit for which a subscription order cannot be created.", arguments); },
'E_30044' : function(){ return LOCALIZE.convArguments("There is no shipping address data.", arguments); },
'E_30045' : function(){ return LOCALIZE.convArguments("This channel cannot create gifting orders.", arguments); },
'E_30046' : function(){ return LOCALIZE.convArguments("Gift orders are only available in Pro version or higher.", arguments); },
'E_30047' : function(){ return LOCALIZE.convArguments("Gift orders are only available on the Korean site.", arguments); },
'E_30048' : function(){ return LOCALIZE.convArguments("A gifting order cannot be created because you are not using the gifting service.", arguments); },
'E_30049' : function(){ return LOCALIZE.convArguments("You cannot create a gift order because you are not using the SMS or Notification Talk service.", arguments); },
'E_30050' : function(){ return LOCALIZE.convArguments("Gifting orders cannot be created for products that use a subscription.", arguments); },
'E_30051' : function(){ return LOCALIZE.convArguments("It contains a product for which a gifting order cannot be created.", arguments); },
'E_30052' : function(){ return LOCALIZE.convArguments("A gifting order cannot be created.", arguments); },
'E_30053' : function(){ return LOCALIZE.convArguments("Gift orders can only be delivered by courier, direct delivery, or quick service.", arguments); },
'E_30054' : function(){ return LOCALIZE.convArguments("This is not a gift order.", arguments); },
'E_30055' : function(){ return LOCALIZE.convArguments("The delivery address has already been entered.", arguments); },
'E_30056' : function(){ return LOCALIZE.convArguments("Unable to retrieve shop_config data.", arguments); },
'E_30057' : function(){ return LOCALIZE.convArguments("This is not a gift order.", arguments); },
'E_30058' : function(){ return LOCALIZE.convArguments("User point information does not exist.", arguments); },
'E_30100' : function(){ return LOCALIZE.convArguments("Quantity must be greater than or equal to 1.", arguments); },
'E_30101' : function(){ return LOCALIZE.convArguments("There is no shopping cart list.", arguments); },
'E_30102' : function(){ return LOCALIZE.convArguments("Shopping cart data does not exist.", arguments); },
'E_30200' : function(){ return LOCALIZE.convArguments("Coupon code is incorrect.", arguments); },
'E_30201' : function(){ return LOCALIZE.convArguments("This coupon can only be used in the app.", arguments); },
'E_30202' : function(){ return LOCALIZE.convArguments("This coupon cannot be used multiple times.", arguments); },
'E_30203' : function(){ return LOCALIZE.convArguments("This coupon has expired.", arguments); },
'E_30204' : function(){ return LOCALIZE.convArguments("This coupon has exceeded its usage limit.", arguments); },
'E_30205' : function(){ return LOCALIZE.convArguments("Contains products for which coupons cannot be used.", arguments); },
'E_30206' : function(){ return LOCALIZE.convArguments("Only one shipping discount coupon can be used.", arguments); },
'E_30207' : function(){ return LOCALIZE.convArguments("Shipping discount coupons cannot be used for cash on delivery.", arguments); },
'E_30208' : function(){ return LOCALIZE.convArguments("This coupon can only be used by members.", arguments); },
'E_30300' : function(){ return LOCALIZE.convArguments("The order code is incorrect.", arguments); },
'E_30301' : function(){ return LOCALIZE.convArguments("Subscription data does not exist.", arguments); },
'E_30302' : function(){ return LOCALIZE.convArguments("This is not a subscription order.", arguments); },
'E_30400' : function(){ return LOCALIZE.convArguments("Your cash receipt application has already been completed.", arguments); },
'E_30401' : function(){ return LOCALIZE.convArguments("There is no payment history.", arguments); },
'E_30402' : function(){ return LOCALIZE.convArguments("There is no data required to request a cash receipt.", arguments); },
'E_30403' : function(){ return LOCALIZE.convArguments("This payment method does not support cash receipts.", arguments); },
'E_30500' : function(){ return LOCALIZE.convArguments("Subscription order does not exist.", arguments); },
'E_30501' : function(){ return LOCALIZE.convArguments("You are not currently subscribed.", arguments); },
'E_30502' : function(){ return LOCALIZE.convArguments("Subscription order item does not exist.", arguments); },
'E_30503' : function(){ return LOCALIZE.convArguments("This item is already in skip status.", arguments); },
'E_30504' : function(){ return LOCALIZE.convArguments("This subscription order has already been cancelled.", arguments); },
'E_30505' : function(){ return LOCALIZE.convArguments("This item has already been unsubscribed.", arguments); },
'E_30506' : function(){ return LOCALIZE.convArguments("There is a subscription order using this payment method.", arguments); },
'E_30600' : function(){ return LOCALIZE.convArguments("Product does not exist.", arguments); },
'E_30700' : function(){ return LOCALIZE.convArguments("External Channels This product is not supported by external channels.", arguments); },
'E_50001' : function(){ return LOCALIZE.convArguments("Payment waiting status data already exists.", arguments); },
'E_50002' : function(){ return LOCALIZE.convArguments("Free payment cannot be processed because there is an amount to pay.", arguments); },
'E_50003' : function(){ return LOCALIZE.convArguments("The coupon to be used for payment is not available.", arguments); },
'E_50004' : function(){ return LOCALIZE.convArguments("There are not enough points to use for payment.", arguments); },
'E_50005' : function(){ return LOCALIZE.convArguments("Payment authorization from PG company failed.", arguments); },
'E_50006' : function(){ return LOCALIZE.convArguments("This payment method is not supported by PG.", arguments); },
'E_50007' : function(){ return LOCALIZE.convArguments("This is a payment method that cannot be partially refunded.", arguments); },
'E_50008' : function(){ return LOCALIZE.convArguments("Refund from PG company failed.", arguments); },
'E_50009' : function(){ return LOCALIZE.convArguments("Issuance of cash receipt from PG company failed.", arguments); },
'E_50010' : function(){ return LOCALIZE.convArguments("There is no amount to pay.", arguments); },
'E_50011' : function(){ return LOCALIZE.convArguments("Escrow change from PG company failed.", arguments); },
'E_50012' : function(){ return LOCALIZE.convArguments("This request cannot be processed.", arguments); },
'E_50013' : function(){ return LOCALIZE.convArguments("This currency is not supported.", arguments); },
'E_50014' : function(){ return LOCALIZE.convArguments("The amount to be refunded is greater than the total amount paid.", arguments); },
'E_50015' : function(){ return LOCALIZE.convArguments("The post-refund balance and the estimated post-refund balance are different.", arguments); },
'E_50030' : function(){ return LOCALIZE.convArguments("Refund account information does not exist.", arguments); },
'E_50100' : function(){ return LOCALIZE.convArguments("Payment data does not exist.", arguments); },
'E_50101' : function(){ return LOCALIZE.convArguments("There is no order data corresponding to payment.", arguments); },
'E_50102' : function(){ return LOCALIZE.convArguments("There is no PG information for the unit.", arguments); },
'E_50103' : function(){ return LOCALIZE.convArguments("No cancelable payment data exists.", arguments); },
'E_50104' : function(){ return LOCALIZE.convArguments("The status of payment data is incorrect.", arguments); },
'E_50105' : function(){ return LOCALIZE.convArguments("This is an order type for which escrow cannot be registered.", arguments); },
'E_50106' : function(){ return LOCALIZE.convArguments("There is a section without shipping information.", arguments); },
'E_50107' : function(){ return LOCALIZE.convArguments("Payment recovery is not possible for digital products.", arguments); },
'E_50108' : function(){ return LOCALIZE.convArguments("This is a virtual account where trading cannot be stopped.", arguments); },
'E_50109' : function(){ return LOCALIZE.convArguments("Failed to cancel virtual account.", arguments); },
'E_50200' : function(){ return LOCALIZE.convArguments("Canceled by user.", arguments); },
'E_50300' : function(){ return LOCALIZE.convArguments("ISP authentication was canceled or failed. Please try again.", arguments); },
'E_50301' : function(){ return LOCALIZE.convArguments("Card company authentication failed", arguments); },
'E_50302' : function(){ return LOCALIZE.convArguments("Communication with the server failed. Check the network environment.", arguments); },
'E_50303' : function(){ return LOCALIZE.convArguments("User canceled payment", arguments); },
'E_50304' : function(){ return LOCALIZE.convArguments("The transaction was re-requested as a successful authentication transaction. If the payment was not completed properly, please go to the affiliated store page and pay again.", arguments); },
'E_50305' : function(){ return LOCALIZE.convArguments("The transaction was re-requested due to an authentication failure. Please go to the affiliated store page and pay again.", arguments); },
'E_50306' : function(){ return LOCALIZE.convArguments("Screen configuration processing failed. Please go to the affiliated store page and pay again.", arguments); },
'E_50307' : function(){ return LOCALIZE.convArguments("Check direct call payment request information", arguments); },
'E_50308' : function(){ return LOCALIZE.convArguments("Please check the account transfer CPID", arguments); },
'E_50309' : function(){ return LOCALIZE.convArguments("CPID not set error", arguments); },
'E_50310' : function(){ return LOCALIZE.convArguments("Payments over 300,000 won are not supported.", arguments); },
'E_50311' : function(){ return LOCALIZE.convArguments("Failed to update order details", arguments); },
'E_50312' : function(){ return LOCALIZE.convArguments("Certification agency transaction setup failed. Please go to the affiliated store page and pay again.", arguments); },
'E_50313' : function(){ return LOCALIZE.convArguments("Interest-free setup information error", arguments); },
'E_50314' : function(){ return LOCALIZE.convArguments("Error in billing discount event information", arguments); },
'E_50315' : function(){ return LOCALIZE.convArguments("Merchant ID is not searched", arguments); },
'E_50316' : function(){ return LOCALIZE.convArguments("This error is due to abnormal excessive connection. Please try payment again.", arguments); },
'E_50317' : function(){ return LOCALIZE.convArguments("Installment month setting error", arguments); },
'E_50318' : function(){ return LOCALIZE.convArguments("It was processed normally", arguments); },
'E_50319' : function(){ return LOCALIZE.convArguments("Order number is invalid", arguments); },
'E_50320' : function(){ return LOCALIZE.convArguments("TID is invalid", arguments); },
'E_50321' : function(){ return LOCALIZE.convArguments("Store MID is invalid", arguments); },
'E_50322' : function(){ return LOCALIZE.convArguments("Payment method is invalid", arguments); },
'E_50323' : function(){ return LOCALIZE.convArguments("Order number is duplicated", arguments); },
'E_50324' : function(){ return LOCALIZE.convArguments("There is no store information", arguments); },
'E_50325' : function(){ return LOCALIZE.convArguments("Check for forged or altered data", arguments); },
'E_50326' : function(){ return LOCALIZE.convArguments("Required fields are missing", arguments); },
'E_50327' : function(){ return LOCALIZE.convArguments("Please check your store signature key.", arguments); },
'E_50328' : function(){ return LOCALIZE.convArguments("Please check your store credit card information", arguments); },
'E_50329' : function(){ return LOCALIZE.convArguments("Credit cards cannot be used if the product amount is less than 500 won.", arguments); },
'E_50330' : function(){ return LOCALIZE.convArguments("There is an error in the card company settings.", arguments); },
'E_50331' : function(){ return LOCALIZE.convArguments("You cannot use bank transfer if the product amount is less than 500 won.", arguments); },
'E_50332' : function(){ return LOCALIZE.convArguments("Please enter only numbers for the cash receipt mobile phone (business) number.", arguments); },
'E_50333' : function(){ return LOCALIZE.convArguments("Please check the length of the mobile phone number on the cash receipt.", arguments); },
'E_50334' : function(){ return LOCALIZE.convArguments("Please check the length of your cash receipt business number.", arguments); },
'E_50335' : function(){ return LOCALIZE.convArguments("Please check the cash receipt issuance type information entered.", arguments); },
'E_50336' : function(){ return LOCALIZE.convArguments("You cannot use virtual account transfer for product amounts under 500 won.", arguments); },
'E_50337' : function(){ return LOCALIZE.convArguments("When transferring to a virtual account, the expected deposit date is a required value.", arguments); },
'E_50338' : function(){ return LOCALIZE.convArguments("The scheduled deposit date cannot exceed the deposit due date given to the store.", arguments); },
'E_50339' : function(){ return LOCALIZE.convArguments("The deposit due date cannot be set to a date before today.", arguments); },
'E_50340' : function(){ return LOCALIZE.convArguments("The date format of the requested deposit due date is incorrect.", arguments); },
'E_50341' : function(){ return LOCALIZE.convArguments("This is an error where the payment URL usage period has expired.", arguments); },
'E_50342' : function(){ return LOCALIZE.convArguments("This is an error in payment URL.", arguments); },
'E_50343' : function(){ return LOCALIZE.convArguments("This payment URL has exceeded the number of payments.", arguments); },
'E_50344' : function(){ return LOCALIZE.convArguments("Order information does not exist", arguments); },
'E_50345' : function(){ return LOCALIZE.convArguments("There is an error in the mobile phone payment linkage module.", arguments); },
'E_50346' : function(){ return LOCALIZE.convArguments("Mobile phone payment cannot be used for product amounts less than 500 won.", arguments); },
'E_50347' : function(){ return LOCALIZE.convArguments("The product amount was sent incorrectly", arguments); },
'E_50348' : function(){ return LOCALIZE.convArguments("Virtual account transfer transactions cannot be canceled.", arguments); },
'E_50349' : function(){ return LOCALIZE.convArguments("Your payment amount is less than the minimum amount", arguments); },
'E_50350' : function(){ return LOCALIZE.convArguments("Requested amount is incorrect", arguments); },
'E_50351' : function(){ return LOCALIZE.convArguments("Merchant delivery page URL does not exist", arguments); },
'E_50352' : function(){ return LOCALIZE.convArguments("Duplicate payments or canceled transactions cannot be paid.", arguments); },
'E_50353' : function(){ return LOCALIZE.convArguments("Escrow service is not available", arguments); },
'E_50354' : function(){ return LOCALIZE.convArguments("This payment method is not supported by Escrow.", arguments); },
'E_50355' : function(){ return LOCALIZE.convArguments("Required payment information is missing", arguments); },
'E_50356' : function(){ return LOCALIZE.convArguments("Failed to save request information. Please try again.", arguments); },
'E_50357' : function(){ return LOCALIZE.convArguments("Authentication timed out. Please go to the affiliated store page and pay again.", arguments); },
'E_50358' : function(){ return LOCALIZE.convArguments("There is no authentication information. Please go to the affiliated store page and pay again.", arguments); },
'E_50359' : function(){ return LOCALIZE.convArguments("The payment method is not defined. Please try payment again.", arguments); },
'E_50360' : function(){ return LOCALIZE.convArguments("Card company authentication failed. Please go to the merchant page and pay again.", arguments); },
'E_50361' : function(){ return LOCALIZE.convArguments("You were connected via an abnormal route", arguments); },
'E_50362' : function(){ return LOCALIZE.convArguments("Check payment request information", arguments); },
'E_50363' : function(){ return LOCALIZE.convArguments("The session was disconnected or an error occurred. Please go to the merchant page and pay again.", arguments); },
'E_50364' : function(){ return LOCALIZE.convArguments("Authentication has been canceled or failed", arguments); },
'E_50365' : function(){ return LOCALIZE.convArguments("Transaction key creation failed. Please try again later.", arguments); },
'E_50366' : function(){ return LOCALIZE.convArguments("User canceled authentication", arguments); },
'E_50367' : function(){ return LOCALIZE.convArguments("Authentication has been canceled or failed. Please try again.", arguments); },
'E_50368' : function(){ return LOCALIZE.convArguments("This terminal does not support this payment.", arguments); },
'E_51000' : function(){ return LOCALIZE.convArguments("Your payment information already exists.", arguments); },
'E_51001' : function(){ return LOCALIZE.convArguments("Please check your card number again.", arguments); },
'E_51002' : function(){ return LOCALIZE.convArguments("This is a merchant where the card cannot be used.", arguments); },
'E_51003' : function(){ return LOCALIZE.convArguments("Please check your password again.", arguments); },
'E_51004' : function(){ return LOCALIZE.convArguments("Please re-check the expiration date.", arguments); },
'E_51005' : function(){ return LOCALIZE.convArguments("Please double-check your date of birth or business registration number.", arguments); },
'E_51006' : function(){ return LOCALIZE.convArguments("Card information cannot be registered.", arguments); },
'E_51007' : function(){ return LOCALIZE.convArguments("The number of errors has been exceeded. Please contact your credit card company.", arguments); },
'E_20002' : function(){ return LOCALIZE.convArguments("The name is too short.", arguments); },
'E_20001' : function(){ return LOCALIZE.convArguments("There is no information to update.", arguments); },
'타이틀_배송지수정' : function(){ return LOCALIZE.convArguments("Edit delivery address", arguments); },
'설명_n주' : function(){ return LOCALIZE.convArguments("%1 week", arguments); },
'타이틀_구독주기' : function(){ return LOCALIZE.convArguments("Subscription cycle", arguments); },
'버튼_이상품만구매' : function(){ return LOCALIZE.convArguments("Buy only this product", arguments); },
'버튼_장바구니로이동' : function(){ return LOCALIZE.convArguments("Go to shopping cart", arguments); },
'버튼_이상풍만구매' : function(){ return LOCALIZE.convArguments("Buy only this product", arguments); },
'설명_장바구니에추가주문' : function(){ return LOCALIZE.convArguments("Should I order it along with the items in my shopping cart?", arguments); },
'타이틀_추가상품' : function(){ return LOCALIZE.convArguments("Additional products", arguments); },
'버튼_같이주문할게요' : function(){ return LOCALIZE.convArguments("order it together", arguments); },
'버튼_주문서로바로이동' : function(){ return LOCALIZE.convArguments("Go directly to order form", arguments); },
'설명_등급' : function(){ return LOCALIZE.convArguments("Rating", arguments); },
'설명_배송비쿠폰' : function(){ return LOCALIZE.convArguments("shipping coupon", arguments); },
'설명_배송비포인트사용' : function(){ return LOCALIZE.convArguments("Use shipping fee points", arguments); },
'설명_기본배송비' : function(){ return LOCALIZE.convArguments("basic shipping cost", arguments); },
'설명_입금대기상태에서취소시이용자주의사항' : function(){ return LOCALIZE.convArguments("
If you cancel while the order is in the deposit waiting status, the cancellation will be processed immediately . If you have already made a deposit, please contact the seller.
After a cancellation/return request , the refund amount may vary depending on discount benefits, reasons for attribution, and sales policy .
", arguments); },
'설명_숫자만입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter only numbers", arguments); },
'설명_현금영수증신청정보를확인해주세요' : function(){ return LOCALIZE.convArguments("Please check the cash receipt application information.", arguments); },
'설명_입금전_취소' : function(){ return LOCALIZE.convArguments("Cancellation before deposit", arguments); },
'설명_입금기한' : function(){ return LOCALIZE.convArguments("Deposit deadline", arguments); },
'설명_토스증권' : function(){ return LOCALIZE.convArguments("TOSS_SECURITIES", arguments); },
'설명_한국포스증권' : function(){ return LOCALIZE.convArguments("KOREA_POST_SECURITIES", arguments); },
'설명_하나금융투자' : function(){ return LOCALIZE.convArguments("HANA_INVESTMENT_AND_SECURITIES", arguments); },
'설명_하이투자증권' : function(){ return LOCALIZE.convArguments("HI_INVESTMENT_AND_SECURITIES", arguments); },
'설명_한국투자증권' : function(){ return LOCALIZE.convArguments("KOREA_INVESTMENT_AND_SECURITIES", arguments); },
'설명_한화투자증권' : function(){ return LOCALIZE.convArguments("HANHWA_INVESTMENT_AND_SECURITIES", arguments); },
'설명_현대차투자증권' : function(){ return LOCALIZE.convArguments("HYUNDAI_MOTOR_SECURITIES", arguments); },
'설명_DB금융투자' : function(){ return LOCALIZE.convArguments("DB_INVESTMENT_AND_SECURITIES", arguments); },
'설명_KB증권' : function(){ return LOCALIZE.convArguments("KB_SECURITIES", arguments); },
'설명_다올투자증권' : function(){ return LOCALIZE.convArguments("DAOL_INVESTMENT_AND_SECURITIES", arguments); },
'설명_LIG투자증권' : function(){ return LOCALIZE.convArguments("LIG_INVESTMENT_AND_SECURITIES", arguments); },
'설명_NH투자증권' : function(){ return LOCALIZE.convArguments("NH_INVESTMENT_AND_SECURITIES", arguments); },
'설명_SK증권' : function(){ return LOCALIZE.convArguments("SK_SECURITIES", arguments); },
'설명_산업은행' : function(){ return LOCALIZE.convArguments("KDB", arguments); },
'설명_농협은행' : function(){ return LOCALIZE.convArguments("NONGHYEOP", arguments); },
'설명_SC제일은행' : function(){ return LOCALIZE.convArguments("SC", arguments); },
'설명_수협' : function(){ return LOCALIZE.convArguments("SUHYEOP", arguments); },
'설명_대신증권' : function(){ return LOCALIZE.convArguments("DAISHIN_SECURITIES", arguments); },
'설명_메리츠증권' : function(){ return LOCALIZE.convArguments("MERITZ_SECURITIES", arguments); },
'설명_미래에셋증권' : function(){ return LOCALIZE.convArguments("MIRAE_ASSET_SECURITIES", arguments); },
'설명_부국증권' : function(){ return LOCALIZE.convArguments("BOOKOOK_SECURITIES", arguments); },
'설명_삼성증권' : function(){ return LOCALIZE.convArguments("SAMSUNG_SECURITIES", arguments); },
'설명_신영증권' : function(){ return LOCALIZE.convArguments("SHINYOUNG_SECURITIES", arguments); },
'설명_신한금융투자' : function(){ return LOCALIZE.convArguments("SHINHAN_INVESTMENT", arguments); },
'설명_유안타증권' : function(){ return LOCALIZE.convArguments("YUANTA_SECURITES", arguments); },
'설명_유진투자증권' : function(){ return LOCALIZE.convArguments("EUGENE_INVESTMENT_AND_SECURITIES", arguments); },
'설명_키움증권' : function(){ return LOCALIZE.convArguments("KIWOOM", arguments); },
'설명_SC_제일은행' : function(){ return LOCALIZE.convArguments("SC", arguments); },
'설명_홍콩상하이은행' : function(){ return LOCALIZE.convArguments("HSBC", arguments); },
'설명_기업은행' : function(){ return LOCALIZE.convArguments("IBK", arguments); },
'설명_국민은행' : function(){ return LOCALIZE.convArguments("KOOKMIN", arguments); },
'설명_대구은행' : function(){ return LOCALIZE.convArguments("DAEGUBANK", arguments); },
'설명_전북은행' : function(){ return LOCALIZE.convArguments("JEONBUKBANK", arguments); },
'설명_제주은행' : function(){ return LOCALIZE.convArguments("JEJUBANK", arguments); },
'설명_카카오뱅크' : function(){ return LOCALIZE.convArguments("KAKAOBANK", arguments); },
'설명_케이뱅크' : function(){ return LOCALIZE.convArguments("KBANK", arguments); },
'설명_토스뱅크' : function(){ return LOCALIZE.convArguments("TOSSBANK", arguments); },
'설명_하나은행' : function(){ return LOCALIZE.convArguments("HANA", arguments); },
'설명_부산은행' : function(){ return LOCALIZE.convArguments("BUSANBANK", arguments); },
'설명_새마을금고' : function(){ return LOCALIZE.convArguments("SAEMAUL", arguments); },
'설명_산림조합' : function(){ return LOCALIZE.convArguments("SANLIM", arguments); },
'설명_신협' : function(){ return LOCALIZE.convArguments("SHINHYEOP", arguments); },
'설명_씨티은행' : function(){ return LOCALIZE.convArguments("CITI", arguments); },
'설명_우리은행' : function(){ return LOCALIZE.convArguments("WOORI", arguments); },
'설명_우체국은행' : function(){ return LOCALIZE.convArguments("POST", arguments); },
'설명_저축은행' : function(){ return LOCALIZE.convArguments("SAVINGBANK", arguments); },
'설명_경남은행' : function(){ return LOCALIZE.convArguments("KYONGNAMBANK", arguments); },
'설명_광주은행' : function(){ return LOCALIZE.convArguments("GWANGJUBANK", arguments); },
'설명_교보증권' : function(){ return LOCALIZE.convArguments("KYOBO_SECURITIES", arguments); },
'설명_단위농협(지역농축협)' : function(){ return LOCALIZE.convArguments("LOCALNONGHYEOP", arguments); },
'설명_환불내역이없습니다' : function(){ return LOCALIZE.convArguments("There are no refunds.", arguments); },
'설명_구매확정처리실패' : function(){ return LOCALIZE.convArguments("Purchase confirmation processing failed. If it repeats, please contact the site administrator.", arguments); },
'설명_구매확정여부확인' : function(){ return LOCALIZE.convArguments("Returns/exchanges are not possible after purchase confirmation, so please proceed after receiving the product. Would you like to confirm your purchase?", arguments); },
'설명_다운로드링크가만료되었습니다' : function(){ return LOCALIZE.convArguments("Download link has expired. Please refresh and try again.", arguments); },
'설명_결제수단을선택해주세요' : function(){ return LOCALIZE.convArguments("Please select a payment method", arguments); },
'타이틀_수령일자' : function(){ return LOCALIZE.convArguments("Receipt date", arguments); },
'타이틀_연락처' : function(){ return LOCALIZE.convArguments("contact", arguments); },
'타이틀_이메일' : function(){ return LOCALIZE.convArguments("email", arguments); },
'설명_올바른주문번호를입력하세요' : function(){ return LOCALIZE.convArguments("올바른 주문번호를 입력해주세요.", arguments); },
'OMS_무통장입금' : function(){ return LOCALIZE.convArguments("Bank transfer", arguments); },
'설명_개인통관고유부호를확인해주세요' : function(){ return LOCALIZE.convArguments("Please check your personal customs clearance code.", arguments); },
'설명_이용약관을동의해주세요' : function(){ return LOCALIZE.convArguments("Please agree to the Terms of Use", arguments); },
'설명_등록정보를모두입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter all registration information", arguments); },
'설명_취소할상품을선택해주세요' : function(){ return LOCALIZE.convArguments("Please select the product you wish to cancel.", arguments); },
'설명_반품할상품을선택해주세요' : function(){ return LOCALIZE.convArguments("Please select the product you wish to return.", arguments); },
'설명_교환할상품을선택해주세요' : function(){ return LOCALIZE.convArguments("Please select the product you wish to exchange.", arguments); },
'설명_대체환불수단은행명을입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the name of your alternative refund method bank.", arguments); },
'설명_대체환불수단계좌번호을입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter your alternative refund method account number.", arguments); },
'설명_대체환불수단예금주를입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the account holder for alternative refund method.", arguments); },
'설명_택배사를선택해주세요' : function(){ return LOCALIZE.convArguments("Please select a courier company.", arguments); },
'설명_송장번호를입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the invoice number.", arguments); },
'설명_상세정보를입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter detailed information.", arguments); },
'설명_해당상품을반품하시겠습니까' : function(){ return LOCALIZE.convArguments("Would you like to return this item?", arguments); },
'설명_해당상품을교환하시겠습니까' : function(){ return LOCALIZE.convArguments("Would you like to exchange this product?", arguments); },
'설명_해당상품을취소하시겠습니까' : function(){ return LOCALIZE.convArguments("Would you like to cancel this product?", arguments); },
'타이틀_쿠폰정보' : function(){ return LOCALIZE.convArguments("Coupon Information", arguments); },
'타이틀_혜택가' : function(){ return LOCALIZE.convArguments("benefit price", arguments); },
'설명_표시안함' : function(){ return LOCALIZE.convArguments("Don't show", arguments); },
'설명_쿠폰적용가' : function(){ return LOCALIZE.convArguments("Coupon price", arguments); },
'설명_이미다운로드된쿠폰입니다' : function(){ return LOCALIZE.convArguments("This coupon has already been downloaded.", arguments); },
'타이틀_배송비무료' : function(){ return LOCALIZE.convArguments("free shipping", arguments); },
'타이틀_쿠폰사용시' : function(){ return LOCALIZE.convArguments("When using coupon", arguments); },
'설명_쿠폰결제금액상이안내' : function(){ return LOCALIZE.convArguments("Subject to coupon usage conditions It may differ from the actual payment amount.", arguments); },
'쿠폰사용시' : function(){ return LOCALIZE.convArguments("When using coupon", arguments); },
'설명_적립금을사용할수있는상품이없습니다' : function(){ return LOCALIZE.convArguments("Points cannot be used for any of the products", arguments); },
'타이틀_결제내역' : function(){ return LOCALIZE.convArguments("Payment Info", arguments); },
'설명_교환접수' : function(){ return LOCALIZE.convArguments("Exchange requested", arguments); },
'설명_상품준비' : function(){ return LOCALIZE.convArguments("Product preparation", arguments); },
'설명_부분취소는입금완료후진행해주세요' : function(){ return LOCALIZE.convArguments("Partial cancellations must be made after the deposit has been made.", arguments); },
'설명_환불' : function(){ return LOCALIZE.convArguments("refund", arguments); },
'설명_총환불금액' : function(){ return LOCALIZE.convArguments("Total refund amount", arguments); },
'설명_결제된금액' : function(){ return LOCALIZE.convArguments("Amount paid", arguments); },
'설명_미결된금액' : function(){ return LOCALIZE.convArguments("Unpaid amount", arguments); },
'설명_선물받는분' : function(){ return LOCALIZE.convArguments("Gift recipient", arguments); },
'설명_선물정보' : function(){ return LOCALIZE.convArguments("선물 정보", arguments); },
'설명_선물하기주문은방문수령이불가' : function(){ return LOCALIZE.convArguments("선물하기 주문은 방문수령이 불가능합니다.", arguments); },
'설명_선물하기주문전체취소' : function(){ return LOCALIZE.convArguments("Gift orders can only be canceled in full.", arguments); },
'설명_선물받은분이입력하신주소지로수거가' : function(){ return LOCALIZE.convArguments("선물받은 분이 입력하신 주소지로 수거가 진행됩니다.", arguments); },
'설명_선물메세지입력선택사항' : function(){ return LOCALIZE.convArguments("선물 메세지 입력 (선택사항)", arguments); },
'설명_선물메세지' : function(){ return LOCALIZE.convArguments("선물 메세지", arguments); },
'설명_배송지입력대기' : function(){ return LOCALIZE.convArguments("배송지 입력 대기", arguments); },
'설명_받는분연락처를정확히입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the recipient's contact information accurately.", arguments); },
'설명_받는분성함을입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the recipient's name.", arguments); },
'설명_받는분연락처를입력해주세요' : function(){ return LOCALIZE.convArguments("Please enter the recipient's contact information.", arguments); },
'설명_받는분성함' : function(){ return LOCALIZE.convArguments("받는 분 성함", arguments); },
'설명_선물배송지정보' : function(){ return LOCALIZE.convArguments("선물 배송지 정보", arguments); },
'설명_선물받는분이입력' : function(){ return LOCALIZE.convArguments("선물 받는 분이 입력", arguments); },
'설명_최대주문가능한금액을초과하였습니다' : function(){ return LOCALIZE.convArguments("The maximum order amount has been exceeded.", arguments); },
'설명_수령인이름을입력해주세요' : function(){ return LOCALIZE.convArguments("Recipient name required.", arguments); },
'버튼_선물하기' : function(){ return LOCALIZE.convArguments("선물하기", arguments); },
'버튼_구매확정' : function(){ return LOCALIZE.convArguments("Purchase confirmation", arguments); },
'설명_판매마감안내' : function(){ return LOCALIZE.convArguments("This product has expired.", arguments); },
'설명_판매시작시간안내' : function(){ return LOCALIZE.convArguments("This product is sold from %1.", arguments); },
'테스트기창이' : function(){ return LOCALIZE.convArguments("테스트기창이", arguments); },
'타이틀_이름없는질문' : function(){ return LOCALIZE.convArguments("Unnamed question", arguments); },
'설명_상품페이지이동불가안내' : function(){ return LOCALIZE.convArguments("We couldn\'t find the product page.", arguments); },
'버튼_게시중' : function(){ return LOCALIZE.convArguments("Publishing...", arguments); },
'버튼_배송지추가' : function(){ return LOCALIZE.convArguments("배송지 추가", arguments); },
'버튼_정기구독배송지로설정' : function(){ return LOCALIZE.convArguments("Set subscription delivery address", arguments); },
'타이틀_배송지관리' : function(){ return LOCALIZE.convArguments("배송지 관리", arguments); },
'버튼_배송지목록' : function(){ return LOCALIZE.convArguments("Delivery address list", arguments); },
'설명_주문부터적용됩니다수정하시겠습니까' : function(){ return LOCALIZE.convArguments("주문부터 적용됩니다. 수정하시겠습니까?", arguments); },
'설명_기본배송지는삭제할수없습니다' : function(){ return LOCALIZE.convArguments("기본 배송지는 삭제할 수 없습니다.", arguments); },
'설명_최대n개선택' : function(){ return LOCALIZE.convArguments("최대 %1개 선택", arguments); },
'설명_서비스이용시오류발생' : function(){ return LOCALIZE.convArguments("서비스 이용시 오류발생", arguments); },
'설명_정기결제해지를취소하시겠습니까' : function(){ return LOCALIZE.convArguments("정기결제 해지를 취소하시겠습니까?", arguments); },
'설명_만14세이상입니다' : function(){ return LOCALIZE.convArguments("I\'m 14 years of age or older.", arguments); },
'shopPayment_eInvoiceDonateToOptionCode88888' : function(){ return LOCALIZE.convArguments("Childhood Cancer Foundation of R.O.C.", arguments); },
'shopPayment_eInvoiceDonateToOptionCode555' : function(){ return LOCALIZE.convArguments("Mennonite Christian Hospital", arguments); },
'shopPayment_eInvoiceDonateToOptionCode52668' : function(){ return LOCALIZE.convArguments("Stray Cats TNR Association", arguments); },
'shopPayment_eInvoiceDonateToOptionCode8873' : function(){ return LOCALIZE.convArguments("Taiwan Urban and Rural Cooperation Association", arguments); },
'shopPayment_eInvoiceDonateToOptionCode785' : function(){ return LOCALIZE.convArguments("Dandelion Hope Foundation", arguments); },
'shopPayment_eInvoiceDonateToOptionCode8957282' : function(){ return LOCALIZE.convArguments("Help-Save-A-Pet Fund Taiwan", arguments); },
'shopPayment_eInvoiceDonateToOptionCode858' : function(){ return LOCALIZE.convArguments("Taiwan Catholic Foundation of Alzheimer\'s Disease and Related Dementia", arguments); },
'shopPayment_eInvoiceDonateToOptionCode11111' : function(){ return LOCALIZE.convArguments("The Single Parent Educational Foundation", arguments); },
'shopPayment_eInvoiceDonateToOptionCode88432' : function(){ return LOCALIZE.convArguments("Children Are Us Foundation", arguments); },
'shopPayment_eInvoiceDonateToOptionCode8835' : function(){ return LOCALIZE.convArguments("Good Shepherd Social Welfare Foundation", arguments); },
'shopPayment_eInvoiceDonateToOptionCode402' : function(){ return LOCALIZE.convArguments("ROC Foundation of Autistic Children and Adults in Taiwan", arguments); },
'shopPaymentAlert_selectEInvoiceType' : function(){ return LOCALIZE.convArguments("E-invoice information required!", arguments); },
'설명_내용을입력해주세요' : function(){ return LOCALIZE.convArguments("Add text.", arguments); },
'타이틀_현금영수증신청' : function(){ return LOCALIZE.convArguments("Request cash receipt", arguments); },
'타이틀_소득공제용' : function(){ return LOCALIZE.convArguments("Income deduction", arguments); },
'타이틀_지출증빙용' : function(){ return LOCALIZE.convArguments("Proof of expenditure", arguments); },
'타이틀_발행완료' : function(){ return LOCALIZE.convArguments("Issued", arguments); },
'타이틀_판매자자진발급' : function(){ return LOCALIZE.convArguments(" automatically by the seller", arguments); },
'타이틀_미신청' : function(){ return LOCALIZE.convArguments("Not requested", arguments); },
'타이틀_신청완료' : function(){ return LOCALIZE.convArguments("Requested", arguments); },
'설명_주문일로부터5일이지나면신청이불가능합니다' : function(){ return LOCALIZE.convArguments("You will not be able to request cash receipt after 5 days from the date ordered.", arguments); },
'버튼_신청하기' : function(){ return LOCALIZE.convArguments("Request", arguments); },
'설명_일부상품은적용대상에서제외될수있습니다' : function(){ return LOCALIZE.convArguments("Certain items may be excluded.", arguments); },
'설명_카드유형' : function(){ return LOCALIZE.convArguments("Card type", arguments); },
'설명_상품구매취소반환n' : function(){ return LOCALIZE.convArguments("Order cancelled %1", arguments); },
'타이틀_환불계좌' : function(){ return LOCALIZE.convArguments("Refund account", arguments); },
'설명_선택한상품이없습니다' : function(){ return LOCALIZE.convArguments("선택한 상품이 없습니다", arguments); },
'버튼_정확도순' : function(){ return LOCALIZE.convArguments("Sort by relevance", arguments); },
'버튼_최신순' : function(){ return LOCALIZE.convArguments("Sort by newest", arguments); },
'설명_주문요약' : function(){ return LOCALIZE.convArguments("Order summary", arguments); },
'타이틀_진행상태' : function(){ return LOCALIZE.convArguments("Status", arguments); },
'타이틀_상세구매정보' : function(){ return LOCALIZE.convArguments("Purchase details", arguments); },
'타이틀_방문수령정보' : function(){ return LOCALIZE.convArguments("Pickup details", arguments); },
'타이틀_주문금액상세' : function(){ return LOCALIZE.convArguments("Order amount details", arguments); },
'타이틀_주문상세내역' : function(){ return LOCALIZE.convArguments("Order details", arguments); },
'설명_다른쿠폰과함께사용할수없는쿠폰입니다' : function(){ return LOCALIZE.convArguments("This coupon cannot be used with other coupons. All coupons currently applied will be reset.", arguments); },
'설명_배송비금액이변경되었습니다' : function(){ return LOCALIZE.convArguments("All coupons currently applied will be reset due to shipping fee change.", arguments); },
'버튼_휴대폰' : function(){ return LOCALIZE.convArguments("Mobile billing", arguments); },
'설명_앱에서만사용가능한쿠폰입니다' : function(){ return LOCALIZE.convArguments("This coupon can only be used in the app.", arguments); },
'설명_추가할인쿠폰' : function(){ return LOCALIZE.convArguments("Additional discount coupons", arguments); },
'설명_새쿠폰알림' : function(){ return LOCALIZE.convArguments("New coupon notifications", arguments); },
'설명_이미제출한입력폼입니다' : function(){ return LOCALIZE.convArguments("You\'ve already submitted a response for this form.", arguments); },
'설명_게시글차단안내' : function(){ return LOCALIZE.convArguments("Block this user? Other posts and comments by this user will also be blocked.", arguments); },
'설명_게시글차단해제안내' : function(){ return LOCALIZE.convArguments("Unblock this user? Other posts and comments by this user will also be unblocked.", arguments); },
'타이틀_정기구독신청완료' : function(){ return LOCALIZE.convArguments("정기구독 신청이 완료되었습니다.", arguments); },
'타이틀_새로운정기구독신청접수' : function(){ return LOCALIZE.convArguments("새로운 정기구독 신청이 접수되었습니다.", arguments); },
'타이틀_정기구독결제실패' : function(){ return LOCALIZE.convArguments("정기구독 결제가 실패되었습니다.", arguments); },
'타이틀_정기구독결제실패접수' : function(){ return LOCALIZE.convArguments("정기구독 결제가 실패가 접수되었습니다.", arguments); },
'타이틀_정기구독해지완료' : function(){ return LOCALIZE.convArguments("정기구독이 해지되었습니다.", arguments); },
'타이틀_정기구독해지접수' : function(){ return LOCALIZE.convArguments("정기구독이 해지가 접수되었습니다.", arguments); },
'타이틀_구독해지상품' : function(){ return LOCALIZE.convArguments("구독 해지 상품", arguments); },
'설명_일부상품만건너뛰기' : function(){ return LOCALIZE.convArguments("일부 상품만 건너뛰기 / 정기구독 해지 등으로 결제 예정된 주문의 구성이 달라질 경우 할인 혜택 및 배송비가 달라질 수 있습니다.", arguments); },
'설명_해지된정기구독주문건은' : function(){ return LOCALIZE.convArguments("해지된 정기구독 주문 건은 재개가 불가하며, 다시 신청을 진행해야 합니다.", arguments); },
'설명_후기를삭제하시겠습니까' : function(){ return LOCALIZE.convArguments("Delete this review?", arguments); },
'타이틀_기본자간' : function(){ return LOCALIZE.convArguments("Default letter spacing", arguments); },
'타이틀_자간' : function(){ return LOCALIZE.convArguments("Letter spacing", arguments); },
'버튼_이미지교체' : function(){ return LOCALIZE.convArguments("Change image", arguments); },
'설명_님을차단안내' : function(){ return LOCALIZE.convArguments("Block this commenter? Other comments by this commenter will also be blocked.", arguments); },
'설명_님을차단해제안내' : function(){ return LOCALIZE.convArguments("Unblock this commenter? Other comments by this commenter will also be unblocked.", arguments); },
'설명_차단기능횟수를초과했습니다' : function(){ return LOCALIZE.convArguments("You have exceeded the maximum number of commenter blocks.", arguments); },
'설명_정기구독등록실패' : function(){ return LOCALIZE.convArguments("정기구독 등록 실패", arguments); },
'설명_구독주기설정에문제가있습니다' : function(){ return LOCALIZE.convArguments("구독주기 설정에 문제가 있습니다. 재시도해주세요.", arguments); },
'타이틀_결제실패' : function(){ return LOCALIZE.convArguments("결제실패", arguments); },
'타이틀_정기구독관리' : function(){ return LOCALIZE.convArguments("정기구독 관리", arguments); },
'설명_검색어를입력하세요' : function(){ return LOCALIZE.convArguments("Search", arguments); },
'설명_휴면상태로그아웃' : function(){ return LOCALIZE.convArguments("Stay inactive and sign out.", arguments); },
'설명_휴면상태완료' : function(){ return LOCALIZE.convArguments("Account successfully activated.", arguments); },
'타이틀_접속량이많아연결이지연' : function(){ return LOCALIZE.convArguments("Site loading delayed due to large traffic", arguments); },
'타이틀_일시적인서비스장애' : function(){ return LOCALIZE.convArguments("Site temporarily unavailable", arguments); },
'설명_죄송합니다서버에일시적인문제가생겨' : function(){ return LOCALIZE.convArguments("There has been a temporary problem with the server. We are currently working to restore it. We apologize for any inconvenience.", arguments); },
'타이틀_응답이정상적으로접수되었습니다' : function(){ return LOCALIZE.convArguments("Your submission has been received", arguments); },
'타이틀_응답에참여해주셔서감사합니다' : function(){ return LOCALIZE.convArguments("Thank you for participating", arguments); },
'설명_잠시후다시시도해주세요' : function(){ return LOCALIZE.convArguments("Try again later.", arguments); },
'설명_비밀번호확인중입니다' : function(){ return LOCALIZE.convArguments("Checking password. Please wait.", arguments); },
'설명_업로드에실패하였습니다' : function(){ return LOCALIZE.convArguments("Failed to upload.", arguments); },
'설명_n기준n시부터n시사이에게시물작성이가능합니다' : function(){ return LOCALIZE.convArguments("Posting available from %2 to %3, %1.", arguments); },
'버튼_정기구독' : function(){ return LOCALIZE.convArguments("Subscription", arguments); },
'버튼_정기구독신청' : function(){ return LOCALIZE.convArguments("정기구독 신청", arguments); },
'설명_전자금융거래약관동의해주세요' : function(){ return LOCALIZE.convArguments("전자금융거래 이용약관에 동의하여 주시기 바랍니다.", arguments); },
'설명_정기과금이용동의해주세요' : function(){ return LOCALIZE.convArguments("정기과금 이용에 동의해 주시기 바랍니다.", arguments); },
'설명_전자금융거래이용약관' : function(){ return LOCALIZE.convArguments("전자금융거래 이용약관", arguments); },
'설명_정기과금이용동의' : function(){ return LOCALIZE.convArguments("정기과금 이용 동의", arguments); },
'타이틀_구독주기설정' : function(){ return LOCALIZE.convArguments("구독주기 설정", arguments); },
'버튼_n주' : function(){ return LOCALIZE.convArguments("%1 week(s)", arguments); },
'버튼_n개월' : function(){ return LOCALIZE.convArguments("%1 month(s)", arguments); },
'설명_결제후마이페이지구독주기변경가능' : function(){ return LOCALIZE.convArguments("* 결제 후 마이페이지 > 정기구독 관리에서 구독주기 변경이 가능합니다.", arguments); },
'설명_결제회차에일부상품품절삭제시제외' : function(){ return LOCALIZE.convArguments("* 결제 회차에 일부 상품이 품절이거나 옵션이 삭제됐을 경우, 해당 상품은 주문 시 제외됩니다.", arguments); },
'설명_해당상품은n간격으로고정구독됩니다' : function(){ return LOCALIZE.convArguments("해당 상품은 %1 간격으로 고정 구독됩니다.", arguments); },
'설명_다음예상결제일과에서확인가능' : function(){ return LOCALIZE.convArguments("* 다음 예상 결제일은 %1입니다. * 구독 일정은 마이페이지 > 정기구독 관리에서 확인 가능합니다.", arguments); },
'설명_결제수단을등록해주세요' : function(){ return LOCALIZE.convArguments("결제수단을 등록해 주세요.", arguments); },
'설명_등록하신결제수단으로모든정기구독상품이자동결제' : function(){ return LOCALIZE.convArguments("등록하신 결제수단으로 모든 정기구독 상품이 자동 결제됩니다.", arguments); },
'버튼_결제수단등록하기' : function(){ return LOCALIZE.convArguments("Add payment method", arguments); },
'버튼_등록하기' : function(){ return LOCALIZE.convArguments("등록하기", arguments); },
'설명_카드번호' : function(){ return LOCALIZE.convArguments("Card number", arguments); },
'설명_n자리' : function(){ return LOCALIZE.convArguments("%1자리", arguments); },
'설명_카드비밀번호' : function(){ return LOCALIZE.convArguments("카드 비밀번호", arguments); },
'설명_n자리입력' : function(){ return LOCALIZE.convArguments("%1자리 입력", arguments); },
'버튼_카드등록' : function(){ return LOCALIZE.convArguments("카드등록", arguments); },
'버튼_이번배송건너뛰기' : function(){ return LOCALIZE.convArguments("이번배송 건너뛰기", arguments); },
'버튼_이전일정보기' : function(){ return LOCALIZE.convArguments("이전 일정 보기", arguments); },
'타이틀_이전구독일정' : function(){ return LOCALIZE.convArguments("이전 구독일정", arguments); },
'설명_등록된자동결제카드없음' : function(){ return LOCALIZE.convArguments("등록된 자동결제 카드가 없습니다.", arguments); },
'타이틀_정기구독신청목록' : function(){ return LOCALIZE.convArguments("정기구독 신청 목록", arguments); },
'타이틀_정기구독신청상세' : function(){ return LOCALIZE.convArguments("정기구독 신청 상세", arguments); },
'타이틀_정기구독해지상세' : function(){ return LOCALIZE.convArguments("정기구독 해지 상세", arguments); },
'타이틀_자동결제카드정보' : function(){ return LOCALIZE.convArguments("자동결제 카드정보", arguments); },
'타이틀_정기구독일정안내' : function(){ return LOCALIZE.convArguments("정기구독 일정 안내", arguments); },
'타이틀_구매자정보' : function(){ return LOCALIZE.convArguments("Customer info", arguments); },
'버튼_신청현황' : function(){ return LOCALIZE.convArguments("신청현황", arguments); },
'버튼_해지내역' : function(){ return LOCALIZE.convArguments("해지내역", arguments); },
'버튼_건너뛰기' : function(){ return LOCALIZE.convArguments("건너뛰기", arguments); },
'버튼_정기구독해지' : function(){ return LOCALIZE.convArguments("정기구독 해지", arguments); },
'타이틀_이번일정에배송되지않습니다' : function(){ return LOCALIZE.convArguments("이번 일정에 배송되지 않습니다.", arguments); },
'버튼_정기구독전체해지' : function(){ return LOCALIZE.convArguments("정기구독 전체해지", arguments); },
'설명_카드등록항목도움말목록' : function(){ return LOCALIZE.convArguments("
등록한 카드 정보로 설정된 구독주기에 따라 자동 결제가 진행됩니다.
구독주기가 개월이면서 결제일에 해당하는 날이 없는 달이라면, 그달의 말일에 결제가 진행됩니다.
정기구독 결제는 구독 당일 오전 9시에 이루어집니다.
정기구독 진행 중인 상품이 있을 경우, 카드 삭제는 불가합니다.
", arguments); },
'설명_정기구독내역이없음' : function(){ return LOCALIZE.convArguments("정기구독 신청 내역이 없습니다. 자주 사는 물건이라면, 정기배송 서비스를 이용해보세요.", arguments); },
'설명_정기구독해지내역이없음' : function(){ return LOCALIZE.convArguments("정기구독 해지 내역이 없습니다.", arguments); },
'설명_구매자의요청에의해정구기독이해지되었습니다' : function(){ return LOCALIZE.convArguments("구매자 요청에 의해 정기구독이 해지되었습니다.", arguments); },
'설명_판매자에의해정기구독이해지되었습니다' : function(){ return LOCALIZE.convArguments("판매자에 의해 정기구독이 해지되었습니다.", arguments); },
'설명_해당상품의정기구독서비스가종료되어자동해지되었습니다' : function(){ return LOCALIZE.convArguments("해당 상품의 정기구독 서비스가 종료되어 자동 해지되었습니다.", arguments); },
'설명_요청일시' : function(){ return LOCALIZE.convArguments("요청일시", arguments); },
'타이틀_확인해주세요' : function(){ return LOCALIZE.convArguments("Please check.", arguments); },
'설명_정기구독확인해주세요안내사항' : function(){ return LOCALIZE.convArguments("
등록한 카드 정보로 설정된 배송주기에 따라 자동 결제가 진행됩니다.
상품 가격은 다음 주기에 변경될 수 있으며, 결제 시점의 가격으로 결제됩니다.
최초 신청 시 적용된 할인 수단 및 내역이 제외되거나 변동될 수 있습니다.
잔액 부족 등 일정 시간 결제되지 않을 경우 자동 주문 취소됩니다.
결제 회차에 일부 상품이 품절이거나 옵션이 삭제됐을 경우, 해당 상품은 주문 시 제외됩니다.
일부 상품만 건너뛰기 / 정기구독 해지할 경우 추가 배송비가 부과될 수 있습니다.
", arguments); },
'설명_진행중인정기구독주문이있어카드삭제불가' : function(){ return LOCALIZE.convArguments("현재 진행 중인 정기구독 주문이 있어 카드를 삭제할 수 없습니다. 카드 변경 혹은 정기구독 해지 후 카드를 삭제해 주세요.", arguments); },
'설명_등록된자동결제카드를삭제하시겠습니까' : function(){ return LOCALIZE.convArguments("등록된 자동결제 카드를 삭제하시겠습니까?", arguments); },
'설명_이번배송을건너뛰겠습니까다음구독일은n입니다' : function(){ return LOCALIZE.convArguments("이번 배송을 건너뛰겠습니까? 해당 상품의 다음 구독일은 %1 입니다.", arguments); },
'설명_이번배송을건너뛰겠습니까다음구독일은n입니다선택옵션도함께' : function(){ return LOCALIZE.convArguments("이번 배송을 건너뛰겠습니까? 해당 상품의 다음 구독일은 %1 입니다. 선택옵션도 함께 적용됩니다.", arguments); },
'설명_전체상품의정기구독을해지하시겠습니까' : function(){ return LOCALIZE.convArguments("전체 상품의 정기구독을 해지하시겠습니까?", arguments); },
'설명_해당상품의정기구독을해지하시겠습니까' : function(){ return LOCALIZE.convArguments("해당 상품의 정기구독을 해지하시겠습니까?", arguments); },
'설명_해당상품의정기구독을해지하시겠습니까선택옵션도함께' : function(){ return LOCALIZE.convArguments("해당 상품의 정기구독을 해지하시겠습니까? 선택옵션도 함께 해지됩니다.", arguments); },
'타이틀_n포인트명적립예정' : function(){ return LOCALIZE.convArguments("%1 %2(s) to be earned", arguments); },
'버튼_수량변경' : function(){ return LOCALIZE.convArguments("수량 변경", arguments); },
'타이틀_정기구독신청이완료되었습니다' : function(){ return LOCALIZE.convArguments("정기구독 신청이 완료되었습니다", arguments); },
'설명_정기구독신청내역은마이페이지에서조회가능합니다' : function(){ return LOCALIZE.convArguments("정기구독 신청 내역은 마이페이지에서 조회 가능합니다", arguments); },
'설명_정기구독결제' : function(){ return LOCALIZE.convArguments("정기구독 결제", arguments); },
'타이틀_반품교환택배사' : function(){ return LOCALIZE.convArguments("Return/Exchange courier", arguments); },
'타이틀_반품배송비편도' : function(){ return LOCALIZE.convArguments("Return shipping fee", arguments); },
'타이틀_교환배송비왕복' : function(){ return LOCALIZE.convArguments("Exchange shipping fee", arguments); },
'타이틀_반품교환주소지' : function(){ return LOCALIZE.convArguments("Return/Exchange address", arguments); },
'타이틀_반품교환신청기준일' : function(){ return LOCALIZE.convArguments("Return/Exchange request period", arguments); },
'타이틀_반품교환불가능사유' : function(){ return LOCALIZE.convArguments("Reasons for unavailable Return/Exchange", arguments); },
'설명_상품수령후n일이내기타' : function(){ return LOCALIZE.convArguments("If the product is faulty or different from the product description, it may be returned/exchanged within 3 months from delivery or within 30 days of finding out.", arguments); },
'설명_타임세일종료까지n일' : function(){ return LOCALIZE.convArguments("Time deal %1 day(s) left", arguments); },
'설명_상세페이지타임세일종료까지n일' : function(){ return LOCALIZE.convArguments(" %1 day(s) left", arguments); },
'설명_종류까지n1시n2분n3초남음' : function(){ return LOCALIZE.convArguments("Time deal %1:%2:%3 left", arguments); },
'설명_상세페이지타임세일종료까지n1시n2분n3초남음' : function(){ return LOCALIZE.convArguments(" %1:%2:%3 left", arguments); },
'설명_택배발송' : function(){ return LOCALIZE.convArguments("Delivery by courier", arguments); },
'타이틀_개인정보수집동의' : function(){ return LOCALIZE.convArguments("Privacy policy", arguments); },
'설명_상품할인금액' : function(){ return LOCALIZE.convArguments("Product discount", arguments); },
'설명_탈퇴후같은계정으로재가입시' : function(){ return LOCALIZE.convArguments("Your current reward points and coupons will not be restored even if you sign up using the same account in the future.", arguments); },
'설명_만14세미만은가입이불가합니다오류' : function(){ return LOCALIZE.convArguments("Children under age 14 are ineligible to sign up. Please confirm that you are 14 years or older.", arguments); },
'버튼_line계정으로가입' : function(){ return LOCALIZE.convArguments("Continue with LINE", arguments); },
'버튼_line로그인' : function(){ return LOCALIZE.convArguments("Continue with LINE", arguments); },
'설명_비공개페이지비밀번호입력' : function(){ return LOCALIZE.convArguments("You\'ve accessed a private page. Enter the password to view this page.", arguments); },
'설명_결제예상금액임시' : function(){ return LOCALIZE.convArguments("Subtotal (%1)", arguments); },
'타이틀_뱃지문구필수' : function(){ return LOCALIZE.convArguments("Required", arguments); },
'설명_사업자번호입력' : function(){ return LOCALIZE.convArguments("Enter employer identification number (EIN)", arguments); },
'설명_이배송지로배송할수없습니다다른배송지를선택해주세요' : function(){ return LOCALIZE.convArguments("Your order cannot be shipped to this address. Please add a different shipping address.", arguments); },
'설명_배송지미선택미입력' : function(){ return LOCALIZE.convArguments("Shipping information required.", arguments); },
'설명_약관보기' : function(){ return LOCALIZE.convArguments("View terms", arguments); },
'설명_기본비밀번호입력' : function(){ return LOCALIZE.convArguments("Password", arguments); },
'설명_이용약관및개인정보처리방침및개인정보제3자동의' : function(){ return LOCALIZE.convArguments("In order to sign up, you must agree to the terms and conditions, privacy policy, and third party privacy policy.", arguments); },
'설명_배송지를삭제하시겠습니까' : function(){ return LOCALIZE.convArguments("Are you sure you want to delete the shipping address?", arguments); },
'설명_접근권한이없는회원' : function(){ return LOCALIZE.convArguments("You do not have access permission. Please request the site administrator for permission.", arguments); },
'설명_입력하신추천인코드는존재하지않거나' : function(){ return LOCALIZE.convArguments("The referral code you entered does not exist or is no longer available. Please check your code again.", arguments); },
'타이틀_추천인코드' : function(){ return LOCALIZE.convArguments("Referral code", arguments); },
'설명_추천인코드가복사되었습니다' : function(){ return LOCALIZE.convArguments("Your referral code has been copied.", arguments); },
'설명_기부코드를체크해주세요' : function(){ return LOCALIZE.convArguments("Check the donation code.", arguments); },
'설명_올바른사업자번호를입력해주세요' : function(){ return LOCALIZE.convArguments("Enter a valid employer identification number.", arguments); },
'설명_n개띄어쓰기없음' : function(){ return LOCALIZE.convArguments("%1", arguments); },
'버튼_홈' : function(){ return LOCALIZE.convArguments("Home", arguments); },
'설명_구매조건확인및결제진행에동의하여주시기바랍니다' : function(){ return LOCALIZE.convArguments("Check the order details and agree to proceed with the payment.", arguments); },
'설명_개인정보수집및이용에동의하여주시기바랍니다' : function(){ return LOCALIZE.convArguments("You must accept the privacy policy to continue.", arguments); },
'설명_주문서가새로고침되었습니다' : function(){ return LOCALIZE.convArguments("Checkout page has been refreshed.", arguments); },
'설명_이전에입력한주문서정보를그대로유지하시겠습니까' : function(){ return LOCALIZE.convArguments("Use the information entered previously?", arguments); },
'설명_가입한아이디' : function(){ return LOCALIZE.convArguments("Username", arguments); },
'설명_옵션을입력해주세요' : function(){ return LOCALIZE.convArguments("Required to enter", arguments); },
'버튼_휴대폰인증' : function(){ return LOCALIZE.convArguments("Mobile verification", arguments); },
'버튼_카드인증' : function(){ return LOCALIZE.convArguments("Credit card verification", arguments); },
'타이틀_오늘출발상품' : function(){ return LOCALIZE.convArguments("Same day ship out", arguments); },
'타이틀_오늘도착상품' : function(){ return LOCALIZE.convArguments("Same day shipping", arguments); },
'타이틀_예약상품정보' : function(){ return LOCALIZE.convArguments("Reservation Information", arguments); },
'설명_쿠폰번호입력' : function(){ return LOCALIZE.convArguments("Enter coupon code", arguments); },
'설명_사용가능한쿠폰' : function(){ return LOCALIZE.convArguments("Available coupons", arguments); },
'설명_최근' : function(){ return LOCALIZE.convArguments("Latest", arguments); },
'버튼_변경' : function(){ return LOCALIZE.convArguments("Change", arguments); },
'버튼_수정완료' : function(){ return LOCALIZE.convArguments("Modifications completed", arguments); },
'설명_방문일자및시간' : function(){ return LOCALIZE.convArguments("Date and time of visit", arguments); },
'버튼_배송지목록에추가' : function(){ return LOCALIZE.convArguments("Add to addresses", arguments); },
'버튼_기본배송지로설정' : function(){ return LOCALIZE.convArguments("Set as the default address.", arguments); },
'버튼_주소찾기' : function(){ return LOCALIZE.convArguments("Find Address", arguments); },
'타이틀_배송지선택' : function(){ return LOCALIZE.convArguments("Ship to", arguments); },
'타이틀_신규입력' : function(){ return LOCALIZE.convArguments("Add", arguments); },
'설명_전체동의' : function(){ return LOCALIZE.convArguments("I agree to all", arguments); },
'설명_구매조건확인및결제진행에동의' : function(){ return LOCALIZE.convArguments("Proceed to checkout", arguments); },
'설명_개인정보수집및이용동의' : function(){ return LOCALIZE.convArguments("Agree to privacy policy", arguments); },
'설명_올바른이메일입력하세요' : function(){ return LOCALIZE.convArguments("Enter a valid email.", arguments); },
'설명_번호입력' : function(){ return LOCALIZE.convArguments("Numbers only", arguments); },
'설명_배송메모를선택해주세요' : function(){ return LOCALIZE.convArguments("Select your shipping memo.", arguments); },
'버튼_상세정보펼처보기' : function(){ return LOCALIZE.convArguments("Show more", arguments); },
'버튼_상세정보접기' : function(){ return LOCALIZE.convArguments("Show less", arguments); },
'타이틀_추천인' : function(){ return LOCALIZE.convArguments("Referrer", arguments); },
'설명_추천인코드를입력' : function(){ return LOCALIZE.convArguments("Enter the referral code.", arguments); },
'버튼_주문서로' : function(){ return LOCALIZE.convArguments("View order", arguments); },
'설명_작성한내용이모두사라집니다' : function(){ return LOCALIZE.convArguments("All will be erased. Proceed?", arguments); },
'설명_구매평작성완료' : function(){ return LOCALIZE.convArguments("Customer review completed.", arguments); },
'설명_군' : function(){ return LOCALIZE.convArguments("District", arguments); },
'설명_성' : function(){ return LOCALIZE.convArguments("Province / City", arguments); },
'설명_지역' : function(){ return LOCALIZE.convArguments("Area", arguments); },
'설명_구역' : function(){ return LOCALIZE.convArguments("District", arguments); },
'설명_다운로드불가안내' : function(){ return LOCALIZE.convArguments("There is no file available to download. Contact the administrator. ", arguments); },
'버튼_아이디비밀번호찾기' : function(){ return LOCALIZE.convArguments("Forgot password?", arguments); },
'버튼_아이디찾기' : function(){ return LOCALIZE.convArguments("Find username", arguments); },
'버튼_비밀번호찾기' : function(){ return LOCALIZE.convArguments("Find password", arguments); },
'설명_이름또는닉네임' : function(){ return LOCALIZE.convArguments("Name or nickname", arguments); },
'설명_쿠폰이발급되었습니다' : function(){ return LOCALIZE.convArguments("A coupon has been issued.", arguments); },
'설명_이용이제한된페이지안내' : function(){ return LOCALIZE.convArguments("If you have any questions, please contact to %2 or %3.", arguments); },
'설명_기타택배' : function(){ return LOCALIZE.convArguments("Other couriers", arguments); },
'버튼_등록' : function(){ return LOCALIZE.convArguments("Submit", arguments); },
'설명_상품은어떠셨나요' : function(){ return LOCALIZE.convArguments("How was the product?", arguments); },
'설명_어떤점이좋으셨나요' : function(){ return LOCALIZE.convArguments("What did you like about this product?", arguments); },
'타이틀_현금영수증' : function(){ return LOCALIZE.convArguments("Cash receipt ", arguments); },
'설명_휴대전화번호입력' : function(){ return LOCALIZE.convArguments("Enter mobile number", arguments); },
'설명_뒤로가기' : function(){ return LOCALIZE.convArguments("Go back", arguments); },
'설명_대표이미지삭제' : function(){ return LOCALIZE.convArguments("Delete main image", arguments); },
'설명_이메일또는아이디' : function(){ return LOCALIZE.convArguments("Email or username", arguments); },
'버튼_주' : function(){ return LOCALIZE.convArguments("Week", arguments); },
'타이틀_무료배송' : function(){ return LOCALIZE.convArguments("Free shipping", arguments); },
'설명_새비밀번호확인' : function(){ return LOCALIZE.convArguments("Confirm new password", arguments); },
'설명_비밀번호재설정링크유효기간만료' : function(){ return LOCALIZE.convArguments("Password reset link has been expired. Use Find my account.", arguments); },
'타이틀_배송수단' : function(){ return LOCALIZE.convArguments("Shipping method", arguments); },
'타이틀_결제대기' : function(){ return LOCALIZE.convArguments("Awaiting payment", arguments); },
'설명_현시' : function(){ return LOCALIZE.convArguments("縣市", arguments); },
'설명_향진시구' : function(){ return LOCALIZE.convArguments("鄉、鎮、市、區", arguments); },
'설명_접속하신국가는접속이제한되었습니다' : function(){ return LOCALIZE.convArguments("This web page isn\'t available in your country.", arguments); },
'설명_2단계인증을진행하지않으면로그인이불가능합니다' : function(){ return LOCALIZE.convArguments("You will not be able to login without 2-step verification. Do you want to stop authentication?", arguments); },
'설명_인증번호를입력해주세요' : function(){ return LOCALIZE.convArguments("Enter the verification code.", arguments); },
'설명_인증이완료되었습니다' : function(){ return LOCALIZE.convArguments("Verified!", arguments); },
'버튼_카카오페이결제' : function(){ return LOCALIZE.convArguments("Kakao Pay", arguments); },
'설명_n글자이상입력해주세요' : function(){ return LOCALIZE.convArguments("%1 or more characters required.", arguments); },
'설명_수취인이름을n글자이상입력해주세요' : function(){ return LOCALIZE.convArguments("%1 or more characters required for the recipient name.", arguments); },
'타이틀_예약가능뱃지' : function(){ return LOCALIZE.convArguments("A", arguments); },
'타이틀_예약완료뱃지' : function(){ return LOCALIZE.convArguments("C", arguments); },
'타이틀_입금대기뱃지' : function(){ return LOCALIZE.convArguments("W", arguments); },
'버튼_마케팅활용동의및광고수신동의' : function(){ return LOCALIZE.convArguments("Marketing and advertising opt-utilization agreement", arguments); },
'타이틀_주문상품정보' : function(){ return LOCALIZE.convArguments("Item summary", arguments); },
'타이틀_배송지정보' : function(){ return LOCALIZE.convArguments("Shipping Address", arguments); },
'설명_상품이없습니다' : function(){ return LOCALIZE.convArguments("No products found", arguments); },
'설명_취소가능한주문이아닙니다' : function(){ return LOCALIZE.convArguments("This order cannot be canceled.", arguments); },
'설명_교환가능한주문이아닙니다' : function(){ return LOCALIZE.convArguments("It is not exchangeable order.", arguments); },
'설명_반품가능한주문이아닙니다' : function(){ return LOCALIZE.convArguments("It is not a returnable order", arguments); },
'설명_n장' : function(){ return LOCALIZE.convArguments("%1", arguments); },
'설명_실시간계좌이체는Windows환경에서만지원합니다' : function(){ return LOCALIZE.convArguments("Real time account deposit only supported in Windows environment.", arguments); },
'타이틀_반품신청을진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Do you wish to proceed with the return process?", arguments); },
'타이틀_교환신청을진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Do You want to proceed with the replacement request?", arguments); },
'타이틀_교환비용결제를진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Do You want to proceed with the exchange fee?", arguments); },
'타이틀_반품신청을철회하시겠습니까' : function(){ return LOCALIZE.convArguments("Do you want to withdraw your return?", arguments); },
'타이틀_교환신청을철회하시겠습니까' : function(){ return LOCALIZE.convArguments("Do you want to withdraw your exchange?", arguments); },
'타이틀_취소신청을철회하시겠습니까' : function(){ return LOCALIZE.convArguments("Do you want to retract your cancellation? ", arguments); },
'설명_주문번호혹은모드가없습니다' : function(){ return LOCALIZE.convArguments("No order number or mode.", arguments); },
'설명_현금영수증신청이완료되었습니다' : function(){ return LOCALIZE.convArguments("Your cash receipt request has been completed.", arguments); },
'설명_대표' : function(){ return LOCALIZE.convArguments("Main", arguments); },
'설명_링크' : function(){ return LOCALIZE.convArguments("Link", arguments); },
'설명_가입중단경고' : function(){ return LOCALIZE.convArguments("Enter all required additional information in order to complete registration. Do you want to cancel this registration?", arguments); },
'버튼_게시물접근권한없음' : function(){ return LOCALIZE.convArguments("You do not have permission to access this post. Contact your Site Administrator.", arguments); },
'설명_일요일약자' : function(){ return LOCALIZE.convArguments("Sun", arguments); },
'설명_월요일약자' : function(){ return LOCALIZE.convArguments("Mon", arguments); },
'설명_화요일약자' : function(){ return LOCALIZE.convArguments("Tues", arguments); },
'설명_수요일약자' : function(){ return LOCALIZE.convArguments("Wed", arguments); },
'설명_목요일약자' : function(){ return LOCALIZE.convArguments("Thurs", arguments); },
'설명_금요일약자' : function(){ return LOCALIZE.convArguments("Fri", arguments); },
'설명_토요일약자' : function(){ return LOCALIZE.convArguments("Sat", arguments); },
'설명_월요일' : function(){ return LOCALIZE.convArguments("Monday", arguments); },
'설명_화요일' : function(){ return LOCALIZE.convArguments("Tuesday", arguments); },
'설명_수요일' : function(){ return LOCALIZE.convArguments("Wednesday", arguments); },
'설명_목요일' : function(){ return LOCALIZE.convArguments("Thursday", arguments); },
'설명_금요일' : function(){ return LOCALIZE.convArguments("Friday", arguments); },
'설명_토요일' : function(){ return LOCALIZE.convArguments("Saturday", arguments); },
'설명_일요일' : function(){ return LOCALIZE.convArguments("Sunday", arguments); },
'설명_n개구매' : function(){ return LOCALIZE.convArguments("%1 purchased", arguments); },
'설명_n개구매평' : function(){ return LOCALIZE.convArguments("%1 Review(s)", arguments); },
'설명_포토구매평모아보기' : function(){ return LOCALIZE.convArguments("Show all Photo Reviews", arguments); },
'설명_URL입력' : function(){ return LOCALIZE.convArguments("Add URL", arguments); },
'설명_즐겨찾기등록키안내' : function(){ return LOCALIZE.convArguments("Add to favourite", arguments); },
'설명_해당옵션필수입니다' : function(){ return LOCALIZE.convArguments("Current option is required.", arguments); },
'설명_최소n글자이상' : function(){ return LOCALIZE.convArguments("At least %1 characters", arguments); },
'설명_대문자' : function(){ return LOCALIZE.convArguments("An uppercase letter", arguments); },
'설명_숫자' : function(){ return LOCALIZE.convArguments("A number", arguments); },
'설명_특수문자' : function(){ return LOCALIZE.convArguments("A special character", arguments); },
'설명_포함필수' : function(){ return LOCALIZE.convArguments("%1 required", arguments); },
'타이틀_반품배송비차감' : function(){ return LOCALIZE.convArguments("Return shipping fee", arguments); },
'타이틀_PC모드로보기' : function(){ return LOCALIZE.convArguments("Desktop view", arguments); },
'타이틀_모바일모드로보기' : function(){ return LOCALIZE.convArguments("Mobile view", arguments); },
'설명_이미지등록실패' : function(){ return LOCALIZE.convArguments("Failed to register %1 image.", arguments); },
'안드로이드_서비스이용불가' : function(){ return LOCALIZE.convArguments("This site is currently unavailable due to maintenance and will be back online shortly. ", arguments); },
'설명_게시물을불러오는데에실패하였습니다' : function(){ return LOCALIZE.convArguments("Failed to load post.", arguments); },
'설명_만료' : function(){ return LOCALIZE.convArguments("Expired", arguments); },
'설명_구매가능회원이아닙니다' : function(){ return LOCALIZE.convArguments("This member is not allowed to purchase.", arguments); },
'설명_남은다운로드n회' : function(){ return LOCALIZE.convArguments("Number of downloads remaining: %1", arguments); },
'설명_s까지다운로드가능' : function(){ return LOCALIZE.convArguments("Download available until %1.", arguments); },
'설명_s까지다운로드가능합니다' : function(){ return LOCALIZE.convArguments("You can download up to %1.", arguments); },
'설명_다운로드만료안내' : function(){ return LOCALIZE.convArguments("Download period or maximum number of downloads has been exceeded. Please try again after repurchasing.", arguments); },
'설명_n원' : function(){ return LOCALIZE.convArguments("$%1", arguments); },
'설명_상태' : function(){ return LOCALIZE.convArguments("Status", arguments); },
'타이틀_취소상세정보' : function(){ return LOCALIZE.convArguments("Cancellation details", arguments); },
'타이틀_취소사유' : function(){ return LOCALIZE.convArguments("Reason for cancellation", arguments); },
'타이틀_취소요청사유' : function(){ return LOCALIZE.convArguments("Reason for cancellation", arguments); },
'설명_인증메일발송완료' : function(){ return LOCALIZE.convArguments("Verification email has been sent.", arguments); },
'타이틀_취소조회' : function(){ return LOCALIZE.convArguments("Cancellations", arguments); },
'설명_n이상상품에사용가능한쿠폰입니다' : function(){ return LOCALIZE.convArguments("This coupon is available for more than %1 products.", arguments); },
'설명_입금하실은행을선택해주세요' : function(){ return LOCALIZE.convArguments("Select the bank you wish to deposit to.", arguments); },
'설명_현금영수증신청정보를입력해주세요' : function(){ return LOCALIZE.convArguments("Enter the cash receipt application information.", arguments); },
'설명_배송국가' : function(){ return LOCALIZE.convArguments("Country /Region", arguments); },
'설명_가입승인되지않은아이디입니다' : function(){ return LOCALIZE.convArguments("Awaiting sign-up approval. Your account will become active once approved by the site admin.", arguments); },
'설명_회원등급할인' : function(){ return LOCALIZE.convArguments("Membership level discount", arguments); },
'설명_결제예상금액' : function(){ return LOCALIZE.convArguments("Subtotal (%1)", arguments); },
'타이틀_n님의가입이승인되었습니다' : function(){ return LOCALIZE.convArguments("\'s sign-up has been approved.", arguments); },
'내용_정상적으로사이트이용가능' : function(){ return LOCALIZE.convArguments("You can now use the site.", arguments); },
'설명_면제' : function(){ return LOCALIZE.convArguments("Exemption", arguments); },
'설명_기기의위치정보검색실패' : function(){ return LOCALIZE.convArguments("Failed to locate device. Check the location-tracking settings.", arguments); },
'타이틀_배송정보수정' : function(){ return LOCALIZE.convArguments("Edit shipping information", arguments); },
'설명_회원탈퇴를진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Are you sure you want to delete this account?", arguments); },
'설명_환불금액' : function(){ return LOCALIZE.convArguments("Amount refund", arguments); },
'설명_환불적립금' : function(){ return LOCALIZE.convArguments("Refund reserve", arguments); },
'버튼_포토구매평' : function(){ return LOCALIZE.convArguments("Photo review", arguments); },
'설명_기본' : function(){ return LOCALIZE.convArguments("Default", arguments); },
'설명_누적구매금액s' : function(){ return LOCALIZE.convArguments("Total purchased: %1", arguments); },
'타이틀_s님안녕하세요' : function(){ return LOCALIZE.convArguments("Welcome back, %1.", arguments); },
'타이틀_s회원가' : function(){ return LOCALIZE.convArguments("%1 membership price", arguments); },
'타이틀_회원할인금액' : function(){ return LOCALIZE.convArguments("Member discount", arguments); },
'타이틀_판매가' : function(){ return LOCALIZE.convArguments("Selling price", arguments); },
'설명_현재재고부족으로N개이상구매할수없습니다' : function(){ return LOCALIZE.convArguments("No more than %1 items can purchase due to lack of inventory.", arguments); },
'설명_결제시간이초과되었습니다' : function(){ return LOCALIZE.convArguments("Payment time have been exceeded. Try again.", arguments); },
'설명_0원상품갯수제한' : function(){ return LOCALIZE.convArguments("You can purchase that option by the quantity of the product you purchase(e.g. up to 5 options are available if purchase 5 products )", arguments); },
'설명_해당선택옵션은최대N개까지구매가능합니다' : function(){ return LOCALIZE.convArguments("You can purchase up to %1 of this option.", arguments); },
'타이틀_주류의통신판매신고에따른명령위임고시' : function(){ return LOCALIZE.convArguments("주류의 통신판매 신고에 따른 명령위임고시", arguments); },
'설명_관계법령에따라미셩년자는구매할수없음' : function(){ return LOCALIZE.convArguments("Under the relevant laws, minors are not allowed to purchase this product. You must have an adult certification to purchase it.", arguments); },
'설명_주문서상태변경실패' : function(){ return LOCALIZE.convArguments("Failed to change order status.", arguments); },
'타이틀_탈퇴한회원' : function(){ return LOCALIZE.convArguments("Deleted accounts", arguments); },
'타이틀_쇼핑입력폼' : function(){ return LOCALIZE.convArguments("Additional Information", arguments); },
'버튼_엑심베이' : function(){ return LOCALIZE.convArguments("Eximbay", arguments); },
'버튼_IDPW회원가입' : function(){ return LOCALIZE.convArguments("ID/PW Sign up", arguments); },
'설명_디지털상품은수량을변경하실수없습니다' : function(){ return LOCALIZE.convArguments("The quantity of digital items can not be changed.", arguments); },
'설명_최대n업로드용량안내' : function(){ return LOCALIZE.convArguments("Up to %1 can be attached.", arguments); },
'설명_n항목을선택해주세요' : function(){ return LOCALIZE.convArguments("Select %1’ option.", arguments); },
'설명_암호길이가짧습니다_n자이상' : function(){ return LOCALIZE.convArguments("Password must be at least %1 characters.", arguments); },
'설명_공유에실패하였습니다' : function(){ return LOCALIZE.convArguments("Failed to share.", arguments); },
'타이틀_교환환불안내' : function(){ return LOCALIZE.convArguments("Exchange/refund Guidance", arguments); },
'설명_처리대기' : function(){ return LOCALIZE.convArguments("Pending", arguments); },
'설명_답변완료' : function(){ return LOCALIZE.convArguments("Answered", arguments); },
'버튼_상품문의' : function(){ return LOCALIZE.convArguments("Ask a question", arguments); },
'버튼_장바구니가기' : function(){ return LOCALIZE.convArguments("View cart", arguments); },
'설명_가입하시면이용약관에동의하게됩니다tag' : function(){ return LOCALIZE.convArguments("You will be agreeing to the Terms and Conditions when you sign up.", arguments); },
'설명_삭제하시겠습니까삭제후재등록불가' : function(){ return LOCALIZE.convArguments("Are you sure you want to delete this review? You cannot write a review again after deleting.", arguments); },
'설명_포토_구매평만_보기' : function(){ return LOCALIZE.convArguments("Photo reviews only", arguments); },
'버튼_구매평작성' : function(){ return LOCALIZE.convArguments("Write a review", arguments); },
'설명_최대이미지크기안내' : function(){ return LOCALIZE.convArguments("You can upload images that below %1x%2", arguments); },
'설명_SMS수신동의' : function(){ return LOCALIZE.convArguments("Yes, receive text messages", arguments); },
'설명_Email수신동의' : function(){ return LOCALIZE.convArguments("Yes, receive emails", arguments); },
'버튼_필수및선택사항모두동의' : function(){ return LOCALIZE.convArguments("I agree to %1.", arguments); },
'설명_적립금액은쿠폰적용에따라달라짐' : function(){ return LOCALIZE.convArguments("Final points rewarded may vary depending on coupons, option prices and quantity purchased.", arguments); },
'설명_재고' : function(){ return LOCALIZE.convArguments("Inventory", arguments); },
'타이틀_남은재고' : function(){ return LOCALIZE.convArguments("Remaining inventory", arguments); },
'설명_상품최소구매수량' : function(){ return LOCALIZE.convArguments("Minimum order quantity for %1: %2", arguments); },
'설명_도로명지번을검색해주세요' : function(){ return LOCALIZE.convArguments("Search using your street name or street number.", arguments); },
'설명_장소를수정할수없습니다' : function(){ return LOCALIZE.convArguments("Location cannot be changed.", arguments); },
'설명_이상품은현재판매기간이아닙니다' : function(){ return LOCALIZE.convArguments("This product is currently not for sale.", arguments); },
'설명_회원당최대구매수량' : function(){ return LOCALIZE.convArguments("Maximum purchase quantity per customer: %1", arguments); },
'설명_비회원은회원당최대구매수량제한상품주문불가' : function(){ return LOCALIZE.convArguments("Non-members cannot order products with a limited maximum purchase quantity per customer.", arguments); },
'설명_최대N개만구매가능한상품입니다' : function(){ return LOCALIZE.convArguments("You may purchase up to %1.", arguments); },
'타이틀_최소구매수량' : function(){ return LOCALIZE.convArguments("Minimum order quantity", arguments); },
'설명_최소구매수량' : function(){ return LOCALIZE.convArguments("Minimum order quantity: %1", arguments); },
'설명_최대구매수량' : function(){ return LOCALIZE.convArguments("Maximum order quantity: %1", arguments); },
'설명_macOS에서ISP결제' : function(){ return LOCALIZE.convArguments("ISP payment (KB, BC, Woori, SBI, JB, SH, Jeju) is not supported on macOS. Please pay via mobile to use listed credit card.", arguments); },
'설명_최대n개까지선택가능합니다' : function(){ return LOCALIZE.convArguments("You can select up to %1.", arguments); },
'설명_숨기시겠습니까' : function(){ return LOCALIZE.convArguments("Hide?", arguments); },
'타이틀_제조사' : function(){ return LOCALIZE.convArguments("Manufacturer", arguments); },
'타이틀_브랜드' : function(){ return LOCALIZE.convArguments("Brand", arguments); },
'타이틀_사이트준비중' : function(){ return LOCALIZE.convArguments("Under Construction", arguments); },
'타이틀_현재사이트는준비중' : function(){ return LOCALIZE.convArguments("This site is under construction.", arguments); },
'버튼_관리자로그인' : function(){ return LOCALIZE.convArguments("Sign in as admin", arguments); },
'버튼_개인정보제3자제공동의' : function(){ return LOCALIZE.convArguments("Agreement of Personal Information provision to the Third party", arguments); },
'버튼_위사항을확인하였으며개인정보제3자제공에동의합니다' : function(){ return LOCALIZE.convArguments("Agree to provide personal information to the third party.", arguments); },
'설명_개인정보제3자제공에동의하여주시기바랍니다' : function(){ return LOCALIZE.convArguments("Agree to provide personal information to the third party.", arguments); },
'버튼_복사' : function(){ return LOCALIZE.convArguments("Copy", arguments); },
'설명_URL을길게누르면복사할수있습니다' : function(){ return LOCALIZE.convArguments("Long click to copy URL.", arguments); },
'설명_URL이복사되었습니다' : function(){ return LOCALIZE.convArguments("URL copied.", arguments); },
'설명_신고가성공적으로접수되었습니다' : function(){ return LOCALIZE.convArguments("Report has been received successfully.", arguments); },
'타이틀_게시판카테고리' : function(){ return LOCALIZE.convArguments("Category", arguments); },
'타이틀_게시판카테고리전체보기' : function(){ return LOCALIZE.convArguments("Show all", arguments); },
'타이틀_글쓰기카테고리선택' : function(){ return LOCALIZE.convArguments("Category", arguments); },
'타이틀_주문취소를진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Are you sure you want to request cancellation?", arguments); },
'타이틀_예약취소를진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Cancel this booking?", arguments); },
'설명_사이트관리자설정에의해차단된콘텐츠입니다' : function(){ return LOCALIZE.convArguments("This content is blocked by administrator settings.", arguments); },
'타이틀_추가정보입력' : function(){ return LOCALIZE.convArguments("Enter additional information", arguments); },
'설명_주문후n시간미입금시자동취소' : function(){ return LOCALIZE.convArguments("Your order will be auto canceled if not paid within %1 hours.", arguments); },
'설명_배송받을국가를선택해주세요' : function(){ return LOCALIZE.convArguments("Select a country to receive delivery", arguments); },
'버튼_무료결제' : function(){ return LOCALIZE.convArguments("Free payment", arguments); },
'설명_무료결제안내문구' : function(){ return LOCALIZE.convArguments("Total amount of payment is %1.", arguments); },
'설명_무료결제안내문구2' : function(){ return LOCALIZE.convArguments("If you used %1/ coupons, change the amount of your payment if you want to pay with a different payment method.", arguments); },
'버튼_파일첨부_최대nMB' : function(){ return LOCALIZE.convArguments("Attach file (%1MB maximum)", arguments); },
'설명_이미지업로드URL이비어있습니다' : function(){ return LOCALIZE.convArguments("URL for image upload is empty.", arguments); },
'설명_파일업로드URL이비어있습니다' : function(){ return LOCALIZE.convArguments("URL for file upload is empty.", arguments); },
'설명_파일리스트를확인하세요' : function(){ return LOCALIZE.convArguments("Check the file list", arguments); },
'설명_드래그업로드는지원하지않습니다' : function(){ return LOCALIZE.convArguments("Drag and drop file upload not supported.", arguments); },
'설명_이미지복사붙여넣기기능은지원하지않습니다' : function(){ return LOCALIZE.convArguments("Image copy and paste not supported.", arguments); },
'버튼_가로구분선만' : function(){ return LOCALIZE.convArguments("Horizontal divider only", arguments); },
'버튼_테두리없음' : function(){ return LOCALIZE.convArguments("No border", arguments); },
'버튼_테두리진하게' : function(){ return LOCALIZE.convArguments("Thick borders", arguments); },
'버튼_Hover효과행단위' : function(){ return LOCALIZE.convArguments("Hover effect (rows)", arguments); },
'버튼_테이블헤더음영' : function(){ return LOCALIZE.convArguments("Table header shadow", arguments); },
'버튼_줄무늬행' : function(){ return LOCALIZE.convArguments("Striped rows", arguments); },
'버튼_모바일에서표형식무시' : function(){ return LOCALIZE.convArguments("Ignore table format on mobile", arguments); },
'버튼_반응형테이블' : function(){ return LOCALIZE.convArguments("Responsive table", arguments); },
'버튼_기본버튼' : function(){ return LOCALIZE.convArguments("Button", arguments); },
'버튼_강조버튼' : function(){ return LOCALIZE.convArguments("Button 2", arguments); },
'설명_최소이미지크기안내' : function(){ return LOCALIZE.convArguments("You can only upload image that is larger than %1 x %2.", arguments); },
'설명_성별을선택하세요' : function(){ return LOCALIZE.convArguments("Select gender", arguments); },
'타이틀_구매혜택' : function(){ return LOCALIZE.convArguments("Benefit", arguments); },
'설명_작성하신대로접수하시겠습니까' : function(){ return LOCALIZE.convArguments("Proceed to submit?", arguments); },
'타이틀_item' : function(){ return LOCALIZE.convArguments("items", arguments); },
'설명_네이버페이를계속해서진행하시겠습니까' : function(){ return LOCALIZE.convArguments("Do you want to proceed with your Npay payment?", arguments); },
'버튼_네이버' : function(){ return LOCALIZE.convArguments("Naver", arguments); },
'설명_거리주소' : function(){ return LOCALIZE.convArguments("Street address, P.O box, company name, c/o", arguments); },
'설명_건물명' : function(){ return LOCALIZE.convArguments("Apartment, suite, unit, building, floor, etc.", arguments); },
'설명_도시명' : function(){ return LOCALIZE.convArguments("City", arguments); },
'설명_도시군' : function(){ return LOCALIZE.convArguments("State/Province/Region", arguments); },
'설명_주문하실상품을선택해주세요' : function(){ return LOCALIZE.convArguments("Select one or more items.", arguments); },
'설명_방문하실일자및시간대를입력해주세요' : function(){ return LOCALIZE.convArguments("Enter the date and time of visit.", arguments); },
'설명_테스트결제메시지_이니시스' : function(){ return LOCALIZE.convArguments("You are currently on test payment. If you are on KG Inicis, your orders will be automatically canceled after a certain period of time.", arguments); },
'타이틀_선택' : function(){ return LOCALIZE.convArguments("Select", arguments); },
'설명_배송메모직접입력' : function(){ return LOCALIZE.convArguments("Add text", arguments); },
'설명_페이지를벗어나시겠습니까' : function(){ return LOCALIZE.convArguments("Are you sure you want to leave this page?", arguments); },
'설명_입금자명미입력시주문자명' : function(){ return LOCALIZE.convArguments("Depositor name (leave blank if same)", arguments); },
'설명_n개' : function(){ return LOCALIZE.convArguments("%1", arguments); },
'타이틀_교환사유' : function(){ return LOCALIZE.convArguments("Reason for exchange", arguments); },
'타이틀_교환요청사유' : function(){ return LOCALIZE.convArguments("Reason for exchange", arguments); },
'타이틀_교환배송비결제방법' : function(){ return LOCALIZE.convArguments("Payment method", arguments); },
'타이틀_교환수거정보' : function(){ return LOCALIZE.convArguments("Exchange\'s pick up", arguments); },
'버튼_교환요청취소' : function(){ return LOCALIZE.convArguments("Withdrawal of exchange request", arguments); },
'설명_교환배송비수거시박스에동봉' : function(){ return LOCALIZE.convArguments("Enclose in a box for pick-up", arguments); },
'설명_교환배송비판매자에게송금' : function(){ return LOCALIZE.convArguments("Transfer money to seller", arguments); },
'설명_반품배송비수거시박스에동봉' : function(){ return LOCALIZE.convArguments("Enclose in a box for pick-up", arguments); },
'타이틀_반품상세정보' : function(){ return LOCALIZE.convArguments("Return Details", arguments); },
'타이틀_교환상세정보' : function(){ return LOCALIZE.convArguments("Exchange details", arguments); },
'타이틀_반품사유및환불계좌' : function(){ return LOCALIZE.convArguments("Return reason and refund account", arguments); },
'타이틀_반품수거정보' : function(){ return LOCALIZE.convArguments("Return pickup", arguments); },
'타이틀_반품요청사유' : function(){ return LOCALIZE.convArguments("Return reasons", arguments); },
'타이틀_반품배송비결제방법' : function(){ return LOCALIZE.convArguments("Payment method", arguments); },
'타이틀_반품환불완료일' : function(){ return LOCALIZE.convArguments("Refund completion date", arguments); },
'타이틀_주문자정보' : function(){ return LOCALIZE.convArguments("Customer info", arguments); },
'설명_추가배송비' : function(){ return LOCALIZE.convArguments("Additional shipping fee", arguments); },
'버튼_교환철회' : function(){ return LOCALIZE.convArguments("Withdraw exchange", arguments); },
'버튼_반품철회' : function(){ return LOCALIZE.convArguments("Withdraw return", arguments); },
'버튼_취소철회' : function(){ return LOCALIZE.convArguments("Withdraw cancel", arguments); },
'버튼_반품상세' : function(){ return LOCALIZE.convArguments("Return details", arguments); },
'버튼_교환상세' : function(){ return LOCALIZE.convArguments("Exchange details", arguments); },
'버튼_취소상세' : function(){ return LOCALIZE.convArguments("Cancellation details", arguments); },
'타이틀_반품방법선택' : function(){ return LOCALIZE.convArguments("Choose a return method", arguments); },
'타이틀_교환방법선택' : function(){ return LOCALIZE.convArguments("Choose a exchange method", arguments); },
'타이틀_교환비용구매자부담' : function(){ return LOCALIZE.convArguments("Exchange cost to buyer", arguments); },
'버튼_직접발송' : function(){ return LOCALIZE.convArguments("Direct shipping", arguments); },
'타이틀_직접발송방법선택' : function(){ return LOCALIZE.convArguments("Select a direct shipping method", arguments); },
'타이틀_택배사선택' : function(){ return LOCALIZE.convArguments("Select a shipping company", arguments); },
'타이틀_환불진행중' : function(){ return LOCALIZE.convArguments("Refund in progress", arguments); },
'설명_반품사유를선택해주세요' : function(){ return LOCALIZE.convArguments("Select a reason for return.", arguments); },
'설명_교환사유를선택해주세요' : function(){ return LOCALIZE.convArguments("Select a reason for exchange.", arguments); },
'설명_예약취소사유다른상품으로변경' : function(){ return LOCALIZE.convArguments("Change to another product", arguments); },
'설명_쇼핑클레임사유구매의사취소' : function(){ return LOCALIZE.convArguments("Change of mind", arguments); },
'설명_쇼핑클레임사유색상및사이즈변경' : function(){ return LOCALIZE.convArguments("Change color or size", arguments); },
'설명_쇼핑클레임사유다른상품잘못주문' : function(){ return LOCALIZE.convArguments("Misplaced an order", arguments); },
'설명_쇼핑클레임사유서비스및상품불만족' : function(){ return LOCALIZE.convArguments("Dissatisfied with service or product", arguments); },
'설명_쇼핑클레임사유배송지연' : function(){ return LOCALIZE.convArguments("Shipping delayed", arguments); },
'설명_쇼핑클레임사유배송누락' : function(){ return LOCALIZE.convArguments("Missing from package", arguments); },
'설명_쇼핑클레임사유상품품절' : function(){ return LOCALIZE.convArguments("Product out of stock", arguments); },
'설명_쇼핑클레임사유상품파손' : function(){ return LOCALIZE.convArguments("Product damaged", arguments); },
'설명_쇼핑클레임사유상품정보상이' : function(){ return LOCALIZE.convArguments("Product information mismatch", arguments); },
'설명_쇼핑클레임사유오배송' : function(){ return LOCALIZE.convArguments("Wrong delivery", arguments); },
'설명_쇼핑클레임사유색상등이다른상품을잘못배송' : function(){ return LOCALIZE.convArguments("Wrong item", arguments); },
'타이틀_예약시요청사' : function(){ return LOCALIZE.convArguments("Requests", arguments); },
'타이틀_반품상품선택' : function(){ return LOCALIZE.convArguments("Select item to return", arguments); },
'타이틀_교환상품선택' : function(){ return LOCALIZE.convArguments("Select item to exchange", arguments); },
'버튼_반품' : function(){ return LOCALIZE.convArguments("Return", arguments); },
'버튼_교환' : function(){ return LOCALIZE.convArguments("Exchange", arguments); },
'버튼_반품사유를선택해주세요' : function(){ return LOCALIZE.convArguments("Select your reason for return.", arguments); },
'타이틀_배송지역' : function(){ return LOCALIZE.convArguments("Ship to", arguments); },
'설명_국가선택' : function(){ return LOCALIZE.convArguments("Select country", arguments); },
'설명_국가를선택해주세요' : function(){ return LOCALIZE.convArguments("Select country.", arguments); },
'설명_우편번호를입력하세요' : function(){ return LOCALIZE.convArguments("Enter zip code", arguments); },
'버튼_주문상세보기' : function(){ return LOCALIZE.convArguments("Order details", arguments); },
'설명_오전' : function(){ return LOCALIZE.convArguments("AM", arguments); },
'설명_오후' : function(){ return LOCALIZE.convArguments("PM", arguments); },
'타이틀_결제방법' : function(){ return LOCALIZE.convArguments("Payment method", arguments); },
'설명_최대업로드용량안내_게시판' : function(){ return LOCALIZE.convArguments("Maximum upload: 100MB", arguments); },
'설명_우편번호' : function(){ return LOCALIZE.convArguments("Zip Code", arguments); },
'설명_예금주' : function(){ return LOCALIZE.convArguments("Account holder", arguments); },
'설명_상세사유입력' : function(){ return LOCALIZE.convArguments("Enter detailed reason", arguments); },
'설명_취소사유선택' : function(){ return LOCALIZE.convArguments("Reason for cancellation", arguments); },
'타이틀_취소상품선택' : function(){ return LOCALIZE.convArguments("Select all items you wish to cancel", arguments); },
'타이틀_환불예정금액' : function(){ return LOCALIZE.convArguments("Refund", arguments); },
'설명_마이페이지취소요청설명1' : function(){ return LOCALIZE.convArguments("You may request cancellation on each item before your order has been shipped. Partial quantity cancellation for a single item is not possible.", arguments); },
'설명_마이페이지취소요청설명2' : function(){ return LOCALIZE.convArguments("However, if the order has already been shipped, the cancellation may be rejected. If you cancel or return an order with a coupon applied, you may reuse the coupon if it hasn\'t expired. Note that coupons will only be reusable if the entire order is canceled or returned.", arguments); },
'타이틀_취소처리중' : function(){ return LOCALIZE.convArguments("Processing cancellation", arguments); },
'타이틀_교환재배송중' : function(){ return LOCALIZE.convArguments("Re-shipping for exchange", arguments); },
'설명_첨부된이미지가없습니다' : function(){ return LOCALIZE.convArguments("There is no attached image.", arguments); },
'설명_선택' : function(){ return LOCALIZE.convArguments("(Optional)", arguments); },
'타이틀_평점' : function(){ return LOCALIZE.convArguments("Rating", arguments); },
'타이틀_배송안내' : function(){ return LOCALIZE.convArguments("Shipping info", arguments); },
'버튼_가나다' : function(){ return LOCALIZE.convArguments("A-Z", arguments); },
'버튼_가나다역순' : function(){ return LOCALIZE.convArguments("Z-A", arguments); },
'타이틀_대표이미지설정' : function(){ return LOCALIZE.convArguments("Main image", arguments); },
'설명_비밀번호확인' : function(){ return LOCALIZE.convArguments("Confirm new password", arguments); },
'타이틀_여행약관' : function(){ return LOCALIZE.convArguments("Travel terms and conditions", arguments); },
'타이틀_국내여행약관' : function(){ return LOCALIZE.convArguments("Terms and conditions for domestic travel", arguments); },
'타이틀_국외여행약관' : function(){ return LOCALIZE.convArguments("Terms and conditions for overseas travel", arguments); },
'타이틀_주문취소요청' : function(){ return LOCALIZE.convArguments("Request cancellation", arguments); },
'설명_취소사유를선택해주세요' : function(){ return LOCALIZE.convArguments("Select reason(s) for cancellation.", arguments); },
'설명_개월' : function(){ return LOCALIZE.convArguments("%1 month(s)", arguments); },
'타이틀_년' : function(){ return LOCALIZE.convArguments("Year", arguments); },
'타이틀_월' : function(){ return LOCALIZE.convArguments("Month", arguments); },
'타이틀_일' : function(){ return LOCALIZE.convArguments("Date", arguments); },
'설명_soldout' : function(){ return LOCALIZE.convArguments("Sold out", arguments); },
'설명_n님이댓글을작성하였습니다' : function(){ return LOCALIZE.convArguments("%1 left a comment", arguments); },
'설명_가입승인이필요합니다' : function(){ return LOCALIZE.convArguments("Sign-up approval is required.", arguments); },
'설명_비밀번호가필요합니다' : function(){ return LOCALIZE.convArguments("Password is required.", arguments); },
'설명_상품금액' : function(){ return LOCALIZE.convArguments("Subtotal", arguments); },
'설명_비밀글입니다' : function(){ return LOCALIZE.convArguments("This is a private post.", arguments); },
'설명_주소장소를검색해주세요' : function(){ return LOCALIZE.convArguments("Search the address and location.", arguments); },
'설명_주소검색버튼을눌러주세요' : function(){ return LOCALIZE.convArguments("Click the address search button to register.", arguments); },
'설명_검색결과가존재하지않습니다' : function(){ return LOCALIZE.convArguments("No search results.", arguments); },
'설명_삭제하시겠습니까' : function(){ return LOCALIZE.convArguments("Delete this?", arguments); },
'설명_위치정보검색에문제가있습니다' : function(){ return LOCALIZE.convArguments("There is a problem with your location search.", arguments); },
'설명_위치정보검색을허용해주세요' : function(){ return LOCALIZE.convArguments("Allow location search.", arguments); },
'설명_위치정보를검색하지못했습니다' : function(){ return LOCALIZE.convArguments("Failed to retrieve location information. Activate the location search data collecting feature", arguments); },
'설명_위치정보검색시간을초과하였습니다' : function(){ return LOCALIZE.convArguments("You have exceeded the time to retrieve location information.", arguments); },
'설명_위치검색이지원되지않는브라우져입니다' : function(){ return LOCALIZE.convArguments("Your browser does not support location search.", arguments); },
'설명_작성시등록하신비밀번호를입력해주세요' : function(){ return LOCALIZE.convArguments("Enter the password you used when posted.", arguments); },
'설명_테스트결제메시지' : function(){ return LOCALIZE.convArguments("This site is currently in test mode. Orders are not actually charged or ordered.", arguments); },
'설명_접근권한이없습니다' : function(){ return LOCALIZE.convArguments("No access rights.", arguments); },
'설명_최대업로드용량안내' : function(){ return LOCALIZE.convArguments("You can upload up to 50MB.", arguments); },
'설명_네이버페이찜등록실패' : function(){ return LOCALIZE.convArguments("네이버페이 찜등록 실패 (%1)", arguments); },
'설명_네이버페이상품구매실패' : function(){ return LOCALIZE.convArguments("아직 네이버페이 심사가 진행중(ERR-OR-000001)이거나 연동 오류입니다. (%1)", arguments); },
'설명_성인인증안내문구' : function(){ return LOCALIZE.convArguments("
This information contains harmful contents for youth. Therefore, it is not available to youth under 18 years oldaccroding to the law, promotion of information network act, protection of information act as well as regulations of the Youth Protection Act.