//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ko.js
// Module: /templates/accounts/createacct-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 username cannot contain spaces.":"사용자 이름은 공백을 포함할 수 없습니다.","A username must have between [numf,_1] and [quant,_2,character,characters].":"사용자 이름의 문자 수는 [numf,_1] ~ [quant,_2,자,자]개가 되어야 합니다.","A username must start with a letter.":"A username must start with a letter.","Domain":"도메인","Email":"이메일","Enable Spam Box":"Spam Box 활성화","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"패키지 이름","Selected Package":"선택된 패키지","The email field must be empty or an email address.":"이메일 필드는 비어 있거나 이메일 주소가 있어야 합니다.","The username cannot be the same as the password.":"사용자 이름은 암호와 같을 수 없습니다.","This is not a valid domain.":"잘못된 도메인입니다.","This is not a valid package name.":"유효한 패키지 이름이 아닙니다.","This is not a valid username.":"유효한 사용자 이름이 아닙니다.","Updating …":"업데이트 중…","Username":"사용자 이름","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"패키지를 선택해야 합니다."};
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~~