fix: trad manquante

This commit is contained in:
Emi Boucly 2025-06-11 01:13:17 +02:00
parent 60e18252dc
commit e3774b46b7
2 changed files with 20 additions and 6 deletions

View file

@ -35,12 +35,19 @@ const i18n = createI18n({
allemand: 'German : Solid foundations (A2)',
comp: 'Skills',
prog: 'Programming',
prog: 'Programming (Python, Bash, Java, JavaScript, TypeScript)',
devnet: 'Develop an app based on a network protocol',
cont: 'Containerize and manage a Docker infrastructure',
ad: 'Setup and manage an Active Directory infrastructure',
db: 'Setup and manage a Database Management System',
automate: 'Automate administration tasks using scripting and Ansible'
automate: 'Automate administration tasks using scripting and Ansible',
experience: "Experience",
impactiv: "IT and networking technician in an apprenticeship.",
now: "Now",
cv: "Find my resume",
here: "here"
},
about: {
title: 'Who am I?',
@ -184,12 +191,19 @@ const i18n = createI18n({
allemand: 'Allemand : Bases solides (A2)',
comp: 'Compétences',
prog: 'Programmation',
prog: 'Programmation (Python, Bash, Java, JavaScript, TypeScript)',
devnet: 'Développer une application basée sur un protocole réseau',
cont: 'Conteneuriser et maintenir une infrastructure Docker',
ad: 'Installer et configurer un serveur Active Directory',
db: 'Mettre en place et maintenir une SGBD',
automate: 'Automatiser les tâches d\'administration avec du scripting et Ansible',
experience: "Expérience professionnelle",
impactiv: "Technicienne informatique et réseaux en alternance.",
now: "Aujourd'hui",
cv: "Téléchargez mon CV",
here: "ici"
},
about: {
title: 'Qui suis-je?',

View file

@ -49,10 +49,10 @@ import {RouterLink} from "vue-router";
</div>
<div>
<h2>Experience</h2>
<h2>{{$t('cv.experience')}}</h2>
<h3><RouterLink to="/apprenticeship">Impactiv'</RouterLink></h3>
<em style="font-size: smaller">2024 - Now</em>
<p>IT and networking technician in a co-op program.</p>
<em style="font-size: smaller">2024 - {{$t('cv.now')}}</em>
<p>{{ $t('cv.impactiv')}}</p>
</div>
<div>