Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
## Entity
|
||||
|
||||
plant-holder-component-empty-seed-packet-message = The packet seems to be empty. You throw it away.
|
||||
plant-holder-component-plant-success-message = You plant the {$seedName} {$seedNoun}.
|
||||
plant-holder-component-already-seeded-message = The {$name} already has seeds in it!
|
||||
plant-holder-component-remove-weeds-message = You remove the weeds from the {$name}.
|
||||
plant-holder-component-remove-weeds-others-message = {$otherName} starts uprooting the weeds.
|
||||
plant-holder-component-no-weeds-message = This plot is devoid of weeds! It doesn't need uprooting.
|
||||
plant-holder-component-remove-plant-message = You remove the plant from the {$name}.
|
||||
plant-holder-component-remove-plant-others-message = {$name} removes the plant.
|
||||
plant-holder-component-no-plant-message = There is no plant to remove.
|
||||
plant-holder-component-empty-message = {$owner} is empty!
|
||||
plant-holder-component-spray-message = You spray {$owner}.
|
||||
plant-holder-component-transfer-message = You transfer {$amount}u to {$owner}.
|
||||
plant-holder-component-nothing-to-sample-message =There is nothing to take a sample of!.
|
||||
plant-holder-component-already-sampled-message = This plant has already been sampled.
|
||||
plant-holder-component-dead-plant-message = This plant is dead.
|
||||
plant-holder-component-take-sample-message = You take a sample from the {$seedName}.
|
||||
plant-holder-component-compost-message = You compost {$usingItem} into {$owner}.
|
||||
plant-holder-component-compost-others-message = {$user} composts {$usingItem} into {$owner}.
|
||||
plant-holder-component-nothing-planted-message = It has nothing planted in it..
|
||||
plant-holder-component-something-already-growing-message = [color=green]{$seedName}[/color] {$toBeForm} growing here.
|
||||
plant-holder-component-something-already-growing-low-health-message = The plant looks [color=red]{$healthState}[/color].
|
||||
plant-holder-component-plant-old-adjective = old and wilting
|
||||
plant-holder-component-plant-unhealthy-adjective = unhealthy
|
||||
plant-holder-component-dead-plant-matter-message = It is full of [color=red]dead plant matter[/color].
|
||||
plant-holder-component-weed-high-level-message = It is filled with [color=green]weeds[/color]!
|
||||
plant-holder-component-pest-high-level-message = It is filled with [color=gray]tiny worms[/color]!
|
||||
plant-holder-component-water-level-message = Water: [color=cyan]{$waterLevel}[/color].
|
||||
plant-holder-component-nutrient-level-message = Nutrient: [color=orange]{$nutritionLevel}[/color].
|
||||
plant-holder-component-toxins-high-warning = The [color=red]toxicity level alert[/color] is flashing red.
|
||||
plant-holder-component-light-improper-warning = The [color=yellow]improper light level alert[/color] is blinking.
|
||||
plant-holder-component-heat-improper-warning = The [color=orange]improper temperature level alert[/color] is blinking.
|
||||
plant-holder-component-pressure-improper-warning = The [color=lightblue]improper environment pressure alert[/color] is blinking.
|
||||
plant-holder-component-gas-missing-warning = The [color=cyan]improper gas environment alert[/color] is blinking.
|
||||
12
Resources/Locale/en-US/botany/components/seed-component.ftl
Normal file
12
Resources/Locale/en-US/botany/components/seed-component.ftl
Normal file
@@ -0,0 +1,12 @@
|
||||
## Entity
|
||||
|
||||
seed-component-no-seeds-message = It doesn't seem to contain any seeds.
|
||||
seed-component-description = It has a picture of [color=yellow]{$seedName}[/color] on the front.
|
||||
seed-component-has-variety-tag = It's tagged as variety [color=lightgray]no. {$seedUid}[/color].
|
||||
seed-component-plant-yield-text = Plant Yield: [color=lightblue]{$seedYield}[/color]
|
||||
seed-component-plant-potency-text = Plant Potency: [color=lightblue]{$seedPotency}[/color]
|
||||
|
||||
botany-seed-packet-name = packet of {$seedName} {$seedNoun}
|
||||
botany-harvest-fail-message = You fail to harvest anything useful.
|
||||
botany-harvest-success-message = You harvest from the {$name}
|
||||
botany-mysterious-description-addon = On second thought, something about this one looks strange.
|
||||
@@ -0,0 +1,3 @@
|
||||
## Entity
|
||||
|
||||
seed-extractor-component-interact-message = You extract some seeds from the {$name}.
|
||||
Reference in New Issue
Block a user