writed translation disctionaries

This commit is contained in:
2026-04-17 10:41:56 +02:00
parent e7ef30f5a6
commit e1efa898b4
2 changed files with 166 additions and 0 deletions
+83
View File
@@ -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 products 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 dont 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 products 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"
}
}
}
+83
View File
@@ -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"
}
}
}