| Server IP : 104.21.37.246 / Your IP : 104.23.243.32 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/task/2388322/cwd/webmail/jupiter/libraries/cjt2/validator/ |
Upload File : |
//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/compare-validators-ko.js
// Module: cjt/validator/compare-validators-ko
// Locale: ko
// 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].":"The number must be an even multiple of [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~~