mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Display of scraped elo results
This commit is contained in:
+28
-2
@@ -123,14 +123,40 @@
|
||||
"Elo": {
|
||||
"title": "Elo Calculator",
|
||||
"info": "Use this calculator to give yourself an idea of your new Elo rating after a tournament.",
|
||||
|
||||
"useManualLabel": "or enter your results manually",
|
||||
|
||||
"currentEloLabel": "Your current Elo",
|
||||
"currentEloPlaceholder": "Elo",
|
||||
"kFactorLabel": "Your K-Factor",
|
||||
"yourKFactorLabel": "Your K-Factor",
|
||||
"kFactorLabel": "Coefficient",
|
||||
"kFactorPlaceholder": "K-Factor",
|
||||
"resultsTitle": "Results",
|
||||
"opponentEloPlaceholder": "Opponent Elo",
|
||||
"gameResultPlaceholder": "Result...",
|
||||
"gameResult": "{result, select, win {Win} draw {Draw} loss {Loss} other {{result}}}",
|
||||
"addGameButton": "Add another game result"
|
||||
"addGameButton": "Add another game result",
|
||||
|
||||
"resultsUrlLabel": "Paste a link to the FFE results page",
|
||||
"resultsUrlPlaceholder": "https://echecs.asso.fr/Resultats.aspx?URL=Tournois/Id/12345/12345&Action=Ga",
|
||||
"fetchResultsButton": "Fetch",
|
||||
"enterManualResultsButton": "Enter results manually",
|
||||
"choosePlayerLabel": "Choose a player",
|
||||
"choosePlayerPlaceholder": "Player",
|
||||
"needRating": "This calculator requires an initial FIDE rating. The selected player has either an estimated rating or a National rating.",
|
||||
"forfeit": "Forfeit",
|
||||
"vs": " vs ",
|
||||
"wonByForfeit": "Won by forfeit",
|
||||
"lostByForfeit": "Lost by forfeit",
|
||||
"draw": "½ - ½",
|
||||
"whiteWin": "1 - 0",
|
||||
"blackWin": "0 - 1",
|
||||
"initialRating": "Your initial Rating: {rating}",
|
||||
"finalRating": "Final Rating: {rating} (<delta></delta>)",
|
||||
"noChangeInfo": "Note that {noChangeCount, plural, one {one of your games} other {# of your 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.",
|
||||
|
||||
"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_NO_TOURNAMENT_ID": "The link you provided is incorrect"
|
||||
}
|
||||
}
|
||||
|
||||
+25
-3
@@ -125,9 +125,13 @@
|
||||
|
||||
"Elo": {
|
||||
"title": "Calculette Elo",
|
||||
"info": "Utilisez ce calculateur pour vous donner une idée de votre nouveau classement Elo après un tournoi.",
|
||||
"info": "Utilisez ce calculateur pour estimer votre nouveau classement Elo après un tournoi.",
|
||||
|
||||
"useManualLabel": "ou saisissez vos résultats manuellement",
|
||||
|
||||
"currentEloLabel": "Votre Elo actuel",
|
||||
"currentEloPlaceholder": "Elo",
|
||||
"yourKFactorLabel": "Votre coefficient",
|
||||
"kFactorLabel": "Coefficient",
|
||||
"resultsTitle": "Résultats",
|
||||
"opponentEloPlaceholder": "Classement de l'adversaire",
|
||||
@@ -135,8 +139,26 @@
|
||||
"gameResult": "{result, select, win {Victoire} draw {Match nul} loss {Défaite} other {{result}}}",
|
||||
"addGameButton": "Ajouter un autre résultat de partie",
|
||||
|
||||
"resultsUrlLabel": "Paste a link to the FFE results page",
|
||||
"resultsUrlLabel": "Collez un lien vers la page de résultats de la FFE",
|
||||
"resultsUrlPlaceholder": "https://echecs.asso.fr/Resultats.aspx?URL=Tournois/Id/12345/12345&Action=Ga",
|
||||
"fetchResultsButton": "Fetch"
|
||||
"fetchResultsButton": "Récupérer",
|
||||
"enterManualResultsButton": "Saisir les résultats manuellement",
|
||||
"choosePlayerLabel": "Choisissez un joueur",
|
||||
"choosePlayerPlaceholder": "Joueur",
|
||||
"needRating": "Ce calculateur nécessite un classement FIDE initial. Le joueur sélectionné a soit un classement estimé, soit un classement national.",
|
||||
"forfeit": "Forfait",
|
||||
"vs": " - ",
|
||||
"wonByForfeit": "Gagné par forfait",
|
||||
"lostByForfeit": "Perdu par forfait",
|
||||
"draw": "½ - ½",
|
||||
"whiteWin": "1 - 0",
|
||||
"blackWin": "0 - 1",
|
||||
"initialRating": "Votre classement initial : {rating}",
|
||||
"finalRating": "Classement final : {rating} (<delta></delta>)",
|
||||
"noChangeInfo": "Notez que {noChangeCount, plural, one {une de vos parties} other {# de vos parties}} n'a 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.",
|
||||
|
||||
"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_NO_TOURNAMENT_ID": "L'identifiant du tournoi fourni est incorrect"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user