//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/email-validator-ja.js
// Module: cjt/validator/email-validator-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 = {"Do not include the [asis,@] character or the domain name.":"[asis,@] の文字やドメイン名は含めないでください。","The email must contain a username and a domain.":"メールには、ユーザーネームおよびドメインを使用してください。","The username can only contain letters, numbers, periods, hyphens, and underscores.":"ユーザーネームには、英字、数字、ピリオド、ハイフン、およびアンダーバーのみ使用できます。","The username can only contain the following characters: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]":"ユーザー名には、次の文字のみを含めることができます: [asis,a-zA-Z0-9!#$%][output,asis,amp()][output,apos][asis,*+/=?^_`{|}~-]","The username cannot begin or end with a period.":"ユーザーネームの先頭または末尾にピリオドを使用しないでください。","The username cannot contain two consecutive periods.":"ユーザーネームにピリオドを2つ続けて使用することはできません。","The username cannot exceed [numf,_1] characters.":"ユーザー名は、[numf,_1] 文字を超えてはいけません。","You must enter a username.":"ユーザーネームを入力する必要があります。"};
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~~