//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-ko.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"인증서 이메일 주소","Choose a country.":"국가를 선택합니다.","City":"도시","Company":"회사","Company Division":"회사 부서","Contact Email Address":"이메일 주소 연락처:","Country":"국가","Domain":"도메인","Passphrase":"암호","State":"상태","The company division must be no longer than [quant,_1,character,characters].":"회사 부서는 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The company name must be no longer than [quant,_1,character,characters].":"회사 이름은 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"입력한 이메일 주소가 잘못되었습니다. 이 주소는 메일함 이름, “@” 기호, 그리고 메일 도메인 이름 순으로 시작되어야 합니다.","The passphrase must be at least [quant,_1,character,characters] long.":"암호는 [quant,_1,자,자]자 이상이어야 합니다.","The passphrase must be no longer than [quant,_1,character,characters].":"암호는 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The “[_1]” field must be at least [quant,_2,character,characters] long.":"“[_1]” 필드는 [quant,_2,자,자]자 이상이어야 합니다.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"이 필드에는 일부 인증 기관이 허용하지 않는 문자가 포함됩니다. 해당 인증 기관에 문의하여 이러한 문자를 허용하는지 확인합니다.","You can only enter valid domains.":"유효한 도메인만 입력할 수 있습니다.","You entered an invalid character. The passphrase may contain only letters and numbers.":"잘못된 문자를 입력했습니다. 암호는 문자와 숫자만 입력할 수 있습니다.","You must enter a city.":"도시를 입력해야 합니다.","You must enter a company.":"회사를 입력해야 합니다.","You must enter a state.":"주(state)를 입력해야 합니다.","You must enter an email address.":"이메일 주소를 입력해야 합니다."};
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~~