//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/passenger/views/details.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/passenger/views/details-es_es.js
// Module: /jupiter/passenger/views/details-es_es
// Locale: es_es
// 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 = {"Edit":"Editar","Edit Your Application":"Editar su aplicación","Register":"Registrar","Register Your Application":"Registrar su aplicación","You can use this section of the interface to manage your custom applications.":"Puede usar esta sección de la interfaz para administrar sus aplicaciones personalizadas.","You can use this section of the interface to register a new application.":"Puede usar esta sección de la interfaz para registrar una aplicación nueva.","You must finish adding or editing environment variables first.":"En primer lugar, finalice la adición o la edición de variables de entorno.","You successfully registered your application.":"Ha registrado correctamente su aplicación.","You successfully updated your application.":"Ha actualizado correctamente su aplicación.","Your application is incomplete or invalid.":"Su aplicación está incompleta o no es válida."};
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~~