diff --git a/beatrun/gamemodes/beatrun/content/resource/localization/en/beatrun.properties b/beatrun/gamemodes/beatrun/content/resource/localization/en/beatrun.properties index 0b07213..507db13 100644 --- a/beatrun/gamemodes/beatrun/content/resource/localization/en/beatrun.properties +++ b/beatrun/gamemodes/beatrun/content/resource/localization/en/beatrun.properties @@ -214,7 +214,7 @@ beatrun.toolsmenu.moves.totsugekidirection=Totsugeki Direction beatrun.toolsmenu.moves.totsugekidirectiondesc=Allows to Totsugeki into Another Direction\nCombined with Spam and Heading Allows You to Fly =) beatrun.toolsmenu.moves.totsugekiaudio=Totsugeki Audio -beatrun.toolsmenu.moves.totsugekiaudiodesc=Enable "Totsugeki" voice +beatrun.toolsmenu.moves.totsugekiaudiodesc=Toggles "Totsugeki" voice # Tools Menu Gamemodes Section beatrun.toolsmenu.gamemodes.name=Gamemodes diff --git a/beatrun/gamemodes/beatrun/content/resource/localization/ru/beatrun.properties b/beatrun/gamemodes/beatrun/content/resource/localization/ru/beatrun.properties index 8c25a2e..4507799 100644 --- a/beatrun/gamemodes/beatrun/content/resource/localization/ru/beatrun.properties +++ b/beatrun/gamemodes/beatrun/content/resource/localization/ru/beatrun.properties @@ -210,8 +210,8 @@ beatrun.toolsmenu.moves.totsugekiheadingdesc=Позволяет делать Tot beatrun.toolsmenu.moves.totsugekidirection=Направление Totsugeki beatrun.toolsmenu.moves.totsugekidirectiondesc=Позволяет делать Totsugeki в направлении глаз\nCombined with Spam and Heading Allows You to Fly =) -beatrun.toolsmenu.moves.totsugekiaudio=Totsugeki Звук -beatrun.toolsmenu.moves.totsugekiaudiodesc=Включить голос "Totsugeki" +beatrun.toolsmenu.moves.totsugekiaudio=Звук Totsugeki +beatrun.toolsmenu.moves.totsugekiaudiodesc=Переключает звук Totsugeki # Tools Menu Gamemodes Section beatrun.toolsmenu.gamemodes.name=Режимы diff --git a/beatrun/gamemodes/beatrun/content/resource/localization/uk/beatrun.properties b/beatrun/gamemodes/beatrun/content/resource/localization/uk/beatrun.properties index 66709f8..0e3ac56 100644 --- a/beatrun/gamemodes/beatrun/content/resource/localization/uk/beatrun.properties +++ b/beatrun/gamemodes/beatrun/content/resource/localization/uk/beatrun.properties @@ -117,9 +117,6 @@ beatrun.toolsmenu.hud.showSpeedometerDesc=Показує спідометр на beatrun.toolsmenu.hud.wind=Ефект Вітру beatrun.toolsmenu.hud.winddesc=Шум вітру під час бігу -beatrun.toolsmenu.hud.fov=Кут огляду -beatrun.toolsmenu.hud.fovdesc=Змінює ваш Кут Огляду - beatrun.toolsmenu.hud.hidden=Приховати HUD beatrun.toolsmenu.hud.hiddendesc=0 - Показати\n1 - Тільки режим\n2 - Приховати повністю @@ -127,13 +124,15 @@ beatrun.toolsmenu.hud.textcolor=Колір Тексту в HUD beatrun.toolsmenu.hud.cornercolor=Колір Краю в HUD beatrun.toolsmenu.hud.floatxpcolor=Колір спливаючого XP в HUD -# Tools Menu Viewbob Section -beatrun.toolsmenu.viewbob.name=Покачування Камери -beatrun.toolsmenu.viewbob.desc=Налаштування похитування камери +# Tools Menu Camera Section +beatrun.toolsmenu.camera.name=Покачування Камери +beatrun.toolsmenu.camera.desc=Налаштування похитування камери -beatrun.toolsmenu.viewbob.stabilization=Стабілізація похитування -beatrun.toolsmenu.viewbob.stabilizationdesc=Увімкніть, щоб знизити погойдування камери центруючи її -beatrun.toolsmenu.viewbob.intensity=Інтенсивність похитування Камери +beatrun.toolsmenu.camera.stabilization=Стабілізація похитування +beatrun.toolsmenu.camera.stabilizationdesc=Увімкніть, щоб знизити погойдування камери центруючи її +beatrun.toolsmenu.camera.intensity=Інтенсивність похитування Камери +beatrun.toolsmenu.camera.fov=Кут огляду +beatrun.toolsmenu.camera.fovdesc=Змінює ваш Кут Огляду # Tools Menu Gameplay Section beatrun.toolsmenu.gameplay.name=Геймплей @@ -179,7 +178,7 @@ beatrun.toolsmenu.moves.forcepuristmode=Примусовий Режим Purist beatrun.toolsmenu.moves.forcepuristmodedesc=Вмикає режим Purist для всіх гравців beatrun.toolsmenu.moves.realisticwallrunning="Реалістичний" Біг по Стінах -beatrun.toolsmenu.moves.realisticwallrunningdesc=Якщо увімкнено, на початку ви будете зберігати попередню вертикальну швидкість, а потім її втрачати +beatrun.toolsmenu.moves.realisticwallrunningdesc=Якщо увімкнено, на початку ви будете зберігати попередню вертикальну швидкість, а потім її втрачати beatrun.toolsmenu.moves.kickglitch=Kick Glitch beatrun.toolsmenu.moves.kickglitchdesc=Вмикає Kick Glitch\nНатисніть ЛКМ під час бігу по стіні та затиснення/натиснення на стрибок відразу після diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/ToolMenuSettings.lua b/beatrun/gamemodes/beatrun/gamemode/cl/ToolMenuSettings.lua index dddc96f..16ca803 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/ToolMenuSettings.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/ToolMenuSettings.lua @@ -215,14 +215,14 @@ hook.Add("PopulateToolMenu", "Beatrun_ToolMenu", function() panel:AddItem(HudFXPColor) end) - spawnmenu.AddToolMenuOption("Beatrun", "Client", "beatrun_viewbob", "#beatrun.toolsmenu.viewbob.name", "", "", function(panel) + spawnmenu.AddToolMenuOption("Beatrun", "Client", "beatrun_camera", "#beatrun.toolsmenu.camera.name", "", "", function(panel) panel:ClearControls() - panel:SetName("#beatrun.toolsmenu.viewbob.desc") + panel:SetName("#beatrun.toolsmenu.camera.desc") - panel:CheckBox("#beatrun.toolsmenu.viewbob.stabilization", "Beatrun_ViewbobStabilized") - panel:ControlHelp("#beatrun.toolsmenu.viewbob.stabilizationdesc") + panel:CheckBox("#beatrun.toolsmenu.camera.stabilization", "Beatrun_ViewbobStabilized") + panel:ControlHelp("#beatrun.toolsmenu.camera.stabilizationdesc") - panel:NumSlider("#beatrun.toolsmenu.viewbob.intensity", "Beatrun_ViewbobIntensity", -100, 100, 0) + panel:NumSlider("#beatrun.toolsmenu.camera.intensity", "Beatrun_ViewbobIntensity", -100, 100, 0) panel:NumSlider("#beatrun.toolsmenu.camera.fov", "Beatrun_FOV", 90, 120, 0) panel:Help("#beatrun.toolsmenu.camera.fovdesc")