//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-ja.js
// Module: /js2/gencrt-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 Email Address":"証明書のメールアドレス","Choose a country.":"国を選択します。","City":"市区町村","Company":"会社","Company Division":"会社の部門","Contact Email Address":"連絡先メールアドレス","Country":"Country","Domain":"ドメイン","Passphrase":"パスフレーズ","State":"State","The company division must be no longer than [quant,_1,character,characters].":"会社の部署は、[quant,_1,文字,文字]以下である必要があります。","The company name must be no longer than [quant,_1,character,characters].":"会社名は、[quant,_1,文字,文字]以下である必要があります。","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"指定されたメールアドレスが有効ではありません。このアドレスの先頭はメールボックス名にし、その後「@」の記号、メールドメイン名の順にする必要があります。","The passphrase must be at least [quant,_1,character,characters] long.":"パスフレーズの長さは、[quant,_1,文字,文字]以上である必要があります。","The passphrase must be no longer than [quant,_1,character,characters].":"パスフレーズの長さは、[quant,_1,文字,文字]以下である必要があります。","The “[_1]” field must be at least [quant,_2,character,characters] long.":"[[_1]]フィールドの長さは、[quant,_2,文字,文字]以上である必要があります。","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"この欄には、一部の認証局が許可できない可能性のある文字が含まれています。これらの文字が許可されているかどうかは、認証局にお問い合わせください。","You can only enter valid domains.":"有効なドメインのみ入力できます。","You entered an invalid character. The passphrase may contain only letters and numbers.":"不正な記号を入力しました。パスフレーズには英数字のみ使用できます。","You must enter a city.":"都市を入力する必要があります。","You must enter a company.":"会社を入力する必要があります。","You must enter a state.":"州を入力する必要があります。","You must enter an email address.":"メールアドレスを入力する必要があります。"};
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~~