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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-th.js
// Module:    cjt/util/httpStatus-th
// Locale:    th
// 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