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,2 @@
cream-pied-component-on-hit-by-message = You have been creamed by {$thrower}!
cream-pied-component-on-hit-by-message-others = {$owner} has been creamed by {$thrower}!

View File

@@ -0,0 +1,9 @@
drink-component-on-use-is-empty = {$owner} is empty!
drink-component-on-examine-is-empty = Empty
drink-component-on-examine-is-opened = Opened
drink-component-on-examine-details-text = [color={$colorName}]{$text}[/color]
drink-component-try-use-drink-not-open = Open {$owner} first!
drink-component-try-use-drink-is-empty = {$entity} is empty!
drink-component-try-use-drink-cannot-drink = You can't drink {$owner}!
drink-component-try-use-drink-had-enough = You've had enough {$owner}!
drink-component-try-use-drink-success-slurp = Slurp

View File

@@ -0,0 +1,15 @@
### Interaction Messages
# When trying to eat food without the required utensil
food-you-need-utensil = You need to use a {$utensil} to eat that!
# When trying to eat food without the required utensil... but you gotta hold it
food-you-need-to-hold-utensil = You need to be holding a {$utensil} to eat that!
food-you-cannot-eat-any-more = You can't eat any more!
food-nom = Nom
## Entity
food-component-try-use-food-is-empty = {$entity} is empty!

View File

@@ -0,0 +1 @@
sliceable-food-component-on-examine-remaining-slices-text = There are {$remainingCount} slices remaining.