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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/addipform.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/addipform-zh_tw.js
// Module:    /js2/addipform-zh_tw
// Locale:    zh_tw
// 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