//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-ko.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"고급 옵션","Alpha Characters":"영숫자 문자","Both":"둘 다","Cancel":"취소","Close":"닫기","Generate Password":"암호 생성","I have copied this password in a safe place.":"이 암호를 안전한 곳에 복사했습니다.","Length":"길이","Loading …":"로드하는 중 …","Lowercase":"소문자","Non Alpha Characters":"비영숫자 문자","Numbers":"숫자","OK":"확인","Password Generator":"암호 생성기","Password Strength":"암호 보안 수준","Password cannot be empty.":"암호는 반드시 입력해야 합니다.","Password strength must be at least [numf,_1].":"암호 보안 수준은 최소 [numf,_1] 이상이 되어야 합니다.","Passwords Match":"암호 일치","Passwords do not match.":"암호가 일치하지 않습니다.","Passwords must be at least [quant,_1,character,characters] long.":"암호의 문자 수는 [quant,_1,자,자] 이상이 되어야 합니다.","Strong":"강력함","Symbols":"기호","Uppercase":"대문자","Use Password":"암호 사용","Very Strong":"매우 강력함","Very Weak":"매우 약함","Weak":"약함"};
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~~