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

49 lines
924 B
JSON
Raw Normal View History

2025-11-06 09:24:44 +01:00
{
"website": {
"name": "Lucien Cartier-Tilet",
"langSwitch": "Language"
},
"menu": {
"name": "Menu"
},
"theme": {
"name": "theme",
"dark": "Dark",
"light": "Light",
"system": "System"
},
"pages": {
"home": {
"name": "Home"
},
"resume": {
2025-11-11 19:12:21 +01:00
"name": "Resume",
"description": "",
"experience": "Expérience",
"education": "Education"
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
}
}
}