//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-vi.js
// Module: /jupiter/js2/ssl/csrs-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 = {"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","Country":"Quốc gia","Domains":"Miền","Email":"Email","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Bảo đảm dùng định dạng email hợp lệ. Ví dụ: [asis,user@domain.com].","Passphrase":"Mật Khẩu","State":"Trạng Thái","The certificate signing request passphrase can contain only alphanumeric characters.":"Mật khẩu yêu cầu ký chứng chỉ chỉ được chứa các ký tự chữ và số.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"Mật khẩu yêu cầu ký chứng chỉ phải dài ít nhất [quant,_1,ký tự,ký tự].","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 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 cannot be left blank.":"The “[_1]” field cannot be left blank.","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 do not control this domain.":"Bạn không kiểm soát miền này.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] / [numerate,_2,miền,miền] bạn đã nhập [numerate,_1,là miền,là miền] mà bạn không kiểm soát."};
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~~