Website-Update: Lagebild-Sektion, Impressum/Datenschutz-Updates, Video-Assets via LFS

- Lagebild-Dashboard mit Snapshot-Daten hinzugefuegt
- Impressum und Datenschutz (DE/EN) aktualisiert
- Uebersetzungen in translations.js erweitert
- Video-Dateien als LFS-Objekte aktualisiert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-03-07 02:40:13 +01:00
Ursprung e7e884d2ed
Commit 936d3971c9
85 geänderte Dateien mit 37273 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -15,6 +15,7 @@ const translations = {
navAbout: 'Über uns',
navProducts: 'Lösungen',
navContact: 'Kontakt',
navLagebild: 'Lagebild',
langSwitch: 'DE | EN',
// Hero Section
@@ -119,6 +120,24 @@ const translations = {
protectedProductDesc: 'Dieses Produkt ist speziell für autorisierte Behörden entwickelt und erfordert eine Authentifizierung.',
loginForAccess: 'Anmelden für Zugriff',
// Lagebild Page
lagebildPageTitle: 'Lagebild - AegisSight',
lagebildTitle: 'LAGEBILD',
lagebildLive: 'LIVE-LAGEBILD',
lagebildSubtitle: 'Automatisierte Situationsberichte vom AegisSight Monitor',
lagebildSelectSnapshot: 'Lagebild vom:',
lagebildCurrent: 'Aktuell',
lagebildPoweredBy: 'Erstellt durch',
lagebildAnalysis: 'Lageanalyse',
lagebildSources: 'Quellen',
lagebildFactChecks: 'Faktenchecks',
lagebildFactChecksDesc: 'Automatisierte Verifizierung durch KI-gestützte Quellenanalyse',
lagebildArticles: 'Quellenberichte',
lagebildArticlesDesc: 'Automatisch aggregierte Meldungen aus internationalen Quellen',
lagebildCtaTitle: 'Interesse an AegisSight Monitor?',
lagebildCtaText: 'Erhalten Sie Echtzeit-Lagebilder für Ihre Organisation mit KI-gestützter Analyse und Faktencheck.',
lagebildCtaButton: 'Kontakt aufnehmen',
// Footer
footerCompanyTitle: 'AegisSight UG (haftungsbeschränkt)',
footerCompanyAddress1: 'Gladbacher Strasse 3-5',
@@ -160,6 +179,7 @@ const translations = {
navAbout: 'About Us',
navProducts: 'Solutions',
navContact: 'Contact',
navLagebild: 'Situation Report',
langSwitch: 'EN | DE',
// Hero Section
@@ -264,6 +284,24 @@ const translations = {
protectedProductDesc: 'This product is specifically developed for authorized agencies and requires authentication.',
loginForAccess: 'Login for Access',
// Lagebild Page
lagebildPageTitle: 'Situation Report - AegisSight',
lagebildTitle: 'SITUATION REPORT',
lagebildLive: 'LIVE REPORT',
lagebildSubtitle: 'Automated situation reports from AegisSight Monitor',
lagebildSelectSnapshot: 'Report from:',
lagebildCurrent: 'Current',
lagebildPoweredBy: 'Powered by',
lagebildAnalysis: 'Situation Analysis',
lagebildSources: 'Sources',
lagebildFactChecks: 'Fact Checks',
lagebildFactChecksDesc: 'Automated verification through AI-powered source analysis',
lagebildArticles: 'Source Reports',
lagebildArticlesDesc: 'Automatically aggregated reports from international sources',
lagebildCtaTitle: 'Interested in AegisSight Monitor?',
lagebildCtaText: 'Get real-time situation reports for your organization with AI-powered analysis and fact checking.',
lagebildCtaButton: 'Get in touch',
// Footer
footerCompanyTitle: 'AegisSight UG (haftungsbeschränkt)',
footerCompanyAddress1: 'Gladbacher Strasse 3-5',