-
+
+
+
- ({
- value: k,
- label: k,
- }))}
- isClearable={false}
- required
- />
+ ({
+ value: k,
+ label: k,
+ }))}
+ isClearable={false}
+ required
+ />
+
+
+
)}
diff --git a/messages/en.json b/messages/en.json
index 25e9a1a..be3096c 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -155,6 +155,15 @@
"finalRating": "Final Rating: {rating} (
)",
"noChangeInfo": "Note that {noChangeCount, plural, one {one of the games} other {# of the games}} resulted in no change to the Elo. Forfeited games and games played against players that do not yet have a FIDE rating are not included in the calculation.",
+ "kFactorTitle": "What is the K-Factor?",
+ "kFactorInfo1": "The purpose of the K-factor is to determine how much a player's chess rating should change after each game. It is based on the number of rated games a player has completed. This system helps ensure that players' ratings accurately reflect their skill levels while accommodating both new and experienced players.",
+ "kFactorInfo2": "Under FIDE, the K-factor is:",
+ "kFactorInfo3": "40 for a player new to the rating list until he has completed events with at least 30 games.",
+ "kFactorInfo4": "20 as long as a player's rating remains under 2400.",
+ "kFactorInfo5": "10 once a player's published rating has reached 2400 and remains at that level subsequently, even if the rating drops below 2400.",
+ "kFactorInfo6": "40 for all players until their 18th birthday, as long as their rating remains under 2300.",
+ "kFactorInfo7": "20 for RAPID and BLITZ ratings for all players.",
+
"unknownError": "We were unable to fetch results from this URL. Please
contact us if the problem persists.",
"ERR_TOURNAMENT_NOT_FOUND": "Tournament not found",
"ERR_NO_TOURNAMENT_ID": "The link you provided is incorrect"
diff --git a/messages/fr.json b/messages/fr.json
index 193811b..73ea09e 100644
--- a/messages/fr.json
+++ b/messages/fr.json
@@ -131,8 +131,8 @@
"currentEloLabel": "Votre Elo actuel",
"currentEloPlaceholder": "Elo",
- "yourKFactorLabel": "Votre coefficient",
- "kFactorLabel": "Coefficient",
+ "yourKFactorLabel": "Votre coefficient K",
+ "kFactorLabel": "Coefficient K",
"resultsTitle": "Résultats",
"opponentEloPlaceholder": "Classement de l'adversaire",
"gameResultPlaceholder": "Résultat...",
@@ -153,10 +153,19 @@
"draw": "½ - ½",
"whiteWin": "1 - 0",
"blackWin": "0 - 1",
- "initialRating": "Classement initial : {rating}",
- "finalRating": "Classement final : {rating} (
)",
+ "initialRating": "Classement initial\u00a0: {rating}",
+ "finalRating": "Classement final\u00a0: {rating} (
)",
"noChangeInfo": "Notez que {noChangeCount, plural, one {une de ces parties n'a pas modifié l'Elo.} other {# de ces parties n'ont pas modifié l'Elo.}}. Les parties perdues par forfait et les parties jouées contre des joueurs qui n'ont pas encore de classement FIDE ne sont pas prises en compte dans le calcul.",
+ "kFactorTitle": "Qu'est-ce que le coefficient K\u00a0?",
+ "kFactorInfo1": "Le but du coefficient K est de déterminer dans quelle mesure le classement aux échecs d'un joueur devrait changer après chaque partie. Il est basé sur le nombre de parties classées qu'un joueur a complétées. Ce système vise à garantir que les classements des joueurs reflètent avec précision leur niveau de compétence tout en tenant compte à la fois des joueurs débutants et expérimentés.",
+ "kFactorInfo2": "Sous la FIDE, le coefficient K est le suivant\u00a0:",
+ "kFactorInfo3": "
40 pour un joueur nouvellement inscrit au classement tant qu'il n'a pas participé à des événements avec au moins 30 parties.",
+ "kFactorInfo4": "
20 tant que le classement d'un joueur reste inférieur à 2400.",
+ "kFactorInfo5": "
10 une fois que le classement publié d'un joueur a atteint 2400 et reste à ce niveau par la suite, même s'il redescend en dessous de 2400.",
+ "kFactorInfo6": "
40 pour tous les joueurs jusqu'à leur 18e anniversaire, tant que leur classement reste inférieur à 2300.",
+ "kFactorInfo7": "
20 pour les classements RAPIDE et BLITZ pour tous les joueurs.",
+
"unknownError": "Nous n'avons pas pu récupérer les résultats à partir de cette URL. Veuillez
nous contacter si le problème persiste.",
"ERR_TOURNAMENT_NOT_FOUND": "Tournoi introuvable",
"ERR_NO_TOURNAMENT_ID": "L'identifiant du tournoi fourni est incorrect"