Added sink (#14348)

This commit is contained in:
Topy
2023-07-01 00:10:47 +02:00
committed by GitHub
parent 7d89b9e253
commit b85c902189
36 changed files with 484 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
drain-component-empty-verb-using-is-empty-message = { CAPITALIZE(THE($object)) } is empty!
drain-component-empty-verb-target-is-full-message = { CAPITALIZE(THE($object)) } is full!
drain-component-empty-verb-inhand = Empty {$object}
drain-component-examine-hint-full = [color="blue"]It is filled to the brim. Maybe a plunger can help?[/color]
drain-component-examine-volume = [color="blue"]Remaining space - {$volume}u.[/color]
drain-component-unclog-fail = { CAPITALIZE(THE($object)) } is still full.
drain-component-unclog-success = { CAPITALIZE(THE($object)) } unclogs.
drain-component-unclog-notapplicable = { CAPITALIZE(THE($object)) } isn't clogged.