Dark mode

This commit is contained in:
2022-02-21 22:57:13 +01:00
parent b480885e7a
commit 0cd8eaf580
13 changed files with 179 additions and 35 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
{
"playAgain": "New number",
"easy": "easy",
"dailyGame": "Daily challenge\n",
"endGame.failureLabel": "Too bad...<br>Another game?",
"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."
}
+5 -2
View File
@@ -1,6 +1,6 @@
{
"playAgain": "Nouveau nombre",
"endGame.victoryLabel": "Le compte est bon !",
"endGame.victoryLabel": "Bien joué !",
"endGame.failureLabel": "Dommage...<br>Une autre partie ?",
"startGame": "Démarrer",
"easy": "facile",
@@ -8,5 +8,8 @@
"hard": "difficile",
"impossible": "☠",
"dailyGame": "Défi quotidien",
"randomGame": "Nombre au hasard"
"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."
}