|
| 1 | +<?php |
| 2 | +// This file is part of Moodle - https://moodle.org/ |
| 3 | +// |
| 4 | +// Moodle is free software: you can redistribute it and/or modify |
| 5 | +// it under the terms of the GNU General Public License as published by |
| 6 | +// the Free Software Foundation, either version 3 of the License, or |
| 7 | +// (at your option) any later version. |
| 8 | +// |
| 9 | +// Moodle is distributed in the hope that it will be useful, |
| 10 | +// but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | +// GNU General Public License for more details. |
| 13 | +// |
| 14 | +// You should have received a copy of the GNU General Public License |
| 15 | +// along with Moodle. If not, see <https://www.gnu.org/licenses/>. |
| 16 | + |
| 17 | +/** |
| 18 | + * Language file for mod_aichat. |
| 19 | + * |
| 20 | + * @package mod_aichat |
| 21 | + * @copyright 2026 ISB Bayern |
| 22 | + * @author Philipp Memmel |
| 23 | + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| 24 | + */ |
| 25 | + |
| 26 | +defined('MOODLE_INTERNAL') || die(); |
| 27 | + |
| 28 | +$string['aichat:addinstance'] = 'KI-Chat-Aktivität hinzufügen'; |
| 29 | +$string['aichat:view'] = 'KI-Chat-Aktivität aufrufen'; |
| 30 | +$string['modulename'] = 'KI-Chat'; |
| 31 | +$string['modulename_help'] = '###### Zentrale Funktionen |
| 32 | +- Standard-Chatbot-Funktionen |
| 33 | +- Zusätzliche KI-Werkzeuge (Bildgenerierung etc.), erreichbar über den KI-Button im Eingabefeld |
| 34 | +- Erstellen und Auswählen von Personas (System-Prompts), um das Verhalten der KI zu steuern |
| 35 | +- Konfiguration der Anzahl an Nachrichten des Gesprächsverlaufs, die an das externe KI-System gesendet werden |
| 36 | +- Gesprächsverlauf für jede Nutzerin und jeden Nutzer |
| 37 | +
|
| 38 | +###### Einsatzmöglichkeiten |
| 39 | +- Standard-Chatbot zum Beantworten von Fragen zu bestimmten Themen |
| 40 | +- Tutor-Chat zur Unterstützung von Lernenden bei Aufgaben durch Definition einer Tutor-Persona |
| 41 | +- Chatbot, um *über* KI zu lernen, z. B. durch Experimentieren mit unterschiedlichen Personas und Begrenzen der Länge des Gesprächsverlaufs'; |
| 42 | +$string['modulename_summary'] = 'Diese Aktivität stellt den Lernenden einen KI-Chatbot zur Verfügung.'; |
| 43 | +$string['modulenameplural'] = 'KI-Chats'; |
| 44 | +$string['name'] = 'Name'; |
| 45 | +$string['name_help'] = 'Name dieser KI-Chat-Aktivität, der auf der Kursseite angezeigt wird'; |
| 46 | +$string['noaichatinstance'] = 'Es konnte keine Instanz von mod_aichat gefunden werden.'; |
| 47 | +$string['pluginadministration'] = 'Verwaltung des KI-Chats'; |
| 48 | +$string['pluginname'] = 'KI-Chat'; |
| 49 | +$string['pluginname_userfaced'] = 'KI-Chat-Aktivität'; |
| 50 | +$string['removeconversations'] = 'Alle Unterhaltungen löschen'; |
0 commit comments