mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Merge pull request #59 from TheRealOwenRees/franglais
french to english fixes
This commit is contained in:
@@ -78,7 +78,7 @@ const ContactForm = () => {
|
|||||||
type="email"
|
type="email"
|
||||||
id="email"
|
id="email"
|
||||||
className="focus:ring-primary-500 focus:border-primary-500 dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light block w-full rounded-lg border border-gray-300 bg-gray-50 p-2.5 text-sm text-gray-900 shadow-sm dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400"
|
className="focus:ring-primary-500 focus:border-primary-500 dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light block w-full rounded-lg border border-gray-300 bg-gray-50 p-2.5 text-sm text-gray-900 shadow-sm dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400"
|
||||||
placeholder="nom@exemple.com"
|
placeholder={t("emailPlaceholder")}
|
||||||
required
|
required
|
||||||
data-test="email-input"
|
data-test="email-input"
|
||||||
/>
|
/>
|
||||||
|
|||||||
+3
-2
@@ -58,14 +58,15 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Contact": {
|
"Contact": {
|
||||||
"title": "Contactez-Nous",
|
"title": "Contact Us",
|
||||||
"info": "Would you like to add tournaments from your federation to this website? Are you experiencing any technical issues? Would you like to participate in this project? Please feel free to contact us.",
|
"info": "Would you like to add tournaments from your federation to this website? Are you experiencing any technical issues? Would you like to participate in this project? Please feel free to contact us.",
|
||||||
"emailLabel": "Email",
|
"emailLabel": "Email",
|
||||||
|
"emailPlaceholder": "name@example.com",
|
||||||
"subjectLabel": "Subject",
|
"subjectLabel": "Subject",
|
||||||
"subjectPlaceholder": "Your reason for contacting us",
|
"subjectPlaceholder": "Your reason for contacting us",
|
||||||
"messageLabel": "Your Message",
|
"messageLabel": "Your Message",
|
||||||
"messagePlaceholder": "Please provide the details of your request here...",
|
"messagePlaceholder": "Please provide the details of your request here...",
|
||||||
"sendButton": "Envoi Message",
|
"sendButton": "Send Message",
|
||||||
"sending": "Sending...",
|
"sending": "Sending...",
|
||||||
"success": "Thank you for your message.",
|
"success": "Thank you for your message.",
|
||||||
"failure": "Sorry, something went wrong. Please try again."
|
"failure": "Sorry, something went wrong. Please try again."
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Metadata": {
|
"Metadata": {
|
||||||
"title": "Echecs France - Tournois d'Échecs",
|
"title": "Échecs France - Tournois d'Échecs",
|
||||||
"description": "Trouvez Vos Tournois d'Échecs en France Sur Une Carte",
|
"description": "Trouvez Vos Tournois d'Échecs en France Sur Une Carte",
|
||||||
"keywords": "echecs, France, tournoi, tournois, FFE, carte"
|
"keywords": "echecs, France, tournoi, tournois, FFE, carte"
|
||||||
},
|
},
|
||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Contactez-Nous",
|
"title": "Contactez-Nous",
|
||||||
"info": "Vous souhaitez ajouter les tournois de votre fédération sur ce site\u00a0? Vous avez un problème technique? Vous aimeriez participer à ce projet? Contactez-nous.",
|
"info": "Vous souhaitez ajouter les tournois de votre fédération sur ce site\u00a0? Vous avez un problème technique? Vous aimeriez participer à ce projet? Contactez-nous.",
|
||||||
"emailLabel": "Adresse e-mail",
|
"emailLabel": "Adresse e-mail",
|
||||||
|
"emailPlaceholder": "nom@exemple.com",
|
||||||
"subjectLabel": "Sujet",
|
"subjectLabel": "Sujet",
|
||||||
"subjectPlaceholder": "Le motif de ma demande",
|
"subjectPlaceholder": "Le motif de ma demande",
|
||||||
"messageLabel": "Votre message",
|
"messageLabel": "Votre message",
|
||||||
|
|||||||
Reference in New Issue
Block a user