Climbable localization fixes (#3645)

* Working on climable

* Continue

* Fixed typo

* Fixed rest of climbable

* Fixed localisation

* Update climbable-component.ftl
This commit is contained in:
Alex Evgrashin
2021-03-15 21:02:56 +03:00
committed by GitHub
parent fb6df4cc7c
commit 2aa60467b7
2 changed files with 41 additions and 13 deletions

View File

@@ -0,0 +1,28 @@
### UI
# Verb name for climbing
comp-climbable-verb-climb = Vault
### Interaction Messages
# Shown to you when your character climbs on $climbable
comp-climbable-user-climbs = You jump onto {$climbable}!
# Shown to others when $user climbs on $climbable
comp-climbable-user-climbs-other = {$user} jumps onto {$climbable}!
# Shown to you when your character force someone to climb on $climbable
comp-climbable-user-climbs-force = You force {$moved-user} onto {$climbable}!
# Shown to others when someone force other $moved-user to climb on $climbable
comp-climbable-user-climbs-force-other = {$user} forces {$moved-user} onto {$climbable}!
# Shown to you when your character is far away from climbable
comp-climbable-cant-reach = You can't reach there!
# Shown to you when your character can't interact with climbable for some reason
comp-climbable-cant-interact = You can't do that!
# Shown to you when your character can't climb
comp-climbable-cant-climb = You are incapable of climbing!