//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/manageservicecrts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/manageservicecrts-ja.js
// Module: /js2/manageservicecrts-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":"アクション","Certificate Expiration":"証明書の有効期限","Certificate Key":"証明書のキー","Certificate Properties":"証明書のプロパティ","Confirm SSL Certificate Reset":"SSL 証明書のリセットを確認","Enter the password for “[_1]”:":"「[_1]」のパスワードを入力してください:","Installing …":"インストール中 …","Resetting SSL certificate for “[_1]” …":"「[_1]」の SSL 証明書をリセット中 …","Restart [asis,cpsrvd]":"[asis,cpsrvd] を再起動","Restarting [asis,cpsrvd] …":"[asis,cpsrvd] を再起動中 …","Service":"サービス","The SSL certificate update failed.":"SSL証明書の更新に失敗しました。","The password you entered does not match “[_1]”.":"入力されたパスワードが「[_1]」と一致しません。","The system successfully updated the SSL certificate for [list_and_quoted,_1]; however, it failed to update the following [numerate,_2,service,services]:":"The system successfully updated the SSL certificate for [list_and_quoted,_1]; however, it failed to update the following [numerate,_2,service,services]:","You have entered the correct password for “[_1]”.":"「[_1]」のパスワード入力に成功しました。","You have successfully reset the SSL certificate for “[_1]”.":"「[_1]」のSSL証明書のリセットに成功しました。","You have successfully updated the SSL certificate for [list_and_quoted,_1].":"You have successfully updated the SSL certificate for [list_and_quoted,_1].","Your browser failed to load “[_1]” because of an error ([_2]): [_3]":"([_2]):[_3]エラーのためブラウザで「[_1]」をロードできませんでした。","Your browser failed to parse a certificate from “[_1]” because of an error: [_2]":"エラー:[_2]が生じたため、ブラウザが「[_1]」からの証明書を解析できませんでした。","Your browser failed to parse a key from “[_1]” because of an error: [_2]":"エラー:[_2]が生じたため、ブラウザが「[_1]」からのキーを解析できませんでした。","Your browser failed to parse “[_1]” as [asis,DER] because of an error: [_2]":"Your browser failed to parse “[_1]” as [asis,DER] because of an error: [_2]","[asis,PKCS #12] Password":"[asis,PKCS #12]パスワード","“[_1]” is encrypted. Enter this archive’s password to proceed.":"「[_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~~