Viewing File: /usr/local/cpanel/base/cjt/browser-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/cjt/browser.js
// Generated: /usr/local/cpanel/base/cjt/browser-zh.js
// Module:    legacy_cjt/browser-zh
// Locale:    zh
// 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 = {"Load this page with a newer web browser. (You may need to use another device.)":"使用较新 Web 浏览器加载此页。 (可能需要使用另一设备。)","Load this page with the latest available version for your platform of one of these web [numerate,_1,browser,browsers]: [join,~, ,_2]":"使用适用于您的平台的以下 Web [numerate,_1,浏览器,浏览器]的最新可用版本加载此页面: [join,~, ,_2]","Try this page with the latest available version for your platform of “[_1]”":"使用适用于您的平台的“[_1]”的最新可用版本尝试加载此页面","Your web browser lacks support for a feature that this page requires.":"您的 Web 浏览器不支持此页面所需的功能。"};

    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