|
enchantment.enchantedshulkers: |
|
siphon: Siphon |
|
siphon.desc: Picked up items go in the storage if it already contains a similar item. |
|
|
|
refill: Refill |
|
refill.desc: Refills your held item from its inventory after use. |
|
|
|
vacuum: Vacuum |
|
vacuum.desc: Picked up items go in the storage if they fit anywhere. |
|
|
|
void: Void |
|
void.desc: Matching picked up items get deleted. |
|
|
|
commands.enchantedshulkers: |
|
all_options_title: 'All EnchantedShulkers options:' |
|
current_value: 'Current value: ' |
|
options: 'Options: ' |
|
refresh: refresh |
|
set: 'Option %s is now set to: %s' |
|
switch_to: Switch to %s |
|
unknown_option: 'Unknown option: %s' |
|
|
|
enchantedshulkers.options: |
|
coloredNames.desc: Show the names of placed enchanted containers in aqua color. This applies to all players. |
|
creativeRefill.desc: Enable the Refill enchantment for creative players. |
|
creativeSiphon.desc: Enable the Siphon enchantment for creative players. |
|
creativeVacuum.desc: Enable the Vacuum enchantment for creative players. |
|
creativeVoid.desc: Enable the Void enchantment for creative players. |
|
enchantableEnderChest.desc: Allows Ender Chests to also be enchanted. |
|
generateSiphon.desc: Make the Siphon enchantment obtainable in survival by allowing enchanted books to generate with it. |
|
generateVacuum.desc: Make the Vacuum enchantment obtainable in survival by allowing enchanted books to generate with it. |
|
generateVoid.desc: Make the Void enchantment obtainable in survival by allowing enchanted books to generate with it. |
|
generateRefill.desc: Make the Refill enchantment obtainable in survival by allowing enchanted books to generate with it. |
|
nestedContainers.desc: Search containers recursively up to 256 levels deep (e.g, search through Shulker Boxes in an Ender Chest). |
|
refillNonStackables.desc: Allow refilling non-stackable items like Totems of Undying. |
|
refillOffhand.desc: Allow refilling stacks in the offhand. |
|
strongerSiphon.desc: Allow the Siphon enchantment to fill empty slots. The same behavior can be enabled for the Vacuum enchantment with "weakerVacuum". |
|
weakerVacuum.desc: Require the same item to already be present in the container. The same behavior can be enabled for the Siphon enchantment with "strongerSiphon". |
Some Chinese (zh_cn) translations are missing. Help is welcome either in form of a PR or as comments on this issue.
enchantment.enchantedshulkers.vacuumenchantment.enchantedshulkers.vacuum.descenchantment.enchantedshulkers.voidenchantment.enchantedshulkers.void.desccommands.enchantedshulkers.all_options_titlecommands.enchantedshulkers.current_valuecommands.enchantedshulkers.optionscommands.enchantedshulkers.refreshcommands.enchantedshulkers.switch_tocommands.enchantedshulkers.unknown_optionenchantedshulkers.options.coloredNames.descenchantedshulkers.options.creativeRefill.descenchantedshulkers.options.creativeSiphon.descenchantedshulkers.options.creativeVacuum.descenchantedshulkers.options.creativeVoid.descenchantedshulkers.options.enchantableEnderChest.descenchantedshulkers.options.generateSiphon.descenchantedshulkers.options.generateVacuum.descenchantedshulkers.options.generateVoid.descenchantedshulkers.options.generateRefill.descenchantedshulkers.options.nestedContainers.descenchantedshulkers.options.refillNonStackables.descenchantedshulkers.options.refillOffhand.descenchantedshulkers.options.strongerSiphon.descenchantedshulkers.options.weakerVacuum.descThe corresponding English translations can be found below.
EnchantedShulkers/src/main/resources/assets/enchantedshulkers/lang/en_us.yml
Lines 1 to 38 in 8c4a0c2