Clubs page

This commit is contained in:
Timothy Armes
2023-10-09 19:06:24 +02:00
committed by Owen Rees
parent 5b2218966f
commit ed68a9280b
11 changed files with 458 additions and 1 deletions
+15
View File
@@ -19,6 +19,7 @@
"Nav": {
"title": "Échecs France",
"tournaments": "Tournaments",
"clubs": "Clubs",
"elo": "Elo Calculator"
},
@@ -48,6 +49,7 @@
"noneFound": "No tournaments found",
"date": "Date",
"town": "Town",
"ffe": "FFE",
"tournament": "Tournament",
"timeControl": "Time Control",
"approx": "Geo-location is approximative",
@@ -55,6 +57,19 @@
"clearButton": "Clear"
},
"Clubs": {
"loading": "Loading...",
"searchLabel": "Search",
"searchPlaceholder": "Search",
"syncWithMapCheckbox": "Clubs visible on the map",
"noneFound": "No clubs found",
"name": "Name",
"ffe": "FFE",
"contact": "Contact info",
"approx": "Geo-location is approximative",
"clearButton": "Effacer"
},
"About": {
"title": "Who are we?",
"p1": "This project came to life in early 2022 with the aim of providing a visualization of chess tournaments on a map in France. Having moved to France in 2019, I was not familiar with the geography of the country and wanted to know which tournaments were taking place near my location.",
+15
View File
@@ -19,6 +19,7 @@
"Nav": {
"title": "Échecs France",
"tournaments": "Tournois",
"clubs": "Clubs",
"elo": "Calculette Elo"
},
@@ -48,6 +49,7 @@
"noneFound": "Pas de tournois trouvé",
"date": "Date",
"town": "Ville",
"ffe": "FFE",
"tournament": "Tournois",
"timeControl": "Cadence",
"approx": "Géolocalisation approximative",
@@ -55,6 +57,19 @@
"clearButton": "Effacer"
},
"Clubs": {
"loading": "Téléchargement...",
"searchLabel": "Rechercher",
"searchPlaceholder": "Rechercher",
"syncWithMapCheckbox": "Clubs visibles sur la carte",
"noneFound": "Pas de club trouvé",
"name": "Name",
"ffe": "FFE",
"contact": "Contact",
"approx": "Géolocalisation approximative",
"clearButton": "Effacer"
},
"About": {
"title": "Qui Sommes-Nous?",
"p1": "Ce projet a vu le jour début 2022 afin de permettre une visualisation sur une carte des tournois d'échecs en France. Ayant déménagé en France en 2019, je ne connaissais alors pas la géographie française et je souhaitais savoir quels tournois avaient lieu près de chez moi.",