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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-zh_tw.js
// Module:    cjt/util/httpStatus-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 = {"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":"需要 Proxy 驗證","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":"使用 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