//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb-cs.js
// Module: /templates/mod_security/vendors.cmb-cs
// Locale: cs
// 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":"Přidat dodavatele","An error occurred in the attempt to retrieve the vendor information.":"Při pokusu o načtení informací o dodavateli došlo k chybě.","Manage Vendors":"Správa dodavatelů","Select Vendor Rule Sets":"Vybrat sady pravidel dodavatele","The URL must contain a protocol, domain, and file name in the correct format. (Example: [asis,https://example.com/example/meta_example.yaml])":"Adresa URL musí obsahovat protokol, doménu a název souboru ve správném formátu. (Příklad: [asis,https://example.com/example/meta_example.yaml])","The URL must use one of the following recognized protocols: [join,~, ,_1]":"Adresa URL musí používat jeden z následujících podporovaných protokolů: [join,~, ,_1]","The file name must have the .yaml extension. (Example: [asis,meta_example.yaml])":"Název souboru musí mít příponu .yaml. (Příklad: [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])":"Název souboru musí začínat předponou meta_, následovanou názvem dodavatele a musí mít příponu .yaml. (Příklad: [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])":"Název souboru musí obsahovat předponu meta_, následovanou názvem dodavatele a příponou .yaml. Název dodavatele může obsahovat pouze následující znaky: [join,~, ,_1] (Příklad: [asis,meta_example.yaml])","The file name must use the meta_ prefix. (Example: [asis,meta_example.yaml])":"Název souboru musí začínat předponou meta_. (Příklad: [asis,meta_example.yaml])","The protocol should be followed by a colon and two forward slashes. (Example: [asis,https://])":"Za protokolem by měla následovat dvojtečka a dvě dopředná lomítka. (Příklad: [asis,https://])","The system could not disable the configuration files.":"Systém nemohl zakázat konfigurační soubory.","The system could not enable the configuration files.":"Systém nemohl povolit konfigurační soubory.","The system could not find the specified [asis,vendor_id].":"Systém nenalezl zadané [asis,vendor_id].","The system experienced the following error when it attempted to install the “[_1]” vendor: [_2]":"Při pokusu o instalaci dodavatele „[_1]“ došlo v systému k následující chybě: [_2]","The system experienced the following error when it attempted to remove the vendor [_1]: [_2]":"Při pokusu o odstranění dodavatele [_1] došlo k následující chybě v systému: [_2]","The system failed to pass the ID query string parameter.":"Systému se nepodařilo předat řetězcový parametr s ID dotazu.","The vendor name part of the file name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"Část názvu dodavatele v názvu souboru může obsahovat pouze následující znaky: [join,~, ,_1] (Příklad: [asis,meta_example.yaml])","You have multiple vendors with the same [asis,vendor_id].":"Máte více dodavatelů se stejným [asis,vendor_id].","You have successfully added “[_1]” to the vendor configuration list.":"Úspěšně jste přidali „[_1]“ do seznamu konfigurace dodavatelů.","You have successfully disabled all of the configuration files.":"Úspěšně jste zakázali všechny konfigurační soubory.","You have successfully disabled automatic updates for the vendor: [_1]":"Úspěšně jste zakázali automatické aktualizace pro dodavatele: [_1]","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Úspěšně jste zakázali některé konfigurační soubory. Soubory, které se systému nepodařilo zakázat, jsou označeny níže.","You have successfully disabled the configuration file: [_1]":"Úspěšně jste zakázali konfigurační soubor: [_1]","You have successfully disabled the vendor: [_1]":"Úspěšně jste zakázali dodavatele: [_1]","You have successfully enabled all of the configuration files.":"Úspěšně jste povolili všechny konfigurační soubory.","You have successfully enabled automatic updates for the vendor: [_1]":"Úspěšně jste povolili automatické aktualizace pro dodavatele: [_1]","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Úspěšně jste povolili některé konfigurační soubory. Soubory, které se systému nepodařilo povolit, jsou označeny níže.","You have successfully enabled the configuration file: [_1]":"Úspěšně jste povolili konfigurační soubor: [_1]","You have successfully enabled the vendor: [_1]":"Úspěšně jste povolili dodavatele: [_1]","You have successfully installed the vendor: [_1]":"Úspěšně jste nainstalovali dodavatele: [_1]","You have successfully removed the vendor: [_1]":"Úspěšně jste odstranili dodavatele: [_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~~