Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-ja.js
//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-ja.js
// Module: cjt/validator/datatype-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 input must be a float number with up to [quant,_1, decimal place, decimal places].":"The input must be a float number with up to [quant,_1, decimal place, decimal places].","The input must be a positive float number with up to [quant,_1, decimal place, decimal places].":"The input must be a positive float number with up to [quant,_1, decimal place, decimal places].","The input should be a negative whole number.":"入力には、不の整数を使用してください。","The input should be a positive whole number.":"入力は正の整数である必要があります。","The input should be a valid hexadecimal color (excluding the pound sign).":"入力には、有効な16進数の色を使用してください(シャープ記号は除く)。","The input should be a whole number.":"入力には整数を使用してください。","The input should be zero or a positive whole number.":"入力には、0か正の整数を使用してください。","The input should contain a dollar (USD) amount.":"入力にはドル(USD)金額を使用してください。","The input should only contains numbers.":"入力には数字のみを使用してください。"};
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~~
Back to Directory