translate (#57)

This commit is contained in:
HitPanda
2023-05-15 23:05:10 +03:00
committed by Aviu00
parent abe94a23f2
commit 25dc8d33b3
155 changed files with 1112 additions and 408 deletions

View File

@@ -1,4 +1,10 @@
mopping-system-tool-full = { CAPITALIZE($used) } полная!
mopping-system-target-container-empty-water = { CAPITALIZE(THE($target)) } не имеет воды!
mopping-system-puddle-space = { THE($used) } заполнено водой
mopping-system-puddle-evaporate = { THE($target) } испаряется
mopping-system-no-water = { THE($used) } не имеет воды!
mopping-system-full = { THE($used) } полное!
mopping-system-empty = { THE($used) } пустое!
mopping-system-puddle-diluted = Вы разбавляете лужу.
mopping-system-puddle-success = Вы убираете лужу.
mopping-system-release-to-floor = Вы выжимаете часть жидкости на пол.

View File

@@ -1 +1,5 @@
puddle-component-examine-is-slipper-text = Выглядит скользким.
puddle-component-examine-evaporating = Оно [color=#5E7C16]испаряемое[/color].
puddle-component-examine-evaporating-partial = Оно [color=#FED83D]частично испаряемое[/color].
puddle-component-examine-evaporating-no = Оно [color=#B02E26]не испаряемое[/color].
puddle-component-slipped-touch-reaction = Вещества в { THE($puddle) } попадают на вашу кожу!

View File

@@ -3,3 +3,8 @@
spill-target-verb-get-data-text = Выплеснуть содержимое
spill-target-verb-activate-cannot-drain-message = Вы не можете ничего выплеснуть из { $owner }!
spill-target-verb-activate-is-empty-message = В { $owner } пусто!
spill-melee-hit-attacker = Вы проливаете { $amount }ед { THE($spillable) } на { THE($target) }!
spill-melee-hit-others = { CAPITALIZE(THE($attacker)) } выливаете часть { THE($spillable) } на { THE($target) }!
spill-land-spilled-on-other = { CAPITALIZE(THE($spillable)) } проливает часть своего содержимого на { THE($target) }!
spill-examine-is-spillable = Этот контейнер выглядит так, что его можно пролить.
spill-examine-spillable-weapon = Вы могли бы выплеснуть это на кого-нибудь при атаке в ближнем бою.