diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json index 37feb2d..3326c55 100644 --- a/lang/en.json +++ b/lang/en.json @@ -187,5 +187,19 @@ "aborted": "The other player ended the game", "car0": "Your car", "car1": "Their car" + }, + "stats": { + "menu": "Statistics", + "title": "Game Statistics", + "items": { + "times.single": "Time spent in singleplayer", + "times.local": "Time spent in local mode", + "times.online": "Time spent playing online", + "results.wins": "Number of games that you won", + "results.loses": "Number of games that you lost", + "ingame.walls": "Number of collisions you had", + "ingame.laps": "Number of laps you made", + "ingame.turns": "Number of rotations you made" + } } } |