Skip to content

Commit

Permalink
Update climbable-component.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
lapatison authored Mar 27, 2024
1 parent 4630bab commit 44f2fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/climbing/climbable-component.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### UI

# Verb name for climbing
comp-climbable-verb-climb = Взабраться
comp-climbable-verb-climb = Взобраться
### Interaction Messages

Expand All @@ -10,9 +10,9 @@ 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 = Вы заставляете { CAPITALIZE($moved-user) } взабраться на { $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 }!
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
Expand Down

0 comments on commit 44f2fb9

Please sign in to comment.