Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-zh.js
// Module:    cjt/util/httpStatus-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 = {"Accepted":"已接受","Bad Gateway":"错误网关","Bad Request":"错误请求","Conflict":"冲突","Continue":"继续","Created":"创建于","Expectation Failed":"预期失败","Forbidden":"禁止","Found":"已找到","Gateway Timeout":"网关超时","Gone":"不再存在","HTTP Version Not Supported":"不支持 HTTP 版本","Internal Server Error":"内部服务器错误","Length Required":"所需的长度","Method Not Allowed":"不允许的方法","Moved Permanently":"已永久移动","Multiple Choices":"多项选择","No Content":"无内容","Non-Authoritative Information":"非授权信息","Not Acceptable":"不可接受","Not Found":"未找到","Not Implemented":"未实现","Not Modified":"未修改","OK":"确定","Partial Content":"部分内容","Payment Required":"需要支付","Precondition Failed":"前置条件失败","Proxy Authentication Required":"需要代理身份验证","Request Entity Too Large":"请求实体太大","Request Timeout":"请求超时","Request-URI Too Long":"请求 URI 太长","Requested Range Not Satisfiable":"请求的范围不可满足","Reset Content":"重置内容","See Other":"参见其他","Service Unavailable":"服务不可用","Switching Protocols":"切换协议","Temporary Redirect":"临时重定向","Unauthorized":"未授权","Unknown Error":"未知错误","Unsupported Media Type":"不支持的媒体类型","Use Proxy":"使用代理"};

    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