feat(web client): take & replay game snapshot
This commit is contained in:
parent
a82169fbe5
commit
fbc6a3c432
5 changed files with 239 additions and 3 deletions
|
|
@ -16,6 +16,14 @@
|
|||
"go": "S'en aller",
|
||||
"empty_move": "Mouvement impossible",
|
||||
"cancel_move": "Annuler le déplacement",
|
||||
"debug_section": "Debug",
|
||||
"take_snapshot": "Prendre un instantané",
|
||||
"snapshot_copied": "Copié !",
|
||||
"replay_snapshot": "Rejouer un instantané",
|
||||
"replay_paste_hint": "Collez un instantané JSON pour démarrer une partie contre le bot depuis cette position.",
|
||||
"replay_start": "Démarrer",
|
||||
"replay_invalid_state": "Instantané invalide — collez le JSON copié par « Prendre un instantané ».",
|
||||
"cancel": "Annuler",
|
||||
"you_suffix": " (vous)",
|
||||
"points_label": "Points",
|
||||
"holes_label": "Trous",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue