Main
This commit is contained in:
parent
f230fb3f73
commit
e71bea7c9b
44
Main.txt
44
Main.txt
@ -89,7 +89,7 @@
|
||||
"GAME_RESULT_LOST": "YOU FUCKING ATE IT",
|
||||
"GAME_RESULT_WON": "REST IN PEACE, JIMMY",
|
||||
"GAME_RESULT_UNKNOWN": "WHO KNOWS WHAT HAPPENED TO YOU",
|
||||
|
||||
|
||||
"UNIDENTIFIED" : "Something?",
|
||||
"UNIDENTIFIED_DESCRIPTION" : "You have not met the prerequisites for this Challenge yet.",
|
||||
"UNIDENTIFIED_KILLER_NAME" : "The Planet",
|
||||
@ -121,21 +121,21 @@
|
||||
"SURVIVOR_PREFIX_PICKPERCENTAGE" : "Pick Percentage: <style=cEvent>{0:#00.00}%</style>",
|
||||
|
||||
"BODY_STATS_FORMAT" : "{0} <style=cStack>(+{1} per level)</style>",
|
||||
|
||||
"DIALOG_OPTION_YES" : "Yes",
|
||||
"OK" : "OK",
|
||||
|
||||
"DIALOG_OPTION_YES" : "Yep",
|
||||
"OK" : "Mhm",
|
||||
"CANCEL" : "Cancel",
|
||||
|
||||
|
||||
"PLAYER_NAME_TOOLTIP_FORMAT" : "Player: {0}",
|
||||
"PLAYER_NAME_DISCONNECTED" : "Disconnected Player",
|
||||
"PLAYER_NAME_UNAVAILABLE" : "???",
|
||||
|
||||
"DISCONNECTED" : "Disconnected",
|
||||
"KICK_REASON_UNSPECIFIED" : "Reason unspecified.",
|
||||
"KICK_REASON_SERVERSHUTDOWN" : "The host player has ended the game.",
|
||||
"KICK_REASON_TIMEOUT" : "You have timed out.",
|
||||
"KICK_REASON_KICK" : "Kicked from server.",
|
||||
"KICK_REASON_BAN" : "Banned from server.",
|
||||
"KICK_REASON_SERVERSHUTDOWN" : "Whoops, guess the host's game died.",
|
||||
"KICK_REASON_TIMEOUT" : "Connection timed out. Check your internet.",
|
||||
"KICK_REASON_KICK" : "Get out.",
|
||||
"KICK_REASON_BAN" : "Stay out.",
|
||||
"KICK_REASON_BADPASSWORD" : "Bad password.",
|
||||
"KICK_REASON_BADVERSION" : "Your version of the game differs from the server's.\nYours={0}\nTheirs={1}",
|
||||
"KICK_REASON_SERVERFULL" : "Server is full.",
|
||||
@ -157,16 +157,16 @@
|
||||
"PROFILE_CREATE_PROFILE" : "Create Profile",
|
||||
"PROFILE_ADD" : "Add",
|
||||
|
||||
"PAUSE_RESUME" : "Resume",
|
||||
"PAUSE_RESUME" : "Back to Work",
|
||||
"PAUSE_SETTINGS" : "Settings",
|
||||
"PAUSE_QUIT_TO_MENU" : "Quit To Menu",
|
||||
"PAUSE_QUIT_TO_DESKTOP" : "Quit To Desktop",
|
||||
"PAUSE_QUIT_TO_MENU" : "End Run",
|
||||
"PAUSE_QUIT_TO_DESKTOP" : "End the Whole Thing",
|
||||
|
||||
"SPECTATING_NAME_FORMAT" : "Spectating: {0}",
|
||||
|
||||
"QUIT_RUN_CONFIRM_DIALOG_TITLE": "End Run?",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_BODY_SINGLEPLAYER": "Are you sure you want to end this run?",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_BODY_CLIENT": "Are you sure you want to leave this run? You will be leaving your teammates behind.",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_TITLE": "An Hero?",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_BODY_SINGLEPLAYER": "Really puss out and leave?",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_BODY_CLIENT": "Wanna leave the run? You're just gonna leave your teammates here? Like this? Asshole.",
|
||||
"QUIT_RUN_CONFIRM_DIALOG_BODY_HOST": "You are the host of this game, and quitting now will <style=cDeath>end the game for all other players</style>. Are you really sure you want to quit?",
|
||||
|
||||
"CONTROLLER_DISCONNECTED_DIALOG_TITLE" : "Controller Disconnected",
|
||||
@ -177,12 +177,12 @@
|
||||
"MSVCR_2015_BAD_INSTALL_DIALOG_BODY": "The game failed to load a necessary library due to an issue with your installation of Microsoft Visual C++ 2015 Redistributable (x64). The button below will open your browser to the Microsoft download page for this installer. Please note that if the installation process fails because the redistributable is already installed, you <i>must uninstall it</i> and try again. This will also occur if you have newer versions of the redistributable, like 2017 or 2019, which will prevent the 2015 version from being installed after them.\n\nThis program will close after this message is dismissed.",
|
||||
"MSVCR_2015_BAD_INSTALL_DIALOG_DOWNLOAD_BUTTON": "Get the Redistributable",
|
||||
|
||||
"ARENA_HUD_MONSTERS_LABEL": "Monsters",
|
||||
"ARENA_HUD_MONSTER_ITEMS_LABEL": "Monsters' Items",
|
||||
|
||||
"IMMUNE_TO_DAMAGE_HITMARKER": "IMMUNE",
|
||||
"BLOCKED_DAMAGE_HITMARKER": "BLOCKED!",
|
||||
"EXTRALIFE_REVIVED_EFFECT": "REVIVED!",
|
||||
"ARENA_HUD_MONSTERS_LABEL": "Them",
|
||||
"ARENA_HUD_MONSTER_ITEMS_LABEL": "Their Shit",
|
||||
|
||||
"IMMUNE_TO_DAMAGE_HITMARKER": "WHAT THE FUCK DID YOU JUST FUCKING SAY ABOUT ME YOU LITTLE BITCH",
|
||||
"BLOCKED_DAMAGE_HITMARKER": "owo",
|
||||
"EXTRALIFE_REVIVED_EFFECT": "NOTICES YOUR BULGE",
|
||||
|
||||
"SCOREBOARD_HEADER_PLAYERS": "Players",
|
||||
"SCOREBOARD_HEADER_ITEMS": "Items",
|
||||
@ -192,6 +192,6 @@
|
||||
|
||||
"LANGUAGE_PLATFORM": "Default ({0})",
|
||||
|
||||
"CUTSCENE_SKIP": "Skip"
|
||||
"CUTSCENE_SKIP": "Boring"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user