mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Localisation (#39)
* Localisation * Update tests * Fix map markers in English view * Fix typo
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"Metadata": {
|
||||
"title": "Echecs France - Tournois d'Echecs",
|
||||
"description": "Find chess competitions, in France, on a map",
|
||||
"keywords": "chess, France, competition, competitions, FFE, map"
|
||||
},
|
||||
|
||||
"Nav": {
|
||||
"title": "Echecs France",
|
||||
"competitions": "Competitions",
|
||||
"about": "About Us",
|
||||
"contact": "Contact"
|
||||
},
|
||||
|
||||
"Footer": {
|
||||
"githubAria": "Link to GitHub repository",
|
||||
"contactAria": "Contact Us"
|
||||
},
|
||||
|
||||
"App": {
|
||||
"tcClassic": "Classic",
|
||||
"tcRapid": "Rapid",
|
||||
"tcBlitz": "Blitz",
|
||||
"tcKO": "1h KO"
|
||||
},
|
||||
|
||||
"Home": {
|
||||
"title": "France Echecs",
|
||||
"purpose": "Find chess competitions, in France, on a map",
|
||||
"how": "A graphical representation of all the chess competitions published by the <link>FFE</link>",
|
||||
"mapLink": "See the Map"
|
||||
},
|
||||
|
||||
"Competitions": {
|
||||
"loading": "Loading...",
|
||||
"searchLabel": "Search",
|
||||
"searchPlaceholder": "Search",
|
||||
"noneFound": "No tournaments found",
|
||||
"date": "Date",
|
||||
"town": "Town",
|
||||
"competition": "Competition",
|
||||
"timeControl": "Time Control",
|
||||
"approx": "Géo-localisation is approximative"
|
||||
},
|
||||
|
||||
"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.",
|
||||
"p2": "The project was put on hold until spring 2023, when I revived it. Rebuilt from scratch, Echecs France is now open source and open to contributions. You can find more information and access the project at <homeLink>Echecs France</homeLink>",
|
||||
"p3": " I plan to implement an online donation button for those who wish to contribute to the expenses associated with the website. Once the operating costs are deducted, any remaining funds will be redirected to the chess community, either by sponsoring events or through the creation of donations.",
|
||||
"thanksTitle": "Thanks",
|
||||
"thanksInfo": "This project is what it is thanks to the contributions of all of you. I would like to extend special thanks to the following individuals for their contributions:",
|
||||
"techTitle": "Tech Blurb",
|
||||
"techInfo": "<homeLink>Echecs France</homeLink> uses\u00a0:",
|
||||
"techWith": "with",
|
||||
"contribInfo": "For more information on how to contribute, please visit our <link>GitHub</link>."
|
||||
},
|
||||
|
||||
"Contact": {
|
||||
"title": "Contactez-Nous",
|
||||
"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",
|
||||
"subjectLabel": "Subject",
|
||||
"subjectPlaceholder": "Your reason for contacting us",
|
||||
"messageLabel": "Your Message",
|
||||
"messagePlaceholder": "Please provide the details of your request here...",
|
||||
"sendButton": "Envoi Message",
|
||||
"sending": "Sending...",
|
||||
"success": "Thank you for your message.",
|
||||
"failure": "Sorry, something went wrong. Please try again."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user