//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-ms.js
// Module: /templates/backup/restore-ms
// Locale: ms
// 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 …":"Menambah “[_1]” kepada baris gilir pemulihan …","Completed":"Selesai","Completed with warnings":"Dilengkapkan dengan amaran","Could not add “[_1]” to the restoration queue ([_2]).":"Tidak dapat menambah “[_1]” kepada baris gilir pemulihan ([_2]).","Could not clear completed restorations.":"Tidak dapat memadamkan pemulihan yang telah selesai.","Could not clear failed restorations.":"Tidak dapat memadamkan pemulihan yang gagal.","Could not clear pending restorations.":"Tidak dapat memadamkan pemulihan yang sedang menunggu.","Could not clear the restoration queue.":"Tidak dapat memadamkan baris gilir pemulihan.","Could not remove “[_1]” from the finished list ([_2]).":"Tidak boleh hilangkan “[_1]” daripada senarai yang sudah tamat ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Tidak boleh hilangkan “[_1]” daripada baris gilir pemulihan ([_2]).","Could not restore account “[_1]”: [_2]":"Tidak dapat memulihkan akaun “[_1]”: [_2]","Could not start the restoration queue.":"Tidak dapat memulakan pemulihan baris gilir.","Failed":"Gagal","Failed to retrieve the restore queue state.":"Gagal mendapatkan keadaan giliran pemulihan.","No log is available because the restore failed.":"Tiada log yang tersedia kerana pemulihan gagal.","Pending":"Tergantung","Restoring Account":"Memulihkan Akaun","The log file for the restore of user “[_1]” is empty.":"Fail log untuk memulihkan pengguna “[_1]” kosong.","Unknown Error":"Ralat Tidak Diketahui","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~~