Default layout with sticky AppHeader (nav, LanguageSwitcher, mobile hamburger), AppFooter with social links. Minimal layout for express mode. 7 placeholder pages with localized EN routes. Page transitions (fade+slide), prefers-reduced-motion support, custom scroll behavior, error.vue, useSeo composable, SVG favicon. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"nav": {
|
|
"home": "Accueil",
|
|
"projects": "Projets",
|
|
"skills": "Compétences",
|
|
"testimonials": "Témoignages",
|
|
"journey": "Parcours",
|
|
"contact": "Contact",
|
|
"resume": "Résumé Express"
|
|
},
|
|
"common": {
|
|
"continue": "Continuer",
|
|
"back": "Retour",
|
|
"discover": "Découvrir",
|
|
"close": "Fermer",
|
|
"loading": "Chargement...",
|
|
"language": "Langue",
|
|
"back_home": "Retour à l'accueil",
|
|
"back_to_adventure": "Retour à l'aventure"
|
|
},
|
|
"landing": {
|
|
"title": "Bienvenue dans mon univers",
|
|
"subtitle": "Développeur Full-Stack",
|
|
"cta_adventure": "Partir à l'aventure",
|
|
"cta_express": "Mode express"
|
|
},
|
|
"error": {
|
|
"404": "Oups ! Cette page semble s'être perdue dans les méandres du code...",
|
|
"generic": "Une erreur inattendue s'est produite. Le Bug enquête..."
|
|
},
|
|
"meta": {
|
|
"title": "Skycel - Portfolio de Célian",
|
|
"description": "Découvrez mon portfolio interactif et gamifié"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} Célian — Skycel",
|
|
"built_with": "Construit avec Nuxt & Laravel"
|
|
},
|
|
"pages": {
|
|
"projects": {
|
|
"title": "Projets",
|
|
"description": "Découvrez mes projets et réalisations"
|
|
},
|
|
"skills": {
|
|
"title": "Compétences",
|
|
"description": "Mes compétences techniques et humaines"
|
|
},
|
|
"testimonials": {
|
|
"title": "Témoignages",
|
|
"description": "Ce que l'on dit de mon travail"
|
|
},
|
|
"journey": {
|
|
"title": "Parcours",
|
|
"description": "Mon parcours professionnel et personnel"
|
|
},
|
|
"contact": {
|
|
"title": "Contact",
|
|
"description": "Prenez contact avec moi"
|
|
},
|
|
"resume": {
|
|
"title": "Résumé Express",
|
|
"description": "L'essentiel en un coup d'œil"
|
|
}
|
|
}
|
|
}
|