//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators-ar.js
// Module: cjt/validator/compare-validators-ar
// Locale: ar
// 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.":"القيمة مقارنة مع، [_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]":"The value contains the following excluded characters, which are not allowed: [_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~~