aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-06 01:32:31 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-06 01:32:31 +0200
commitd4caa42d3f2fbc850248e0bf06f438f77b73e5ba (patch)
tree7fe5473ace849339195e0424143a1f70136992da /lang
parent021d2788cab7860dcdd8f2f3b81c82b85da2ea86 (diff)
downloadkartik-client-d4caa42d3f2fbc850248e0bf06f438f77b73e5ba.tar.gz
kartik-client-d4caa42d3f2fbc850248e0bf06f438f77b73e5ba.tar.bz2
kartik-client-d4caa42d3f2fbc850248e0bf06f438f77b73e5ba.zip
Commit
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json14
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"
+ }
}
}