//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-vi.js
// Module: /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"Tên người dùng không được chứa khoảng trắng.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Tên người dùng phải có từ [numf,_1] đến [quant,_2,ký tự,ký tự].","A username must start with a letter.":"A username must start with a letter.","Domain":"Miền","Email":"Email","Enable Spam Box":"Kích Hoạt Hộp Thư Rác","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Tên Gói","Selected Package":"Gói Đã Chọn","The email field must be empty or an email address.":"Ô email phải để trống hoặc phải là một địa chỉ email.","The username cannot be the same as the password.":"Tên người dùng không được giống với mật khẩu.","This is not a valid domain.":"Đây không phải là miền hợp lệ.","This is not a valid package name.":"Đây không phải là tên gói hợp lệ.","This is not a valid username.":"Đây không phải là tên người dùng hợp lệ.","Updating …":"Đang cập nhật …","Username":"Tên người dùng","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"Bạn phải chọn gói."};
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~~