//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-uk.js
// Module: /templates/backup/restore-uk
// Locale: uk
// 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~~