fix(i18n): fix reference page translation, fix map zoom, connect contact form to server action, fix english 404 links, fix certificate pdf links
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Failing after 1m0s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 6s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Failing after 1m0s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 6s
This commit is contained in:
@@ -146,7 +146,15 @@
|
||||
"hero": {
|
||||
"title": "THE EXPERTS FOR <green>UNDERGROUND CABLE ENGINEERING</green>",
|
||||
"subtitle": "We help expanding the energy cable networks for a green future.",
|
||||
"cta": "Request now"
|
||||
"cta": "Request now",
|
||||
"searchPlaceholder": "Describe project or search for cables...",
|
||||
"ask": "Ask",
|
||||
"placeholder1": "Cross-section calculation for 110kV route",
|
||||
"placeholder2": "How heavy is NAYY 4x150?",
|
||||
"placeholder3": "I'm planning a solar park, what do I need?",
|
||||
"placeholder4": "Difference between N2XSY and NAY2XSY?",
|
||||
"placeholder5": "Medium voltage cable for wind turbine",
|
||||
"placeholder6": "Which aluminum cable for 20kV?"
|
||||
},
|
||||
"video": {
|
||||
"title": "From the first spade cut to the grid connection – we build the infrastructure of tomorrow."
|
||||
@@ -224,6 +232,10 @@
|
||||
"title": "Foundation of E-TIB GmbH",
|
||||
"desc": "Execution of electrical infrastructure projects, cable civil engineering, and horizontal directional drilling."
|
||||
},
|
||||
"2025": {
|
||||
"title": "Foundation of E-TIB Bohrtechnik GmbH",
|
||||
"desc": "Specialization in precise horizontal directional drilling in all soil classes."
|
||||
},
|
||||
"2019_ing": {
|
||||
"title": "Foundation of E-TIB Ingenieurgesellschaft",
|
||||
"desc": "Permit and execution planning, complex crossings, and grid connection planning."
|
||||
@@ -231,10 +243,6 @@
|
||||
"2019_verw": {
|
||||
"title": "Foundation of E-TIB Verwaltung GmbH",
|
||||
"desc": "Central services, acquisition, leasing, and management of real estate and machinery."
|
||||
},
|
||||
"2025": {
|
||||
"title": "Foundation of E-TIB Bohrtechnik GmbH",
|
||||
"desc": "Specialization in precise horizontal directional drilling in all soil classes."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -272,5 +280,46 @@
|
||||
"branchETIB": "E-TIB GmbH",
|
||||
"branchIng": "Engineering Company",
|
||||
"branchBohr": "Drilling Technology"
|
||||
},
|
||||
"AISearch": {
|
||||
"loadingTexts": [
|
||||
"Searching the cable manual... 📖",
|
||||
"Asking the senior engineer... 👴🔧",
|
||||
"Asking ChatGPT's 2nd cousin... 🤖"
|
||||
],
|
||||
"thinking": "Thinking...",
|
||||
"errorStatus": "Error occurred",
|
||||
"online": "Online",
|
||||
"copyChat": "Copy chat",
|
||||
"copyChatTitle": "copy entire chat",
|
||||
"copied": "Copied",
|
||||
"close": "Close",
|
||||
"howCanIHelp": "How can I help?",
|
||||
"helpDescription": "Describe your project, ask for specific cables, or tell me your requirements.",
|
||||
"prompts": [
|
||||
"Wind park 33kV cabling",
|
||||
"NYCWY 4x185",
|
||||
"Underground cable for solar park"
|
||||
],
|
||||
"you": "You",
|
||||
"copyMessage": "Copy message",
|
||||
"recommendedProducts": "Recommended Products",
|
||||
"errorTitle": "Something went wrong 😬",
|
||||
"tryAgain": "Try again",
|
||||
"placeholder": "Enter message...",
|
||||
"send": "Send message",
|
||||
"footerShortcuts": "Enter to send · Esc to close",
|
||||
"footerPrivacy": "🛡️ GDPR compliant · EU servers",
|
||||
"timeoutError": "Request took too long. Please try again.",
|
||||
"genericError": "An error occurred."
|
||||
},
|
||||
"ReferenceDetail": {
|
||||
"backToOverview": "Back to Overview",
|
||||
"projectReference": "Project Reference",
|
||||
"location": "Location",
|
||||
"client": "Client",
|
||||
"period": "Period",
|
||||
"scopeTitle": "Scope & Project Description",
|
||||
"viewAll": "View all References"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user