diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json index 6f962efc0..97097ce65 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Alle", "gui.refinedstorage.grid.craft": "Lav", "gui.refinedstorage.grid.autocraftable": "Denne ressource kan laves automatisk", - "gui.refinedstorage.grid.pattern_in_inventory": "Denne ressource har et mønster i din beholdning.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Klik for at lave automatisk", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + klik for at lave automatisk", "gui.refinedstorage.grid.search_help": "Søg gennem ressourcer på lager", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/de_de.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/de_de.json index 5fb4f6585..76d624df7 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/de_de.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/de_de.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Alle", "gui.refinedstorage.grid.craft": "Herstellen", "gui.refinedstorage.grid.autocraftable": "Diese Ressource ist automatisch Herstellbar", - "gui.refinedstorage.grid.pattern_in_inventory": "Diese Ressource hat eine Vorlage im Inventar.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Klicken zum automatische Herstellen ", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "STRG + klicken zum automatischen Herstellen ", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Verfügbar: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "Zu Erstellen: %s", "gui.refinedstorage.autocrafting_preview.missing": "Fehlend: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Konsole", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Große Schriftart", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/es_es.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/es_es.json index d09bb79bf..3d6a64d32 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/es_es.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/es_es.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Todo", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Fuente grande", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/fr_fr.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/fr_fr.json index 108f18654..d99dc9425 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/fr_fr.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/fr_fr.json @@ -1,10 +1,10 @@ { - "mod.refinedstorage": "Stockage raffiné", + "mod.refinedstorage": "Refined Storage", "block.refinedstorage.cable": "Câble", "block.refinedstorage.disk_drive": "Lecteur de Disque", "block.refinedstorage.machine_casing": "Boitier de Machine", "block.refinedstorage.grid": "Grille", - "block.refinedstorage.pattern_grid": "Grille de paterne", + "block.refinedstorage.pattern_grid": "Grille de modèle", "block.refinedstorage.crafting_grid": "Grille d’Artisanat", "block.refinedstorage.controller": "Contrôleur", "block.refinedstorage.creative_controller": "Contrôleur créatif", @@ -36,7 +36,7 @@ "block.refinedstorage.relay": "Relais", "block.refinedstorage.disk_interface": "Interface Disque", "block.refinedstorage.autocrafter": "Autocrafteur", - "block.refinedstorage.autocrafter_manager": "Gestionnaire De Constructeur Automatique", + "block.refinedstorage.autocrafter_manager": "Gestionnaire de Constructeur Automatique", "block.refinedstorage.autocrafting_monitor": "Autocrafting Monitor", "gui.refinedstorage.controller.redstone_mode_help": "Lorsque ce périphérique est inactif, le réseau de stockage ne peut pas utiliser ce périphérique comme source d'énergie.", "gui.refinedstorage.disk_drive.disks": "Disques", @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Toutes", "gui.refinedstorage.grid.craft": "Crafter", "gui.refinedstorage.grid.autocraftable": "Cette ressource est auto-craftable", - "gui.refinedstorage.grid.pattern_in_inventory": "Cette ressource a un patron dans votre inventaire.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Cliquez pour auto-crafter", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + cliquez pour auto-crafter", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -192,7 +192,7 @@ "gui.refinedstorage.relay.pass_security": "Pass security", "gui.refinedstorage.relay.pass_security.help": "Whether this device should pass the security settings from the input network to the output network.", "gui.refinedstorage.relay.pass_autocrafting": "Pass autocrafting", - "gui.refinedstorage.relay.pass_autocrafting.help": "Whether this device should pass the autocrafting patterns from the input network to the output network.", + "gui.refinedstorage.relay.pass_autocrafting.help": "", "gui.refinedstorage.relay.filter_mode.allow.help": "Only expose resources from the input network to the output network that are configured in the filters.", "gui.refinedstorage.relay.filter_mode.block.help": "Don't expose resources from the input network to the output network that are configured in the filters.", "gui.refinedstorage.disk_interface.filter_mode.allow.help": "Only allow resources into the storage disks or into the network that are configured in the filters.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Mode de recherche", "gui.refinedstorage.autocrafter_manager.search_mode.all": "Tout", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grille", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/hu_hu.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/hu_hu.json index 767132d23..1b45b7124 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/hu_hu.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/hu_hu.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "All", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json index aca4e9898..427e8d492 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Semua", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Kisi", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Font besar", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/it_it.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/it_it.json index 5ec7d5adc..99441770a 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/it_it.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/it_it.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "All", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ja_jp.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ja_jp.json index e163d3323..78f384a8c 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ja_jp.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ja_jp.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "すべて", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ko_kr.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ko_kr.json index 5ec7d5adc..99441770a 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ko_kr.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ko_kr.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "All", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pl_pl.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pl_pl.json index aed804b04..1633d22cc 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pl_pl.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pl_pl.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Wszystko", "gui.refinedstorage.grid.craft": "Stwórz", "gui.refinedstorage.grid.autocraftable": "Ten zasób może być stworzony automatycznie", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Kliknij, aby automatycznie stworzyć", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json index 3924248f4..6e4ac6d8b 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json @@ -36,8 +36,8 @@ "block.refinedstorage.relay": "Relé", "block.refinedstorage.disk_interface": "Painel de disco", "block.refinedstorage.autocrafter": "Auto-Fabricador", - "block.refinedstorage.autocrafter_manager": "Autocrafter Manager", - "block.refinedstorage.autocrafting_monitor": "Autocrafting Monitor", + "block.refinedstorage.autocrafter_manager": "Gerenciador de Autocrafter", + "block.refinedstorage.autocrafting_monitor": "Monitor de Autocrafting", "gui.refinedstorage.controller.redstone_mode_help": "Quando este dispositivo estiver inativo, a rede de armazenamento não poderá usar este dispositivo como fonte de energia.", "gui.refinedstorage.disk_drive.disks": "Discos", "gui.refinedstorage.storage.redstone_mode_help": "Quando este dispositivo estiver inativo, o armazenamento contido não estará mais acessível a partir da rede de armazenamento.", @@ -64,13 +64,13 @@ "gui.refinedstorage.grid.resource_type.all": "Todos", "gui.refinedstorage.grid.craft": "Fabricação", "gui.refinedstorage.grid.autocraftable": "O Recurso é auto-fabricável", - "gui.refinedstorage.grid.pattern_in_inventory": "Esse recurso tem um Modelo em seu inventário.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Clique para auto-fabricar", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + clique para auto-fabricar", - "gui.refinedstorage.grid.search_help": "Search through resources in storage.", - "gui.refinedstorage.grid.search_help.mod_search": "Use '@' to filter for resources from a specific mod", - "gui.refinedstorage.grid.search_help.tag_search": "Use '$' to filter for resources with a specific tag", - "gui.refinedstorage.grid.search_help.tooltip_search": "Use '#' to filter for resources with a specific tooltip", + "gui.refinedstorage.grid.search_help": "Procure através de recursos no armazenamento.", + "gui.refinedstorage.grid.search_help.mod_search": "Use '@' para filtrar recursos de um mod específico", + "gui.refinedstorage.grid.search_help.tag_search": "Use '$' para filtrar para recursos com uma tag específica", + "gui.refinedstorage.grid.search_help.tooltip_search": "Use '#' para filtrar para recursos com uma característica específica", "gui.refinedstorage.crafting_grid.move.network": "Mover itens para a rede", "gui.refinedstorage.crafting_grid.move.inventory": "Mover itens para o inventário", "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Pressione SHIFT + CTRL para mostrar apenas itens usados na receita.", @@ -87,15 +87,15 @@ "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Alternativas permitidas:", "gui.refinedstorage.pattern_grid.alternatives": "Alternativas", "gui.refinedstorage.pattern_grid.alternatives.expand": "Expandir", - "gui.refinedstorage.pattern_grid.alternatives.search_help": "Search through tag names.", + "gui.refinedstorage.pattern_grid.alternatives.search_help": "Pesquise através de tag de nomes.", "gui.refinedstorage.screen_size": "Tamanho da tela", "gui.refinedstorage.screen_size.stretch": "Estender", "gui.refinedstorage.screen_size.small": "Pequena", "gui.refinedstorage.screen_size.medium": "Média", "gui.refinedstorage.screen_size.large": "Grande", "gui.refinedstorage.screen_size.extra_large": "Muito Grande", - "gui.refinedstorage.search_box_auto_selected": "Search box auto-selected", - "gui.refinedstorage.search_box_auto_selected.help": "Whether to auto-select the search box.", + "gui.refinedstorage.search_box_auto_selected": "Caixa de pesquisa auto-selecionada", + "gui.refinedstorage.search_box_auto_selected.help": "Se deseja selecionar automaticamente a caixa de pesquisa.", "gui.refinedstorage.detector.mode": "Modo", "gui.refinedstorage.detector.mode.under": "Emitir sinal de redstone quando estiver abaixo da quantidade.", "gui.refinedstorage.detector.mode.equal": "Emitir sinal de \"redstone\" quando quantidade for exata", @@ -130,14 +130,14 @@ "gui.refinedstorage.scheduling_mode.random": "Aleatório", "gui.refinedstorage.scheduling_mode.random.help": "Usar um filtro aleatório.", "gui.refinedstorage.priority": "Prioridade", - "gui.refinedstorage.insert_extract_priority": "Insert/extract priority", - "gui.refinedstorage.insert_priority": "Insert priority", - "gui.refinedstorage.extract_priority": "Extract priority", - "gui.refinedstorage.priority.insert_extract": "Insert/extract: %d", - "gui.refinedstorage.priority.insert": "Insert: %d", - "gui.refinedstorage.priority.extract": "Extract: %d", - "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first. Click to modify the insert/extract priority. Press CTRL and click to modify the insert priority. Press ALT and click to modify the extract priority.", - "gui.refinedstorage.priority.autocrafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.", + "gui.refinedstorage.insert_extract_priority": "Inserir/extrair a prioridade", + "gui.refinedstorage.insert_priority": "Insira a prioridade", + "gui.refinedstorage.extract_priority": "Extraia a prioridade", + "gui.refinedstorage.priority.insert_extract": "Inserir/extrair: %d", + "gui.refinedstorage.priority.insert": "Inserir: %d", + "gui.refinedstorage.priority.extract": "Extrair: %d", + "gui.refinedstorage.priority.storage_help": "A ordem em que a rede de armazenamento irá inserir ou extrair recursos, mais altos primeiros. Clique para modificar a prioridade de inserir/extrair. Pressione CTRL e clique para modificar a prioridade de inserção. Pressione ALT e clique para modificar a extração de prioridade.", + "gui.refinedstorage.priority.autocrafter_help": "Se existirem vários patterns para um recurso, criar tarefas priorizará o padrão no autocrafter com a prioridade mais alta.", "gui.refinedstorage.configure_amount": "Configurar quantia", "gui.refinedstorage.configure_amount.reset": "Redefinir", "gui.refinedstorage.configure_amount.set": "Definir", @@ -213,8 +213,8 @@ "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Bloquear até que todas as saídas sejam recebidas", "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Bloquear até um alto sinal de redstone", "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Bloquear até um baixo sinal de redstone", - "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager": "Visible to the Autocrafter Manager", - "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager.help": "If this is enabled, you will be able to manage this autocrafter in the Autocrafter Manager.", + "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager": "Visível para o Gerenciador Autocrafter", + "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager.help": "Se essa opção estiver habilitada, você conseguirá gerenciar este autocrafter no Gerenciador Autocrafter.", "gui.refinedstorage.autocrafter.edit_name": "Editar", "gui.refinedstorage.autocrafter.chained": "Encadeado", "gui.refinedstorage.autocrafter.chained.help": "Essa auto-fabricadora é parte de uma cadeia.", @@ -228,10 +228,19 @@ "gui.refinedstorage.autocrafting_preview.available": "Disponível: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "Para fabricar: %s", "gui.refinedstorage.autocrafting_preview.missing": "Faltando: %s", - "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", - "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", + "gui.refinedstorage.autocrafting_preview.max": "Máximo", + "gui.refinedstorage.autocrafting_preview.max.help": "Preenche o número máximo desse recurso que você pode criar agora mesmo sem iniciar o processo de criação.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "Um ciclo de pattern foi detectado!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "O pattern tem as seguintes saídas:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Quebre o ciclo e tente novamente.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "O pedido é muito grande para lidar!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Tente um valor menor.", + "gui.refinedstorage.autocrafting_preview.notify": "Notificar", + "gui.refinedstorage.autocrafting_preview.notify.help": "Enviar uma notificação quando a tarefa de Autocrafting for concluída.", + "gui.refinedstorage.autocrafter_manager.search_mode": "Modo de busca", + "gui.refinedstorage.autocrafter_manager.search_mode.all": "Tudo", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", - "gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs": "Pattern inputs", + "gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs": "Entradas de Pattern", "gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs.help": "Search in pattern inputs.", "gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs": "Pattern outputs", "gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs.help": "Search in pattern outputs.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "A quantidade máxima de linhas que podem ser exibidas quando o tamanho da tela é esticado.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grade", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuração para a grade.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Fonte grande", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ru_ru.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ru_ru.json index 5cd59bc7e..3d35f0acb 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ru_ru.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/ru_ru.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Все", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json index 4f2b78cf8..3941fd8be 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Allt", "gui.refinedstorage.grid.craft": "Crafta", "gui.refinedstorage.grid.autocraftable": "Denna resurs är auto-tillverkningsbar", - "gui.refinedstorage.grid.pattern_in_inventory": "Denna resurs har ett mönster i ditt inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Klicka för att automatiskt tillverka", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + klicka för autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Tillgängligt: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "Att tillverka: %s", "gui.refinedstorage.autocrafting_preview.missing": "Saknas: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Det maximala antalet rader när skärmstorleken är utsträckt.\n", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Rutnät", "text.autoconfig.refinedstorage.option.grid.tooltip": "Konfiguration för rutnätet.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Stort typsnitt", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/tr_tr.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/tr_tr.json index be909ea81..1359d11c9 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/tr_tr.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/tr_tr.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Hepsi", "gui.refinedstorage.grid.craft": "Üret", "gui.refinedstorage.grid.autocraftable": "Bu malzeme otomatik üretilebilir", - "gui.refinedstorage.grid.pattern_in_inventory": "Bu malzemenin envanterinizde bir şablonu var.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Otomatik üretmek için tıkla", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "Otomatik üretmek için CTRL + tıkla", "gui.refinedstorage.grid.search_help": "Depodaki kaynaklar üzerinden arama yap.", @@ -130,14 +130,14 @@ "gui.refinedstorage.scheduling_mode.random": "Rastgele", "gui.refinedstorage.scheduling_mode.random.help": "Rastgele bir filtreyi kullan.", "gui.refinedstorage.priority": "Öncelik", - "gui.refinedstorage.insert_extract_priority": "Insert/extract priority", - "gui.refinedstorage.insert_priority": "Insert priority", - "gui.refinedstorage.extract_priority": "Extract priority", - "gui.refinedstorage.priority.insert_extract": "Insert/extract: %d", - "gui.refinedstorage.priority.insert": "Insert: %d", - "gui.refinedstorage.priority.extract": "Extract: %d", - "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first. Click to modify the insert/extract priority. Press CTRL and click to modify the insert priority. Press ALT and click to modify the extract priority.", - "gui.refinedstorage.priority.autocrafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.", + "gui.refinedstorage.insert_extract_priority": "Yerleştirme/çıkartma önceliği", + "gui.refinedstorage.insert_priority": "Yerleştirme önceliği", + "gui.refinedstorage.extract_priority": "Çıkartma önceliği", + "gui.refinedstorage.priority.insert_extract": "Yerleştir/çıkart: %d", + "gui.refinedstorage.priority.insert": "Yerleştir: %d", + "gui.refinedstorage.priority.extract": "Çıkart: %d", + "gui.refinedstorage.priority.storage_help": "Depolama ağının kaynakları yerleştireceği veya çıkartacağı sıra, en yüksek-ilk. Yerleştirme/çıkartma önceliğini değiştirmek için tıklayın. Yerleştirme önceliğini değiştirmek için CTRL tuşuna basın ve tıklayın. Çıkartma önceliğini değiştirmek için ALT tuşuna basın ve tıklayın.", + "gui.refinedstorage.priority.autocrafter_help": "Bir kaynak için birden fazla şablon varsa, üretim görevleri otomatik üreticide en yüksek önceliğe sahip şablona öncelik verecektir.", "gui.refinedstorage.configure_amount": "Miktarı yapılandır", "gui.refinedstorage.configure_amount.reset": "Sıfırla", "gui.refinedstorage.configure_amount.set": "Ayarla", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Kullanılabilir: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "Üretmek için: %s", "gui.refinedstorage.autocrafting_preview.missing": "Eksik: %s", + "gui.refinedstorage.autocrafting_preview.max": "Maks", + "gui.refinedstorage.autocrafting_preview.max.help": "Henüz üretim sürecine başlamadan şu anda üretebileceğiniz bu kaynağın maksimum sayısını doldurur.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "Bir şablon döngüsü tespit edildi!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "Şablon aşağıdaki çıktılara sahipti:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Döngüyü kır ve tekrar dene.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "Talep karşılanamayacak kadar fazla!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Daha az bir miktar dene.", + "gui.refinedstorage.autocrafting_preview.notify": "Bildir", + "gui.refinedstorage.autocrafting_preview.notify.help": "Otomatik üretim görevi tamamlandığında bir bildirim gönder.", "gui.refinedstorage.autocrafter_manager.search_mode": "Arama modu", "gui.refinedstorage.autocrafter_manager.search_mode.all": "Hepsi", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Şablon girdilerinde, şablon çıktılarında ve otomatik üretici adlarında arama yap.", @@ -302,8 +311,8 @@ "item.refinedstorage.256b_fluid_storage_disk": "256B Akışkan Depolama Diski", "item.refinedstorage.1024b_fluid_storage_disk": "1024B Akışkan Depolama Diski", "item.refinedstorage.4096b_fluid_storage_disk": "4096B Akışkan Depolama Diski", - "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets. When empty, use while holding to return the Fluid Storage Part. Upgradeable to a higher tier by combining with a Fluid Storage Part.", - "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets. When empty, use while holding to return the Fluid Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Fluid Storage Part.", + "item.refinedstorage.fluid_storage_disk.help": "%s kova depolar. Boşken, Akışkan Depolama Parçasını geri vermek için tutarken kullanın. Bir Akışkan Depolama Parçası ile birleştirilerek daha yüksek bir seviyeye yükseltilebilir.", + "item.refinedstorage.fluid_storage_block.help": "%s kova depolar. Boş olduğunda, Akışkan Depolama Parçasını ve Makine Muhafazasını geri vermek için tutarken kullanın. Bir Akışkan Depolama Parçası ile birleştirilerek daha yüksek bir seviyeye yükseltilebilir.", "item.refinedstorage.creative_fluid_storage_disk": "Yaratıcı Mod Akışkan Depolama Diski", "item.refinedstorage.creative_fluid_storage_disk.help": "Sonsuz miktarda kova depolar.", "item.refinedstorage.creative_fluid_storage_block.help": "Sonsuz miktarda kova depolar.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Ekran boyutu uzatıldığında görüntülenebilecek maksimum satır miktarı.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Otomatik seçilen arama kutusu", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Arama kutusunun otomatik olarak seçilip seçilmeyeceği.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Otomatik üretim bildirimi", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Bir otomatik üretim görevi tamamlandığında bir bildirim gösterilip gösterilmeyeceği.", "text.autoconfig.refinedstorage.option.grid": "Terminal", "text.autoconfig.refinedstorage.option.grid.tooltip": "Terminal için yapılandırma.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Büyük yazı tipi", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json index b37820952..10ec361d7 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Всі", "gui.refinedstorage.grid.craft": "Створити", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Клацніть для автомайстрування", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + клац для автомайстрування", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Доступно: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "Змайструвати: %s", "gui.refinedstorage.autocrafting_preview.missing": "Відсутньо: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Режим пошуку", "gui.refinedstorage.autocrafter_manager.search_mode.all": "Всі", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Максимальна кількість рядків, яка може бути зображена при розтягуванні екрана.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Сітка", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Великий шрифт", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json index 146940c89..0a0bf0c0a 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "全部", "gui.refinedstorage.grid.craft": "合成", "gui.refinedstorage.grid.autocraftable": "该资源可合成", - "gui.refinedstorage.grid.pattern_in_inventory": "此资源在背包中存在样板。", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "单击以自动合成", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + 单击以自动合成。", "gui.refinedstorage.grid.search_help": "在存储中搜索资源", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "可用: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "合成数量:%s", "gui.refinedstorage.autocrafting_preview.missing": "缺少:%s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "搜索模式", "gui.refinedstorage.autocrafter_manager.search_mode.all": "全部", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "屏幕最大可现实的行数", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "终端", "text.autoconfig.refinedstorage.option.grid.tooltip": "终端配置", "text.autoconfig.refinedstorage.option.grid.largeFont": "大字体", diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json index 392c5c10b..c433854e5 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "全部", "gui.refinedstorage.grid.craft": "Craft", "gui.refinedstorage.grid.autocraftable": "This resource is autocraftable", - "gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.", + "gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font",