Viewing File: /usr/local/cpanel/base/frontend/jupiter/domains/views/listDomains-pt_br.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/domains/views/listDomains.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/domains/views/listDomains-pt_br.js
// Module:    /jupiter/domains/views/listDomains-pt_br
// Locale:    pt_br
// 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 subdomain is required.":"A subdomain is required.","Actions":"Ações","Add a domain that is already registered. You can also create a subdomain for an existing domain.":"Add a domain that is already registered. You can also create a subdomain for an existing domain.","An addon domain requires a subdomain in order to use a separate document root.":"Um domínio addon requer um subdomínio para usar uma raiz de documento separada.","Cancel":"Cancelar","Choose Domain Type":"Choose Domain Type","Close":"Fechar","Continue":"Continuar","Creating …":"Creating …","Directory paths cannot be empty, contain spaces, or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]":"Directory paths cannot be empty, contain spaces, or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]","Document Root":"Documento Root","Document Root (File System Location)":"Documento Root (Localização do Sistema de Arquivo)","Domain":"Domínio","Find a domain later.":"Find a domain later.","Force HTTPS Redirect":"Forçar Redirecionamento HTTPS","Hide Associated Subdomains":"Ocultar subdomínios associados","Hide Options":"Hide Options","If the document root is shared, the new domain will serve the same content as “[_1]”. [output,strong,You cannot change this setting once you create the domain].":"If the document root is shared, the new domain will serve the same content as “[_1]”. [output,strong,You cannot change this setting once you create the domain].","Purchase a Domain":"Purchase a Domain","Purchase a domain illustration.":"Purchase a domain illustration.","Redirects To":"Redireciona para","Registered Domain":"Registered Domain","Registered domain illustration.":"Registered domain illustration.","Search":"Pesquisar","Search for a domain":"Search for a domain","Search for a new domain.":"Search for a new domain.","Share document root ([_1]) with “[_2]”?":"Share document root ([_1]) with “[_2]”?","Show Associated Subdomains":"Mostrar subdomínios associados","Show Options":"Show Options","Specify the directory where you want the files for this domain to exist.":"Especifique o diretório onde deseja que os arquivos deste domínio existam.","Subdomain":"Subdomínio","Temporary Domain":"Temporary Domain","Temporary domain illustration.":"Temporary domain illustration.","The Domain field is required.":"The Domain field is required.","This domain already exists on this account.":"Este domínio já existe nesta conta.","Use a domain you own.":"Use a domain you own.","Use exact terms or let our AI find unique suggestions based on your input.":"Use exact terms or let our AI find unique suggestions based on your input.","What kind of domain do you want to use?":"What kind of domain do you want to use?","You cannot create an email account for a temporary domain.":"You cannot create an email account for a temporary domain.","You have successfully created the new “[_1]” domain with the document root of “[_2]”.":"Você criou com sucesso o novo domínio “[_1]” com a raiz do documento “[_2]”.","You have successfully created the new “[_1]” domain.":"Você criou com sucesso o novo domínio “[_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~~
Back to Directory