//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-vi.js
// Module: /templates/backup/restore-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 = {"Adding “[_1]” to the restoration queue …":"Đang thêm “[_1]” vào hàng đợi khôi phục …","Completed":"Đã Hoàn Tất","Completed with warnings":"Đã hoàn tất với cảnh báo","Could not add “[_1]” to the restoration queue ([_2]).":"Không thêm được “[_1]” vào hàng đợi khôi phục ([_2]).","Could not clear completed restorations.":"Không xóa được khôi phục đã hoàn tất.","Could not clear failed restorations.":"Không xóa được khôi phục không thành công.","Could not clear pending restorations.":"Không xóa được khôi phục đang chờ.","Could not clear the restoration queue.":"Không xóa được hàng đợi khôi phục.","Could not remove “[_1]” from the finished list ([_2]).":"Không xóa được “[_1]” khỏi danh sách hoàn tất ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Không xóa được “[_1]” khỏi hàng đợi khôi phục ([_2]).","Could not restore account “[_1]”: [_2]":"Không khôi phục được tài khoản “[_1]”: [_2]","Could not start the restoration queue.":"Không bắt đầu được hàng đợi khôi phục.","Failed":"Lỗi","Failed to retrieve the restore queue state.":"Không truy xuất được trạng thái xếp hàng khôi phục.","No log is available because the restore failed.":"Không có nhật ký vì quá trình khôi phục không thành công.","Pending":"Đang chờ","Restoring Account":"Đang Khôi Phục Tài Khoản","The log file for the restore of user “[_1]” is empty.":"Tệp nhật ký để khôi phục người dùng “[_1]” bị trống.","Unknown Error":"Lỗi Lạ","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};
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~~