//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb-uk.js
// Module: /templates/mod_security/vendors.cmb-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 = {"Add Vendor":"Додати постачальника","An error occurred in the attempt to retrieve the vendor information.":"Під час спроби отримати інформацію про постачальника сталася невідома помилка.","Manage Vendors":"Управління постачальниками","Select Vendor Rule Sets":"Обрати набір правил постачальника","The URL must contain a protocol, domain, and file name in the correct format. (Example: [asis,https://example.com/example/meta_example.yaml])":"URL-адреса має містити протокол, домен та ім’я файлу в правильному форматі. (Приклад: [asis,https://example.com/example/meta_example.yaml])","The URL must use one of the following recognized protocols: [join,~, ,_1]":"URL-адреса має використовувати один із таких визнаних протоколів: [join,~, ,_1]","The file name must have the .yaml extension. (Example: [asis,meta_example.yaml])":"Ім’я файлу має містити розширення .yaml. (Приклад: [asis,meta_example.yaml])","The file name must start with meta_, followed by the vendor name and have the .yaml extension. (Example: [asis,meta_example.yaml])":"Ім’я файлу має починатися з meta_, за яким слідує ім’я постачальника. Файл повинен мати розширення .yaml. (Приклад: [asis,meta_example.yaml])","The file name must use the meta_ prefix, followed by the vendor name and a .yaml extension. The vendor name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"Ім’я файлу має містити префікс meta_, ім’я постачальника та розширення .yaml. Ім’я постачальника має містити лише такі символи: [join,~, ,_1] (Приклад: [asis,meta_example.yaml])","The file name must use the meta_ prefix. (Example: [asis,meta_example.yaml])":"Ім’я файлу має містити префікс meta_. (Приклад: [asis,meta_example.yaml])","The protocol should be followed by a colon and two forward slashes. (Example: [asis,https://])":"Після назви протоколу має стояти двокрапка та дві ліві скісні риски. (Приклад: [asis,https://])","The system could not disable the configuration files.":"Системі не вдалося вимкнути файли конфігурації.","The system could not enable the configuration files.":"Системі не вдалося ввімкнути файли конфігурації.","The system could not find the specified [asis,vendor_id].":"Системі не вдалося знайти вказаний [asis,vendor_id].","The system experienced the following error when it attempted to install the “[_1]” vendor: [_2]":"Під час інсталяції постачальника „[_1]” в роботі системи виникла така помилка: [_2]","The system experienced the following error when it attempted to remove the vendor [_1]: [_2]":"Під час видалення постачальника [_1] в роботі системи виникла така помилка: [_2]","The system failed to pass the ID query string parameter.":"Системі не вдалося передати параметр запиту ідентифікатора з типом даних „Рядок”.","The vendor name part of the file name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"Частина імені файлу з іменем постачальника має містити лише такі символи: [join,~, ,_1] (Приклад: [asis,meta_example.yaml])","You have multiple vendors with the same [asis,vendor_id].":"У вас є кілька постачальників з однаковим [asis,vendor_id].","You have successfully added “[_1]” to the vendor configuration list.":"Ви успішно додали „[_1]” до списку конфігурації постачальників.","You have successfully disabled all of the configuration files.":"Ви успішно вимкнули всі файли конфігурації.","You have successfully disabled automatic updates for the vendor: [_1]":"Автоматичні оновлення для постачальника успішно вимкнено: [_1]","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Деякі файли конфігурації успішно вимкнено. Файли, які система не могла вимкнути, позначені нижче.","You have successfully disabled the configuration file: [_1]":"Успішно вимкнуто файл конфігурації: [_1]","You have successfully disabled the vendor: [_1]":"Ви успішно вимкнули постачальника: [_1]","You have successfully enabled all of the configuration files.":"Усі файли конфігурації успішно ввімкнуто.","You have successfully enabled automatic updates for the vendor: [_1]":"Успішно ввімкнуто автоматичні оновлення для постачальника: [_1]","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Ви успішно ввімкнули деякі файли конфігурації. Файли, які система не могла ввімкнути, позначені нижче.","You have successfully enabled the configuration file: [_1]":"Успішно ввімкнуто файл конфігурації: [_1]","You have successfully enabled the vendor: [_1]":"Ви успішно ввімкнули постачальника: [_1]","You have successfully installed the vendor: [_1]":"Ви успішно встановили постачальника: [_1]","You have successfully removed the vendor: [_1]":"Ви успішно видалили постачальника: [_1]"};
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~~