Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 12 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,12 @@
"player": "Player",
"players": "Players",
"join_lobby": "Join Lobby",
"join_as_spectator": "Join as Spectator",
"checking": "Checking lobby...",
"not_found": "Lobby not found. Please check the ID and try again.",
"error": "An error occurred. Please try again or contact support.",
"joined_waiting": "Joined successfully! Waiting for game to start...",
"joined_as_spectator": "Joined as spectator! You will be able to view the match.",
"version_mismatch": "This game was created with a different version. Cannot join."
},
"public_lobby": {
Expand Down Expand Up @@ -286,7 +288,8 @@
"assigned_teams": "Assigned Teams",
"empty_teams": "Empty Teams",
"empty_team": "Empty",
"remove_player": "Remove {username}"
"remove_player": "Remove {{username}}",
"spectators_count": "{count} spectator(s) watching"
},
"team_colors": {
"red": "Red",
Expand Down Expand Up @@ -558,7 +561,9 @@
"warships": "Warships",
"cities": "Cities",
"show_control": "Show Control",
"show_units": "Show Units"
"show_units": "Show Units",
"spectator": "spectator watching",
"spectators": "spectators watching"
},
"player_info_overlay": {
"type": "Type",
Expand Down
Loading
Loading