feat(frontend): add basic end screen

This commit is contained in:
2025-03-17 13:32:55 +01:00
parent 0b41a5e795
commit c2e895d94a
5 changed files with 56 additions and 3 deletions

View File

@ -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"

View File

@ -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"