//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-ja.js
// Module: /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"国を選択します。","City":"市区町村","Company":"会社","Company Division":"会社の部門","Country":"Country","Domains":"ドメイン","Email":"メール","Make sure to use a valid email format. For example, [asis,user@domain.com].":"有効なメール形式をご使用ください。例: [asis,user@domain.com]。","Passphrase":"パスフレーズ","State":"State","The certificate signing request passphrase can contain only alphanumeric characters.":"証明書署名リクエストパスフレーズには、英数字のみを使用できます。","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"証明書署名要求のパスフレーズの長さは、[quant,_1,文字,文字] 以上である必要があります。","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 passphrase must be no longer than [quant,_1,character,characters].":"パスフレーズの長さは、[quant,_1,文字,文字]以下である必要があります。","The “[_1]” field cannot be left blank.":"「[_1]」欄は空のままにできません。","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 do not control this domain.":"このドメインを制御していません。","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"入力した[numerate,_2,ドメイン,ドメイン]のうち、[numf,_1] 個の[numerate,_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~~