mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-08 20:38:38 +02:00
feat(frontend): add basic end screen
This commit is contained in:
@ -71,6 +71,13 @@
|
||||
"host": "Host",
|
||||
"you": "Du"
|
||||
},
|
||||
"end_screen": {
|
||||
"game_has_ended": "Das Spiel ist vorbei",
|
||||
"player_won_the_game": "{player_name} hat das Spiel gewonnen!",
|
||||
"you_won_the_game": "Du hast das Spiel gewonnen!",
|
||||
"go_back": "Zurück",
|
||||
"play_again": "Erneut spielen"
|
||||
},
|
||||
"player_status": {
|
||||
"connected": "Verbunden",
|
||||
"disconnected": "Getrennt"
|
||||
|
@ -73,6 +73,13 @@
|
||||
"player": "Player",
|
||||
"return_to_game": "Return to game"
|
||||
},
|
||||
"end_screen": {
|
||||
"game_has_ended": "The game has ended",
|
||||
"player_won_the_game": "{player_name} has won the game!",
|
||||
"you_won_the_game": "You have won the game!",
|
||||
"go_back": "Go back",
|
||||
"play_again": "Play again"
|
||||
},
|
||||
"player_status": {
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected"
|
||||
|
Reference in New Issue
Block a user