//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-he.js
// Module: /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"מיפוי עם הכתובת הציבורית “[_1]” כבר קיים.","Address successfully validated.":"הכתובת אומתה בהצלחה.","An error has occurred: [_1]":"אירעה שגיאה: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"לא ניתן לזהות כתובת IP ציבורית. לא ניתן להתחבר לשירות myip.","Confirm that entry for “[_1]” should be deleted.":"אשר שיש למחוק את הערך של “[_1]”.","Edit “[_1]”":"עריכת “[_1]”","Editing public IP for “[_1]”.":"המערכת עורכת כתובת IP ציבורית של “[_1]”.","Entry for “[_1]” not deleted.":"הערך של “[_1]” לא נמחק.","Entry for “[_1]” successfully deleted.":"הערך של “[_1]” נמחק בהצלחה.","Not Routable":"לא ניתן לניתוב","Operation canceled. Entry for “[_1]” not deleted.":"הפעולה בוטלה. הערך של “[_1]” לא נמחק.","Operation canceled. Public IP change not saved.":"הפעולה בוטלה. השינוי בכתובת ה-IP הציבורית לא נשמר.","Public IP for “[_1]” not changed.":"כתובת ה-IP הציבורית של “[_1]” לא השתנתה.","Public IP for “[_1]” successfully changed.":"כתובת ה-IP הציבורית של “[_1]” השתנתה בהצלחה.","Public address for “[_1]” is invalid.":"הכתובת הציבורית של “[_1]” אינה חוקית.","Restoring previous value: [_1]":"שחזור ערך קודם: [_1]","The reported error message was: “[_1]”":"הודעת השגיאה שדווחה היא: “[_1]”","Validating “[_1]”.":"המערכת מאמתת את “[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"אתה כבר מנסה למחוק כתובת IP בשורה אחרת. השלם פעולה זו לפני שתמשיך.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"אתה כבר עורך כתובת IP ציבורית בשורה אחרת. השלם פעולה זו לפני שתמשיך.","“[_1]” cannot be routed.":"לא ניתן לנתב את “[_1]”.","“[_1]” is not a valid IP address.":"“[_1]” אינו כתובת IP חוקית."};
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~~