//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-ko.js
// Module: /templates/listips/listips-ko
// Locale: ko
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"A mapping with the public address “[_1]” already exists.":"공용 주소가 “[_1]”인 매핑이 이미 존재합니다.","Address successfully validated.":"주소가 검증되었습니다.","An error has occurred: [_1]":"오류가 발생했습니다. [_1]","Cannot determine public IP address. Unable to connect to myip service.":"공용 IP 주소를 결정할 수 없습니다. myip 서비스에 연결할 수 없습니다.","Confirm that entry for “[_1]” should be deleted.":"“[_1]” 항목이 삭제되었는지 확인합니다.","Edit “[_1]”":"“[_1]” 편집","Editing public IP for “[_1]”.":"“[_1]”에 대한 공용 IP를 편집하는 중입니다.","Entry for “[_1]” not deleted.":"“[_1]”에 대한 항목이 삭제되지 않았습니다.","Entry for “[_1]” successfully deleted.":"“[_1]” 항목이 성공적으로 삭제되었습니다.","Not Routable":"라우팅할 수 없음","Operation canceled. Entry for “[_1]” not deleted.":"연산이 취소되었습니다. “[_1]”에 대한 항목이 삭제되지 않았습니다.","Operation canceled. Public IP change not saved.":"연산이 취소되었습니다. 공용 IP가 변경이 저장되지 않았습니다.","Public IP for “[_1]” not changed.":"“[_1]”의 공용 IP가 변경되지 않았습니다.","Public IP for “[_1]” successfully changed.":"“[_1]”의 공용 IP가 변경되었습니다.","Public address for “[_1]” is invalid.":"“[_1]”에 대한 공용 주소가 잘못되었습니다.","Restoring previous value: [_1]":"이전 값 복원: [_1]","The reported error message was: “[_1]”":"보고된 오류 메시지는 다음과 같습니다. “[_1]”","Validating “[_1]”.":"“[_1]” 검증 중입니다.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"이미 다른 행에서 IP 주소를 삭제하고 있습니다. 계속 진행하려면 해당 작업을 먼저 완료하십시오.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"이미 다른 행에서 공용 IP 주소를 편집하고 있습니다. 계속 진행하려면 해당 작업을 먼저 완료하십시오.","“[_1]” cannot be routed.":"“[_1]”은(는) 라우팅할 수 없습니다.","“[_1]” is not a valid IP address.":"“[_1]”은(는) 잘못된 IP입니다."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~