//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/configController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/configController-vi.js
// Module: /templates/hulkd/views/configController-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 = {"The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"Hệ thống đã tắt cài đặt [asis,UseDNS] cho [asis,SSHD] để thêm các địa chỉ IP vào danh sách trắng. Bạn phải khởi động lại SSH thông qua trang [output,url,_1,Khởi Động Lại Máy Chủ SSH,_2] để thực hiện thay đổi.","The system successfully saved your [asis,cPHulk] configuration settings.":"Hệ thống đã lưu thành công cài đặt cấu hình [asis,cPHulk].","You changed the protection level of [asis,cPHulk]. Click Save to implement this change.":"You changed the protection level of [asis,cPHulk]. Click Save to implement this change."};
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~~