Allow multiple mob effects at once when holding shift. Closes #23
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
"gui.worldhandler.potions.effect.splash": "Wurftrank",
|
||||
"gui.worldhandler.potions.effect.lingering": "Verweil",
|
||||
"gui.worldhandler.potions.effect.tipped_arrow": "Pfeil",
|
||||
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Halte die Umschalttaste gedrückt, um alle Effekte auf einmal anzuwenden",
|
||||
|
||||
"gui.worldhandler.command_stack.insert_command": "Kommando Einfügen",
|
||||
"gui.worldhandler.command_stack.remove_command": "Kommando Entfernen",
|
||||
@@ -372,6 +373,7 @@
|
||||
"gui.worldhandler.actions.remove": "Entfernen",
|
||||
"gui.worldhandler.actions.set": "Setzen",
|
||||
"gui.worldhandler.actions.reset": "Zurücksetzen",
|
||||
"gui.worldhandler.actions.reset_all": "Alles Zurücksetzen",
|
||||
"gui.worldhandler.actions.set_to_0": "Auf 0 setzen",
|
||||
"gui.worldhandler.actions.perform": "Ausführen",
|
||||
"gui.worldhandler.actions.send": "Senden",
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
"gui.worldhandler.potions.effect.splash": "Splash",
|
||||
"gui.worldhandler.potions.effect.lingering": "Lingering",
|
||||
"gui.worldhandler.potions.effect.tipped_arrow": "Arrow",
|
||||
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
|
||||
|
||||
"gui.worldhandler.command_stack.insert_command": "Insert Command",
|
||||
"gui.worldhandler.command_stack.remove_command": "Remove Command",
|
||||
@@ -372,6 +373,7 @@
|
||||
"gui.worldhandler.actions.remove": "Remove",
|
||||
"gui.worldhandler.actions.set": "Set",
|
||||
"gui.worldhandler.actions.reset": "Reset",
|
||||
"gui.worldhandler.actions.reset_all": "Reset All",
|
||||
"gui.worldhandler.actions.set_to_0": "Set To 0",
|
||||
"gui.worldhandler.actions.perform": "Perform",
|
||||
"gui.worldhandler.actions.send": "Send",
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
"gui.worldhandler.potions.effect.splash": "Jetable",
|
||||
"gui.worldhandler.potions.effect.lingering": "Persistant",
|
||||
"gui.worldhandler.potions.effect.tipped_arrow": "Flèche",
|
||||
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
|
||||
|
||||
"gui.worldhandler.command_stack.insert_command": "Insérer la commande",
|
||||
"gui.worldhandler.command_stack.remove_command": "Supprimer la commande",
|
||||
@@ -373,6 +374,7 @@
|
||||
"gui.worldhandler.actions.remove": "Supprimer",
|
||||
"gui.worldhandler.actions.set": "Définir",
|
||||
"gui.worldhandler.actions.reset": "Réinitialiser",
|
||||
"gui.worldhandler.actions.reset_all": "Reset All",
|
||||
"gui.worldhandler.actions.set_to_0": "Définir sur 0",
|
||||
"gui.worldhandler.actions.perform": "Exécuter",
|
||||
"gui.worldhandler.actions.send": "Envoyer",
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
"gui.worldhandler.potions.effect.splash": "Всплеск",
|
||||
"gui.worldhandler.potions.effect.lingering": "Длительный",
|
||||
"gui.worldhandler.potions.effect.tipped_arrow": "Стрела",
|
||||
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
|
||||
|
||||
"gui.worldhandler.command_stack.insert_command": "Вставить команду",
|
||||
"gui.worldhandler.command_stack.remove_command": "Удалить команду",
|
||||
@@ -372,6 +373,7 @@
|
||||
"gui.worldhandler.actions.remove": "Удалить",
|
||||
"gui.worldhandler.actions.set": "Установить",
|
||||
"gui.worldhandler.actions.reset": "Сбросить",
|
||||
"gui.worldhandler.actions.reset_all": "Reset All",
|
||||
"gui.worldhandler.actions.set_to_0": "Установить на 0",
|
||||
"gui.worldhandler.actions.perform": "Выполнить",
|
||||
"gui.worldhandler.actions.send": "Отправить",
|
||||
|
||||
@@ -163,6 +163,7 @@
|
||||
"gui.worldhandler.potions.effect.splash": "喷溅",
|
||||
"gui.worldhandler.potions.effect.lingering": "滞留",
|
||||
"gui.worldhandler.potions.effect.tipped_arrow": "箭",
|
||||
"gui.worldhandler.potions.effect.hold_shift_to_apply_all_effects_at_once": "Hold Shift to apply all effects at once",
|
||||
|
||||
"gui.worldhandler.command_stack.insert_command": "Insert Command",
|
||||
"gui.worldhandler.command_stack.remove_command": "Remove Command",
|
||||
@@ -373,6 +374,7 @@
|
||||
"gui.worldhandler.actions.remove": "删除",
|
||||
"gui.worldhandler.actions.set": "固定",
|
||||
"gui.worldhandler.actions.reset": "重置",
|
||||
"gui.worldhandler.actions.reset_all": "Reset All",
|
||||
"gui.worldhandler.actions.set_to_0": "重置为 0",
|
||||
"gui.worldhandler.actions.perform": "执行",
|
||||
"gui.worldhandler.actions.send": "发送",
|
||||
|
||||
Reference in New Issue
Block a user