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

49 lines
938 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": "Thème",
"dark": "Sombre",
"light": "Clair",
"system": "Système"
},
"pages": {
"home": {
"name": "Accueil"
},
"resume": {
2025-11-11 19:12:21 +01:00
"name": "CV",
"description": "",
"experience": "Expérience",
"education": "Éducation"
2025-11-06 09:24:44 +01:00
},
"vocal-synthesis": {
2025-11-11 19:12:21 +01:00
"name": "Synthèse Vocale",
"projects": "Projets principaux",
"tools": "Outils"
2025-11-06 09:24:44 +01:00
},
"languages": {
"name": "Langues et Univers Fictifs"
},
"contact": {
"name": "Contact"
}
},
"footer": {
"links": {
2025-11-11 19:12:21 +01:00
"source": "Code source du site web",
"nuxt": "Frontend fait avec Nuxt",
"rust": "Backend fait avec Rust"
},
"versions": {
"frontend": "Frontend Version",
"backend": "Backend Version"
2025-11-06 09:24:44 +01:00
}
}
}