From d4caa42d3f2fbc850248e0bf06f438f77b73e5ba Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 6 Jun 2021 01:32:31 +0200 Subject: Commit --- lang/en.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lang/en.json') 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" + } } } -- cgit