chore: separate frontend from backend
This commit is contained in:
55
i18n/locales/en.json
Normal file
55
i18n/locales/en.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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": "Website’s source code",
|
||||
"nuxt": "Frontend made with Nuxt",
|
||||
"rust": "Backend made with Rust"
|
||||
},
|
||||
"versions": {
|
||||
"frontend": "Frontend Version",
|
||||
"backend": "Backend Version"
|
||||
}
|
||||
}
|
||||
}
|
||||
55
i18n/locales/fr.json
Normal file
55
i18n/locales/fr.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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 d’exploitation",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user