portfolio/src/i18n/messages/en.json
Chneemann 21cbb732cf
All checks were successful
Deploy Portfolio to VPS / deploy (push) Successful in 30s
feat: add localized project details and translations for portfolio section
2026-08-04 16:15:00 +02:00

53 lines
2.5 KiB
JSON

{
"Common": {
"about": "About me",
"skills": "My Skills",
"portfolio": "Portfolio",
"contact": "Contact me"
},
"Header": {
"search": "Search"
},
"Hero": {
"greeting": "Hi, my name is",
"rolePrefix": "Full-Stack",
"roleSuffix": "Developer",
"description": "I conceptualize and develop modern web applications. With a sharp eye for detail and a focus on clean code, I bring digital ideas to life.",
"downloadCv": "Download CV"
},
"About": {
"sectionSub": "Introduction",
"bio1": "Hey there! André here—a full-stack developer based in Karlsruhe. A childhood fascination with computers sparked this journey, which has since evolved into a true passion for software development.",
"bio2": "Through my training at Developer Akademie, I gained hands-on experience building real-world software, backed by rigorous code reviews. This technical background has been put into practice and expanded across a variety of solo and collaborative group projects.",
"bio3": "Feel free to explore my recent work below to see these skills and problem-solving approaches in action.",
"quickFactsTitle": "Quick Facts",
"languagesLabel": "Languages",
"languagesValue": "German, English",
"stackLabel": "Core Stack",
"focusLabel": "Core Focus",
"focusValue": "Clean Code & Architektur",
"statusValue": "Available for projects"
},
"Skills": {
"sectionSub": "Technical Stack",
"description": "Through hands-on experience in various projects, I continuously expand and refine my full-stack development skills. Here is an overview of the technologies, frameworks, and tools I work with."
},
"Portfolio": {
"sectionSub": "Projects",
"featuredBadge": "Featured Project",
"projects": {
"dabubble": {
"type": "Web Application",
"description": "This App is a Slack Clone App. It revolutionizes team communication and collaboration with its intuitive interface, real-time messaging, and robust channel organization."
},
"join": {
"type": "Full-Stack App",
"description": "Task manager inspired by the Kanban System. Create and organize tasks using drag and drop functions, assign users and categories to ensure efficient management."
},
"videoflix": {
"type": "Full-Stack App",
"description": "Video platform for sharing and discovering videos. Upload, view, and stream content in various quality levels, all within a user-friendly interface designed to enhance the video experience."
}
}
}
}