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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-ja.js
// Module:    legacy_shared/sslwidgets-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 Expiration":"証明書の有効期限","Certificate Key Sizes":"証明書のキーサイズ","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"証明機関 ([_1]) に連絡し、[numf,_2] ビットのキーを使用した証明書を再発行してもらってください。","Contact your certificate authority to reissue this certificate with a longer key.":"認証局に連絡してより長いキーでこの証明書の再発行を依頼してください。","Generate and install a new self-signed certificate immediately. Then, replace this certificate with a certificate signed by a valid certificate authority as soon as possible.":"新しい自己署名証明書を今すぐ生成およびインストールします。次に、この証明書をできるだけ早く有効な認証局が署名した証明書に置き換えます。","It is highly recommended that you do not install this certificate.":"この証明書をインストールしないことを強くお勧めします。","Purchase a new certificate.":"新しい証明書を購入します。","Self-Signed Certificates":"自己署名証明書","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"現在、証明書に推奨されているキー サイズは [quant,_1,ビット,ビット]です。","This certificate will expire in [quant,_1,day,days].":"この証明書は、[quant,_1,日,日]後に期限切れになります。","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] ビットのキーを持つ別の自己署名証明書を生成する必要があります。","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"発行元([_1])から代替証明書をすぐに受け取ってください。"};

    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