diff options
Diffstat (limited to 'lang/zh.json')
-rw-r--r-- | lang/zh.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lang/zh.json b/lang/zh.json index 0ca8a43..2934235 100644 --- a/lang/zh.json +++ b/lang/zh.json @@ -1,5 +1,4 @@ { - "_name": "\u6cd5\u8bed", "crash": { "title": "\u5361\u8482\u514b\u5d29\u6e83\u8bb0\u8005", "head": "\u5361\u8482\u514b\u505c\u6b62\u5de5\u4f5c", @@ -187,5 +186,19 @@ "aborted": "\u53e6\u4e00\u4e2a\u73a9\u5bb6\u79bb\u5f00\u4e86\u6e38\u620f", "car0": "\u4f60\u7684\u8f66", "car1": "\u4ed6\u7684\u8f66" + }, + "stats": { + "menu": "统计", + "title": "游戏统计", + "items": { + "times.single": "单人游戏时间", + "times.local": "本地模式时间", + "times.online": "在线游戏时间", + "results.wins": "您赢得的游戏数量", + "results.loses": "您输掉的游戏数量", + "ingame.walls": "您的碰撞次数", + "ingame.laps": "您完成的圈数", + "ingame.turns": "您完成的旋转次数" + } } }
\ No newline at end of file |