//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/views/applicationController.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/views/applicationController-th.js
// Module: cjt/views/applicationController-th
// Locale: th
// 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 system failed to change the route with the following error: [_1] - [_2]":"ระบบไม่สามารถเปลี่ยนแปลงเส้นทางโดยมีข้อผิดพลาดต่อไปนี้: [_1] - [_2]","The system failed to change the route, but there is no information about the error.":"ระบบไม่สามารถเปลี่ยนเส้นทาง แต่ไม่มีข้อมูลเกี่ยวกับข้อผิดพลาดนี้","Your session may have expired or you logged out of the system. [output,url,_1,Log in] again to continue.":"เซสชันของคุณอาจหมดอายุแล้วหรือคุณได้ออกจากระบบแล้ว [output,url,_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~~