//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-th.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"ที่อยู่อีเมลของใบรับรอง","Choose a country.":"เลือกประเทศ","City":"เมือง","Company":"บริษัท","Company Division":"แผนกในบริษัท","Contact Email Address":"ที่อยู่อีเมลของที่ติดต่อ","Country":"ประเทศ","Domain":"โดเมน","Passphrase":"วลีรหัสผ่าน","State":"สถานะ","The company division must be no longer than [quant,_1,character,characters].":"แผนกในบริษัทต้องไม่ยาวเกินกว่า [quant,_1,อักขระ,อักขระ]","The company name must be no longer than [quant,_1,character,characters].":"ชื่อบริษัทต้องไม่ยาวเกินกว่า [quant,_1,อักขระ,อักขระ]","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"ที่อยู่อีเมลที่ระบุไม่ถูกต้อง ที่อยู่นี้ต้องเริ่มต้นด้วยชื่อกล่องจดหมาย แล้วตามด้วยเครื่องหมาย “@” แล้วก็ชื่อโดเมนของจดหมาย","The passphrase must be at least [quant,_1,character,characters] long.":"วลีรหัสผ่านต้องมีความยาวอย่างน้อย [quant,_1,อักขระ,อักขระ] อักขระ","The passphrase must be no longer than [quant,_1,character,characters].":"วลีรหัสผ่านต้องไม่ยาวเกินกว่า [quant,_1,อักขระ,อักขระ]","The “[_1]” field must be at least [quant,_2,character,characters] long.":"เขตข้อมูล “[_1]” จะต้องมีความยาวอย่างน้อย [quant,_2,อักขระ,อักขระ] อักขระ","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"เขตข้อมูลนี้มีอักขระที่ผู้ออกใบรับรองบางรายอาจไม่ยอมรับ ติดต่อผู้ออกใบรับรองของคุณเพื่อยืนยันว่าผู้ออกใบรับรองยอมรับอักขระเหล่านี้","You can only enter valid domains.":"คุณสามารถใส่ได้เฉพาะโดเมนที่ถูกต้องเท่านั้น","You entered an invalid character. The passphrase may contain only letters and numbers.":"คุณใส่อักขระที่ไม่ถูกต้อง วลีรหัสผ่านต้องมีเฉพาะตัวอักษรและตัวเลขเท่านั้น","You must enter a city.":"คุณต้องใส่เมือง","You must enter a company.":"คุณต้องใส่บริษัท","You must enter a state.":"คุณต้องป้อนชื่อรัฐ","You must enter an email address.":"คุณต้องใส่ที่อยู่อีเมล"};
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~~