Viewing File: /usr/local/cpanel/base/sharedjs/sslinstall-ru.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-ru.js
// Module:    legacy_shared/sslinstall-ru
// Locale:    ru
// 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 user-defined description for the certificate.":"Описание сертификата, заданное пользователем.","Cancel":"Отменить","Certificate":"Сертификат","Certificate Authority Bundle":"Пакет центра сертификации","Certificates that do not have a domain associated with your account are not listed here.":"Сертификаты, у которых нет домена, привязанного к вашей учетной записи, не включены в этот список.","Choose a certificate to install.":"Выберите сертификат для установки.","Choose a domain.":"Выберите домен.","Choose a service.":"Выберите службу.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Выберите учетную запись или домен Apache, содержащий нужный сертификат для установки. Затем выберите сертификат.","Description":"Описание","Domain":"Домен","Domain names on the certificate.":"Имена доменов сертификата.","Domains":"Домены","Enter a valid IP address.":"Введите действительный IP-адрес.","Expiration":"Окончание срока действия","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Скрыть","IP":"IP-адрес","Installing …":"Установка …","Issuer":"Кем выдан","Issuer organization name.":"Название организации, выдавшей сертификат.","Key":"Ключ","Loading certificates for “[output,strong,_1]” …":"Loading certificates for “[output,strong,_1]” …","Loading installed Apache certificates …":"Загрузка установленных сертификатов Apache …","OK":"OK","Provide or retrieve a certificate.":"Предоставьте или получите сертификат.","Provide or retrieve a key.":"Предоставьте или получите ключ.","SSL Certificate List":"Список SSL-сертификатов","SSL Certificate Successfully Updated":"SSL-сертификат успешно обновлен","SSL Host Successfully Installed":"Хост SSL успешно установлен","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.","SSL is installed; “[_1]” is primary.":"SSL is installed; “[_1]” is primary.","Select a certificate below:":"Выберите сертификат:","Self-Signed":"Самозаверенный","Service":"Служба","Show":"Показать","The CA bundle does not match the certificate.":"Цепочка сертификатов не соответствует сертификату.","The CA bundle is invalid.":"Цепочка сертификатов задана неверно.","The IP address “[_1]” is not available, or you do not have permission to use it.":"The IP address “[_1]” is not available, or you do not have permission to use it.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:","The certificate does not match your selected domain.":"Сертификат не соответствует выбранному домену.","The certificate information could not be retrieved because of an error: [_1]":"The certificate information could not be retrieved because of an error: [_1]","The certificate is not valid.":"Недействительный сертификат.","The certificate list could not be retrieved because of an error: [_1]":"The certificate list could not be retrieved because of an error: [_1]","The certificate’s expiration date":"Дата истечения срока годности сертификата","The key does not match the certificate.":"Ключ не соответствует сертификату.","The key is invalid.":"Недопустимый ключ.","The lookup failed because of an error: [_1]":"The lookup failed because of an error: [_1]","This SSL certificate was already installed.":"Этот SSL-сертификат уже установлен.","This account does not have any installable certificates.":"У этой учетной записи нет ни одного сертификата, пригодного к установке.","This is not a valid domain.":"Это недействительный домен.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Использовать сертификат","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].","You have successfully configured SSL.":"Вы успешно настроили SSL.","You have successfully updated the SSL website’s certificate.":"Вы успешно обновили сертификат SSL-сайта."};

    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~~
Back to Directory File Manager