//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators-ja.js
// Module: cjt/validator/compare-validators-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 = {"The compare-to value, [_1], is not a number.":"compare-toの値([_1])が数値ではありません。","The entered value, [_1], is not a number.":"入力された値([_1])が数値ではありません。","The number must be an even multiple of [numf,_1].":"数値は [numf,_1] の偶数倍である必要があります。","The number should be greater than [numf,_1].":"数字は [numf,_1] より大きくする必要があります。","The number should be greater than or equal to [numf,_1].":"数字は [numf,_1] 以上にする必要があります。","The number should be less than [numf,_1].":"数値は [numf,_1]未満である必要があります。","The number should be less than or equal to [numf,_1].":"数字は [numf,_1] 以下にする必要があります。","The number you have entered can not be equal to [numf,_1].":"入力した数字は [numf,_1] と等しくできません。","The number you have entered is not equal to [numf,_1].":"入力した数字が [numf,_1] と等しくありません。","The text that you entered cannot be equal to “[_1]”.":"入力したテキストは、「[_1]」と同じにできません。","The text you have entered can not be equal to “[_1]”.":"入力したテキストは、「[_1]」と同じにできません。","The text you have entered is not equal to “[_1]”.":"入力したテキストが「[_1]」と同じではありません。","The value contains spaces.":"値にスペースが含まれています。","The value contains the following excluded characters, which are not allowed: [_1]":"値に使用は許可されていない、以下の除外文字が含まれています:[_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~~