Files
phundrak.com/frontend/i18n/locales/fr.json
Lucien Cartier-Tilet 9f1d4db0de
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 9m29s
feat: fill pages
2025-11-13 22:13:40 +01:00

56 lines
1.2 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": "Choix de la langue",
"theme": "Thème du site web"
},
"theme": {
"name": "Thème",
"dark": "Sombre",
"light": "Clair",
"system": "Auto"
},
"pages": {
"home": {
"name": "Accueil"
},
"resume": {
"name": "CV",
"description": "",
"experience": "Expérience",
"education": "Éducation",
"tools": "Outils",
"devops": "Outils Devops",
"os": "Systèmes dexploitation",
"programmingLanguages": "Langages de programmation",
"frameworks": "Frameworks"
},
"vocal-synthesis": {
"name": "Synthèse Vocale",
"projects": "Projets principaux",
"tools": "Outils"
},
"languages": {
"name": "Langues et Univers Fictifs"
},
"contact": {
"name": "Contact"
}
},
"footer": {
"links": {
"source": "Code source du site web",
"nuxt": "Frontend fait avec Nuxt",
"rust": "Backend fait avec Rust"
},
"versions": {
"frontend": "Frontend Version",
"backend": "Backend Version"
}
}
}