Files
phundrak.com-frontend/i18n/locales/en.json

56 lines
1.1 KiB
JSON
Raw Normal View History

2025-11-06 09:24:44 +01:00
{
"website": {
"name": "Lucien Cartier-Tilet",
"langSwitch": "Language"
},
"menu": {
2025-11-11 19:12:21 +01:00
"name": "Menu",
"language": "Language Selector",
"theme": "Theme Selector"
2025-11-06 09:24:44 +01:00
},
"theme": {
"name": "theme",
"dark": "Dark",
"light": "Light",
2025-11-11 19:12:21 +01:00
"system": "Auto"
2025-11-06 09:24:44 +01:00
},
"pages": {
"home": {
"name": "Home"
},
"resume": {
2025-11-11 19:12:21 +01:00
"name": "Resume",
"description": "",
"experience": "Experience",
"education": "Education",
"tools": "Tools",
"devops": "Devops Tools",
"os": "Operating Systems",
"programmingLanguages": "Programming Languages",
"frameworks": "Frameworks"
2025-11-06 09:24:44 +01:00
},
"vocal-synthesis": {
2025-11-11 19:12:21 +01:00
"name": "Vocal Synthesis",
"projects": "Key Projects",
"tools": "Tools"
2025-11-06 09:24:44 +01:00
},
"languages": {
"name": "Languages & Worldbuilding"
},
"contact": {
"name": "Contact"
}
},
"footer": {
"links": {
2025-11-11 19:12:21 +01:00
"source": "Websites source code",
"nuxt": "Frontend made with Nuxt",
"rust": "Backend made with Rust"
},
"versions": {
"frontend": "Frontend Version",
"backend": "Backend Version"
2025-11-06 09:24:44 +01:00
}
}
}