diff --git a/html/kidsai/script-new.js b/html/kidsai/script-new.js index bf9b79a..da800ce 100644 --- a/html/kidsai/script-new.js +++ b/html/kidsai/script-new.js @@ -250,7 +250,7 @@ class KidsAIExplorer {
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}

${encouragementText}

@@ -389,10 +389,10 @@ class KidsAIExplorer {
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}
-

${this.translate('thinking-about-answer')}

+

${this.getTranslation('thinking-about-answer')}

`; @@ -433,7 +433,7 @@ class KidsAIExplorer {
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}

${data.response}

@@ -451,10 +451,10 @@ class KidsAIExplorer {
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}
-

${this.translate('great-thinking-fallback')}

+

${this.getTranslation('great-thinking-fallback')}

`; @@ -526,7 +526,7 @@ class KidsAIExplorer { responseBubble.innerHTML = `
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}

${data.response}

@@ -558,10 +558,10 @@ class KidsAIExplorer { responseBubble.innerHTML = `
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}
-

${this.translate('great-thinking-fallback')}

+

${this.getTranslation('great-thinking-fallback')}

`; @@ -583,14 +583,14 @@ class KidsAIExplorer { choiceContainer.className = 'choice-container'; choiceContainer.innerHTML = `
-

💭 ${this.translate('explore-deeper')} oder ${this.translate('continue-learning')}?

+

💭 ${this.getTranslation('explore-deeper')} oder ${this.getTranslation('continue-learning')}?

`; @@ -645,7 +645,7 @@ class KidsAIExplorer { explorationBubble.innerHTML = `
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}

${data.response}

@@ -676,7 +676,7 @@ class KidsAIExplorer { explorationBubble.innerHTML = `
🤖 - ${this.translate('ai-teacher')} + ${this.getTranslation('ai-teacher')}

🔍 Das ist ein wirklich interessantes Thema! Hast du schon mal daran gedacht, wie komplex die Wissenschaft dahinter ist? Möchtest du noch mehr darüber erfahren?