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`.
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
hud-do_not_show_on_startup = Don't show this on Startup
|
|
hud-show_tips = Show Tips
|
|
hud-quests = Quests
|
|
hud-you_died = You Died
|
|
hud-waypoint_saved = Waypoint Saved
|
|
hud-sp_arrow_txt = SP
|
|
hud-inventory_full = Inventory Full
|
|
hud-someone_else = someone else
|
|
hud-another_group = another group
|
|
hud-owned_by_for_secs = Owned by { $name } for { $secs } secs
|
|
hud-press_key_to_show_keybindings_fmt = [{ $key }] Keybindings
|
|
hud-press_key_to_toggle_lantern_fmt = [{ $key }] Lantern
|
|
hud-press_key_to_show_debug_info_fmt = Press { $key } to show debug info
|
|
hud-press_key_to_toggle_keybindings_fmt = Press { $key } to toggle keybindings
|
|
hud-press_key_to_toggle_debug_info_fmt = Press { $key } to toggle debug info
|
|
hud-press_key_to_respawn = Press { $key } to respawn at the last campfire you visited.
|
|
hud-tutorial_btn = Tutorial
|
|
hud-tutorial_click_here = Press [ { $key } ] to free your cursor and click this button!
|
|
hud-tutorial_elements = Crafting
|
|
hud-temp_quest_headline = Greetings Traveller!
|
|
hud-temp_quest_text =
|
|
To begin your journey you could start looking through this village and gather some supplies.
|
|
|
|
You are welcome to take whatever you need on your journey!
|
|
|
|
Look at the bottom right of the screen to find various things like your bag, the crafting menu and the map.
|
|
|
|
The crafting stations allow you to create armor, weapons, food and much more!
|
|
|
|
The wild animals all around town are a great source of Animal Hide to create some protection against the dangers of the world.
|
|
|
|
Whenever you feel ready, try to get even better equipment from the many challenges marked on your map!
|
|
hud-spell = Spells
|
|
hud-diary = Diary
|
|
hud-free_look_indicator = Free look active. Press { $key } to disable.
|
|
hud-camera_clamp_indicator = Camera vertical clamp active. Press { $key } to disable.
|
|
hud-auto_walk_indicator = Auto walk/swim active
|
|
hud-zoom_lock_indicator-remind = Zoom locked
|
|
hud-zoom_lock_indicator-enable = Camera zoom locked
|
|
hud-zoom_lock_indicator-disable = Camera zoom unlocked
|
|
hud-collect = Collect
|
|
hud-pick_up = Pick up
|
|
hud-open = Open
|
|
hud-use = Use
|
|
hud-unlock-requires = Open with { $item }
|
|
hud-unlock-consumes = Use { $item } to open
|
|
hud-mine = Mine
|
|
hud-talk = Talk
|
|
hud-trade = Trade
|
|
hud-mount = Mount
|
|
hud-sit = Sit
|