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

38 lines
595 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"
},
"vocal-synthesis": {
"name": "Vocal Synthesis"
},
"languages": {
"name": "Languages & Worldbuilding"
},
"contact": {
"name": "Contact"
}
},
"footer": {
"links": {
"source": "Websites source code"
}
}
}