Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
165
src/locales/en.json
Normal file
165
src/locales/en.json
Normal file
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"meta": {
|
||||
"title": "Tiber365 - Professional IT Services",
|
||||
"description": "Professional IT services for freelancers and small businesses. Microsoft 365 support, networking solutions, web hosting, and custom IT projects.",
|
||||
"keywords": "IT services, Microsoft 365, networking, web hosting, Ubiquiti, Unifi, small business"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"services": "Services",
|
||||
"about": "About",
|
||||
"blog": "Blog",
|
||||
"support": "Support",
|
||||
"contact": "Contact",
|
||||
"language": "Language",
|
||||
"theme": {
|
||||
"light": "Light mode",
|
||||
"dark": "Dark mode",
|
||||
"toggle": "Toggle theme"
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"title": "Professional IT Services for Your Business",
|
||||
"subtitle": "Empowering freelancers and small businesses with reliable Microsoft 365 support, networking solutions, and custom IT projects.",
|
||||
"cta": {
|
||||
"primary": "Get Started",
|
||||
"secondary": "Learn More"
|
||||
},
|
||||
"trusted": "Trusted by 100+ businesses"
|
||||
},
|
||||
"services": {
|
||||
"title": "Our Services",
|
||||
"subtitle": "Comprehensive IT solutions tailored to your business needs",
|
||||
"viewAll": "View All Services",
|
||||
"microsoft365": {
|
||||
"title": "Microsoft 365 Support",
|
||||
"description": "Complete Microsoft 365 management including email migrations, Office apps, Teams, SharePoint, and admin center configuration.",
|
||||
"features": {
|
||||
"migrations": "Email migrations & setup",
|
||||
"apps": "Office applications support",
|
||||
"teams": "Microsoft Teams deployment",
|
||||
"sharepoint": "SharePoint configuration",
|
||||
"admin": "Admin center management"
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"title": "Full M365 Management",
|
||||
"description": "Comprehensive Microsoft 365 management and automation to keep your business running smoothly.",
|
||||
"features": {
|
||||
"automation": "Workflow automation",
|
||||
"monitoring": "System monitoring",
|
||||
"maintenance": "Regular maintenance",
|
||||
"optimization": "Performance optimization"
|
||||
}
|
||||
},
|
||||
"networking": {
|
||||
"title": "Networking & Infrastructure",
|
||||
"description": "Professional networking solutions using Ubiquiti/Unifi equipment for reliable and secure connectivity.",
|
||||
"features": {
|
||||
"ubiquiti": "Ubiquiti/Unifi solutions",
|
||||
"infrastructure": "Network infrastructure",
|
||||
"security": "Network security",
|
||||
"monitoring": "Network monitoring"
|
||||
}
|
||||
},
|
||||
"hosting": {
|
||||
"title": "Web Hosting & Management",
|
||||
"description": "Reliable web hosting services with complete website management and maintenance.",
|
||||
"features": {
|
||||
"webhosting": "Premium web hosting",
|
||||
"domains": "Domain management",
|
||||
"ssl": "SSL certificates",
|
||||
"backup": "Automated backups"
|
||||
}
|
||||
},
|
||||
"custom": {
|
||||
"title": "Custom IT Projects",
|
||||
"description": "Tailored IT solutions and custom projects designed specifically for your business requirements.",
|
||||
"features": {
|
||||
"consultation": "IT consultation",
|
||||
"development": "Custom development",
|
||||
"integration": "System integration",
|
||||
"support": "Ongoing support"
|
||||
}
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "About Tiber365",
|
||||
"subtitle": "Your trusted IT partner",
|
||||
"description": "We specialize in providing comprehensive IT services to freelancers and small businesses. Our expertise in Microsoft 365, networking, and custom solutions helps businesses thrive in the digital age.",
|
||||
"mission": "Our mission is to simplify IT for small businesses and freelancers, allowing them to focus on what they do best while we handle their technology needs.",
|
||||
"experience": "Years of Experience",
|
||||
"clients": "Happy Clients",
|
||||
"projects": "Completed Projects"
|
||||
},
|
||||
"testimonials": {
|
||||
"title": "What Our Clients Say",
|
||||
"subtitle": "Don't just take our word for it",
|
||||
"1": {
|
||||
"name": "Marco Rossi",
|
||||
"company": "Creative Agency",
|
||||
"content": "Tiber365 transformed our IT infrastructure. Their Microsoft 365 setup was flawless and their ongoing support is exceptional."
|
||||
},
|
||||
"2": {
|
||||
"name": "Sarah Johnson",
|
||||
"company": "Consulting Firm",
|
||||
"content": "Professional, reliable, and always available when we need them. The networking solution they implemented works perfectly."
|
||||
},
|
||||
"3": {
|
||||
"name": "Andreas van Berg",
|
||||
"company": "Design Studio",
|
||||
"content": "Outstanding service and expertise. They handle all our IT needs so we can focus on our creative work."
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Get In Touch",
|
||||
"subtitle": "Ready to improve your IT infrastructure?",
|
||||
"form": {
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"company": "Company",
|
||||
"service": "Service Needed",
|
||||
"message": "Message",
|
||||
"send": "Send Message",
|
||||
"sending": "Sending...",
|
||||
"success": "Message sent successfully!",
|
||||
"error": "Failed to send message. Please try again."
|
||||
},
|
||||
"info": {
|
||||
"email": "info@tiber365.it",
|
||||
"phone": "+39 123 456 7890",
|
||||
"address": "Italy"
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"title": "Ready to Get Started?",
|
||||
"subtitle": "Let's discuss how we can help improve your IT infrastructure",
|
||||
"button": "Book Free Consultation"
|
||||
},
|
||||
"footer": {
|
||||
"description": "Professional IT services for freelancers and small businesses.",
|
||||
"links": {
|
||||
"services": "Services",
|
||||
"about": "About",
|
||||
"contact": "Contact",
|
||||
"privacy": "Privacy Policy",
|
||||
"terms": "Terms of Service"
|
||||
},
|
||||
"copyright": "© 2024 Tiber365. All rights reserved."
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy Policy",
|
||||
"description": "Learn how we protect your personal data",
|
||||
"lastUpdated": "Last updated"
|
||||
},
|
||||
"terms": {
|
||||
"title": "Terms of Service",
|
||||
"description": "Our service agreement and legal terms",
|
||||
"lastUpdated": "Last updated"
|
||||
},
|
||||
"404": {
|
||||
"title": "Page Not Found",
|
||||
"description": "The page you're looking for doesn't exist.",
|
||||
"button": "Go Home"
|
||||
}
|
||||
}
|
165
src/locales/it.json
Normal file
165
src/locales/it.json
Normal file
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"meta": {
|
||||
"title": "Tiber365 - Servizi IT Professionali",
|
||||
"description": "Servizi IT professionali per freelancer e piccole imprese. Supporto Microsoft 365, soluzioni di rete, web hosting e progetti IT personalizzati.",
|
||||
"keywords": "servizi IT, Microsoft 365, networking, web hosting, Ubiquiti, Unifi, piccole imprese"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"services": "Servizi",
|
||||
"about": "Chi Siamo",
|
||||
"blog": "Blog",
|
||||
"support": "Supporto",
|
||||
"contact": "Contatti",
|
||||
"language": "Lingua",
|
||||
"theme": {
|
||||
"light": "Modalità chiara",
|
||||
"dark": "Modalità scura",
|
||||
"toggle": "Cambia tema"
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"title": "Servizi IT Professionali per la Tua Azienda",
|
||||
"subtitle": "Supportiamo freelancer e piccole imprese con servizi affidabili di Microsoft 365, soluzioni di rete e progetti IT personalizzati.",
|
||||
"cta": {
|
||||
"primary": "Inizia Ora",
|
||||
"secondary": "Scopri di Più"
|
||||
},
|
||||
"trusted": "Scelto da oltre 100 aziende"
|
||||
},
|
||||
"services": {
|
||||
"title": "I Nostri Servizi",
|
||||
"subtitle": "Soluzioni IT complete su misura per le tue esigenze aziendali",
|
||||
"viewAll": "Vedi Tutti i Servizi",
|
||||
"microsoft365": {
|
||||
"title": "Supporto Microsoft 365",
|
||||
"description": "Gestione completa di Microsoft 365 incluse migrazioni email, app Office, Teams, SharePoint e configurazione del centro amministrativo.",
|
||||
"features": {
|
||||
"migrations": "Migrazioni email e configurazione",
|
||||
"apps": "Supporto applicazioni Office",
|
||||
"teams": "Implementazione Microsoft Teams",
|
||||
"sharepoint": "Configurazione SharePoint",
|
||||
"admin": "Gestione centro amministrativo"
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"title": "Gestione Completa M365",
|
||||
"description": "Gestione e automazione completa di Microsoft 365 per mantenere la tua azienda operativa senza problemi.",
|
||||
"features": {
|
||||
"automation": "Automazione dei flussi di lavoro",
|
||||
"monitoring": "Monitoraggio del sistema",
|
||||
"maintenance": "Manutenzione regolare",
|
||||
"optimization": "Ottimizzazione delle prestazioni"
|
||||
}
|
||||
},
|
||||
"networking": {
|
||||
"title": "Networking e Infrastrutture",
|
||||
"description": "Soluzioni di rete professionali utilizzando apparecchiature Ubiquiti/Unifi per connettività affidabile e sicura.",
|
||||
"features": {
|
||||
"ubiquiti": "Soluzioni Ubiquiti/Unifi",
|
||||
"infrastructure": "Infrastruttura di rete",
|
||||
"security": "Sicurezza di rete",
|
||||
"monitoring": "Monitoraggio di rete"
|
||||
}
|
||||
},
|
||||
"hosting": {
|
||||
"title": "Web Hosting e Gestione",
|
||||
"description": "Servizi di web hosting affidabili con gestione completa del sito web e manutenzione.",
|
||||
"features": {
|
||||
"webhosting": "Web hosting premium",
|
||||
"domains": "Gestione domini",
|
||||
"ssl": "Certificati SSL",
|
||||
"backup": "Backup automatizzati"
|
||||
}
|
||||
},
|
||||
"custom": {
|
||||
"title": "Progetti IT Personalizzati",
|
||||
"description": "Soluzioni IT su misura e progetti personalizzati progettati specificamente per i requisiti della tua azienda.",
|
||||
"features": {
|
||||
"consultation": "Consulenza IT",
|
||||
"development": "Sviluppo personalizzato",
|
||||
"integration": "Integrazione di sistemi",
|
||||
"support": "Supporto continuo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "Chi è Tiber365",
|
||||
"subtitle": "Il tuo partner IT di fiducia",
|
||||
"description": "Siamo specializzati nel fornire servizi IT completi a freelancer e piccole imprese. La nostra esperienza in Microsoft 365, networking e soluzioni personalizzate aiuta le aziende a prosperare nell'era digitale.",
|
||||
"mission": "La nostra missione è semplificare l'IT per piccole imprese e freelancer, permettendo loro di concentrarsi su ciò che sanno fare meglio mentre noi gestiamo le loro esigenze tecnologiche.",
|
||||
"experience": "Anni di Esperienza",
|
||||
"clients": "Clienti Soddisfatti",
|
||||
"projects": "Progetti Completati"
|
||||
},
|
||||
"testimonials": {
|
||||
"title": "Cosa Dicono i Nostri Clienti",
|
||||
"subtitle": "Non fidarti solo della nostra parola",
|
||||
"1": {
|
||||
"name": "Marco Rossi",
|
||||
"company": "Agenzia Creativa",
|
||||
"content": "Tiber365 ha trasformato la nostra infrastruttura IT. La loro configurazione di Microsoft 365 è stata impeccabile e il loro supporto continuo è eccezionale."
|
||||
},
|
||||
"2": {
|
||||
"name": "Sarah Johnson",
|
||||
"company": "Studio di Consulenza",
|
||||
"content": "Professionali, affidabili e sempre disponibili quando ne abbiamo bisogno. La soluzione di rete che hanno implementato funziona perfettamente."
|
||||
},
|
||||
"3": {
|
||||
"name": "Andreas van Berg",
|
||||
"company": "Studio di Design",
|
||||
"content": "Servizio e competenza eccellenti. Gestiscono tutte le nostre esigenze IT così possiamo concentrarci sul nostro lavoro creativo."
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contattaci",
|
||||
"subtitle": "Pronto a migliorare la tua infrastruttura IT?",
|
||||
"form": {
|
||||
"name": "Nome",
|
||||
"email": "Email",
|
||||
"company": "Azienda",
|
||||
"service": "Servizio Richiesto",
|
||||
"message": "Messaggio",
|
||||
"send": "Invia Messaggio",
|
||||
"sending": "Invio in corso...",
|
||||
"success": "Messaggio inviato con successo!",
|
||||
"error": "Invio fallito. Riprova."
|
||||
},
|
||||
"info": {
|
||||
"email": "info@tiber365.it",
|
||||
"phone": "+39 123 456 7890",
|
||||
"address": "Italia"
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"title": "Pronto per Iniziare?",
|
||||
"subtitle": "Discutiamo di come possiamo aiutare a migliorare la tua infrastruttura IT",
|
||||
"button": "Prenota Consulenza Gratuita"
|
||||
},
|
||||
"footer": {
|
||||
"description": "Servizi IT professionali per freelancer e piccole imprese.",
|
||||
"links": {
|
||||
"services": "Servizi",
|
||||
"about": "Chi Siamo",
|
||||
"contact": "Contatti",
|
||||
"privacy": "Privacy Policy",
|
||||
"terms": "Termini di Servizio"
|
||||
},
|
||||
"copyright": "© 2024 Tiber365. Tutti i diritti riservati."
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy Policy",
|
||||
"description": "Scopri come proteggiamo i tuoi dati personali",
|
||||
"lastUpdated": "Ultimo aggiornamento"
|
||||
},
|
||||
"terms": {
|
||||
"title": "Termini di Servizio",
|
||||
"description": "Il nostro accordo di servizio e termini legali",
|
||||
"lastUpdated": "Ultimo aggiornamento"
|
||||
},
|
||||
"404": {
|
||||
"title": "Pagina Non Trovata",
|
||||
"description": "La pagina che stai cercando non esiste.",
|
||||
"button": "Vai alla Home"
|
||||
}
|
||||
}
|
165
src/locales/nl.json
Normal file
165
src/locales/nl.json
Normal file
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"meta": {
|
||||
"title": "Tiber365 - Professionele IT Diensten",
|
||||
"description": "Professionele IT-diensten voor freelancers en kleine bedrijven. Microsoft 365 ondersteuning, netwerkoplossingen, webhosting en aangepaste IT-projecten.",
|
||||
"keywords": "IT diensten, Microsoft 365, netwerken, webhosting, Ubiquiti, Unifi, klein bedrijf"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"services": "Diensten",
|
||||
"about": "Over Ons",
|
||||
"blog": "Blog",
|
||||
"support": "Ondersteuning",
|
||||
"contact": "Contact",
|
||||
"language": "Taal",
|
||||
"theme": {
|
||||
"light": "Lichte modus",
|
||||
"dark": "Donkere modus",
|
||||
"toggle": "Thema wisselen"
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"title": "Professionele IT Diensten voor Uw Bedrijf",
|
||||
"subtitle": "Freelancers en kleine bedrijven ondersteunen met betrouwbare Microsoft 365 ondersteuning, netwerkoplossingen en aangepaste IT-projecten.",
|
||||
"cta": {
|
||||
"primary": "Aan de Slag",
|
||||
"secondary": "Meer Weten"
|
||||
},
|
||||
"trusted": "Vertrouwd door 100+ bedrijven"
|
||||
},
|
||||
"services": {
|
||||
"title": "Onze Diensten",
|
||||
"subtitle": "Uitgebreide IT-oplossingen op maat voor uw bedrijfsbehoeften",
|
||||
"viewAll": "Alle Diensten Bekijken",
|
||||
"microsoft365": {
|
||||
"title": "Microsoft 365 Ondersteuning",
|
||||
"description": "Compleet Microsoft 365 beheer inclusief e-mailmigraties, Office apps, Teams, SharePoint en beheercentrum configuratie.",
|
||||
"features": {
|
||||
"migrations": "E-mailmigraties & installatie",
|
||||
"apps": "Office applicaties ondersteuning",
|
||||
"teams": "Microsoft Teams implementatie",
|
||||
"sharepoint": "SharePoint configuratie",
|
||||
"admin": "Beheercentrum management"
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"title": "Volledig M365 Beheer",
|
||||
"description": "Uitgebreid Microsoft 365 beheer en automatisering om uw bedrijf soepel te laten draaien.",
|
||||
"features": {
|
||||
"automation": "Workflow automatisering",
|
||||
"monitoring": "Systeembewaking",
|
||||
"maintenance": "Regelmatig onderhoud",
|
||||
"optimization": "Prestatie optimalisatie"
|
||||
}
|
||||
},
|
||||
"networking": {
|
||||
"title": "Netwerken & Infrastructuur",
|
||||
"description": "Professionele netwerkoplossingen met Ubiquiti/Unifi apparatuur voor betrouwbare en veilige connectiviteit.",
|
||||
"features": {
|
||||
"ubiquiti": "Ubiquiti/Unifi oplossingen",
|
||||
"infrastructure": "Netwerkinfrastructuur",
|
||||
"security": "Netwerkbeveiliging",
|
||||
"monitoring": "Netwerkbewaking"
|
||||
}
|
||||
},
|
||||
"hosting": {
|
||||
"title": "Webhosting & Beheer",
|
||||
"description": "Betrouwbare webhostingdiensten met compleet websitebeheer en onderhoud.",
|
||||
"features": {
|
||||
"webhosting": "Premium webhosting",
|
||||
"domains": "Domeinbeheer",
|
||||
"ssl": "SSL certificaten",
|
||||
"backup": "Geautomatiseerde backups"
|
||||
}
|
||||
},
|
||||
"custom": {
|
||||
"title": "Aangepaste IT Projecten",
|
||||
"description": "Op maat gemaakte IT-oplossingen en aangepaste projecten speciaal ontworpen voor uw bedrijfsvereisten.",
|
||||
"features": {
|
||||
"consultation": "IT consultatie",
|
||||
"development": "Aangepaste ontwikkeling",
|
||||
"integration": "Systeemintegratie",
|
||||
"support": "Doorlopende ondersteuning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "Over Tiber365",
|
||||
"subtitle": "Uw vertrouwde IT partner",
|
||||
"description": "Wij zijn gespecialiseerd in het bieden van uitgebreide IT-diensten aan freelancers en kleine bedrijven. Onze expertise in Microsoft 365, netwerken en aangepaste oplossingen helpt bedrijven bloeien in het digitale tijdperk.",
|
||||
"mission": "Onze missie is om IT te vereenvoudigen voor kleine bedrijven en freelancers, zodat zij zich kunnen concentreren op wat zij het beste doen, terwijl wij hun technologiebehoeften afhandelen.",
|
||||
"experience": "Jaar Ervaring",
|
||||
"clients": "Tevreden Klanten",
|
||||
"projects": "Voltooide Projecten"
|
||||
},
|
||||
"testimonials": {
|
||||
"title": "Wat Onze Klanten Zeggen",
|
||||
"subtitle": "Geloof ons niet alleen op ons woord",
|
||||
"1": {
|
||||
"name": "Marco Rossi",
|
||||
"company": "Creatief Bureau",
|
||||
"content": "Tiber365 heeft onze IT-infrastructuur getransformeerd. Hun Microsoft 365 setup was vlekkeloos en hun doorlopende ondersteuning is uitzonderlijk."
|
||||
},
|
||||
"2": {
|
||||
"name": "Sarah Johnson",
|
||||
"company": "Adviesbureau",
|
||||
"content": "Professioneel, betrouwbaar en altijd beschikbaar wanneer we ze nodig hebben. De netwerkoplossing die ze implementeerden werkt perfect."
|
||||
},
|
||||
"3": {
|
||||
"name": "Andreas van Berg",
|
||||
"company": "Ontwerpstudio",
|
||||
"content": "Uitstekende service en expertise. Zij handelen al onze IT-behoeften af zodat wij ons kunnen concentreren op ons creatieve werk."
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Neem Contact Op",
|
||||
"subtitle": "Klaar om uw IT-infrastructuur te verbeteren?",
|
||||
"form": {
|
||||
"name": "Naam",
|
||||
"email": "E-mail",
|
||||
"company": "Bedrijf",
|
||||
"service": "Benodigde Dienst",
|
||||
"message": "Bericht",
|
||||
"send": "Bericht Versturen",
|
||||
"sending": "Versturen...",
|
||||
"success": "Bericht succesvol verzonden!",
|
||||
"error": "Versturen mislukt. Probeer het opnieuw."
|
||||
},
|
||||
"info": {
|
||||
"email": "info@tiber365.it",
|
||||
"phone": "+39 123 456 7890",
|
||||
"address": "Italië"
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"title": "Klaar om te Beginnen?",
|
||||
"subtitle": "Laten we bespreken hoe we uw IT-infrastructuur kunnen verbeteren",
|
||||
"button": "Gratis Consultatie Boeken"
|
||||
},
|
||||
"footer": {
|
||||
"description": "Professionele IT-diensten voor freelancers en kleine bedrijven.",
|
||||
"links": {
|
||||
"services": "Diensten",
|
||||
"about": "Over Ons",
|
||||
"contact": "Contact",
|
||||
"privacy": "Privacybeleid",
|
||||
"terms": "Servicevoorwaarden"
|
||||
},
|
||||
"copyright": "© 2024 Tiber365. Alle rechten voorbehouden."
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacybeleid",
|
||||
"description": "Leer hoe wij uw persoonsgegevens beschermen",
|
||||
"lastUpdated": "Laatst bijgewerkt"
|
||||
},
|
||||
"terms": {
|
||||
"title": "Servicevoorwaarden",
|
||||
"description": "Onze serviceovereenkomst en juridische voorwaarden",
|
||||
"lastUpdated": "Laatst bijgewerkt"
|
||||
},
|
||||
"404": {
|
||||
"title": "Pagina Niet Gevonden",
|
||||
"description": "De pagina die u zoekt bestaat niet.",
|
||||
"button": "Ga naar Home"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user