Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-de.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-de.js
// Module: cjt/validator/datatype-validators-de
// Locale: de
// 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.":"Die Eingabe sollte eine negative Ganzzahl sein.","The input should be a positive whole number.":"Die Eingabe sollte eine positive Ganzzahl sein.","The input should be a valid hexadecimal color (excluding the pound sign).":"Die Eingabe sollte ein gültiger Hexadezimal-Farbcode (ohne das Rautezeichen) sein.","The input should be a whole number.":"Die Eingabe sollte eine Ganzzahl sein.","The input should be zero or a positive whole number.":"The input should be zero or a positive whole number.","The input should contain a dollar (USD) amount.":"Die Eingabe sollte den Betrag in US-Dollar (USD) enthalten.","The input should only contains numbers.":"Die Eingabe sollte nur Ziffern enthalten."};
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