diff options
author | Minteck <nekostarfan@gmail.com> | 2021-06-06 01:57:32 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-06-06 01:57:32 +0200 |
commit | b2acaf4dc788d6a8682f20f14bc64ce83639c9ae (patch) | |
tree | 22235f5b6ac0706a4a3b096cb4c5c77b0718a4a9 /lang/fr.json | |
parent | d4caa42d3f2fbc850248e0bf06f438f77b73e5ba (diff) | |
download | kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.tar.gz kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.tar.bz2 kartik-client-b2acaf4dc788d6a8682f20f14bc64ce83639c9ae.zip |
Traductions
Diffstat (limited to 'lang/fr.json')
-rw-r--r-- | lang/fr.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lang/fr.json b/lang/fr.json index afcdaed..3456ef1 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -1,5 +1,4 @@ { - "_name": "Français", "crash": { "title": "Rapporteur de plantages de Kartik", "head": "Kartik a cessé de fonctionner", @@ -187,5 +186,19 @@ "aborted": "L'autre joueur à quitté la partie", "car0": "Votre voiture", "car1": "Sa voiture" + }, + "stats": { + "menu": "Statistiques", + "title": "Statistiques sur le jeu", + "items": { + "times.single": "Temps passé en mode solo", + "times.local": "Temps passé en mode local", + "times.online": "Temps passé en mode en ligne", + "results.wins": "Nombre de parties gagnées", + "results.loses": "Nombre de parties perdues", + "ingame.walls": "Nombre total de collisions", + "ingame.laps": "Nombre total de tours", + "ingame.turns": "Nombre total de virages" + } } } |