Viewing File: /usr/local/cpanel/base/sharedjs/ssltable-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/ssltable.js
// Generated: /usr/local/cpanel/base/sharedjs/ssltable-ja.js
// Module:    legacy_shared/ssltable-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 = {"Certificate ID:":"証明書 ID:","Contact your Certificate Authority ([_1]) to request a certificate renewal.":"認証局 ([_1]) に連絡して証明書の更新をリクエストしてください。","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"証明機関 ([_1]) に連絡し、[numf,_2] ビットのキーを使用した証明書を再発行してもらってください。","Purchase a replacement certificate in the “[_1]”.":"「[_1]」で置き換える証明書を購入します。","SSL/TLS Wizard":"SSL/TLS ウィザード","This certificate has expired.":"この証明書の期限が切れています。","This certificate will expire in [quant,_1,day,days].":"この証明書は、[quant,_1,日,日]後に期限切れになります。","This certificate will expire later today.":"この証明書は今日中に失効します。","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"この証明書のキーは短すぎます ([quant,_1,ビット,ビット])。このキーでは、なりすまし攻撃から保護することはできません。","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"[quant,_1,このドメイン,これらのドメイン]に対して [numf,_2] ビットのキーを持つ別の自己署名証明書を生成する必要があります。","unknown":"不明"};

    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