From 9b26a5c5e10e7d3abec4b61f641d0e06716ecb82 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Nov 2025 12:34:29 -0500 Subject: [PATCH 01/12] Update source file en.json --- i18n/locales/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index caf205e0..ff00842b 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -583,7 +583,6 @@ "manage_matches": "Manage Matches" }, "profile": { - "my_profile": "My Profile", "my_account": "My Settings", "logout": "Logout" }, @@ -1290,6 +1289,7 @@ "title": "Friends", "sync": "Sync Friends", "search": "Add Friend", + "search_placeholder": "Search friends...", "pending_requests": "Pending Requests", "online": "Online", "invite_to_lobby": "Invite to Lobby", @@ -1300,6 +1300,10 @@ "in_match": "In a match", "in_lobby": "In a lobby" }, + "players": { + "title": "Players", + "no_players": "No players found" + }, "banned": "You are banned from matchmaking", "go_to_match": "Go to Match", "confirm_selection": "Join Queue", From 315b9e33a86a06131b942142b908ff35a78b7ce2 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Nov 2025 13:50:27 -0500 Subject: [PATCH 02/12] Update source file en.json --- i18n/locales/en.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index ff00842b..359e2c58 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1300,9 +1300,8 @@ "in_match": "In a match", "in_lobby": "In a lobby" }, - "players": { - "title": "Players", - "no_players": "No players found" + "others": { + "title": "Others" }, "banned": "You are banned from matchmaking", "go_to_match": "Go to Match", From 599a552391e2f43c0948d2eac1e8227a9f981e21 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 1 Dec 2025 15:05:27 -0500 Subject: [PATCH 03/12] Update source file en.json --- i18n/locales/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 359e2c58..ccce51fe 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1367,8 +1367,9 @@ "host": "Host", "region": "Region", "select_region": "Select Region", - "server_configuration": "Server Configuration", - "use_game_server_node": "Use Game Node Server", + "server_configuration": "Server Setup Type", + "use_game_server_node": "Game Node Server", + "use_manual_host_configuration": "Manual Host Configuration", "game_server_node": "Game Server Node", "select_game_server_node": "Select Game Server Node", "game_server_node_description": "Select a game server node with CS installed", From 059dbb56bf604b1fdcf359a9dee9804746d0b16b Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Tue, 2 Dec 2025 10:59:04 -0500 Subject: [PATCH 04/12] Update source file en.json --- i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index ccce51fe..8bad52bb 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -761,7 +761,7 @@ "match": { "team_1": "Team 1", "team_2": "Team 2", - "round_match": "Round {round} Match {match}", + "round_match": "{prefix} Round {round} Match {match}", "bye_round": "Bye Round", "scheduled_for": "Scheduled for" }, From 075746762502d4f430e7518707015b0d127142e4 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Tue, 2 Dec 2025 12:28:43 -0500 Subject: [PATCH 05/12] Update source file en.json --- i18n/locales/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 8bad52bb..ef366ab8 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1331,6 +1331,8 @@ "cpu_sockets": "CPU Sockets", "cpu_cores_per_socket": "CPU Cores/Socket", "cpu_threads_per_core": "CPU Threads/Core", + "cpu_frequency": "CPU Max Frequency", + "cpu_frequency_warning": "CPU Max Frequency is less than 3GHz may effect CS2 server performance", "gpu": "GPU", "select_region": "Select Region", "remove_node": "Remove Node", From e1c7adf4c377b34739b563c373a3a1b577ef97b2 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Tue, 2 Dec 2025 14:35:33 -0500 Subject: [PATCH 06/12] Update source file en.json --- i18n/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index ef366ab8..27cc1a90 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1328,6 +1328,7 @@ "install_cs": "Install CS", "overprovisioned_warning": "Overprovisioned", "overprovisioned_warning_description": "You have assigned {total_server_count} possible servers, but your server can only support {max_servers} servers.", + "cpu_model": "CPU Model", "cpu_sockets": "CPU Sockets", "cpu_cores_per_socket": "CPU Cores/Socket", "cpu_threads_per_core": "CPU Threads/Core", From 3119e5e76840bc7718a4319dfbda847ef4a674ce Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Wed, 3 Dec 2025 00:31:25 -0500 Subject: [PATCH 07/12] Update source file en.json --- i18n/locales/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 27cc1a90..a6daf11a 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1015,7 +1015,9 @@ }, "schedule": { "pick_date": "Pick a date", - "schedule": "Schedule" + "schedule": "Schedule", + "start_match": "Start Match", + "reset": "Reset scheduled time" }, "player": { "captain": "Captain", From 9353df40540ff76977627e016058e81727ec49c7 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Thu, 4 Dec 2025 09:17:09 -0500 Subject: [PATCH 08/12] Update source file en.json --- i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index a6daf11a..6c965481 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1167,7 +1167,7 @@ "lost": "Lost", "against": "Against", "no_clutches": "No clutches this round", - "vs": "vs", + "vs": "vs {count}", "round": "Round {number}" }, "join": { From 0464774b37ec4c469594c1da6501dc16f38d4f17 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Thu, 4 Dec 2025 23:11:30 -0500 Subject: [PATCH 09/12] Update source file en.json --- i18n/locales/en.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 6c965481..35a4c510 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -177,6 +177,8 @@ "max_acceptable_latency_description": "This is the maximum latency that a player can have to join a match.", "lineup_add_without_invite": "Minimum Role to Add Players to Lineup Without Invite", "lineup_add_without_invite_description": "This role will be able to add players to match lineups without sending an invite first.", + "default_models": "Default Player Models", + "default_models_description": "Enable default player models for all players in the match.", "auto_cancel_duration": "Auto Cancel Duration", "auto_cancel_duration_description": "This is the duration in minutes that a match will be auto canceled if not started within the duration.", "update": "Update", @@ -977,6 +979,10 @@ "everyone": "Anyone" } }, + "default_models": { + "label": "Default Player Models", + "description": "Enable default player models for all players in the match." + }, "check_in_settings": { "label": "Check In Settings", "description": "Controls how players check in before the match starts.", @@ -995,6 +1001,10 @@ "captains": "Captains", "everyone": "All Players Required to be Ready" } + }, + "default_player_models": { + "label": "Default Player Models", + "description": "Enable default player models for all players in the match." } }, "max_rounds": "Max Rounds", From 3c3ca7cfb38cfbefc59e7475961b7eb2a2935971 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Fri, 5 Dec 2025 11:21:42 -0500 Subject: [PATCH 10/12] Update source file en.json --- i18n/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 35a4c510..f2c71035 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1021,7 +1021,8 @@ "ready_setting": "Ready Setting", "check_in_setting": "Veto Setting", "map_pool": "Map Pool", - "advanced_settings": "Show Advanced Settings" + "advanced_settings": "Show Advanced Settings", + "default_player_models": "Default Player Models" }, "schedule": { "pick_date": "Pick a date", From b0b4378b65a449bbb71c91362f9009c47afed82e Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Thu, 11 Dec 2025 11:51:42 -0500 Subject: [PATCH 11/12] Update source file en.json --- i18n/locales/en.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index f2c71035..d79345bb 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1243,7 +1243,19 @@ "title": "Sanctions", "expires": "Expires", "active_count": "Active Sanctions", - "past_count": "Past Sanctions" + "past_count": "Past Sanctions", + "edit": "Edit", + "remove": "Remove", + "edit_title": "Edit Sanction", + "edit_description": "Update the end time for this sanction", + "pick_date": "Pick a date", + "clear_date": "Clear date", + "updated": "Sanction updated", + "update_failed": "Failed to update sanction", + "confirm_remove": "Remove Sanction", + "remove_description": "Are you sure you want to remove this sanction? This action cannot be undone.", + "removed": "Sanction removed", + "remove_failed": "Failed to remove sanction" }, "registration": { "title": "Register your name", From 8454d88518ef0cf315394bad69cbe2ce9b392e5b Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Thu, 11 Dec 2025 13:43:45 -0500 Subject: [PATCH 12/12] Update source file en.json --- i18n/locales/en.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index d79345bb..647d3d2d 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -287,6 +287,13 @@ "only_played_matches": "Only Players Who Have Played Matches", "played_matches": "Played Matches", "all_players": "All Players", + "min_sanctions": "Minimum Sanctions", + "is_banned": "Banned", + "is_gagged": "Gagged", + "is_muted": "Muted", + "banned_only": "Banned Only", + "gagged_only": "Gagged Only", + "muted_only": "Muted Only", "table": { "player": "Player", "elo": "Elo",