Skip to content

Commit

Permalink
Translation fixes (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapatison authored Oct 16, 2023
1 parent fee6b12 commit 15c8dc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/hands/hands-system.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ hands-system-empty-equipment-slot = В вашем { $slotName } нет ниче
# Examine text after when they're holding something (in-hand)
comp-hands-examine = { CAPITALIZE(SUBJECT($user)) } держит { $items }.
comp-hands-examine-empty = { CAPITALIZE(SUBJECT($user)) } ничего не держит.
comp-hands-examine-wrapper = { INDEFINITE($item) } [color=paleturquoise]{ $item }[/color]
comp-hands-examine-wrapper = [color=paleturquoise]{ $item }[/color]
hands-system-blocked-by = Руки заняты
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ent-PillTricordrazine = таблетка трикордразина (10ед)
.desc = { ent-Pill.desc }
ent-PillBicaridine = таблетка бикаридина (10ед)
.desc = { ent-Pill.desc }
ent-PillCharcoal = charcoal pill (10u)
ent-PillCharcoal = таблетка угля (10ед)
.desc = { ent-Pill.desc }
ent-PillRomerol = таблетка ромерола
.desc = { ent-Pill.desc }
Expand All @@ -88,13 +88,13 @@ ent-SyringeIpecac = шприц ипекака
.desc = { ent-BaseSyringe.desc }
ent-SyringeAmbuzol = шприц амбузола
.desc = { ent-BaseSyringe.desc }
ent-SyringeSigynate = sigynate syringe
ent-SyringeSigynate = шприц сигината
.desc = { ent-BaseSyringe.desc }
ent-SyringeEthylredoxrazine = ethylredoxrazine syringe
ent-SyringeEthylredoxrazine = шприц этилредоксразина
.desc = { ent-BaseSyringe.desc }
ent-SyringePhalanximine = phalanximine syringe
ent-SyringePhalanximine = шприц фалангимина
.desc = { ent-BaseSyringe.desc }
ent-SyringeSaline = saline syringe
ent-SyringeSaline = шприц физраствора
.desc = { ent-BaseSyringe.desc }
ent-SyringeRomerol = шприц ромерола
.desc = { ent-BaseSyringe.desc }

0 comments on commit 15c8dc0

Please sign in to comment.