diff --git a/messages/en.json b/messages/en.json new file mode 100644 index 0000000..c61334c --- /dev/null +++ b/messages/en.json @@ -0,0 +1,83 @@ +{ + "header": { + "home": "Home", + "works": "Works", + "about": "About", + "blog": "Blog" + }, + "hero": { + "sectionLabel": "Full Stack Developer & Web Architect", + "title": [ + "Together,", + "let's build", + "something that lasts." + ], + "subtitle": "I design robust, scalable, and sustainable architectures—foundations that support your product’s growth over time.", + "cta": "View my work", + "scrollPrompt": "Scroll" + }, + "works": { + "sectionLabel": "Project selection", + "title": "Works" + }, + "projectCard": { + "cta": "Read more" + }, + "approach": { + "sectionLabel": "Approach", + "feature1": { + "title": "More than just a doer", + "text": "Thanks to my background in digital and mobile design, I don’t just write code. I bring a critical and constructive perspective to every aspect of your project." + }, + "feature2": { + "title": "Concrete foundations", + "text": "My specialty is architecture. I build sustainable, scalable solutions that can accommodate your product’s growth over time." + }, + "feature3": { + "title": "User-centered", + "text": "Perfect code is meaningless if the product doesn't meet a need. I put user experience and functionality at the heart of my development work." + } + }, + "about": { + "sectionLabel": "Course", + "title": "About", + "step1": { + "title": "The Beginnings", + "text": "I got started in web design in 2019 after doing an internship, and I haven't stopped since. Now I want to make it my career." + }, + "step2": { + "title": "Evolution", + "text": "After graduating from high school with a STI2D diploma and honors, I began a Bachelor's degree in Computer Science with a focus on AI Development." + }, + "step3": { + "title": "Today", + "text": "I'm an entrepreneur, co-founder of a startup, and freelance developer—I make a living doing what I love." + } + }, + "footer": { + "legal": { + "title": "Legal", + "legalNotice": "Legal Notice", + "termsAndConditions": "Terms and Conditions" + }, + "copyright": "© 2026 M. Guilbert. All rights reserved." + }, + "projectPage": { + "hero": { + "scrollPrompt": "Scroll" + }, + "meta": { + "year": "Year", + "category": "Category", + "roles": "Roles", + "client": "Client" + }, + "technologies": { + "sectionLabel": "Technologies" + }, + "otherProjects": { + "sectionLabel": "Other projets", + "title": "See also" + } + } +} \ No newline at end of file diff --git a/messages/fr.json b/messages/fr.json new file mode 100644 index 0000000..76e03f3 --- /dev/null +++ b/messages/fr.json @@ -0,0 +1,83 @@ +{ + "header": { + "home": "Accueil", + "works": "Travaux", + "about": "À propos", + "blog": "Blog" + }, + "hero": { + "sectionLabel": "Développeur Full Stack & Architecte Web", + "title": [ + "Ensemble,", + "construisons", + "ce qui dure." + ], + "subtitle": "Je conçois des architectures robustes, scalables et pérennes — des fondations qui supportent la croissance de votre produit dans le temps.", + "cta": "Voir mes travaux", + "scrollPrompt": "Défiler" + }, + "works": { + "sectionLabel": "Sélection de projets", + "title": "Travaux" + }, + "projectCard": { + "cta": "Lire plus" + }, + "approach": { + "sectionLabel": "Approche", + "feature1": { + "title": "Plus qu'un simple exécutant", + "text": "Grâce à mon background en conception numérique et mobile, je ne me contente pas de coder. J'apporte un regard critique et constructif sur l'ensemble de votre projet." + }, + "feature2": { + "title": "Des fondations en béton", + "text": "Ma spécialité : l'architecture. Je construis des solutions pérennes, évolutives et capables d'absorber la croissance de votre produit dans le temps." + }, + "feature3": { + "title": "L'utilisateur au centre", + "text": "Le code parfait n'est rien si le produit ne répond pas à un besoin. Je place l'expérience utilisateur et la fonctionnalité au cœur de mes développements." + } + }, + "about": { + "sectionLabel": "Parcours", + "title": "À propos", + "step1": { + "title": "Les Débuts", + "text": "J'ai commencé par le web en 2019 suite à un stage, je n'ai plus jamais arrêté. Aujourd'hui je veux en faire mon métier." + }, + "step2": { + "title": "L'Évolution", + "text": "Après un bac STI2D avec mention Très bien j'ai entamé un BUT Informatique Parcours Développement IA." + }, + "step3": { + "title": "Aujourd'hui", + "text": "Je suis entrepreneur, co-fondateur d'une startup et développeur freelance, je vis de ma passion." + } + }, + "footer": { + "legal": { + "title": "Légal", + "legalNotice": "Mentions Légales", + "termsAndConditions": "Conditions Générales de Vente" + }, + "copyright": "© 2026 M. Guilbert. Tous droits réservés." + }, + "projectPage": { + "hero": { + "scrollPrompt": "Défiler" + }, + "meta": { + "year": "Année", + "category": "Catégorie", + "roles": "Rôles", + "client": "Client" + }, + "technologies": { + "sectionLabel": "Technologies" + }, + "otherProjects": { + "sectionLabel": "Autres projets", + "title": "Voir aussi" + } + } +} \ No newline at end of file