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

56 lines
1.1 KiB
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",
"language": "Language Selector",
"theme": "Theme Selector"
},
"theme": {
"name": "theme",
"dark": "Dark",
"light": "Light",
"system": "Auto"
},
"pages": {
"home": {
"name": "Home"
},
"resume": {
"name": "Resume",
"description": "",
"experience": "Experience",
"education": "Education",
"tools": "Tools",
"devops": "Devops Tools",
"os": "Operating Systems",
"programmingLanguages": "Programming Languages",
"frameworks": "Frameworks"
},
"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"
}
}
}