Add Tournament form

This commit is contained in:
Owen Rees
2023-08-29 22:55:22 +02:00
parent 419a3dd0c0
commit d33d447f90
21 changed files with 924 additions and 110 deletions
+44
View File
@@ -67,5 +67,49 @@
"sending": "Sending...",
"success": "Thank you for your message.",
"failure": "Sorry, something went wrong. Please try again."
},
"AddTournament": {
"title": "Add a Tournament",
"info": "Fill in the form below and your tournament will be reviewed shortly.",
"tournamentNameLabel": "Tournament Name",
"tournamentNamePlaceholder": "Tournament name",
"dateLabel": "Date",
"urlLabel": "URL",
"urlPlaceholder": "www.example.com",
"tcLabel": "Time Control",
"tcOption1": "Classical",
"tcOption2": "Rapid",
"tcOption3": "Blitz",
"tcOption4": "Other",
"normLabel": "Norm Tournament?",
"normNo": "No",
"normYes": "Yes",
"addressLabel": "Address",
"addressPlaceholder": "Address",
"townLabel": "Town",
"townPlaceholder": "Town",
"departmentLabel": "County",
"departmentPlaceholder": "County",
"postcodeLabel": "Postcode",
"postcodePlaceholder": "Postcode",
"countryLabel": "Country",
"countryPlaceholder": "Country",
"yourNameLabel": "Your Name",
"yourNamePlaceholder": "Your Name",
"yourEmailLabel": "Your Email",
"yourEmailPlaceholder": "Your Email",
"messageLabel": "Additional Info / Message",
"messagePlaceholder": "Additional Info / Message",
"sendButton": "Submit Tournament",
"sending": "Sending...",
"clearForm": "Clear Form",
"success": "Thank you for your message.",
"failure": "Sorry, something went wrong. Please try again."
},
"Map": {
"latLabel": "Latitude",
"lngLabel": "Longitude"
}
}
+45
View File
@@ -67,5 +67,50 @@
"sending": "Envoi en cours...",
"success": "Merci pour votre message.",
"failure": "Oops, quelque chose ne va pas. Veuillez réessayer SVP."
},
"AddTournament": {
"title": "Ajouter un Tournoi",
"info": "Veuillez remplir le formulaire ci-dessous et votre tournoi sera validé très prochainement.",
"tournamentNameLabel": "Nom du Tournoi",
"tournamentNamePlaceholder": "Nom du tournoi",
"dateLabel": "Date",
"urlLabel": "URL",
"urlPlaceholder": "www.example.com",
"tcLabel": "Cadence",
"tcOption1": "Cadence Lente",
"tcOption2": "Rapide",
"tcOption3": "Blitz",
"tcOption4": "Autres",
"normLabel": "Tournoi à norme ?",
"normNo": "Non",
"normYes": "Oui",
"addressLabel": "Adresse",
"addressPlaceholder": "Adresse",
"townLabel": "Ville",
"townPlaceholder": "Ville",
"departmentLabel": "Département",
"departmentPlaceholder": "Département",
"postcodeLabel": "Code Postal",
"postcodePlaceholder": "Code Postal",
"countryLabel": "Pays",
"countryPlaceholder": "Pays",
"yourNameLabel": "Votre Nom",
"yourNamePlaceholder": "Votre Nom",
"yourEmailLabel": "Votre adresse mail",
"yourEmailPlaceholder": "Votre adresse mail",
"messageLabel": "Information complémentaire",
"messagePlaceholder": "Additional Info",
"sendButton": "Envoi",
"sending": "Envoi en cours...",
"clearForm": "Réinitialiser",
"success": "Merci pour votre message.",
"failure": "Oops, quelque chose ne va pas. Veuillez réessayer SVP."
},
"Map": {
"latLabel": "Latitude",
"lngLabel": "Longitude"
}
}