diff options
Diffstat (limited to 'lang/jp.json')
-rw-r--r-- | lang/jp.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lang/jp.json b/lang/jp.json index ccf83ed..b271a1e 100644 --- a/lang/jp.json +++ b/lang/jp.json @@ -1,5 +1,4 @@ { - "_name": "\u30d5\u30e9\u30f3\u30b9\u8a9e", "crash": { "title": "\u30ab\u30eb\u30c6\u30a3\u30af\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30bf\u30fc", "head": "\u30ab\u30eb\u30c6\u30a3\u30af\u306f\u4ed5\u4e8b\u3092\u3084\u3081\u305f", @@ -187,5 +186,19 @@ "aborted": "\u4ed6\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u30b2\u30fc\u30e0\u3092\u96e2\u308c\u305f", "car0": "\u3042\u306a\u305f\u306e\u8eca", "car1": "\u5f7c\u306e\u8eca" + }, + "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 |