Sindbad~EG File Manager
<?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 'local_ai_connector', language 'es', version '4.2'.
*
* @package local_ai_connector
* @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['openaiapikey'] = 'Clave API OpenAI';
$string['openaiapikey_desc'] = 'La clave API para su cuenta de OpenAI, de https://platform.openai.com/account/api-keys . Las claves de muestra se ven como esta: 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';
$string['openaisettings'] = 'Configuraciones de OpenAI';
$string['openaisettings_help'] = 'Configuraciones para servicios de OpenAI (ChatGPT, DALL-E)';
$string['pluginname'] = 'Conector de IA';
$string['privacy:metadata:ai_connector'] = 'Para generar texto o imagen, el usuario necesita pasar texto del \'prompt\' o imagen.';
$string['privacy:metadata:ai_connector:image'] = 'Imagen es un argumento opcional que usted puede pasar para hacer una base para la imagen generada.';
$string['privacy:metadata:ai_connector:prompttext'] = 'El texto del \'prompt\' del usuario está siendo enviado a servicios API para generar respuesta.';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists