Dark mode
This commit is contained in:
+11
-1
@@ -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
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user