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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-ja.js
// Module:    cjt/util/httpStatus-ja
// Locale:    ja
// 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 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":"リクエストされた URL が長すぎます","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