Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator-ko.js
// Module:    /templates/mod_security/directives/ruleVendorUrlValidator-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 = {"The URL must contain a protocol, domain, and file name in the correct format. (Example: [asis,https://example.com/example/meta_example.yaml])":"URL은 올바른 형식의 프로토콜, 도메인 및 파일 이름을 포함해야 합니다. (예: [asis,https://example.com/example/meta_example.yaml])","The URL must use one of the following recognized protocols: [join,~, ,_1]":"URL이 다음의 알려진 프로토콜 중 하나를 사용해야 합니다. [join,~, ,_1]","The file name must have the .yaml extension. (Example: [asis,meta_example.yaml])":"파일 이름은 .yaml 확장자를 가져야 합니다. (예: [asis,meta_example.yaml])","The file name must start with meta_, followed by the vendor name and have the .yaml extension. (Example: [asis,meta_example.yaml])":"파일 이름은 meta_ 접두사로 시작하여 벤더 이름이 이어지고 .yaml 확장자를 사용해야 합니다. (예: [asis,meta_example.yaml])","The file name must use the meta_ prefix, followed by the vendor name and a .yaml extension. The vendor name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"파일 이름에는 meta_ 접두사를 사용하고 그 뒤로 벤더 이름 및 .yaml 확장자를 추가해야 합니다. 벤더 이름에는 다음과 같은 문자만 포함해야 합니다. [join,~, ,_1] (예: [asis,meta_example.yaml])","The file name must use the meta_ prefix. (Example: [asis,meta_example.yaml])":"파일 이름에는 meta_ 접두사를 사용해야 합니다. (예: [asis,meta_example.yaml])","The protocol should be followed by a colon and two forward slashes. (Example: [asis,https://])":"프로토콜은 콜론 및 2개의 슬래시가 뒤따라야 합니다. (예: [asis,https://])","The vendor name part of the file name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"파일 이름의 벤더 이름 부분에는 다음과 같은 문자만 포함해야 합니다. [join,~, ,_1] (예: [asis,meta_example.yaml])"};

    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