//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-pt_br.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"Aceito","Bad Gateway":"Gateway inválido","Bad Request":"Solicitação inválida","Conflict":"Conflito","Continue":"Continuar","Created":"Criado","Expectation Failed":"Falha na expectativa","Forbidden":"Proibido","Found":"Encontrado","Gateway Timeout":"Tempo limite de gateway","Gone":"Inexistente","HTTP Version Not Supported":"Versão de HTTP não compatível","Internal Server Error":"Erro interno do servidor","Length Required":"Tamanho obrigatório","Method Not Allowed":"Método não permitido","Moved Permanently":"Movido permanentemente","Multiple Choices":"Múltipla escolha","No Content":"Sem conteúdo","Non-Authoritative Information":"Informações não autoritativas","Not Acceptable":"Não aceitável","Not Found":"Não Encontrado","Not Implemented":"Não implementado","Not Modified":"Não modificado","OK":"OK","Partial Content":"Conteúdo parcial","Payment Required":"Pagamento obrigatório","Precondition Failed":"Falha na pré-condição","Proxy Authentication Required":"Autenticação de proxy obrigatória","Request Entity Too Large":"Entidade de solicitação muito grande","Request Timeout":"Tempo limite de solicitação","Request-URI Too Long":"URI de solicitação muito grande","Requested Range Not Satisfiable":"Intervalo solicitado não atendido","Reset Content":"Redefinir conteúdo","See Other":"Ver outro","Service Unavailable":"Serviço indisponível","Switching Protocols":"Alternando protocolos","Temporary Redirect":"Redirecionamento temporário","Unauthorized":"Não autorizado","Unknown Error":"Erro desconhecido","Unsupported Media Type":"Tipo de mídia não compatível","Use Proxy":"Usar proxy"};
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~~