mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
fix: trad manquante
This commit is contained in:
parent
60e18252dc
commit
e3774b46b7
2 changed files with 20 additions and 6 deletions
|
|
@ -35,12 +35,19 @@ const i18n = createI18n({
|
||||||
allemand: 'German : Solid foundations (A2)',
|
allemand: 'German : Solid foundations (A2)',
|
||||||
|
|
||||||
comp: 'Skills',
|
comp: 'Skills',
|
||||||
prog: 'Programming',
|
prog: 'Programming (Python, Bash, Java, JavaScript, TypeScript)',
|
||||||
devnet: 'Develop an app based on a network protocol',
|
devnet: 'Develop an app based on a network protocol',
|
||||||
cont: 'Containerize and manage a Docker infrastructure',
|
cont: 'Containerize and manage a Docker infrastructure',
|
||||||
ad: 'Setup and manage an Active Directory infrastructure',
|
ad: 'Setup and manage an Active Directory infrastructure',
|
||||||
db: 'Setup and manage a Database Management System',
|
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: {
|
about: {
|
||||||
title: 'Who am I?',
|
title: 'Who am I?',
|
||||||
|
|
@ -184,12 +191,19 @@ const i18n = createI18n({
|
||||||
allemand: 'Allemand : Bases solides (A2)',
|
allemand: 'Allemand : Bases solides (A2)',
|
||||||
|
|
||||||
comp: 'Compétences',
|
comp: 'Compétences',
|
||||||
prog: 'Programmation',
|
prog: 'Programmation (Python, Bash, Java, JavaScript, TypeScript)',
|
||||||
devnet: 'Développer une application basée sur un protocole réseau',
|
devnet: 'Développer une application basée sur un protocole réseau',
|
||||||
cont: 'Conteneuriser et maintenir une infrastructure Docker',
|
cont: 'Conteneuriser et maintenir une infrastructure Docker',
|
||||||
ad: 'Installer et configurer un serveur Active Directory',
|
ad: 'Installer et configurer un serveur Active Directory',
|
||||||
db: 'Mettre en place et maintenir une SGBD',
|
db: 'Mettre en place et maintenir une SGBD',
|
||||||
automate: 'Automatiser les tâches d\'administration avec du scripting et Ansible',
|
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: {
|
about: {
|
||||||
title: 'Qui suis-je?',
|
title: 'Qui suis-je?',
|
||||||
|
|
|
||||||
|
|
@ -49,10 +49,10 @@ import {RouterLink} from "vue-router";
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Experience</h2>
|
<h2>{{$t('cv.experience')}}</h2>
|
||||||
<h3><RouterLink to="/apprenticeship">Impactiv'</RouterLink></h3>
|
<h3><RouterLink to="/apprenticeship">Impactiv'</RouterLink></h3>
|
||||||
<em style="font-size: smaller">2024 - Now</em>
|
<em style="font-size: smaller">2024 - {{$t('cv.now')}}</em>
|
||||||
<p>IT and networking technician in a co-op program.</p>
|
<p>{{ $t('cv.impactiv')}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue