Display a message when there are no results

This commit is contained in:
Timothy Armes
2024-09-27 10:53:15 +02:00
parent 93e3e1242a
commit f8cd2612b5
8 changed files with 92 additions and 11 deletions
+8 -3
View File
@@ -16,6 +16,13 @@
"timeControlEnum": "{tc, select, Classic {Classic} Rapid {Rapid} Blitz {Blitz} Other {Other} other {{tc}}}"
},
"Errors": {
"ERR_UNEXPECTED": "An unexpected error occurred",
"ERR_TOURNAMENT_NOT_FOUND": "Tournament not found",
"ERR_TOURNAMENT_RESULTS_NOT_AVAILABLE": "Results are not yet available for this tournament",
"ERR_NO_TOURNAMENT_ID": "The link you provided is incorrect"
},
"Nav": {
"title": "Échecs France",
"tournaments": "Tournaments",
@@ -191,8 +198,6 @@
"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.",
"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"
"unknownError": "We were unable to fetch results from this URL. Please <contact>contact us</contact> if the problem persists."
}
}
+8 -3
View File
@@ -16,6 +16,13 @@
"timeControlEnum": "{tc, select, Classic {Cadence Lente} Rapid {Rapide} Blitz {Blitz} Other {Autres} other {{tc}}}"
},
"Errors": {
"ERR_UNEXPECTED": "Une erreur inattendue est survenue",
"ERR_TOURNAMENT_NOT_FOUND": "Tournoi introuvable",
"ERR_TOURNAMENT_RESULTS_NOT_AVAILABLE": "Les résultats ne sont pas encore disponibles pour ce tournoi.",
"ERR_NO_TOURNAMENT_ID": "L'identifiant du tournoi fourni est incorrect"
},
"Nav": {
"title": "Échecs France",
"tournaments": "Tournois",
@@ -192,8 +199,6 @@
"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.",
"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"
"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."
}
}