//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-vi.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"Tùy Chọn Nâng Cao","Alpha Characters":"Ký Tự Chữ","Both":"Cả Hai","Cancel":"Hủy","Close":"Đóng","Generate Password":"Tạo Mật Khẩu","I have copied this password in a safe place.":"Tôi đã sao mật khẩu này vào nơi an toàn.","Length":"Độ Dài","Loading …":"Đang tải …","Lowercase":"Chữ thường","Non Alpha Characters":"Ký Tự Không Phải Là Chữ","Numbers":"Số","OK":"OK","Password Generator":"Bộ Tạo Mật Khẩu","Password Strength":"Độ Mạnh Mật Khẩu","Password cannot be empty.":"Không được để trống mật khẩu.","Password strength must be at least [numf,_1].":"Độ mạnh mật khẩu phải ít nhất [numf,_1].","Passwords Match":"Mật Khẩu Giống Nhau","Passwords do not match.":"Mật khẩu không giống nhau.","Passwords 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ự].","Strong":"Mạnh","Symbols":"Ký Hiệu","Uppercase":"Chữ Hoa","Use Password":"Dùng Mật Khẩu","Very Strong":"Rất Mạnh","Very Weak":"Rất Yếu","Weak":"Yếu"};
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~~