Implemented delete game button

This commit is contained in:
2025-07-06 00:32:25 +02:00
parent ab1e51f0b8
commit 181a135c07
8 changed files with 123 additions and 4 deletions

View File

@@ -65,6 +65,7 @@
"next_round": "Next Round",
"statistics": "Statistics",
"end_game": "End Game",
"delete_game": "Delete Game",
"new_game_same_settings": "New Game with same Settings",
"export_game": "Export Game",
@@ -82,6 +83,8 @@
"export_data": "Export Data",
"id_error_title": "ID Error",
"id_error_message": "The game has not yet been assigned an ID. If you want to delete the game, please do so via the main menu. All newly created games have an ID.",
"end_game_title": "End the game?",
"end_game_message": "Do you want to end the game? The game gets marked as finished and cannot be continued.",
"import_success_title": "Import successful",
"import_success_message":"The game data has been successfully imported.",