Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-ko.js
// Module:    /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"국가를 선택합니다.","City":"도시","Company":"회사","Company Division":"회사 부서","Country":"국가","Domains":"도메인","Email":"이메일","Make sure to use a valid email format. For example, [asis,user@domain.com].":"유효한 이메일 형식을 사용해야 합니다. 예를 들면 [asis,user@domain.com]이(가) 있습니다.","Passphrase":"암호","State":"상태","The certificate signing request passphrase can contain only alphanumeric characters.":"인증서 서명 요청 암호는 영숫자 문자만 포함해야 합니다.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"인증서 서명 요청 암호는 [quant,_1,자,자]자 이상이어야 합니다.","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 passphrase must be no longer than [quant,_1,character,characters].":"암호는 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","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 do not control this domain.":"이 도메인은 제어하지 못합니다.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"입력하신 [numerate,_2,도메인,도메인] 중 [numf,_1]은(는) 제어하지 못하는 [numerate,_1,도메인입니다.,도메인입니다.]입니다."};

    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~~
Back to Directory File Manager