//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators-tr.js
// Module: cjt/validator/ascii-data-validators-tr
// Locale: tr
// 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 value should end with “[_1]”.":"Değer “[_1]” ile bitmelidir.","The value should only contain alphanumeric characters.":"Değer yalnızca alfasayısal karakterler içermelidir.","The value should only contain lowercase letters.":"Değer yalnızca küçük harfleri içermelidir.","The value should only contain the letters [asis,a-z] and [asis,A-Z].":"Değer yalnızca [asis,a-z] ve [asis,A-Z] harflerini içermelidir.","The value should only contain uppercase letters.":"Değer yalnızca büyük harfleri içermelidir.","The value should start with “[_1]”.":"Değer “[_1]” ile başlamalıdır."};
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~~