Skip to content
55 changes: 47 additions & 8 deletions i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -285,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",
Expand Down Expand Up @@ -583,7 +592,6 @@
"manage_matches": "Manage Matches"
},
"profile": {
"my_profile": "My Profile",
"my_account": "My Settings",
"logout": "Logout"
},
Expand Down Expand Up @@ -762,7 +770,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"
},
Expand Down Expand Up @@ -978,6 +986,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.",
Expand All @@ -996,6 +1008,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",
Expand All @@ -1012,11 +1028,14 @@
"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",
"schedule": "Schedule"
"schedule": "Schedule",
"start_match": "Start Match",
"reset": "Reset scheduled time"
},
"player": {
"captain": "Captain",
Expand Down Expand Up @@ -1166,7 +1185,7 @@
"lost": "Lost",
"against": "Against",
"no_clutches": "No clutches this round",
"vs": "vs",
"vs": "vs {count}",
"round": "Round {number}"
},
"join": {
Expand Down Expand Up @@ -1231,7 +1250,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",
Expand Down Expand Up @@ -1290,6 +1321,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",
Expand All @@ -1300,6 +1332,9 @@
"in_match": "In a match",
"in_lobby": "In a lobby"
},
"others": {
"title": "Others"
},
"banned": "You are banned from matchmaking",
"go_to_match": "Go to Match",
"confirm_selection": "Join Queue",
Expand All @@ -1325,9 +1360,12 @@
"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",
"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",
Expand Down Expand Up @@ -1364,8 +1402,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",
Expand Down