locale
# Conflicts: # Resources/ServerInfo/Guidebook/Botany.xml # Resources/ServerInfo/Guidebook/Controls/Controls.xml # Resources/ServerInfo/Guidebook/Controls/Radio.xml # Resources/ServerInfo/Guidebook/Engineering/AME.xml # Resources/ServerInfo/Guidebook/Engineering/Atmospherics.xml # Resources/ServerInfo/Guidebook/Engineering/Fires.xml # Resources/ServerInfo/Guidebook/Engineering/Power.xml # Resources/ServerInfo/Guidebook/Engineering/Shuttlecraft.xml # Resources/ServerInfo/Guidebook/Engineering/Singularity.xml # Resources/ServerInfo/Guidebook/Jobs.xml # Resources/ServerInfo/Guidebook/Science/Science.xml # Resources/ServerInfo/Guidebook/Science/Xenoarchaeology.xml # Resources/ServerInfo/Guidebook/Security/DNA.xml # Resources/ServerInfo/Guidebook/SpaceStation14.xml # Resources/ServerInfo/Guidebook/Survival.xml
This commit is contained in:
21
Resources/Locale/ru-RU/climbing/climbable-component.ftl
Normal file
21
Resources/Locale/ru-RU/climbing/climbable-component.ftl
Normal file
@@ -0,0 +1,21 @@
|
||||
### 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 = Вы заставляете { CAPITALIZE($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 = Вы не способны взбираться!
|
||||
@@ -0,0 +1,6 @@
|
||||
### Tables which take damage when a user is dragged onto them
|
||||
|
||||
|
||||
## Showed to users other than the climber
|
||||
|
||||
glass-table-shattered-others = { CAPITALIZE($table) } ломается под весом { $climber }!
|
||||
Reference in New Issue
Block a user