Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/addipform-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/addipform.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/addipform-ko.js
// Module:    /js2/addipform-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 = {"Adding IP range …":"IP 범위 추가 중 …","Adding IP …":"IP 추가 중 …","All excluded IP addresses and IP ranges must be valid and within the given IP range.":"제외된 모든 IP 주소와 IP 범위는 유효하고, 주어진 IP 범위 내가 되어야 합니다.","Excluded IP Addresses/Ranges":"제외된 IP 주소/범위","IP Address/Range":"IP 주소/범위","Success!":"성공!","The given IP address or range is invalid.":"지정된 IP 주소 또는 범위가 잘못되었습니다.","The given IP range does not fit within the given subnet mask.":"주어진 IP 범위는 해당 서브넷 마스크에 적합하지 않습니다."};

    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