mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Use tRPC and react-hook-form
This commit is contained in:
+20
-12
@@ -5,6 +5,17 @@
|
||||
"keywords": "chess, France, tournament, tournaments, FFE, map, norm, norms"
|
||||
},
|
||||
|
||||
"App": {
|
||||
"shortDate": "{date, date, ::dd/MM/yyyy}",
|
||||
"datePlaceholder": "DD/MM/YYYY",
|
||||
"dateParseFormat": "dd/MM/yyyy",
|
||||
"dateMask": "99/99/9999",
|
||||
"selectPlaceholder": "Select...",
|
||||
"searchPlaceholder": "Search...",
|
||||
"noOptionsMessage": "No options found",
|
||||
"timeControlEnum": "{tc, select, Classic {Classic} Rapid {Rapid} Blitz {Blitz} Other {Other} other {{tc}}}"
|
||||
},
|
||||
|
||||
"Nav": {
|
||||
"title": "Échecs France",
|
||||
"tournaments": "Tournaments",
|
||||
@@ -17,6 +28,11 @@
|
||||
"contactAria": "Contact Us"
|
||||
},
|
||||
|
||||
"FormValidation": {
|
||||
"required": "Required",
|
||||
"url": "Invalid URL"
|
||||
},
|
||||
|
||||
"Home": {
|
||||
"title": "Échecs France",
|
||||
"purpose": "Find chess tournaments, in France, on a map",
|
||||
@@ -35,9 +51,8 @@
|
||||
"town": "Town",
|
||||
"tournament": "Tournament",
|
||||
"timeControl": "Time Control",
|
||||
"approx": "Geolocation is approximative",
|
||||
"approx": "Geo-location is approximative",
|
||||
"norm": "Norm Tournament",
|
||||
"timeControlEnum": "{tc, select, Classic {Classic} Rapid {Rapid} Blitz {Blitz} Other {Other} other {{tc}}}",
|
||||
"clearButton": "Clear"
|
||||
},
|
||||
|
||||
@@ -72,16 +87,12 @@
|
||||
"AddTournament": {
|
||||
"title": "Add a Tournament",
|
||||
"info": "Fill in the form below and your tournament will be reviewed shortly.",
|
||||
"tournamentNameLabel": "Tournament Name",
|
||||
"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",
|
||||
@@ -95,6 +106,8 @@
|
||||
"postcodePlaceholder": "Postcode",
|
||||
"countryLabel": "Country",
|
||||
"countryPlaceholder": "Country",
|
||||
"latLabel": "Latitude",
|
||||
"lngLabel": "Longitude",
|
||||
"yourNameLabel": "Your Name",
|
||||
"yourNamePlaceholder": "Your Name",
|
||||
"yourEmailLabel": "Your Email",
|
||||
@@ -106,10 +119,5 @@
|
||||
"clearForm": "Clear Form",
|
||||
"success": "Thank you for your message.",
|
||||
"failure": "Sorry, something went wrong. Please try again."
|
||||
},
|
||||
|
||||
"Map": {
|
||||
"latLabel": "Latitude",
|
||||
"lngLabel": "Longitude"
|
||||
}
|
||||
}
|
||||
|
||||
+21
-11
@@ -5,6 +5,17 @@
|
||||
"keywords": "echecs, echec, France, tournoi, tournois, FFE, carte, norme, normes"
|
||||
},
|
||||
|
||||
"App": {
|
||||
"shortDate": "{date, date, ::dd/MM/yyyy}",
|
||||
"datePlaceholder": "DD/MM/YYYY",
|
||||
"dateParseFormat": "dd/MM/yyyy",
|
||||
"dateMask": "99/99/9999",
|
||||
"selectPlaceholder": "Choisir...",
|
||||
"searchPlaceholder": "Rechercher...",
|
||||
"noOptionsMessage": "Pas d'options",
|
||||
"timeControlEnum": "{tc, select, Classic {Cadence Lente} Rapid {Rapide} Blitz {Blitz} Other {Autres} other {{tc}}}"
|
||||
},
|
||||
|
||||
"Nav": {
|
||||
"title": "Échecs France",
|
||||
"tournaments": "Tournois",
|
||||
@@ -17,6 +28,11 @@
|
||||
"contactAria": "Contactez-nous"
|
||||
},
|
||||
|
||||
"FormValidation": {
|
||||
"required": "Requis",
|
||||
"url": "L'URL n'est pas valide"
|
||||
},
|
||||
|
||||
"Home": {
|
||||
"title": "Échecs France",
|
||||
"purpose": "Trouvez vos tournois d'échecs en france sur une carte",
|
||||
@@ -37,7 +53,6 @@
|
||||
"timeControl": "Cadence",
|
||||
"approx": "Géolocalisation approximative",
|
||||
"norm": "Tournoi à norme",
|
||||
"timeControlEnum": "{tc, select, Classic {Cadence Lente} Rapid {Rapide} Blitz {Blitz} Other {Autres} other {{tc}}}",
|
||||
"clearButton": "Effacer"
|
||||
},
|
||||
|
||||
@@ -73,17 +88,15 @@
|
||||
"title": "Ajouter un Tournoi",
|
||||
"info": "Veuillez remplir le formulaire ci-dessous et votre tournoi sera validé très prochainement.",
|
||||
|
||||
"tournamentNameLabel": "Nom du Tournoi",
|
||||
"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 ?",
|
||||
|
||||
"normLabel": "Tournoi à norme\u00a0?",
|
||||
"normNo": "Non",
|
||||
"normYes": "Oui",
|
||||
"addressLabel": "Adresse",
|
||||
@@ -96,6 +109,8 @@
|
||||
"postcodePlaceholder": "Code Postal",
|
||||
"countryLabel": "Pays",
|
||||
"countryPlaceholder": "Pays",
|
||||
"latLabel": "Latitude",
|
||||
"lngLabel": "Longitude",
|
||||
"yourNameLabel": "Votre Nom",
|
||||
"yourNamePlaceholder": "Votre Nom",
|
||||
"yourEmailLabel": "Votre adresse mail",
|
||||
@@ -107,10 +122,5 @@
|
||||
"clearForm": "Réinitialiser",
|
||||
"success": "Merci pour votre message.",
|
||||
"failure": "Oops, quelque chose ne va pas. Veuillez réessayer SVP."
|
||||
},
|
||||
|
||||
"Map": {
|
||||
"latLabel": "Latitude",
|
||||
"lngLabel": "Longitude"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user