//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-he.js
// Module: /templates/backup/restore-he
// Locale: he
// 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 …":"המערכת מוסיפה את “[_1]” לתור השחזור…","Completed":"הושלם","Completed with warnings":"הושלם עם אזהרות","Could not add “[_1]” to the restoration queue ([_2]).":"לא ניתן להוסיף את “[_1]” לתור השחזור ([_2]).","Could not clear completed restorations.":"לא ניתן לנקות שחזורים שהושלמו.","Could not clear failed restorations.":"לא ניתן לנקות שחזורים שנכשלו.","Could not clear pending restorations.":"לא ניתן לנקות שחזורים בהמתנה.","Could not clear the restoration queue.":"לא ניתן לנקות את תור השחזור.","Could not remove “[_1]” from the finished list ([_2]).":"לא ניתן להסיר את “[_1]” מהרשימה שהושלמה ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"לא ניתן להסיר את “[_1]” מתור השחזור ([_2]).","Could not restore account “[_1]”: [_2]":"לא ניתן לשחזר חשבון “[_1]”: [_2]","Could not start the restoration queue.":"לא ניתן להפעיל את תור השחזור.","Failed":"נכשל","Failed to retrieve the restore queue state.":"האחזור של מצב שחזור התור נכשל.","No log is available because the restore failed.":"אין יומן רישום זמין משום שהשחזור נכשל.","Pending":"בהמתנה","Restoring Account":"שחזור חשבון","The log file for the restore of user “[_1]” is empty.":"קובץ יומן הרישום עבור השחזור של המשתמש “[_1]” ריק.","Unknown Error":"שגיאה לא ידועה","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~~