//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-vi.js
// Module: /js2/gencrt-vi
// Locale: vi
// 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":"Địa Chỉ Email Của Chứng Chỉ","Choose a country.":"Chọn quốc gia.","City":"Thành phố","Company":"Công Ty","Company Division":"Bộ Phận Trong Công Ty","Contact Email Address":"Địa Chỉ Email Liên Hệ","Country":"Quốc gia","Domain":"Miền","Passphrase":"Mật Khẩu","State":"Trạng Thái","The company division must be no longer than [quant,_1,character,characters].":"Bộ phận trong công ty không được dài hơn [quant,_1,ký tự,ký tự].","The company name must be no longer than [quant,_1,character,characters].":"Tên công ty không được dài hơn [quant,_1,ký tự,ký tự].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Địa chỉ email đã cấp không hợp lệ. Địa chỉ này phải bắt đầu bằng tên hộp thư, rồi đến dấu “@”, sau đó là tên miền của thư.","The passphrase must be at least [quant,_1,character,characters] long.":"Mật khẩu phải dài ít nhất [quant,_1,ký tự,ký tự].","The passphrase must be no longer than [quant,_1,character,characters].":"Mật khẩu không được dài hơn [quant,_1,ký tự,ký tự].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Ô “[_1]” phải dài ít nhất [quant,_2,ký tự,ký tự].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Ô này chứa ký tự mà một số tổ chức cấp chứng chỉ có thể không chấp nhận. Liên hệ tổ chức cấp chứng chỉ để xác nhận rằng họ chấp nhận các ký tự này.","You can only enter valid domains.":"Bạn chỉ có thể nhập miền hợp lệ.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Ký tự nhập vào không hợp lệ. Mật khẩu chỉ được chứa chữ cái và số.","You must enter a city.":"Bạn phải nhập thành phố.","You must enter a company.":"Bạn phải nhập công ty.","You must enter a state.":"Bạn phải nhập bang.","You must enter an email address.":"Bạn phải nhập địa chỉ email."};
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~~