//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config-vi.js
// Module: /templates/greylist/views/config-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 number of minutes during which the mail server accepts a resent email from an unknown triplet.":"Số phút máy chủ thư chấp nhận email gửi lại từ bộ ba không xác định.","The number of minutes during which the mail server defers email from an unknown triplet.":"Số phút máy chủ thư trì hoãn email từ bộ ba không xác định.","The system successfully saved your [asis,Greylisting] configuration settings.":"Hệ thống đã lưu thành công cài đặt cấu hình [asis,Greylisting].","The time at which the mail server treats a resent email as coming from a new, unknown triplet.":"Thời gian mà tại đó máy chủ thư xử lý email đã gửi lại dưới dạng email đến từ bộ ba mới, không xác định.","Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]":"Cho dù hệ thống có tự động chấp nhận email từ các máy chủ có bản ghi [asis,SPF] hợp lệ hay không.[comment,this text is used in a tooltip]"};
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~~