migration wip
This commit is contained in:
42
lib/i18n.ts
42
lib/i18n.ts
@@ -28,9 +28,14 @@ const translations = {
|
||||
},
|
||||
blog: {
|
||||
title: 'Blog',
|
||||
description: 'Latest news and insights about cables and energy',
|
||||
readMore: 'Read more',
|
||||
noPosts: 'No posts available.',
|
||||
backToBlog: '← Back to Blog',
|
||||
categories: 'Categories',
|
||||
featured: 'Featured Posts',
|
||||
allPosts: 'All Posts',
|
||||
noPostsDescription: 'Check back soon for new content.',
|
||||
},
|
||||
products: {
|
||||
title: 'Products',
|
||||
@@ -59,6 +64,7 @@ const translations = {
|
||||
},
|
||||
contact: {
|
||||
title: 'Contact Us',
|
||||
subtitle: 'Get in touch with our team',
|
||||
name: 'Your Name',
|
||||
email: 'Your Email',
|
||||
message: 'Your Message',
|
||||
@@ -67,7 +73,16 @@ const translations = {
|
||||
error: 'Failed to send message. Please try again.',
|
||||
processing: 'Sending...',
|
||||
phone: 'Phone (optional)',
|
||||
subject: 'Subject',
|
||||
company: 'Company (optional)',
|
||||
requiredFields: 'Required fields are marked with *',
|
||||
sending: 'Sending...',
|
||||
errors: {
|
||||
nameRequired: 'Please enter your name',
|
||||
emailRequired: 'Please enter your email address',
|
||||
emailInvalid: 'Please enter a valid email address',
|
||||
messageRequired: 'Please enter your message',
|
||||
},
|
||||
},
|
||||
consent: {
|
||||
title: 'Cookie & Analytics Consent',
|
||||
@@ -77,6 +92,12 @@ const translations = {
|
||||
analytics: 'Analytics',
|
||||
analyticsDesc: 'Help us understand how visitors use our site',
|
||||
},
|
||||
cookieConsent: {
|
||||
message: 'We use cookies to enhance your browsing experience and analyze our traffic.',
|
||||
privacyPolicy: 'Privacy Policy',
|
||||
decline: 'Decline',
|
||||
accept: 'Accept',
|
||||
},
|
||||
footer: {
|
||||
rights: 'All rights reserved.',
|
||||
madeWith: 'Made with Next.js',
|
||||
@@ -125,9 +146,14 @@ const translations = {
|
||||
},
|
||||
blog: {
|
||||
title: 'Blog',
|
||||
description: 'Aktuelle Neuigkeiten und Einblicke über Kabel und Energie',
|
||||
readMore: 'Weiterlesen',
|
||||
noPosts: 'Keine Beiträge verfügbar.',
|
||||
backToBlog: '← Zurück zum Blog',
|
||||
categories: 'Kategorien',
|
||||
featured: 'Beiträge',
|
||||
allPosts: 'Alle Beiträge',
|
||||
noPostsDescription: 'Schauen Sie bald wieder vorbei für neue Inhalte.',
|
||||
},
|
||||
products: {
|
||||
title: 'Produkte',
|
||||
@@ -156,6 +182,7 @@ const translations = {
|
||||
},
|
||||
contact: {
|
||||
title: 'Kontakt',
|
||||
subtitle: 'Nehmen Sie Kontakt mit unserem Team auf',
|
||||
name: 'Ihr Name',
|
||||
email: 'Ihre E-Mail',
|
||||
message: 'Ihre Nachricht',
|
||||
@@ -164,7 +191,16 @@ const translations = {
|
||||
error: 'Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es erneut.',
|
||||
processing: 'Wird gesendet...',
|
||||
phone: 'Telefon (optional)',
|
||||
subject: 'Betreff',
|
||||
company: 'Firma (optional)',
|
||||
requiredFields: 'Pflichtfelder sind mit * markiert',
|
||||
sending: 'Wird gesendet...',
|
||||
errors: {
|
||||
nameRequired: 'Bitte geben Sie Ihren Namen ein',
|
||||
emailRequired: 'Bitte geben Sie Ihre E-Mail-Adresse ein',
|
||||
emailInvalid: 'Bitte geben Sie eine gültige E-Mail-Adresse ein',
|
||||
messageRequired: 'Bitte geben Sie Ihre Nachricht ein',
|
||||
},
|
||||
},
|
||||
consent: {
|
||||
title: 'Cookie- & Analyse-Einwilligung',
|
||||
@@ -174,6 +210,12 @@ const translations = {
|
||||
analytics: 'Analyse',
|
||||
analyticsDesc: 'Helfen Sie uns zu verstehen, wie Besucher unsere Seite nutzen',
|
||||
},
|
||||
cookieConsent: {
|
||||
message: 'Wir verwenden Cookies, um Ihr Surferlebnis zu verbessern und unseren Traffic zu analysieren.',
|
||||
privacyPolicy: 'Datenschutzrichtlinie',
|
||||
decline: 'Ablehnen',
|
||||
accept: 'Akzeptieren',
|
||||
},
|
||||
footer: {
|
||||
rights: 'Alle Rechte vorbehalten.',
|
||||
madeWith: 'Erstellt mit Next.js',
|
||||
|
||||
Reference in New Issue
Block a user