feat: complete MDX migration, stabilize environment & verify via E2E tests

Former-commit-id: ec3e64156a2e182535cbdcf0d975cd54603a517d
This commit is contained in:
2026-05-03 18:46:41 +02:00
parent e57661a586
commit b13f628b55
131 changed files with 1388 additions and 25288 deletions

View File

@@ -7,6 +7,7 @@
"karriere": "karriere",
"kompetenzen": "kompetenzen",
"ueber-uns": "ueber-uns",
"agb": "agb",
"start": "start"
},
"products": {},
@@ -87,21 +88,39 @@
},
"title": "Kontaktieren Sie uns",
"subtitle": "Haben Sie Fragen zu unseren Leistungen oder ein konkretes Projekt? Wir sind für Sie da.",
"heroSubtitle": "Wir sind für Sie da",
"info": {
"title": "Kontaktinformationen",
"subtitle": "Direkte Wege zu uns",
"howToReachUs": "So erreichen Sie uns",
"office": "Hauptsitz Guben",
"address": "Gewerbestraße 22\n03172 Guben\nDeutschland",
"phone": "+49 15207230518",
"email": "d.joseph@e-tib.com"
},
"hours": {
"title": "Öffnungszeiten",
"weekdays": "Mo. Fr.",
"weekdaysTime": "08:00 17:00 Uhr",
"weekend": "Sa. So.",
"closed": "Geschlossen"
},
"form": {
"title": "Nachricht senden",
"subtitle": "Senden Sie uns Ihr Anliegen",
"name": "Name",
"email": "E-Mail",
"emailPlaceholder": "ihre@email.de",
"message": "Nachricht",
"messagePlaceholder": "Ihre Nachricht an uns...",
"submit": "Senden",
"submitting": "Wird gesendet...",
"successTitle": "Vielen Dank!",
"successDesc": "Wir haben Ihre Nachricht erhalten und melden uns kurzfristig bei Ihnen."
"successDesc": "Wir haben Ihre Nachricht erhalten und melden uns kurzfristig bei Ihnen.",
"sendAnother": "Weitere Nachricht senden",
"errorTitle": "Fehler!",
"error": "Etwas ist schiefgelaufen. Bitte prüfen Sie Ihre Eingaben.",
"tryAgain": "Erneut versuchen"
}
},
"Competencies": {
@@ -133,7 +152,10 @@
},
"StandardPage": {
"badge": "Information",
"overview": "Übersicht"
"overview": "Übersicht",
"needHelp": "Brauchen Sie Unterstützung?",
"supportTeamAvailable": "Unser Expertenteam steht Ihnen für alle Fragen rund um Ihr Infrastrukturprojekt zur Verfügung.",
"contactUs": "Kontaktieren Sie uns"
},
"Error": {
"title": "Hoppla!",
@@ -142,5 +164,24 @@
"description": "Die gesuchte Seite konnte nicht gefunden werden.",
"cta": "Zur Startseite"
}
},
"Blog": {
"meta": {
"title": "Blog & Aktuelles",
"description": "Neuigkeiten und Einblicke in die Welt des Kabeltiefbaus und der Infrastruktur."
},
"featuredPost": "Top-Beitrag",
"readFullArticle": "Vollständigen Artikel lesen",
"latestNews": "Aktuelles",
"allArticles": "Alle Artikel",
"readMore": "Weiterlesen",
"prev": "Zurück",
"next": "Weiter",
"categories": {
"all": "Alle",
"industry": "Branche",
"technical": "Technik",
"sustainability": "Nachhaltigkeit"
}
}
}

View File

@@ -7,6 +7,7 @@
"career": "karriere",
"competencies": "kompetenzen",
"about-us": "ueber-uns",
"terms": "agb",
"start": "start"
},
"products": {},
@@ -87,21 +88,39 @@
},
"title": "Contact Us",
"subtitle": "Do you have questions about our services or a specific project? We are here for you.",
"heroSubtitle": "We are here for you",
"info": {
"title": "Contact Information",
"subtitle": "Direct ways to reach us",
"howToReachUs": "How to reach us",
"office": "Headquarters Guben",
"address": "Gewerbestraße 22\n03172 Guben\nGermany",
"phone": "+49 15207230518",
"email": "d.joseph@e-tib.com"
},
"hours": {
"title": "Opening Hours",
"weekdays": "Mon. Fri.",
"weekdaysTime": "08:00 17:00",
"weekend": "Sat. Sun.",
"closed": "Closed"
},
"form": {
"title": "Send a Message",
"subtitle": "Send us your inquiry",
"name": "Name",
"email": "Email",
"emailPlaceholder": "your@email.com",
"message": "Message",
"messagePlaceholder": "Your message to us...",
"submit": "Send",
"submitting": "Sending...",
"successTitle": "Thank you!",
"successDesc": "We have received your message and will get back to you shortly."
"successDesc": "We have received your message and will get back to you shortly.",
"sendAnother": "Send another message",
"errorTitle": "Error!",
"error": "Something went wrong. Please check your input and try again.",
"tryAgain": "Try Again"
}
},
"Competencies": {
@@ -133,7 +152,10 @@
},
"StandardPage": {
"badge": "Information",
"overview": "Overview"
"overview": "Overview",
"needHelp": "Need support?",
"supportTeamAvailable": "Our team of experts is available to answer all your questions regarding your infrastructure project.",
"contactUs": "Contact Us"
},
"Error": {
"title": "Oops!",
@@ -142,5 +164,24 @@
"description": "The requested page could not be found.",
"cta": "Back to Home"
}
},
"Blog": {
"meta": {
"title": "Blog & News",
"description": "Latest news and insights from the world of cable construction and infrastructure."
},
"featuredPost": "Featured Post",
"readFullArticle": "Read Full Article",
"latestNews": "Latest News",
"allArticles": "All Articles",
"readMore": "Read More",
"prev": "Prev",
"next": "Next",
"categories": {
"all": "All",
"industry": "Industry",
"technical": "Technical",
"sustainability": "Sustainability"
}
}
}