From bfb19c73394e16cd6f4d917383b8fd2dcc6d877b Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 7 Feb 2023 22:26:19 +0100 Subject: [PATCH] Update language terms --- main/lang/english/trad4all.inc.php | 7 +++++++ main/lang/french/trad4all.inc.php | 7 +++++++ main/lang/spanish/trad4all.inc.php | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 4ff231e2f8..1213ce79de 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8988,4 +8988,11 @@ $MatchingCombination = "Matching with exact selection"; $HotSpotCombination = "Image zones with exact selection"; $MatchingDraggableCombination = "Match by dragging with exact selection"; $MultipleAnswerDropdownCombination = "Multiple answer dropdown with exact selection"; +$LpAiGenerator = "AI learning path generator"; +$LpAiTopic = "Topic"; +$LpAiTopicHelp = "Type the topic on which you want the AI Helper to develop a learning path. The more detailed the topic, the more precise the result will be."; +$LpAiNumberOfItems = "Number of learning path items"; +$LpAiNumberOfItemsHelper = "This is the number of pages you want the AI Helper to generate in your learning path. Splitting the learning path in several pages, chapters, sections (however you want to call them) will help structure the course and also let you redistribute the content for better presentation."; +$LpAiWordsCount = "Number of words"; +$LpAiWordsCountHelper = "Rough maximum number of words (actually number of tokens) you want to get per page. More tokens will probably generate better content, but will also take more time to generate and cost more to your organisation, so use this carefully."; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index ee6ac2dfb9..9b69d7a4f3 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -8922,4 +8922,11 @@ $MatchingCombination = "Apparier avec combinaison exacte"; $HotSpotCombination = "Zones sur image avec combinaison exacte"; $MatchingDraggableCombination = "Correspondances glisser-déplacer avec combinaison exacte"; $MultipleAnswerDropdownCombination = "Liste déroulante de réponses multiples avec combinaison exacte"; +$LpAiGenerator = "Générateur de parcours par IA"; +$LpAiTopic = "Sujet"; +$LpAiTopicHelp = "Tapez le sujet à propos duquel vous souhaitez que l'assistant IA développe un parcours pour vous. Le niveau de détail du sujet aura un impact direct sur la précision du résultat."; +$LpAiNumberOfItems = "Nombre d'éléments du parcours"; +$LpAiNumberOfItemsHelper = "Nombre de pages que vous souhaitez que l'assistant IA génère dans votre parcours. Diviser le parcours en plusieurs pages, chapitres, sections (quel que soit le nom que vous leur donnez) vous aidera à structurer le cours et aussi à redistribuer le contenu pour une meilleure présentation."; +$LpAiWordsCount = "Nombre de mots"; +$LpAiWordsCountHelper = "Nombre maximum approximatif de mots (plus précisément de tokens) que vous souhaitez obtenir par page. Plus de tokens vous permettra probablement de générer du meilleur contenu, mais cela prendra plus de temps et coûtera plus à votre organisation. À utiliser avec parcimonie."; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index dfdb1dce35..5322d7e050 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -9013,4 +9013,11 @@ $MatchingCombination = "Relacionar con combinación exacta"; $HotSpotCombination = "Zonas de imagen con combinación exacta"; $MatchingDraggableCombination = "Coincidencia arrastrable con combinación exacta"; $MultipleAnswerDropdownCombination = "Respuesta múltiple desplegable con combinación exacta"; +$LpAiGenerator = "Generador de lección por IA"; +$LpAiTopic = "Tema"; +$LpAiTopicHelp = "Indique el tema sobre el cual el asistente IA desarrollará una lección. Al dar más detalle en el tema, el resultado será más preciso."; +$LpAiNumberOfItems = "Número de páginas"; +$LpAiNumberOfItemsHelper = "El número de páginas/capítulos/secciones que desea que el asistente IA genere dentro de la lección. Separar la lección en páginas ayudará estructurar el curso y permitirá posiblemente redistribuir su contenido para una mejor presentación."; +$LpAiWordsCount = "Número de palabras"; +$LpAiWordsCountHelper = "Número máximo aproximado de palabras (en realidad el número de tokens) deseado por página. A más tokens, probablemente se genere una mejor calidad de contenido, pero también tomará más tiempo y terminará costando más a su organización. Usar con parsimonia."; ?> \ No newline at end of file