Skip to content

Update for YimMenu#3706 #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 23, 2024
Merged
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
10 changes: 9 additions & 1 deletion en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@
"BACKEND_WIPE_SESSION_COMPLETE": "Completed",
"BACKEND_WIPE_SESSION_DESC": "Removes everyone from the session.",
"BAD_SPORT": "Bad Sport",
"BATTLEYE_KICK": "BattlEye Kick",
"BATTLEYE_KICK_DESC": "Kicks the player with a BattlEye alert message",
"BATTLEYE_FAKE_BAN": "BattleEye Fake Ban",
"BATTLEYE_FAKE_BAN_DESC": "Kicks the player with a BattlEye ban message",
"BATTLEYE_SERVER": "Enable BattlEye Server (BETA)",
"BATTLEYE_SERVER_DESC": "Runs a real BattlEye server on your client when you are the host. This will flag modders and might help avoid untrusted host errors",
"BATTLEYE_UPDATE_KICK": "BattlEye Update Kick",
"BATTLEYE_UPDATE_KICK_DESC": "Kicks the player with a BattlEye update message. This does not work against clients who have disabled BattlEye",
"BEAST_JUMP": "Beast Jump",
"BEAST_JUMP_DESC": "Allows you to jump as if you were the beast like in the Hunt the Beast event",
"BLAMED_FOR_EXPLOSION": "{} blamed {} for explosion",
Expand Down Expand Up @@ -2123,4 +2131,4 @@
"WORN": "Worn",
"YES": "Yes",
"YOU_HAVE_BEEN_KICKED": "You have been kicked by the host"
}
}
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 126,
"version": 127,
"default_lang": "en_US",
"translations": {
"de_DE": {
Expand Down
Loading