//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/ssltable.js
// Generated: /usr/local/cpanel/base/sharedjs/ssltable-ko.js
// Module: legacy_shared/ssltable-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 ID:":"인증서 ID:","Contact your Certificate Authority ([_1]) to request a certificate renewal.":"인증서 갱신을 요청하려면 인증 기관([_1])에 문의하십시오.","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"인증 기관([_1])에 문의하여 이 인증서를 [numf,_2]비트 키로 재발급 받으십시오.","Purchase a replacement certificate in the “[_1]”.":"Purchase a replacement certificate in the “[_1]”.","SSL/TLS Wizard":"SSL/TLS Wizard","This certificate has expired.":"이 인증서는 만료되었습니다.","This certificate will expire in [quant,_1,day,days].":"이 인증서는 [quant,_1,일,일] 후 만료됩니다.","This certificate will expire later today.":"이 인증서는 금일 나중에 만료됩니다.","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"이 인증서의 키는 너무 짧습니다([quant,_1,비트,비트]). 이 키는 스푸핑 공격을 막아내지 못합니다.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"[quant,_1,이 도메인,이들 도메인]에 [numf,_2]비트 키의 다른 자체 서명 인증서를 생성해야 합니다.","unknown":"알 수 없음"};
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~~