Files
phundrak.com/frontend/i18n/locales/en.json
Lucien Cartier-Tilet fceeb5307c
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s
feat: fill pages
2025-11-12 04:46:21 +01:00

49 lines
924 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"website": {
"name": "Lucien Cartier-Tilet",
"langSwitch": "Language"
},
"menu": {
"name": "Menu"
},
"theme": {
"name": "theme",
"dark": "Dark",
"light": "Light",
"system": "System"
},
"pages": {
"home": {
"name": "Home"
},
"resume": {
"name": "Resume",
"description": "",
"experience": "Expérience",
"education": "Education"
},
"vocal-synthesis": {
"name": "Vocal Synthesis",
"projects": "Key Projects",
"tools": "Tools"
},
"languages": {
"name": "Languages & Worldbuilding"
},
"contact": {
"name": "Contact"
}
},
"footer": {
"links": {
"source": "Websites source code",
"nuxt": "Frontend made with Nuxt",
"rust": "Backend made with Rust"
},
"versions": {
"frontend": "Frontend Version",
"backend": "Backend Version"
}
}
}