diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index f783407..db0be2a 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -192,5 +192,12 @@ "text": "Unfortunately, at some point, the laptop containing a part of the research data broke, and I did by best to recover the lost files. Working tirelessly, I tried a lot of different recovery tools, until realizing the hard drive is encrypted using Microsoft's Bitlocker. This security is enabled by default on a large part of new laptops using Windows, and nobody in the team ever heard about it. Without any recovery key (not saved in Microsoft account !), the files were sadly definitively lost. This is the reason why I removed Windows from all my computers, and started using Linux daily." } } + }, + "footer": { + "social": "Social networks", + "sitemap": "Sitemap", + "contact": "Contact", + "contact_button": "Contact", + "contact_text": "Want to contact me ? Let's have a talk !" } } \ No newline at end of file diff --git a/src/assets/localization/fr/localization.json b/src/assets/localization/fr/localization.json index bcdccdc..feb51a5 100644 --- a/src/assets/localization/fr/localization.json +++ b/src/assets/localization/fr/localization.json @@ -192,5 +192,11 @@ "text": "Malheureusement, au bout d'un moment, l'ordinateur contenant une partie des données de recherche s'est cassé, et j'ai immédiatement fait tout mon possible pour en récupérer les données perdues. Travaillant sans relâche, j'ai essayé tout un ensemble d'outils de récupération, avant de réaliser que le disque dur était chiffré avec BitLocker, le système de chiffrement de Microsoft. Cette sécurité est activée par défaut sur un grand nombre d'ordinateurs neufs utilisant Windows, et personne dans l'équipe n'en a jamais entendu parler. Sans la clé de secours ( Non sauvegardée dans le compte Microsoft !), les fichiers ont malheureusement été définitivement perdus. C'est pour cette raison que j'ai supprimé Windows de tous mes appareils, et que j'utilise maintenant Linux au quotidien." } } + }, + "footer": { + "social": "Réseaux", + "sitemap": "Plan du site", + "contact": "Contact", + "contact_text": "Vous souhaitez me contacter ? C'est par ici !" } } \ No newline at end of file diff --git a/src/components/footer.vue b/src/components/footer.vue index a2f6ea0..b7a09b5 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -3,7 +3,7 @@