mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-08 20:38:38 +02:00
feat: add game store for lobby overlay/player management
This commit is contained in:
@ -69,14 +69,16 @@
|
||||
"player_name": "Player Name",
|
||||
"status": "Status",
|
||||
"host": "Host",
|
||||
"you": "You"
|
||||
"you": "You",
|
||||
"player": "Player",
|
||||
"return_to_game": "Return to game"
|
||||
},
|
||||
"player_status": {
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected"
|
||||
},
|
||||
"game_status": {
|
||||
"game_status": "Game status: {game_status}",
|
||||
"game_status": "Game status:",
|
||||
"lobby": "Lobby",
|
||||
"running": "Running",
|
||||
"ended": "Ended"
|
||||
|
Reference in New Issue
Block a user