fix(web client): show toss winner
This commit is contained in:
parent
8705cc418b
commit
7395d140cc
5 changed files with 43 additions and 5 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"roll_dice": "Roll dice",
|
||||
"go": "Go",
|
||||
"empty_move": "Empty move",
|
||||
"cancel_move": "Cancel move",
|
||||
"you_suffix": " (you)",
|
||||
"points_label": "Points",
|
||||
"holes_label": "Holes",
|
||||
|
|
@ -46,6 +47,8 @@
|
|||
"pre_game_roll_title": "Who goes first?",
|
||||
"pre_game_roll_btn": "Roll",
|
||||
"pre_game_roll_tie": "Tie! Roll again",
|
||||
"toss_you_first": "You go first!",
|
||||
"toss_opp_first": "{{ name }} goes first!",
|
||||
"pre_game_roll_your_die": "Your die",
|
||||
"pre_game_roll_opp_die": "Opponent's die",
|
||||
"continue_btn": "Continue",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue