Files
crystall-punk-14/Resources/Locale/ru-RU/climbing/climbable-component.ftl
Ed 2b6e12898b Corvax ctrl+c ctrl+v Russian localization (#135)
* Corvax ru localization

* remove Corvax stuff

* adventurer
2024-05-05 00:44:03 +03:00

24 lines
1.4 KiB
Plaintext

### UI
# Verb name for climbing
comp-climbable-verb-climb = Взобраться
### Interaction Messages
# Shown to you when your character climbs on $climbable
comp-climbable-user-climbs = Вы взбираетесь на { $climbable }!
# Shown to others when $user climbs on $climbable
comp-climbable-user-climbs-other = { CAPITALIZE($user) } взбирается на { $climbable }!
# Shown to you when your character force someone to climb on $climbable
comp-climbable-user-climbs-force = Вы заставляете { $moved-user } взобраться на { $climbable }!
# Shown to others when someone force other $moved-user to climb on $climbable
comp-climbable-user-climbs-force-other = { CAPITALIZE($user) } заставляет { $moved-user } взобраться на { $climbable }!
# Shown to you when your character is far away from climbable
comp-climbable-cant-reach = Вы не достаёте дотуда!
# Shown to you when your character can't interact with climbable for some reason
comp-climbable-cant-interact = Вы не можете этого сделать!
# Shown to you when your character can't climb
comp-climbable-cant-climb = Вы не можете взбираться!
# Shown to you when your character tries to force someone else who can't climb onto a climbable
comp-climbable-target-cant-climb = { CAPITALIZE($moved-user) } не может взбираться!