//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/install.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/install-ja.js
// Module: /jupiter/js2/ssl/install-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 = {"Actions":"アクション","Are you sure that you want to delete the SSL host “[_1]”? This operation cannot be undone!":"SSL ホスト「[_1]」を削除しますか?この操作は元に戻せません!","Certificate Expiration":"証明書の有効期限","Confirm SSL Host Delete":"SSL ホストの削除を確認","Deleting SSL host “[_1]” …":"SSL ホスト「[_1]」を削除中 …","Document Root":"ドキュメントルート","Is Primary Website on IP Address?":"プライマリウェブサイトは IP アドレスベースですか?","Is Web [output,acronym,SNI,Server Name Indication] Required?":"Web [output,acronym,SNI,サーバ名表示] は必須ですか?","Loading …":"ロード中 …","No":"いいえ","Setting “[_1]” as the primary SSL host …":"「[_1]」をプライマリ SSL ホストとして設定中 …","The SSL host for “[_1]” has been removed.":"「[_1]」のSSLホストが削除されました。","Yes":"はい","[output,abbr,FQDN,Fully Qualified Domain Name]s":"[output,abbr,FQDN,完全修飾ドメイン名]","[output,strong,Note:] You don’t have a dedicated IP address. Browsers that were released before 2013 may not support [output,abbr,SNI,Server Name Indication]. Because of this, users may see false security warnings when they visit your SSL-secured websites.":"[output,strong,注:]専用IPアドレスを保持していません。2013年以前に公開されたブラウザは[output,abbr,SNI,SNI]に対応していない場合があります。結果として、SSL保護のウェブサイトにアクセスした際に仮性警告が表示される可能性があります。","“[_1]” is now the primary SSL host.":"「[_1]」がプライマリSSLホストになりました。"};
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~~