//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/services/cpanel/SSLStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/services/cpanel/SSLStatus-ko.js
// Module: cjt/services/cpanel/SSLStatus-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 = {"Domain Validated Certificate":"Domain Validated Certificate","Extended Validation Certificate":"Extended Validation Certificate","No Valid Certificate":"No Valid Certificate","Organization Validated Certificate":"Organization Validated Certificate","Self-signed Certificate":"자체 서명 인증서","The certificate has expired.":"인증서가 만료되었습니다.","You have no valid [asis,SSL] certificate configured for this domain.":"You have no valid [asis,SSL] certificate configured for this domain.","[output,abbr,DV,Domain Validated] Certificate":"[output,abbr,DV,Domain Validated] Certificate","[output,abbr,EV,Extended Validation] Certificate":"[output,abbr,EV,Extended Validation] Certificate","[output,abbr,OV,Organization Validated] Certificate":"[output,abbr,OV,Organization Validated] Certificate"};
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~~