Bug and animations fixes

This commit is contained in:
2022-02-22 22:52:35 +01:00
parent cc86729dbc
commit d31e17e3be
13 changed files with 114 additions and 80 deletions
+3 -2
View File
@@ -2,12 +2,13 @@
"playAgain": "New number",
"easy": "easy",
"dailyGame": "Daily challenge\n",
"endGame.failureLabel": "Too bad...<br>Another game?",
"endGame.failureLabel": "Almost there...",
"endGame.victoryLabel": "Well done!",
"hard": "hard",
"impossible": "☠",
"medium": "medium",
"randomGame": "Random number",
"startGame": "Start",
"dailyDescription": "The daily challenge changes every day at midnight, and is common to all players."
"dailyDescription": "The daily challenge changes every day at midnight, and is common to all players.",
"share": "Share"
}
+3 -2
View File
@@ -1,7 +1,7 @@
{
"playAgain": "Nouveau nombre",
"endGame.victoryLabel": "Bien joué !",
"endGame.failureLabel": "Dommage...<br>Une autre partie ?",
"endGame.failureLabel": "Presque...",
"startGame": "Démarrer",
"easy": "facile",
"medium": "moyen",
@@ -11,5 +11,6 @@
"randomGame": "Nombre au hasard",
"gameDescription": "Combinez les nombres imposés afin d'atteindre le résultat, ou de vous en approcher le plus possible.",
"dailyDescription": "Le défi quotidien change chaque jour à minuit, et est commun à tous les joueurs.",
"randomDescription": "Une partie au hasard, pour le plaisir."
"randomDescription": "Une partie au hasard, pour le plaisir.",
"share": "Partager"
}