feat: complete MDX migration, stabilize environment & verify via E2E tests
Former-commit-id: ec3e64156a2e182535cbdcf0d975cd54603a517d
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user