mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
83e4cdfe76
Allow the camera's zoom to be locked by a keybind or a Gameplay setting. The zoom lock behavior can be changed between Toggle and Auto, where Auto only locks the camera zoom while specific movement/combat inputs are being pressed. (closes !1528) A temporary fading notification is shown at the top of the screen, informing the player of the setting change (when the keybind is used) or that the zoom is locked (when the player might have forgotten the zoom is locked, and is trying to zoom). i18n strings are added for English and German, but no other languages. To implement the simplistic fading text, the behavior was extracted into an impl called `ChangeNotification`, where reasons are quantified by `NotificationReason`.
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
gameinput-primary = Basic Attack
|
|
gameinput-secondary = Secondary Attack
|
|
gameinput-block = Block
|
|
gameinput-slot1 = Hotbar Slot 1
|
|
gameinput-slot2 = Hotbar Slot 2
|
|
gameinput-slot3 = Hotbar Slot 3
|
|
gameinput-slot4 = Hotbar Slot 4
|
|
gameinput-slot5 = Hotbar Slot 5
|
|
gameinput-slot6 = Hotbar Slot 6
|
|
gameinput-slot7 = Hotbar Slot 7
|
|
gameinput-slot8 = Hotbar Slot 8
|
|
gameinput-slot9 = Hotbar Slot 9
|
|
gameinput-slot10 = Hotbar Slot 10
|
|
gameinput-swaploadout = Swap Loadout
|
|
gameinput-togglecursor = Toggle Cursor
|
|
gameinput-help = Toggle Help Window
|
|
gameinput-toggleinterface = Toggle Interface
|
|
gameinput-toggledebug = Toggle FPS and Debug Info
|
|
gameinput-toggle_egui_debug = Toggle EGUI Debug Info
|
|
gameinput-togglechat = Toggle Chat
|
|
gameinput-screenshot = Take Screenshot
|
|
gameinput-toggleingameui = Toggle Nametags
|
|
gameinput-fullscreen = Toggle Fullscreen
|
|
gameinput-moveforward = Move Forward
|
|
gameinput-moveleft = Move Left
|
|
gameinput-moveright = Move Right
|
|
gameinput-moveback = Move Backwards
|
|
gameinput-jump = Jump
|
|
gameinput-glide = Glider
|
|
gameinput-roll = Roll
|
|
gameinput-climb = Climb
|
|
gameinput-climbdown = Climb Down
|
|
gameinput-wallleap = Wall Leap
|
|
gameinput-togglelantern = Toggle Lantern
|
|
gameinput-mount = Mount
|
|
gameinput-chat = Chat
|
|
gameinput-command = Command
|
|
gameinput-escape = Escape
|
|
gameinput-map = Map
|
|
gameinput-bag = Bag
|
|
gameinput-trade = Trade
|
|
gameinput-social = Social
|
|
gameinput-sit = Sit
|
|
gameinput-spellbook = Spells
|
|
gameinput-settings = Settings
|
|
gameinput-respawn = Respawn
|
|
gameinput-charge = Charge
|
|
gameinput-togglewield = Toggle Wield
|
|
gameinput-interact = Interact
|
|
gameinput-freelook = Free Look
|
|
gameinput-autowalk = Auto Walk/Swim
|
|
gameinput-zoomlock = Camera zoom lock
|
|
gameinput-cameraclamp = Camera Clamp
|
|
gameinput-dance = Dance
|
|
gameinput-select = Select Entity
|
|
gameinput-acceptgroupinvite = Accept Group Invite
|
|
gameinput-declinegroupinvite = Decline Group Invite
|
|
gameinput-cyclecamera = Cycle camera
|
|
gameinput-crafting = Crafting
|
|
gameinput-fly = Fly
|
|
gameinput-sneak = Sneak
|
|
gameinput-swimdown = Swim downwards
|
|
gameinput-swimup = Swim upwards
|
|
gameinput-mapzoomin = Increase map zoom
|
|
gameinput-mapzoomout = Decrease map zoom
|
|
gameinput-greet = Greet
|
|
gameinput-map-locationmarkerbutton = Set a waypoint in the Map
|
|
gameinput-spectatespeedboost = Spectate speed boost
|
|
gameinput-spectateviewpoint = Spectate viewpoint
|
|
gameinput-mutemaster = Mute master volume
|
|
gameinput-muteinactivemaster = Mute master volume (inactive window)
|
|
gameinput-mutemusic = Mute music volume
|
|
gameinput-mutesfx = Mute SFX volume
|
|
gameinput-muteambience = Mute ambience volume
|