Files
portfolio/public/locales/en/translation.json

203 lines
8.0 KiB
JSON

{
"about": {
"title": "About me",
"description": "I am a fourth-year student at ISEN Nantes, currently in a work-study program at Horoquartz. I am passionate about computer science. I learned to code on my own and am currently learning Rust and Go. I am also passionate about electronics and hardware. I have a homelab consisting of 3 servers: a DELL T320, a DELL T330, and a Dell Precision T3610, all running Proxmox."
},
"card": {
"title": "Fourth year student at ISEN Nantes in work-study program at Horoquartz"
},
"projects": {
"title": "My projects",
"Front end starter.description": "My personal starter for front end projects",
"Project C - ISEN CIR 1.description": "End of 1st year project at ISEN Nantes",
"Projet robot.description": "Robot project with the Modelec ISEN club for the French robotics cup (Development and deployment on Raspberry Pi)",
"MercuryCloud.description": "Game server and VPS hosting project. Technical support position, administrator of VPS, Game and web services.",
"Projet C++ - ISEN CIR 2.description": "End of 4th semester project at ISEN Nantes. Creation of a Tower Defense type game in C++ with the QT6 library.",
"Github NTFY.description": "Notification project for github and dockerhub releases that sends notifications on ntfy, gotify and discord.",
"Projet C++ - ISEN CIPA 3.description": "Fish school behavior simulation game project in C++ with the SLD2 library, with multiplayer support.",
"Alternance Horoquartz.description": "Development of an update system for Horoquartz products."
},
"cv": {
"title": "My resume",
"path": "/CV-Felix-MARQUET-English.pdf"
},
"nav": {
"about": "About me",
"projects": "My projects",
"cv": "My resume",
"contact": "Contact",
"experience": "Experience",
"github": "GitHub"
},
"skills": {
"beginner": "Beginner",
"intermediate": "Intermediate",
"expert": "Expert",
"examples": {
"C": {
"title": "C Projects",
"description": "End-of-first-year project at ISEN, basic algorithms, creation of a REST API."
},
"C++": {
"title": "C++ Projects",
"description": "Tower Defense in Qt6, fish school simulation with SDL2 featuring multiplayer support, basic algorithms."
},
"Admin Système": {
"title": "System Administration",
"description": "Configuration of 3 DELL servers under Proxmox, virtualization, maintenance of virtual machines, deployment of applications in Azure."
},
"Python": {
"title": "Python Projects",
"description": "GitHub NTFY for GitHub and DockerHub release notifications, course projects."
},
"PHP": {
"title": "PHP Projects",
"description": "Web development with PHP, AJAX, PostgreSQL."
},
"HTML/CSS": {
"title": "Front-end development",
"description": "Custom front-end starter, base project, various web projects."
},
"JS/TS": {
"title": "JavaScript/TypeScript",
"description": "React development, this portfolio, NodeJS API with Express, creation of the Studysen mobile application with React Native, professional projects."
},
"Linux": {
"title": "Linux Administration",
"description": "Server configuration, system administration, Ansible playbooks."
},
"Go": {
"title": "Go Projects",
"description": "Introduction to the language, creation of a REST API with Fiber, Go Gin, and the standard library, professional projects."
},
"Docker": {
"title": "Containerization",
"description": "Container deployment, Docker Compose configuration, image creation, high-availability service deployment via Swarm and Kubernetes."
},
"Rust": {
"title": "Rust Projects",
"description": "Learning the language, creation of a REST API with Ntex, rewrite of the GitHub NTFY API in Rust."
},
"React": {
"title": "React Development",
"description": "This portfolio, Modelec website, Studysen mobile application, professional projects."
}
}
},
"contact": {
"title": "Contact",
"subtitle": "A question? A project? Feel free to contact me!",
"info": {
"title": "Contact information",
"email": "Email",
"status": "Status",
"statusValue": "ISEN student - Work-study at Horoquartz",
"response": "Response",
"responseValue": "Usually within 24h"
},
"subjects.title": "Topics of interest",
"subjects.list": [
"Web Development",
"System Administration",
"DevOps",
"Work-study",
"Open Source Projects",
"Homelab",
"Collaboration",
"Internship/Job"
],
"form.title": "Send me a message",
"form.name": "Full name",
"form.namePlaceholder": "Your name",
"form.email": "Email",
"form.emailPlaceholder": "your.email@example.com",
"form.subject": "Subject",
"form.subjectPlaceholder": "Subject of your message",
"form.message": "Message",
"form.messagePlaceholder": "Your message...",
"form.send": "Send message",
"form.sending": "Sending...",
"form.success": "Message sent successfully! I will reply as soon as possible.",
"form.error": "An error occurred. Please try again later."
},
"experience": {
"title": "Career & Experience",
"description": "My professional and academic journey",
"current": "Current",
"technologies": "Technologies used:",
"items": [
{
"type": "work",
"title": "Developer - Work-study",
"organization": "Horoquartz",
"location": "Saint-Herblain, France",
"startDate": "2024",
"endDate": "Current",
"current": true,
"description": [
"Development of an update system for Horoquartz products",
"Design and implementation of REST APIs with Node.js and Go",
"Database management with PostgreSQL",
"Deployment with Docker and Kubernetes on Azure"
],
"technologies": ["Node.js", "Go", "PostgreSQL", "Docker", "Kubernetes", "Azure"]
},
{
"type": "education",
"title": "ISEN Nantes - Engineering Program",
"organization": "Institut Supérieur de l'Électronique et du Numérique",
"location": "Nantes, France",
"startDate": "2022",
"endDate": "2027",
"current": true,
"description": [
"Engineering training in computer science and new technologies",
"Specialization in cybersecurity",
"Team projects and project management"
],
"technologies": ["C", "C++", "Python", "Linux", "Networks"]
},
{
"type": "work",
"title": "Technical Support & VPS Admin",
"organization": "MercuryCloud",
"location": "Remote",
"startDate": "2021",
"endDate": "Current",
"description": [
"Technical support for game servers and VPS",
"Administration of CPanel and Plesk services",
"Management of the WHMCS system for billing",
"Virtualization and maintenance of Linux servers"
],
"technologies": ["Linux", "Virtualization", "CPanel", "Plesk", "WHMCS"]
},
{
"type": "achievement",
"title": "Robot Project - French Robotics Cup",
"organization": "Club Modelec ISEN",
"location": "Nantes, France",
"startDate": "2023",
"endDate": "2023",
"description": [
"Development of the robot control system",
"User interface with QT",
"Deployment on Raspberry Pi",
"Multidisciplinary teamwork"
],
"technologies": ["C++", "QT", "Raspberry Pi", "Linux"]
}
]
},
"github": {
"title": "GitHub Stats",
"description": "An overview of my activity and contributions on GitHub",
"stars": "Stars",
"forks": "Forks",
"commits": "Commits",
"languages": "Most used languages",
"legend": "Contribution calendar",
"totalCommits": "Total commits",
"activity": "Recent activity"
}
}