Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
1
Resources/Locale/en-US/body/behavior/behavior.ftl
Normal file
1
Resources/Locale/en-US/body/behavior/behavior.ftl
Normal file
@@ -0,0 +1 @@
|
||||
lung-behavior-gasp = Gasp
|
||||
@@ -0,0 +1,5 @@
|
||||
## UI
|
||||
|
||||
body-scanner-display-title = Body Scanner
|
||||
body-scanner-display-health-label = Health:
|
||||
body-scanner-display-body-part-damage-text = {$damage} damage
|
||||
@@ -0,0 +1,9 @@
|
||||
## Entity
|
||||
|
||||
bodypart-component-no-way-to-install-message = You see no way to install the {$partName}
|
||||
bodypart-component-no-way-to-attach-message = You see no useful way to attach the {$partName} anymore.
|
||||
bodypart-component-attach-success-message = You attach {$partName}
|
||||
bodypart-component-attach-fail-message = You can't attach {$partName}
|
||||
|
||||
# AttachBodypartVerb
|
||||
attach-bodypart-verb-get-data-text = Attach Body Part
|
||||
@@ -0,0 +1,6 @@
|
||||
## Entity
|
||||
|
||||
mechanism-component-cannot-fit-message = You can't fit it in!
|
||||
mechanism-component-no-way-to-install-message = You see no way to install the {$partName}
|
||||
mechanism-component-no-useful-way-to-use-message = You see no useful way to use the {$partName} anymore.
|
||||
mechanism-component-jam-inside-message = You jam {$ownerName} inside {$them}.
|
||||
@@ -0,0 +1,11 @@
|
||||
biological-surgery-data-component-has-incision-not-clamped-message = The skin on their {$bodyPart} has an incision, but it is prone to bleeding.
|
||||
biological-surgery-data-component-has-clamped-incision-not-retracted-message = The skin on their {$bodyPart} has an incision, but it is not retracted.
|
||||
biological-surgery-data-component-has-fully-open-incision-message = There is an incision on their {$bodyPart}.
|
||||
biological-surgery-data-component-part-is-loose-message = {$owner}'s {$bodyPart} is loose.
|
||||
biological-surgery-data-component-open-skin-message = Cut open the skin...
|
||||
biological-surgery-data-component-clamp-vessels-message = Clamp the vessels...
|
||||
biological-surgery-data-component-retract-skin-message = Retracting the skin...
|
||||
biological-surgery-data-component-cauterize-incision-message = Cauterizing the incision...
|
||||
biological-surgery-data-component-loosen-organ-message = Loosening the organ...
|
||||
biological-surgery-data-component-remove-organ-message = Removing the organ...
|
||||
biological-surgery-data-component-remove-bodypart-message = Sawing off the limb!
|
||||
@@ -0,0 +1,2 @@
|
||||
surgery-tool-component-not-useful-message = You see no useful way to use {$bodyPart}.
|
||||
surgery-tool-component-not-useful-anymore-message = You see no useful way to use {$bodyPart} anymore.
|
||||
4
Resources/Locale/en-US/body/surgery/surgery.ftl
Normal file
4
Resources/Locale/en-US/body/surgery/surgery.ftl
Normal file
@@ -0,0 +1,4 @@
|
||||
## UI
|
||||
|
||||
surgery-window-title = Surgery
|
||||
surgery-window-not-available-button-text = N/A
|
||||
Reference in New Issue
Block a user