mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
start translation work
This commit is contained in:
@@ -84,9 +84,7 @@ export const FeuilleMatchPdf = ({ data }: IProps) => {
|
|||||||
marginTop: 10,
|
marginTop: 10,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<View
|
<View style={{ width: "35%", border: "1px solid black", padding: 8 }}>
|
||||||
style={{ width: "35%", border: "1px solid black", padding: 10 }}
|
|
||||||
>
|
|
||||||
<Text style={{ textAlign: "center" }}>
|
<Text style={{ textAlign: "center" }}>
|
||||||
A RENVOYER AU PLUS TARD LE LENDEMAIN DU JOUR DE LA RENCONTRE A:
|
A RENVOYER AU PLUS TARD LE LENDEMAIN DU JOUR DE LA RENCONTRE A:
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default async function Match() {
|
|||||||
<section className="grid place-items-center bg-white p-2 pb-20 dark:bg-gray-800">
|
<section className="grid place-items-center bg-white p-2 pb-20 dark:bg-gray-800">
|
||||||
<div className="mx-auto max-w-screen-md px-4 py-8 lg:py-16">
|
<div className="mx-auto max-w-screen-md px-4 py-8 lg:py-16">
|
||||||
<h2 className="mb-4 text-center text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white">
|
<h2 className="mb-4 text-center text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white">
|
||||||
Match
|
Feuille de Match
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p className="mb-8 text-center font-light text-gray-500 dark:text-gray-400 sm:text-xl lg:mb-16">
|
<p className="mb-8 text-center font-light text-gray-500 dark:text-gray-400 sm:text-xl lg:mb-16">
|
||||||
|
|||||||
@@ -322,5 +322,9 @@
|
|||||||
"cookiesInfo": "We do not track users in an intrusive manner. However, we use <link>TinyAnalytics.io</link>, an anonymous, GDPR-friendly analytics tool, to gather anonymized usage statistics. No personally identifiable information is collected by this tool, and its usage is strictly limited to improving user experience.",
|
"cookiesInfo": "We do not track users in an intrusive manner. However, we use <link>TinyAnalytics.io</link>, an anonymous, GDPR-friendly analytics tool, to gather anonymized usage statistics. No personally identifiable information is collected by this tool, and its usage is strictly limited to improving user experience.",
|
||||||
"changesTitle": "Changes to This Privacy Policy",
|
"changesTitle": "Changes to This Privacy Policy",
|
||||||
"changesInfo": "We may update this privacy policy from time to time. Any changes will be posted on this page, and we encourage you to review this policy periodically."
|
"changesInfo": "We may update this privacy policy from time to time. Any changes will be posted on this page, and we encourage you to review this policy periodically."
|
||||||
|
},
|
||||||
|
"FeuilleDeMatch": {
|
||||||
|
"title": "Match Sheet",
|
||||||
|
"subTitle": "Create a match sheet for your tournament"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -323,5 +323,9 @@
|
|||||||
"cookiesInfo": "Nous ne suivons pas les utilisateurs de manière intrusive. Toutefois, nous utilisons <link>TinyAnalytics.io</link>, un outil d'analyse anonyme et conforme au RGPD (Règlement Général sur la Protection des Données), pour obtenir des statistiques d'utilisation anonymisées. Aucune donnée personnelle identifiable n'est collectée par cet outil, et son utilisation est strictement limitée à des fins d'amélioration de l'expérience utilisateur.",
|
"cookiesInfo": "Nous ne suivons pas les utilisateurs de manière intrusive. Toutefois, nous utilisons <link>TinyAnalytics.io</link>, un outil d'analyse anonyme et conforme au RGPD (Règlement Général sur la Protection des Données), pour obtenir des statistiques d'utilisation anonymisées. Aucune donnée personnelle identifiable n'est collectée par cet outil, et son utilisation est strictement limitée à des fins d'amélioration de l'expérience utilisateur.",
|
||||||
"changesTitle": "Modifications de Cette Politique de Confidentialité",
|
"changesTitle": "Modifications de Cette Politique de Confidentialité",
|
||||||
"changesInfo": "Nous pouvons mettre à jour cette politique de confidentialité de temps à autre. Toutes les modifications seront publiées sur cette page, et nous vous encourageons à consulter régulièrement cette politique."
|
"changesInfo": "Nous pouvons mettre à jour cette politique de confidentialité de temps à autre. Toutes les modifications seront publiées sur cette page, et nous vous encourageons à consulter régulièrement cette politique."
|
||||||
|
},
|
||||||
|
"FeuilleDeMatch": {
|
||||||
|
"title": "Feuille de Match",
|
||||||
|
"subTitle": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user