feat(web client): free play mode
This commit is contained in:
parent
f459021f22
commit
486649a599
10 changed files with 357 additions and 63 deletions
|
|
@ -149,5 +149,19 @@
|
|||
"delete_account_mismatch": "Username does not match.",
|
||||
"account_deleted": "Your account has been permanently deleted.",
|
||||
"about": "About",
|
||||
"legal": "Legal notices"
|
||||
"legal": "Legal notices",
|
||||
"free_mode_label": "Free play mode",
|
||||
"free_mode_tooltip": "Select any checker and try to find a valid move yourself. If your move breaks a rule, you'll see an explanation.",
|
||||
"reset_move": "Try again",
|
||||
"err_invalid_move": "This move is not valid with the current dice",
|
||||
"err_opponent_corner": "Cannot land on the opponent's rest corner",
|
||||
"err_corner_needs_two": "Must enter and leave the rest corner with 2 checkers at once",
|
||||
"err_corner_by_effect": "Must take the rest corner directly (by effect), not by force",
|
||||
"err_exit_needs_all_in_last_jan": "All checkers must be in the last jan before exiting",
|
||||
"err_exit_by_effect": "Must exit with exact dice value when possible (no overage)",
|
||||
"err_exit_not_farthest": "With overage, must exit the checker farthest from the exit",
|
||||
"err_opponent_can_fill_quarter": "Cannot play in a quarter the opponent can still fill",
|
||||
"err_must_fill_quarter": "Must fill (or keep) a quarter when possible",
|
||||
"err_must_play_all_dice": "Must play both dice when possible",
|
||||
"err_must_play_stronger_die": "Must play the stronger die when only one can be played"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -147,5 +147,19 @@
|
|||
"delete_account_mismatch": "Le nom d'utilisateur ne correspond pas.",
|
||||
"account_deleted": "Votre compte a été définitivement supprimé.",
|
||||
"about": "À propos",
|
||||
"legal": "Mentions légales"
|
||||
"legal": "Mentions légales",
|
||||
"free_mode_label": "Mode jeu libre",
|
||||
"free_mode_tooltip": "Sélectionnez n'importe quelle dame et tentez de trouver un coup valide vous-même. Si votre coup enfreint une règle, une explication s'affichera.",
|
||||
"reset_move": "Réessayer",
|
||||
"err_invalid_move": "Ce coup n'est pas valide avec les dés actuels",
|
||||
"err_opponent_corner": "Interdit de jouer sur le coin de repos adverse",
|
||||
"err_corner_needs_two": "Le coin de repos doit être pris et quitté avec 2 dames simultanément",
|
||||
"err_corner_by_effect": "Doit prendre le coin de repos par effet, non par puissance",
|
||||
"err_exit_needs_all_in_last_jan": "Toutes les dames doivent être dans le jan de retour avant de sortir",
|
||||
"err_exit_by_effect": "Doit sortir par effet (sans excédant) si c'est possible",
|
||||
"err_exit_not_farthest": "Avec excédant, doit sortir la dame la plus éloignée de la sortie",
|
||||
"err_opponent_can_fill_quarter": "Interdit de jouer dans un cadran que l'adversaire peut encore remplir",
|
||||
"err_must_fill_quarter": "Doit remplir (ou conserver) un cadran si c'est possible",
|
||||
"err_must_play_all_dice": "Doit jouer les deux dés si c'est possible",
|
||||
"err_must_play_stronger_die": "Doit jouer le dé le plus fort quand un seul peut être joué"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue