mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix K-Factor information
This commit is contained in:
@@ -37,7 +37,6 @@ export const KFactor = ({ className }: KFactorProps) => {
|
||||
"kFactorInfo4",
|
||||
"kFactorInfo5",
|
||||
"kFactorInfo6",
|
||||
"kFactorInfo7",
|
||||
] as const
|
||||
).map((key) => (
|
||||
<li
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
"currentEloLabel": "Your current Elo",
|
||||
"currentEloPlaceholder": "Elo",
|
||||
"yourKFactorLabel": "Your K-Factor",
|
||||
"kFactorLabel": "Coefficient",
|
||||
"kFactorLabel": "K-Factor",
|
||||
"kFactorPlaceholder": "K-Factor",
|
||||
"resultsTitle": "Results",
|
||||
"opponentEloPlaceholder": "Opponent Elo",
|
||||
@@ -189,7 +189,6 @@
|
||||
"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>contact us</contact> if the problem persists.",
|
||||
"ERR_TOURNAMENT_NOT_FOUND": "Tournament not found",
|
||||
|
||||
@@ -190,7 +190,6 @@
|
||||
"kFactorInfo4": "<b>20</b> tant que le classement d'un joueur reste inférieur à 2400.",
|
||||
"kFactorInfo5": "<b>10</b> 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": "<b>40</b> pour tous les joueurs jusqu'à leur 18e anniversaire, tant que leur classement reste inférieur à 2300.",
|
||||
"kFactorInfo7": "<b>20</b> 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 <contact>nous contacter</contact> si le problème persiste.",
|
||||
"ERR_TOURNAMENT_NOT_FOUND": "Tournoi introuvable",
|
||||
|
||||
Reference in New Issue
Block a user