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

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