HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/moodledata/mdata-uautomaq/lang/es/tool_componentlibrary.php
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <https://www.gnu.org/licenses/>.

/**
 * Strings for component 'tool_componentlibrary', language 'es', version '4.1'.
 *
 * @package     tool_componentlibrary
 * @category    string
 * @copyright   1999 Martin Dougiamas and contributors
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['copied'] = '¡Copiado!';
$string['copy'] = 'Copiar';
$string['copytoclipboard'] = 'Copiar al portapapeles';
$string['installer'] = '<h3>Configuración de la biblioteca de componentes</h3>
     <p>Antes de que pueda ver el contenido de la biblioteca de componentes, necesitará tener acceso al shell de su instalación de Moodle y poder escribir en la carpeta  /admin/tool/componentlibrary y tener npm instalado en su servidor Moodle.</p>
     <p>Si cumple con estos requisitos, puede navegar a su carpeta raíz de Moodle y ejecutar:</p>
    <pre>$ npm install</pre>
    <pre>$ npm install grunt</pre>
     <p>Esto obtendrá todos los paquetes necesarios para crear los documentos de la biblioteca de componentes.</p>
     <p>Una vez instalados, puede ejecutar:</p>
    <pre>$ grunt componentlibrary</pre>
     <p>Para obtener más información, consulte el archivo README.md de este complemento</p>';
$string['pluginname'] = 'Biblioteca de componentes de UI';
$string['privacy:metadata'] = 'El complemento de librería de componentes no almacena ningún dato personal.';
$string['runjsdoc'] = 'La documentación de JavaScript se genera de forma separada a la librería del componente. Para generarla ejecute `grunt jsdoc`';
$string['showboth'] = 'Mostrar con ambos';
$string['showdefault'] = 'Mostrar predeterminado';
$string['showhelp'] = 'Mostrar con ayuda';
$string['showmixed'] = 'Mostrar mezclado';
$string['showrequired'] = 'Mostrar con requeridos';
$string['toggleviewinfo'] = 'Alternar la vista de esta instancia de formulario';