diff --git a/web/i18n/de.json b/web/i18n/de.json index 5e8986a..bb502c5 100644 --- a/web/i18n/de.json +++ b/web/i18n/de.json @@ -215,12 +215,16 @@ "text": "Wenn Sie eine Klimaanlage haben, f\u00fcgen Sie Ihre Ger\u00e4te hinzu und weisen Sie sie R\u00e4umen zu. So kann HeatGuard berechnen, ob Ihre K\u00fchlleistung ausreicht." }, "step5": { - "title": "5. Vorhersage abrufen", - "text": "Klicken Sie auf der Einrichtungsseite auf 'Vorhersage abrufen', um aktuelle Wetterdaten f\u00fcr Ihren Standort zu erhalten. Vorhersagen decken die n\u00e4chsten 3 Tage ab." + "title": "5. KI konfigurieren (Optional)", + "text": "F\u00fcr KI-gest\u00fctzte Zusammenfassungen und Handlungsempfehlungen konfigurieren Sie einen LLM-Anbieter. Nutzen Sie Einrichtung > KI-Zusammenfassung f\u00fcr die Browser-Konfiguration oder starten Sie den Server mit --llm-provider und --llm-model. Ollama l\u00e4uft lokal ohne API-Schl\u00fcssel." }, "step6": { - "title": "6. Dashboard ansehen", - "text": "Kehren Sie zum Dashboard zur\u00fcck, um Ihre personalisierte Hitzeanalyse zu sehen: Risikostufe, Temperaturverlauf, Raum-W\u00e4rmebilanzen und empfohlene Ma\u00dfnahmen." + "title": "6. Vorhersage abrufen", + "text": "Klicken Sie auf der Einrichtungsseite auf 'Vorhersage abrufen', um aktuelle Wetterdaten f\u00fcr Ihren Standort zu erhalten. Vorhersagen decken die n\u00e4chsten 3 Tage ab." + }, + "step7": { + "title": "7. Dashboard ansehen", + "text": "Kehren Sie zum Dashboard zur\u00fcck, um Ihre personalisierte Hitzeanalyse zu sehen: Risikostufe, Temperaturverlauf, Raum-W\u00e4rmebilanzen, empfohlene Ma\u00dfnahmen und KI-Zusammenfassung." }, "params": { "title": "Raumparameter verstehen", diff --git a/web/i18n/en.json b/web/i18n/en.json index a61cb98..69c6dde 100644 --- a/web/i18n/en.json +++ b/web/i18n/en.json @@ -215,12 +215,16 @@ "text": "If you have air conditioning, add your units and assign them to rooms. This allows HeatGuard to calculate whether your cooling capacity is sufficient." }, "step5": { - "title": "5. Fetch a Forecast", - "text": "On the Setup page, click 'Fetch Forecast' to get the latest weather data for your location. Forecasts cover the next 3 days." + "title": "5. Configure AI (Optional)", + "text": "For AI-powered summaries and action recommendations, configure an LLM provider. Use Setup > AI Summary for browser-side config, or start the server with --llm-provider and --llm-model flags. Ollama runs locally without an API key." }, "step6": { - "title": "6. View the Dashboard", - "text": "Return to the Dashboard to see your personalized heat analysis: risk level, temperature timeline, room heat budgets, and recommended actions." + "title": "6. Fetch a Forecast", + "text": "On the Setup page, click 'Fetch Forecast' to get the latest weather data for your location. Forecasts cover the next 3 days." + }, + "step7": { + "title": "7. View the Dashboard", + "text": "Return to the Dashboard to see your personalized heat analysis: risk level, temperature timeline, room heat budgets, recommended actions, and AI summary." }, "params": { "title": "Understanding Room Parameters", diff --git a/web/templates/guide.html b/web/templates/guide.html index 93736c9..4c1f4ae 100644 --- a/web/templates/guide.html +++ b/web/templates/guide.html @@ -33,6 +33,11 @@

{{t "guide.step6.title"}}

{{t "guide.step6.text"}}

+ +
+

{{t "guide.step7.title"}}

+

{{t "guide.step7.text"}}

+