From 01a72a6719199ce3d5a29532a387fd13db0f68f0 Mon Sep 17 00:00:00 2001 From: Julian Kropff Date: Wed, 1 Apr 2026 13:02:14 +0200 Subject: [PATCH] Style: translate comments to english --- .../resources/ui-structure/Casinogameui.css | 12 +++---- .../resources/ui-structure/Casinogameui.fxml | 36 +++++++++---------- .../ui-structure/components/Chatbox.fxml | 24 ++++++------- .../gameuicomponents/Playerstatus.fxml | 19 +++++----- .../gameuicomponents/Taskbar.fxml | 18 +++++----- 5 files changed, 55 insertions(+), 54 deletions(-) diff --git a/src/main/resources/ui-structure/Casinogameui.css b/src/main/resources/ui-structure/Casinogameui.css index a512edc..7218af8 100644 --- a/src/main/resources/ui-structure/Casinogameui.css +++ b/src/main/resources/ui-structure/Casinogameui.css @@ -1,12 +1,12 @@ .root { -fx-background-color: #000000; - -fx-font-family: "Monospaced", "Courier New"; /* Schriftart */ + -fx-font-family: "Monospaced", "Courier New"; /* font */ } .background { -fx-background-image: url("/images/background.png"); - -fx-background-size: cover; /* Bild füllt das ganze Fenster aus */ - /* Zentriert das Bild und verhindert, dass es sich kachelartig wiederholt */ + -fx-background-size: cover; /* Image fills the entire window */ + /* Centers the image and prevents it from repeating in a tile-like pattern. */ -fx-background-position: center center; -fx-background-repeat: no-repeat; } @@ -181,20 +181,20 @@ .status-label-small { -fx-text-fill: #ffffff; - -fx-font-family: "Monospaced"; /* Schriftart */ + -fx-font-family: "Monospaced"; /* font */ -fx-font-size: 15px; } .status-value-text { -fx-text-fill: #ffffff; - -fx-font-family: "Monospaced"; /* Schriftart */ + -fx-font-family: "Monospaced"; /* font */ -fx-font-size: 15px; -fx-font-weight: bold; } .status-value-money { -fx-text-fill: #ffffff; - -fx-font-family: "Monospaced"; /* Schriftart */ + -fx-font-family: "Monospaced"; /* font */ -fx-font-size: 15px; -fx-font-weight: bold; } diff --git a/src/main/resources/ui-structure/Casinogameui.fxml b/src/main/resources/ui-structure/Casinogameui.fxml index 08bbf56..0a9e17d 100644 --- a/src/main/resources/ui-structure/Casinogameui.fxml +++ b/src/main/resources/ui-structure/Casinogameui.fxml @@ -5,7 +5,7 @@ - + - + - + - + - + - + - + - + - + @@ -52,7 +52,7 @@ - + - + - + - + - + - + - + @@ -103,7 +103,7 @@ - + @@ -118,7 +118,7 @@ - + diff --git a/src/main/resources/ui-structure/components/Chatbox.fxml b/src/main/resources/ui-structure/components/Chatbox.fxml index c61e28e..d9e16e0 100644 --- a/src/main/resources/ui-structure/components/Chatbox.fxml +++ b/src/main/resources/ui-structure/components/Chatbox.fxml @@ -5,16 +5,16 @@ - + @@ -38,16 +38,16 @@