//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-ko.js
// Module: /templates/setupcluster/page-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 = {"Delete entry for “[_1]”.":"“[_1]”에 대한 항목을 삭제합니다.","Delete link to server “[output,strong,_1]”?":"서버에 대한 링크, “[output,strong,_1]”을(를) 삭제하시겠습니까?","Edit key for “[_1]”.":"“[_1]”에 대한 키를 편집합니다.","Link definition for server not updated.":"서버에 대한 링크 정의가 업데이트되지 않았습니다.","Link definition for server, [output,strong,_1], not updated.":"서버 [output,strong,_1]에 대한 링크 정의가 업데이트되지 않았습니다.","Link definition for server, [output,strong,_1], successfully updated.":"서버 [output,strong,_1]에 대한 링크 정의가 업데이트되었습니다.","Link to server, [output,strong,_1], successfully created.":"서버 [output,strong,_1]에 대한 링크가 생성되었습니다.","Link to server, [output,strong,_1], successfully deleted.":"서버 [output,strong,_1]에 대한 링크가 삭제되었습니다.","Paste the replacement API token here. The current signature is: [_1]":"Paste the replacement API token here. The current signature is: [_1]","Paste the server’s API token here.":"Paste the server’s API token here.","The server name must be a valid host name or ip address.":"서버 이름은 유효한 호스트 이름 또는 IP 주소여야 합니다.","The server name, username, and API token are required.":"The server name, username, and API token are required.","The username can only include alphanumeric characters.":"사용자 이름은 영숫자만 포함할 수 있습니다.","Unable to create link to server “[output,strong,_1]”.":"서버 “[output,strong,_1]”에 대한 링크를 생성할 수 없습니다.","Unable to create link to server.":"서버에 대한 링크를 생성할 수 없습니다.","Unable to delete link to server “[output,strong,_1]”.":"서버 “[output,strong,_1]”에 대한 링크를 삭제할 수 없습니다.","Unable to delete link to server.":"서버에 대한 링크를 삭제할 수 없습니다.","You must specify both a username and an API token.":"You must specify both a username and an API token."};
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~~