Fix K-Factor information

This commit is contained in:
Timothy Armes
2024-04-29 10:57:57 +02:00
parent c0f22d9712
commit 6043f6039e
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -37,7 +37,6 @@ export const KFactor = ({ className }: KFactorProps) => {
"kFactorInfo4", "kFactorInfo4",
"kFactorInfo5", "kFactorInfo5",
"kFactorInfo6", "kFactorInfo6",
"kFactorInfo7",
] as const ] as const
).map((key) => ( ).map((key) => (
<li <li
+1 -2
View File
@@ -156,7 +156,7 @@
"currentEloLabel": "Your current Elo", "currentEloLabel": "Your current Elo",
"currentEloPlaceholder": "Elo", "currentEloPlaceholder": "Elo",
"yourKFactorLabel": "Your K-Factor", "yourKFactorLabel": "Your K-Factor",
"kFactorLabel": "Coefficient", "kFactorLabel": "K-Factor",
"kFactorPlaceholder": "K-Factor", "kFactorPlaceholder": "K-Factor",
"resultsTitle": "Results", "resultsTitle": "Results",
"opponentEloPlaceholder": "Opponent Elo", "opponentEloPlaceholder": "Opponent Elo",
@@ -189,7 +189,6 @@
"kFactorInfo4": "20 as long as a player's rating remains under 2400.", "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.", "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.", "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.", "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", "ERR_TOURNAMENT_NOT_FOUND": "Tournament not found",
-1
View File
@@ -190,7 +190,6 @@
"kFactorInfo4": "<b>20</b> tant que le classement d'un joueur reste inférieur à 2400.", "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.", "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.", "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.", "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", "ERR_TOURNAMENT_NOT_FOUND": "Tournoi introuvable",