МЕГАпереводы (#418)

* add: 1000 translation files

* add: translations p2

* translations p3

* translations p4

* finally done

* fixes

* fixes 2

* fixes 3
This commit is contained in:
ThereDrD0
2024-07-05 18:01:37 +03:00
committed by GitHub
parent 0c23d53d77
commit 8fb2cc946d
1588 changed files with 17590 additions and 12313 deletions

View File

@@ -1,21 +1,23 @@
### UI
# Verb name for climbing
comp-climbable-verb-climb = Забраться
comp-climbable-verb-climb = Взобраться
### Interaction Messages
# Shown to you when your character climbs on $climbable
comp-climbable-user-climbs = Вы забираетесь на { $climbable }!
comp-climbable-user-climbs = Вы взбираетесь на { $climbable }!
# Shown to others when $user climbs on $climbable
comp-climbable-user-climbs-other = { CAPITALIZE($user) } забирается на { $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 = Вы не можете туда достать!
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 = Вы не способны взбираться!
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) } не может взбираться!