Translate texts to french

This commit is contained in:
TheThomaas 2024-02-11 19:11:59 +01:00
parent 8ab9ee04ff
commit 0631cbb1c3
8 changed files with 16 additions and 14 deletions

View file

@ -5,7 +5,7 @@
"about": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Distinctio doloribus, iure eum nostrum error tempora facilis ea.",
"socials": [
{
"title": "My personal Github",
"title": "Mon Github",
"icon": "icon-github",
"link": "https://github.com/TheThomaas"
}

View file

@ -4,7 +4,7 @@
<li><a href="{{ social.link }}" class="{{ social.icon }} {% if showLabel == true %}{{ position | default: "icon--left" }}{% endif %}" title="{{ social.title }}" target="_blank">{% if showLabel == true %}{{ social.title }}{% endif %}</a></li>
{% endfor %}
{% if mail %}
<li><a href="mailto:{{ mail }}" class="icon-mail {% if showLabel == true %}{{ position | default: "icon--left" }}{% endif %}" title="Send me an e-mail" target="_blank">{% if showLabel == true %}Send me an e-mail{% endif %}</a></li>
<li><a href="mailto:{{ mail }}" class="icon-mail {% if showLabel == true %}{{ position | default: "icon--left" }}{% endif %}" title="Contactez moi par mail" target="_blank">{% if showLabel == true %}Contactez moi par mail{% endif %}</a></li>
{% endif %}
{% endif %}
</ul>

View file

@ -1,9 +1,9 @@
<footer class="wrapper-full">
<div>
<ul class="list-inline">
<li>Built with <a href='https://11ty.dev/' target='_blank' rel='nofollow'>Eleventy</a></li>
<li>Réalisé avec <a href='https://11ty.dev/' target='_blank' rel='nofollow'>Eleventy</a></li>
{% if site.repository and site.repository != "" %}
<li>Source on <a href="{{site.repository}}" target="_blank" rel="nofollow">{{site.repoSrc}}</a></li>
<li>Source sur <a href="{{site.repository}}" target="_blank" rel="nofollow">{{site.repoSrc}}</a></li>
{% endif %}
</ul>

View file

@ -1,13 +1,13 @@
---
title: Compétences
displayedTitle: Mes compétences
order: 1
showTitle: false
classes: 'competences-section langues-section'
---
<div>
<div class="col">
<h2>{{title}}</h2>
<h3>Compétences techniques</h3>
<ul style="list-style-type: initial">
<li>HTML</li>
<li>CSS</li>
@ -19,7 +19,7 @@ classes: 'competences-section langues-section'
</div>
<div class="col">
<h2>Langues</h2>
<h3>Langues</h3>
<ul style="list-style-type: initial">
<li>Français (langue maternelle)</li>
<li>Anglais</li>

View file

@ -1,11 +1,11 @@
---
title: Download
title: Téléchargement
showTitle: false
order: 4
---
<div class="flex-container justify-center download">
<p>You want to print this document ?</p>
<p>Vous souhaitez imprimer ce document ?</p>
<i>--></i>
<button type="button" onclick="window.print()" class="btn btn-download icon--right icon-download">Download as PDF</button>
<button type="button" onclick="window.print()" class="btn btn-download icon--right icon-download">Télécharger en PDF</button>
</div>

View file

@ -1,5 +1,6 @@
---
title: Experiences
title: Expériences
displayedTitle: Mes expériences
order: 3
---

View file

@ -1,8 +1,8 @@
---
title: About me
title: A propos
order: 0
template: 'hero'
eleventyComputed:
description: "{{ author.about }}"
displayedTitle: "Hello!<br>Moi c'est {{ author.name }}"
displayedTitle: "Moi c'est {{ author.name }}<br>Et je suis développeur web"
---

View file

@ -1,5 +1,6 @@
---
title: Projects
title: Projets
displayedTitle: Mes projets
order: 2
---