//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/length-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/length-validators-id.js
// Module: cjt/validator/length-validators-id
// Locale: id
// 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 = {"Select at least [quant,_1,item,items] from the list.":"Pilih setidaknya [quant,_1, item, item] dari daftar.","The length of the string cannot be greater than [quant,_1,character,characters].":"Panjang string tidak boleh lebih dari [quant,_1, karakter, karakter].","The length of the string cannot be less than [quant,_1,character,characters].":"Panjang string tidak boleh kurang dari [quant,_1, karakter, karakter].","The length of the string should be [quant,_1,character,characters,zero].":"Panjang string harus [quant,_1,karakter,karakter,nol].","This string is too long or complex. Shorten it, or replace complex (non-[asis,ASCII]) characters with simple ([asis,ASCII]) ones. (The string’s [asis,UTF-8] encoding cannot exceed [quant,_1,byte,bytes].)":"String ini terlalu panjang atau rumit. Silakan diperpendek, atau ganti karakter rumit (non-[asis,ASCII]) dengan yang sederhana ([asis,ASCII]). (Penyandian [asis,UTF-8] string tidak bisa melebihi [quant,_1, byte, byte].)"};
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~~