feat(frontend): main page
This commit is contained in:
37
frontend/i18n/locales/fr.json
Normal file
37
frontend/i18n/locales/fr.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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": {
|
||||
"name": "CV"
|
||||
},
|
||||
"vocal-synthesis": {
|
||||
"name": "Synthèse Vocale"
|
||||
},
|
||||
"languages": {
|
||||
"name": "Langues et Univers Fictifs"
|
||||
},
|
||||
"contact": {
|
||||
"name": "Contact"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"links": {
|
||||
"source": "Code source du site web "
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user