Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-zh_tw.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-zh_tw.js
// Module:    /jupiter/js2/mail/filters/editfilter-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 = {"Browse":"瀏覽","Cancel":"取消","Filter Name":"篩選名稱","Saving filter “[output,class,_1,code]” …":"正在儲存篩選“[output,class,_1,code]”…","Success! The filters list is reloading now.":"成功! 現在正在重新載入篩選清單。","The filter name cannot be empty.":"篩選名稱不能是空白的。","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"篩選名稱不得包含“[output,class,_1,code]”或“[output,class,_2,code]”。","You have successfully created a new filter. You can create another one now, or you can [output,url,_1,return to the filters list].":"您已成功建立新篩選。 您現在可以建立其他篩選,或者您可以[output,url,_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