update French translations

This commit is contained in:
Owen Rees
2023-06-30 13:35:15 +02:00
parent daa38f16f9
commit c17309fe5a
+26 -24
View File
@@ -13,45 +13,47 @@ export default function About() {
Qui Sommes-Nous? Qui Sommes-Nous?
</h2> </h2>
<p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
This project was first started in early 2022 as a means to visualise Ce projet a vu le jour début 2022 afin de permettre une
where chess tournaments were taking place in France. Having moved to visualisation sur une carte des tournois d'échecs en France. Ayant
France in 2019, I did not know my way around the country and wanted déménagé en France en 2019, je ne connaissais alors pas la
to know which tournaments were happening near me. géographie française et je souhaitais savoir quels tournois avaient
lieu près de chez moi.
</p> </p>
<p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
The project was shelved until Spring 2023 when it was given a new Le projet a été mis de côté jusqu'au printemps 2023; date à laquelle
lease of life. Rebuilt from the ground up,{" "} je lui ai redonné vie. Reconstruit à partir de zéro,{" "}
<Link href="/" className="text-teal-600"> <Link href="/" className="text-teal-600">
Echecs France Echecs France
</Link>{" "} </Link>{" "}
is now open source and open to contributions. est désormais open source et ouvert aux contributions.
</p> </p>
<p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
I will be setting up a donation link if you wish to help cover some Je compte mettre en place un bouton de don en ligne pour ceux qui
of the costs of running this website. After costs, and remaining souhaitent participer aux frais associés au site. Une fois les coûts
funds will put back into the chess community by means of sponsoring de fonctionnement déduits, tous les fonds restant seront redirigés
events or by donations. vers le monde des échecs soit en sponsorant des événements ou par la
création de dons.
</p> </p>
<h3 <h3
className="mt-8 mb-4 text-2xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white" className="mt-8 mb-4 text-2xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
data-test="header2" data-test="header2"
> >
Credits Remerciements
</h3> </h3>
<p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
This project is what it is thanks to the contributions of the wider Ce projet est ce qu'il est grâce aux contributions de vous tous. Je
community. In particular I would like to thank the following for souhaite en particulier remercier les personnes suivantes pour leurs
their contributions so far: contributions:
</p> </p>
<ul className="mb-4 text-center text-teal-600"> <ul className="mb-4 text-center text-teal-600">
<li> <li>
<Link href="#" target="_blank"> <Link href="https://github.com/AlvaroNW" target="_blank">
Alvaro AlvaroNW
</Link> </Link>
</li> </li>
<li> <li>
<Link href="#" target="_blank"> <Link href="https://github.com/Florifourchette" target="_blank">
Flo Florifourchette
</Link> </Link>
</li> </li>
</ul> </ul>
@@ -65,7 +67,7 @@ export default function About() {
<Link href="/" className="text-teal-600"> <Link href="/" className="text-teal-600">
Echecs France Echecs France
</Link>{" "} </Link>{" "}
is built on the following tech stack: utilise:
</p> </p>
<ul className="mb-4 flex justify-around text-teal-600"> <ul className="mb-4 flex justify-around text-teal-600">
<li> <li>
@@ -90,7 +92,7 @@ export default function About() {
</li> </li>
</ul> </ul>
<p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-4 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
with the following core dependencies: avec
</p> </p>
<ul className="mb-4 flex justify-around text-teal-600"> <ul className="mb-4 flex justify-around text-teal-600">
<li> <li>
@@ -105,14 +107,14 @@ export default function About() {
</li> </li>
</ul> </ul>
<p className="mb-16 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl"> <p className="mb-16 font-light text-center text-gray-500 dark:text-gray-400 md:text-xl">
For more information and details on how to contribute, please visit Pour plus d'informations sur les moyens de contribution, veuillez
our{" "} visiter notre{" "}
<Link <Link
href="https://github.com/TheRealOwenRees/echecsfrance" href="https://github.com/TheRealOwenRees/echecsfrance"
target="_blank" target="_blank"
className="text-teal-600" className="text-teal-600"
> >
GitHub repository. GitHub.
</Link> </Link>
</p> </p>
</div> </div>