Removed old Loc.GetString() use instances (#4155)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Galactic Chimp
2021-06-21 02:13:54 +02:00
committed by GitHub
parent 4a46fbe6dd
commit 392b820796
523 changed files with 3082 additions and 1551 deletions

View File

@@ -0,0 +1,6 @@
body-bag-entity-storage-component-on-examine-details = The label reads: {$paper}
body-bag-entity-storage-component-interact-using-already-attached = There's already a label attached.
body-bag-entity-storage-component-interact-using-success = You attach {$entity} to the body bag.
# RemoveLabelVerb
remove-label-verb-get-data-text = Remove label

View File

@@ -0,0 +1,9 @@
crematorium-entity-storage-component-on-examine-details-is-burning = The {$owner} is [color=red]active[/color]!
crematorium-entity-storage-component-on-examine-details-has-contents = The content light is [color=green]on[/color], there's something in here.
crematorium-entity-storage-component-on-examine-details-empty = The content light is off, there's nothing in here.
crematorium-entity-storage-component-is-cooking-safety-message = Safety first, not while it's active!
crematorium-entity-storage-component-suicide-message = You cremate yourself!
crematorium-entity-storage-component-suicide-message-others = {$victim} is cremating {$victim}!
# CremateVerb
cremate-verb-get-data-text = Cremate

View File

@@ -0,0 +1,5 @@
morgue-entity-storage-component-cannot-open-no-space = There's no room for the tray to extend!
morgue-entity-storage-component-on-examine-details-body-has-soul = The content light is [color=green]green[/color], this body might still be saved!
morgue-entity-storage-component-on-examine-details-body-has-no-soul = The content light is [color=red]red[/color], there's a dead body in here! Oh wait...
morgue-entity-storage-component-on-examine-details-has-contents = The content light is [color=yellow]yellow[/color], there's something in here.
morgue-entity-storage-component-on-examine-details-empty = The content light is off, there's nothing in here.