From 739252eb2f88c604962f69a1c98d4e7a54d9065b Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:00 +0200 Subject: [PATCH 01/17] chore: update translation Russian from crowdin --- .../assets/refinedstorage/lang/ru_ru.json | 132 ++++++++++++++---- 1 file changed, 104 insertions(+), 28 deletions(-) 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 7b074251b..121a58f0c 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Дисковый привод", "block.refinedstorage.machine_casing": "Корпус механизма", "block.refinedstorage.grid": "Терминал", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Терминал создания", "block.refinedstorage.controller": "Контроллер", "block.refinedstorage.creative_controller": "Творческий контроллер", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "Когда это устройство активно, оно по умолчанию защищает сеть и блокирует все операции. Начните добавлять карты безопасности, чтобы разрешить или запретить определённые операции для игрока.", "block.refinedstorage.relay": "Реле", "block.refinedstorage.disk_interface": "Интерфейс диска", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "Когда это устройство неактивно, сеть хранения не сможет использовать это устройство в качестве источника энергии.", "gui.refinedstorage.disk_drive.disks": "Диски", "gui.refinedstorage.storage.redstone_mode_help": "Когда это устройство неактивно, автономное хранилище больше не будет доступно из сети хранения данных.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Без каких-либо настроенных фильтров ресурсы не будут приниматься в этом хранилище.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Порядок сортировки", "gui.refinedstorage.grid.sorting.direction.ascending": "По возрастанию", "gui.refinedstorage.grid.sorting.direction.descending": "По убыванию", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Последнее изменение", "gui.refinedstorage.grid.auto_selected": "Auto-selected", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Режим синхронизации", - "gui.refinedstorage.grid.synchronizer.off": "Выкл.", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Resource type", "gui.refinedstorage.grid.resource_type.all": "Все", - "gui.refinedstorage.grid.resource_type.help": "Фильтр конкретных типов ресурсов.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Переместить предметы в сеть", "gui.refinedstorage.crafting_grid.move.inventory": "Переместить предметы в инвентарь", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Размер экрана", "gui.refinedstorage.screen_size.stretch": "Растянуть", "gui.refinedstorage.screen_size.small": "Маленький", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "Режим красного камня", "gui.refinedstorage.redstone_mode.ignore": "Игнорировать", @@ -95,29 +120,30 @@ "gui.refinedstorage.scheduling_mode": "Scheduling mode", "gui.refinedstorage.scheduling_mode.default": "По умолчанию", "gui.refinedstorage.scheduling_mode.default.help": "Use the first available filter.", - "gui.refinedstorage.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage.scheduling_mode.round_robin": "По кругу", "gui.refinedstorage.scheduling_mode.round_robin.help": "Use each filter in turn.", "gui.refinedstorage.scheduling_mode.random": "Random", "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Amount", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Set", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Режим фильтрации", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", "gui.refinedstorage.fuzzy_mode.on": "On", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Выкл.", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Должно ли это устройство передавать весь сигнал входящей сети как есть. Выключите это, чтобы выборочно дать доступ к компонентам в выходной сети.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,13 +230,14 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", - "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", - "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.quartz_enriched_iron": "Обогащённое кварцем железо", + "item.refinedstorage.quartz_enriched_copper": "Обогащённая кварцем медь", "item.refinedstorage.processor_binding": "Processor Binding", - "item.refinedstorage.silicon": "Silicon", - "item.refinedstorage.raw_basic_processor": "Raw Basic Processor", - "item.refinedstorage.raw_improved_processor": "Raw Improved Processor", - "item.refinedstorage.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage.silicon": "Кремний", + "item.refinedstorage.raw_basic_processor": "Необработанный Базовый Процессор", + "item.refinedstorage.raw_improved_processor": "Необработанный Улучшенный Процессор", + "item.refinedstorage.raw_advanced_processor": "Необработанный Продвинутый Процессор", "item.refinedstorage.basic_processor": "Базовый процессор", "item.refinedstorage.improved_processor": "Улучшенный процессор", "item.refinedstorage.advanced_processor": "Продвинутый процессор", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "Диск хранения на 4 Кбайт", "item.refinedstorage.16k_storage_disk": "Диск хранения на 16 Кбайт", "item.refinedstorage.64k_storage_disk": "Диск хранения на 64 Кбайт", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Диск хранения творческого режима", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From 1703b59cdee0df4a12e454e01cdc3021d175e302 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:01 +0200 Subject: [PATCH 02/17] chore: update translation French from crowdin --- .../assets/refinedstorage/lang/fr_fr.json | 120 ++++++++++++++---- 1 file changed, 98 insertions(+), 22 deletions(-) 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 7f499f6a0..fe39c4d01 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,11 +1,12 @@ { - "mod.refinedstorage": "Refined Storage", + "mod.refinedstorage": "Stockage raffiné", "block.refinedstorage.cable": "Câble", "block.refinedstorage.quartz_enriched_iron_block": "Bloc de Fer Enrichi en Quartz", "block.refinedstorage.quartz_enriched_copper_block": "Bloc de Cuivre enrichi en Quartz", "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.crafting_grid": "Grille d’Artisanat", "block.refinedstorage.controller": "Contrôleur", "block.refinedstorage.creative_controller": "Contrôleur créatif", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "Lorsque ce périphérique est actif, il protège le réseau par défaut et bloque toutes les opérations. Commencez à ajouter des Cartes de Sécurité pour permettre ou refuser des opérations spécifiques pour un joueur.", "block.refinedstorage.relay": "Relais", "block.refinedstorage.disk_interface": "Interface Disque", + "block.refinedstorage.autocrafter": "Autocrafter", "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", "gui.refinedstorage.storage.redstone_mode_help": "Lorsque ce périphérique est inactif, le stockage contenu ne sera plus accessible depuis le réseau de stockage.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Sans filtre configuré, aucune ressource ne sera accepté dans ce stockage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Autorise dans ce stockage uniquement les ressources configurées dans les filtres.", "gui.refinedstorage.storage.filter_mode.block.help": "Interdis dans ce stockage les ressources configurées dans les filtres.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Direction du tri", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascendant", "gui.refinedstorage.grid.sorting.direction.descending": "Descendant", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Dernière modification", "gui.refinedstorage.grid.auto_selected": "Sélection automatique", "gui.refinedstorage.grid.auto_selected.help": "Si la barre de recherche doit être sélectionnée automatique à l'ouverture de la grille.", - "gui.refinedstorage.grid.synchronizer": "Mode de synchronisation", - "gui.refinedstorage.grid.synchronizer.off": "Éteint", - "gui.refinedstorage.grid.synchronizer.off.help": "Ne pas synchroniser la recherche.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Type de ressource", "gui.refinedstorage.grid.resource_type.all": "Toutes", - "gui.refinedstorage.grid.resource_type.help": "Filtrer un type de ressources spécifique.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Déplacer les objets dans le réseau", "gui.refinedstorage.crafting_grid.move.inventory": "Déplacer les objets dans l'inventaire", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Taille de l'écran", "gui.refinedstorage.screen_size.stretch": "Etiré", "gui.refinedstorage.screen_size.small": "Petit", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Autorise dans le réseau de stockage uniquement les ressources configurées dans les filtres.", "gui.refinedstorage.importer.filter_mode.block.help": "Interdit dans le réseau de stockage les ressources configurées dans les filtres.", "gui.refinedstorage.wireless_transmitter.distance": "%d bloc(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "La ressource à afficher.", "gui.refinedstorage.redstone_mode": "Mode redstone", "gui.refinedstorage.redstone_mode.ignore": "Ignoré", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Utiliser un filtre aléatoire.", "gui.refinedstorage.priority": "Priorité", "gui.refinedstorage.priority.storage_help": "L'ordre dans lequel le réseau de stockage va insérer ou extraire les ressources, le plus élevé en premier.", - "gui.refinedstorage.amount": "Quantité", - "gui.refinedstorage.amount.reset": "Réinitialiser", - "gui.refinedstorage.amount.set": "Définir", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Mode de filtrage", "gui.refinedstorage.filter_mode.allow": "Liste blanche", "gui.refinedstorage.filter_mode.block": "Liste noire", "gui.refinedstorage.fuzzy_mode": "Mode flou", "gui.refinedstorage.fuzzy_mode.on": "Activé", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Faire correspondre exactement les filtres pour la liste d'autorisation ou de blocage.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Faire correspondre exactement le filtre.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Faire correspondre exactement les filtres du réseau de stockage.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Faire correspondre exactement les filtres lors de l'extraction depuis la source.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Désactivé", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Faire correspondre exactement les filtres pour la liste d'autorisation ou de blocage sans comparer les tags NBT.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Faire correspondre le filtre sans comparer les tags NBT.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Faire correspondre les filtres lors de l'extraction depuis le réseau de stockage sans comparer les tags NBT.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Mode d'accès", "gui.refinedstorage.access_mode.insert_extract": "Insertion et extraction", "gui.refinedstorage.access_mode.insert_extract.help": "Le réseau de stockage pourra insérer et extraire depuis ce stockage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Anéantir les ressources en excès", "gui.refinedstorage.void_excess.help": "Quand le mode anéantir les ressources en excès est allumé et que le stockage est plein, il continuera d'accepter les ressources mais les détruira.", "gui.refinedstorage.void_excess.allowlist_warning": "Le mode anéantir les ressources en excès ne fonction que lorsque le stockage est en mode liste blanche.", - "gui.refinedstorage.upgrade_slot": "Emplacement d'amélioration vide", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Filtre vide", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "La ressource qui doit être régulée dans la cible.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactif", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Carte réseau manquante", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "Lorsque ce périphérique est inactif, le réseau ne sera pas protégé.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Emplacement pour une carte de sécurité de repli.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Ajoutez une Carte de sécurité de repli à cet emplacement pour définir les permissions de tous les joueurs sans Carte de sécurité. Par défaut, toutes les actions sont interdites.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Alimente le réseau de stockage en énergie. Plusieurs sont autorisés dans un seul réseau de stockage. ", "item.refinedstorage.creative_controller.help": "Alimente le réseau de stockage avec une source d'énergie infinie. ", "item.refinedstorage.disk_drive.help": "Accepte des disques de stockage pour fournir de l'espace de stockage au réseau.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Permet d'interagir avec le réseau de stockage.", "item.refinedstorage.crafting_grid.help": "Permet d'interagir avec le réseau de stockage, avec les capacités d'artisanat.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Importe des ressources depuis une source externe vers le réseau de stockage.", "item.refinedstorage.exporter.help": "Exporte les ressources du réseau de stockage vers une destination externe.", "item.refinedstorage.interface.help": "Agit comme la combinaison d'un importateur et d'un exportateur.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Place des blocs du réseau de stockage dans le monde.", "item.refinedstorage.destructor.help": "Détruit les blocs du monde et les met dans le réseau de stockage.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Fer enrichi en quartz", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Liant pour processeur", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "Disque de stockage 4k", "item.refinedstorage.16k_storage_disk": "Disque de stockage 16k", "item.refinedstorage.64k_storage_disk": "Disque de stockage 64k", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Disque de stockage créatif", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stocké : %s", "misc.refinedstorage.stored_with_capacity": "Stocké : %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "Vous n'êtes pas autorisé à casser %s.", "misc.refinedstorage.no_permission.build.rotate": "Vous n'êtes pas autorisé à faire pivoter %s.", "misc.refinedstorage.no_permission.build.dismantle": "Vous n'êtes pas autorisé à démonter %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Vider la matrice d'artisanat dans le réseau", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Vider la matrice d'artisanat dans l'inventaire", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Type de tri", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connexion en cours", "advancements.refinedstorage.connecting.description": "Utiliser un câble pour connecter pour connecter des périphériques ensembles, ou placer les périphériques l'un contre l'autre", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From 61e51999550db92738f80ce467eb908c56bfe604 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:02 +0200 Subject: [PATCH 03/17] chore: update translation Spanish from crowdin --- .../assets/refinedstorage/lang/es_es.json | 118 ++++++++++++++---- 1 file changed, 97 insertions(+), 21 deletions(-) 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 7b07c2b4f..e2357af06 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Unidad de Disco", "block.refinedstorage.machine_casing": "Carcasa de la Máquina", "block.refinedstorage.grid": "Rejilla", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Rejilla de Fabricación", "block.refinedstorage.controller": "Controlador", "block.refinedstorage.creative_controller": "Controlador Creativo", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "Cuando este dispositivo está activo, protegerá la red por defecto y bloqueará todas las operaciones. Empieza a añadir tarjetas de seguridad para permitir o denegar operaciones específicas para un jugador.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "Cuando este dispositivo está inactivo, la red de almacenamiento no podrá utilizar este dispositivo como fuente de energía.", "gui.refinedstorage.disk_drive.disks": "Discos", "gui.refinedstorage.storage.redstone_mode_help": "Cuando este dispositivo está inactivo, ya no se podrá acceder al almacenamiento contenido desde la red de almacenamiento.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Sin filtros configurados, no se aceptarán recursos en este almacenamiento.", "gui.refinedstorage.storage.filter_mode.allow.help": "Sólo permitir recursos en este almacenamiento que estén configurados en los filtros.", "gui.refinedstorage.storage.filter_mode.block.help": "No permitir recursos en este almacenamiento que están configurados en los filtros.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Dirección de ordenación", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascendente", "gui.refinedstorage.grid.sorting.direction.descending": "Descendente", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Última modificación", "gui.refinedstorage.grid.auto_selected": "Auto-seleccionado", "gui.refinedstorage.grid.auto_selected.help": "Si seleccionar automáticamente el cuadro de búsqueda al abrir el cuadrículo.", - "gui.refinedstorage.grid.synchronizer": "Modo de sincronización", - "gui.refinedstorage.grid.synchronizer.off": "Apagado", - "gui.refinedstorage.grid.synchronizer.off.help": "No sincronizar el texto del cuadro de búsqueda.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Tipo de Recurso", "gui.refinedstorage.grid.resource_type.all": "Todo", - "gui.refinedstorage.grid.resource_type.help": "Filtrar tipos de recurso específicos.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Mover objetos a la red", "gui.refinedstorage.crafting_grid.move.inventory": "Mover objetos al inventario", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Tamaño de pantalla", "gui.refinedstorage.screen_size.stretch": "Estirar", "gui.refinedstorage.screen_size.small": "Pequeño", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d bloque(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "El recurso a mostrar.", "gui.refinedstorage.redstone_mode": "Modo Redstone", "gui.refinedstorage.redstone_mode.ignore": "Ignorar", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Usar un filtro aleatorio.", "gui.refinedstorage.priority": "Prioridad", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Cantidad", - "gui.refinedstorage.amount.reset": "Reiniciar", - "gui.refinedstorage.amount.set": "Establecer", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Modo de filtro", "gui.refinedstorage.filter_mode.allow": "Lista blanca", "gui.refinedstorage.filter_mode.block": "Lista negra", "gui.refinedstorage.fuzzy_mode": "Modo Fuzzy", "gui.refinedstorage.fuzzy_mode.on": "Encendido", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Coincidir exactamente con el filtro.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Apagado", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Coincide los filtros al extraer de la red de almacenamiento sin comparar las etiquetas NBT.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Coincide los filtros al extraer de la fuente sin comparar las etiquetas NBT.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Modo de acceso", "gui.refinedstorage.access_mode.insert_extract": "Insertar y extraer", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Eliminar recursos excedentes", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Ranura de mejora vacía", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Filtro vacío", "gui.refinedstorage.filter_slot.left_click_for": "Clic izquierdo para", "gui.refinedstorage.filter_slot.right_click_for": "Clic derecho para", "gui.refinedstorage.filter_slot.click_to_clear": "Clic para limpiar", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Falta tarjeta de red", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exporta recursos de la red de almacenamiento a un destino externo.", "item.refinedstorage.interface.help": "Actúa como la combinación de un importador y exportador.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Hierro enriquecido con cuarzo", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "Disco de almacenamiento de 4K", "item.refinedstorage.16k_storage_disk": "Disco de almacenamiento de 16K", "item.refinedstorage.64k_storage_disk": "Disco de almacenamiento de 64K", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Disco de almacenamiento creativo", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Tarjeta de Seguridad", "item.refinedstorage.security_card.cleared_configuration": "Configuración limpiada.", "item.refinedstorage.security_card.unbound": "Desvinculado.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Almacenado: %s", "misc.refinedstorage.stored_with_capacity": "Almacenado: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Enfocar la barra de búsqueda", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Tipo de ordenación", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Utilice uno o varios controladores en una red de almacenamiento para proporcionar energía a su red", "advancements.refinedstorage.connecting": "Conectando", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Seguridad", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From e0835805ad590670005c9d202fbecd00497a529e Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:04 +0200 Subject: [PATCH 04/17] chore: update translation Danish from crowdin --- .../assets/refinedstorage/lang/da_dk.json | 645 ++++++++++++++++++ 1 file changed, 645 insertions(+) create mode 100644 refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json 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 new file mode 100644 index 000000000..303150398 --- /dev/null +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/da_dk.json @@ -0,0 +1,645 @@ +{ + "mod.refinedstorage": "Raffineret Opbevaring", + "block.refinedstorage.cable": "Kabel", + "block.refinedstorage.quartz_enriched_iron_block": "Blok af Kvarts Beriget Jern", + "block.refinedstorage.quartz_enriched_copper_block": "Blok af Kvarts Beriget Kobber", + "block.refinedstorage.disk_drive": "Disk Drev", + "block.refinedstorage.machine_casing": "Maskinhus", + "block.refinedstorage.grid": "Gitter", + "block.refinedstorage.pattern_grid": "Mønstergitter", + "block.refinedstorage.crafting_grid": "Crafting gitter", + "block.refinedstorage.controller": "Controller", + "block.refinedstorage.creative_controller": "Kreativ Controller", + "block.refinedstorage.1k_storage_block": "1K lagerblok", + "block.refinedstorage.4k_storage_block": "4K lagerblok", + "block.refinedstorage.16k_storage_block": "16K lagerblok", + "block.refinedstorage.64k_storage_block": "64K lagerblok", + "block.refinedstorage.creative_storage_block": "Kreativ lagerblok", + "block.refinedstorage.64b_fluid_storage_block": "64B Væske lagerblok", + "block.refinedstorage.256b_fluid_storage_block": "256B Væske lagerblok", + "block.refinedstorage.1024b_fluid_storage_block": "1024B Væske lagerblok", + "block.refinedstorage.4096b_fluid_storage_block": "4096B Væske lagerblok", + "block.refinedstorage.creative_fluid_storage_block": " Kreativ Væske lagerblok", + "block.refinedstorage.importer": "Importør", + "block.refinedstorage.exporter": "Eksportør", + "block.refinedstorage.interface": "Interface", + "block.refinedstorage.external_storage": "Eksternt Lager", + "block.refinedstorage.detector": "Detektor", + "block.refinedstorage.constructor": "Konstruktør", + "block.refinedstorage.destructor": "Ødelægger", + "block.refinedstorage.wireless_transmitter": "Trådløs Sender", + "block.refinedstorage.storage_monitor": "Opbevaringsmonitor", + "block.refinedstorage.network_receiver": "Netværksmodtager", + "block.refinedstorage.network_transmitter": "Netværkssender", + "block.refinedstorage.portable_grid": "Bærbart Gitter", + "block.refinedstorage.creative_portable_grid": "Kreativt Bærbart Gitter", + "block.refinedstorage.security_manager": "Sikkerheds Manager", + "block.refinedstorage.security_manager.help": "Når denne enhed er aktiv, vil den beskytte netværket som standard og blokerer alle handlinger. Begynd at tilføje sikkerhedskort for at tillade eller afvise specifikke handlinger for en spiller.", + "block.refinedstorage.relay": "Relæ", + "block.refinedstorage.disk_interface": "Disk Grænseflade", + "block.refinedstorage.autocrafter": "Autocrafter", + "gui.refinedstorage.controller.redstone_mode_help": "Når denne enhed er inaktiv, vil lagernetværket ikke være i stand til at bruge denne enhed som energikilde.", + "gui.refinedstorage.disk_drive.disks": "Diske", + "gui.refinedstorage.storage.redstone_mode_help": "Når denne enhed er inaktiv, vil det indeholdte lager ikke længere være tilgængeligt på lagernetværket.", + "gui.refinedstorage.storage.filter_help": "De ressourcer, der muligvis eller måske ikke er tilladt i dette lager, afhængigt af om enheden er i tilstanden tilladelsesliste eller blokeringsliste.", + "gui.refinedstorage.storage.filter_mode.empty_warning": "Uden nogen konfigurerede filtre vil ingen ressourcer blive accepteret i dette lager.\n", + "gui.refinedstorage.storage.filter_mode.allow.help": "Tillad kunde ressourcer der er konfigureret i filtrene i dette lager.", + "gui.refinedstorage.storage.filter_mode.block.help": "Tillad ikke de ressourcer der er konfigureret i filtrene i dette lager.", + "gui.refinedstorage.grid.view_type": "Vis type", + "gui.refinedstorage.grid.view_type.all": "Alle", + "gui.refinedstorage.grid.view_type.autocraftable": "Kan laves automatisk", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Kan Ikke laves automatisk", + "gui.refinedstorage.grid.sorting.direction": "Sorteringsretning", + "gui.refinedstorage.grid.sorting.direction.ascending": "Stigende", + "gui.refinedstorage.grid.sorting.direction.descending": "Faldende", + "gui.refinedstorage.grid.sorting.type": "Sorteringstype", + "gui.refinedstorage.grid.sorting.type.quantity": "Mængde", + "gui.refinedstorage.grid.sorting.type.name": "Name", + "gui.refinedstorage.grid.sorting.type.id": "ID", + "gui.refinedstorage.grid.sorting.type.last_modified": "Sidst ændret", + "gui.refinedstorage.grid.auto_selected": "Automatisk valgt", + "gui.refinedstorage.grid.auto_selected.help": "Om søgefeltet skal vælges automatisk, når gitteret åbnes.", + "gui.refinedstorage.grid.synchronization_mode": "Synkroniserings tilstand", + "gui.refinedstorage.grid.synchronization_mode.off": "Slukket", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Synkroniser ikke søgefeltets tekst.", + "gui.refinedstorage.grid.resource_type": "Ressourcetype", + "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.click_to_autocraft": "Klik for at lave automatisk", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + klik for at lave automatisk", + "gui.refinedstorage.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", + "gui.refinedstorage.screen_size": "Screen size", + "gui.refinedstorage.screen_size.stretch": "Stretch", + "gui.refinedstorage.screen_size.small": "Small", + "gui.refinedstorage.screen_size.medium": "Medium", + "gui.refinedstorage.screen_size.large": "Large", + "gui.refinedstorage.screen_size.extra_large": "Extra large", + "gui.refinedstorage.detector.mode": "Mode", + "gui.refinedstorage.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", + "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage.redstone_mode": "Redstone mode", + "gui.refinedstorage.redstone_mode.ignore": "Ignore", + "gui.refinedstorage.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage.redstone_mode.high": "High", + "gui.refinedstorage.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage.redstone_mode.low": "Low", + "gui.refinedstorage.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage.scheduling_mode": "Planlægnings tilstand", + "gui.refinedstorage.scheduling_mode.default": "Default", + "gui.refinedstorage.scheduling_mode.default.help": "Brug det første tilgængelige filter.", + "gui.refinedstorage.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage.scheduling_mode.round_robin.help": "Brug hvert filter i rækkefølge", + "gui.refinedstorage.scheduling_mode.random": "Tilfældig", + "gui.refinedstorage.scheduling_mode.random.help": "Brug et tilfældigt filter.", + "gui.refinedstorage.priority": "Prioritet", + "gui.refinedstorage.priority.storage_help": "Den rækkefølge, som lagernetværket vil indsætte eller udtrække ressourcer i, det højeste først.", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Konfigurer beløb", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Sæt", + "gui.refinedstorage.filter_mode": "Filtrerings tilstand", + "gui.refinedstorage.filter_mode.allow": "Tilladelsesliste", + "gui.refinedstorage.filter_mode.block": "Blokeringsliste", + "gui.refinedstorage.fuzzy_mode": "Fuzzy tilstand", + "gui.refinedstorage.fuzzy_mode.on": "Slået til", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match filtrene for tilladelseslisten eller blokeringslisten, og ignorer komponenter.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match filteret, ignorer komponenter.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match filtrene, når du udvinder fra lagernetværket, og ignorer komponenter.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": ".", + "gui.refinedstorage.fuzzy_mode.off": "Off", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.access_mode": "Access mode", + "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage.access_mode.insert": "Insert only", + "gui.refinedstorage.access_mode.insert.help": "The storage network will only be able to insert into this storage. Contained resources will still be visible in a Grid.", + "gui.refinedstorage.access_mode.extract": "Extract only", + "gui.refinedstorage.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage.void_excess": "Void excess resources", + "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", + "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage.network_transmitter.status.receiver_unreachable": "Unreachable", + "gui.refinedstorage.security_card.permission.reset": "Reset", + "gui.refinedstorage.security_card.permission.modified": "Modified", + "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", + "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", + "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.pass_through": "Pass-through", + "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", + "gui.refinedstorage.relay.pass_energy": "Pass energy", + "gui.refinedstorage.relay.pass_energy.help": "Whether this device should pass the energy buffer from the input network to the output network.", + "gui.refinedstorage.relay.pass_storage": "Pass storage", + "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", + "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.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.", + "gui.refinedstorage.disk_interface.filter_mode.block.help": "Disallow resources into the storage disks or into the network that are configured in the filters.", + "gui.refinedstorage.disk_interface.in": "In", + "gui.refinedstorage.disk_interface.out": "Out", + "gui.refinedstorage.disk_interface.filter_help": "The resources that may or may not be allowed transferred from or into the provided storage disks, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage.disk_interface.transfer_mode": "Transfer mode", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "Insert into network", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", + "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", + "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", + "item.refinedstorage.processor_binding": "Processor Binding", + "item.refinedstorage.silicon": "Silicon", + "item.refinedstorage.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage.basic_processor": "Basic Processor", + "item.refinedstorage.improved_processor": "Improved Processor", + "item.refinedstorage.advanced_processor": "Advanced Processor", + "item.refinedstorage.1k_storage_part": "1K Storage Part", + "item.refinedstorage.4k_storage_part": "4K Storage Part", + "item.refinedstorage.16k_storage_part": "16K Storage Part", + "item.refinedstorage.64k_storage_part": "64K Storage Part", + "item.refinedstorage.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", + "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", + "item.refinedstorage.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets.", + "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets.", + "item.refinedstorage.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage.creative_fluid_storage_disk.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.creative_fluid_storage_block.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.storage_housing": "Storage Housing", + "item.refinedstorage.construction_core": "Construction Core", + "item.refinedstorage.destruction_core": "Destruction Core", + "item.refinedstorage.wrench": "Wrench", + "item.refinedstorage.wrench.help": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage.upgrade": "Upgrade", + "item.refinedstorage.speed_upgrade": "Speed Upgrade", + "item.refinedstorage.speed_upgrade.help": "Increases the operation speed of a storage network device.", + "item.refinedstorage.stack_upgrade": "Stack Upgrade", + "item.refinedstorage.stack_upgrade.help": "Increases the amount of resources that the storage network device handles per operation.", + "item.refinedstorage.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage.silk_touch_upgrade.help": "Acts like the Silk Touch enchantment on a pickaxe.", + "item.refinedstorage.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage.fortune_upgrade.help": "Yields more resources when breaking a block. Acts like the Fortune enchantment on a pickaxe.", + "item.refinedstorage.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage.regulator_upgrade.help": "In an Exporter, will only export if the amount in the target is less than configured in the upgrade. In an Importer, will only import if the amount in the target is more than configured in the upgrade. Use item to configure.", + "item.refinedstorage.range_upgrade": "Range Upgrade", + "item.refinedstorage.range_upgrade.help": "Increases the range of the Wireless Transmitter.", + "item.refinedstorage.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage.creative_range_upgrade.help": "Provides infinite range for the Wireless Transmitter. Does not work cross-dimensionally.", + "item.refinedstorage.wireless_grid": "Wireless Grid", + "item.refinedstorage.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage.network_item.unbound": "Unbound.", + "item.refinedstorage.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage.configuration_card": "Configuration Card", + "item.refinedstorage.configuration_card.empty": "Empty.", + "item.refinedstorage.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage.configuration_card.configured_help": "Use on the destination storage network device while crouching to transfer the configuration and upgrades. Use while crouching to clear.", + "item.refinedstorage.network_card": "Network Card", + "item.refinedstorage.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage.network_card.unbound": "Unbound.", + "item.refinedstorage.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", + "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", + "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", + "item.refinedstorage.security_card": "Security Card", + "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage.security_card.unbound": "Unbound.", + "item.refinedstorage.security_card.unbound.help": "Right click to configure and bind to the current player.", + "item.refinedstorage.security_card.bound": "Bound to %s.", + "item.refinedstorage.security_card.bound.help": "Right click to configure. Use while crouching to clear configuration and binding.", + "item.refinedstorage.fallback_security_card": "Fallback Security Card", + "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", + "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", + "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", + "misc.refinedstorage.stored": "Stored: %s", + "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage.total": "%d total", + "misc.refinedstorage.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage.resource_type.item": "Item", + "misc.refinedstorage.resource_type.fluid": "Fluid", + "misc.refinedstorage.press_shift_for_help": "Press SHIFT for help", + "misc.refinedstorage.no_permission": "No permission", + "misc.refinedstorage.no_permission.open": "You are not allowed to open the %s.", + "misc.refinedstorage.no_permission.insert": "You are not allowed to insert.", + "misc.refinedstorage.no_permission.extract": "You are not allowed to extract.", + "misc.refinedstorage.no_permission.build.place": "You are not allowed to place a %s here.", + "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", + "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", + "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", + "key.refinedstorage.focus_search_bar": "Focus search bar", + "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage.open_wireless_grid": "Open Wireless Grid", + "key.refinedstorage.open_portable_grid": "Open Portable Grid", + "refinedstorage.subtitle.wrench": "Wrench used", + "permission.refinedstorage.insert": "Insert", + "permission.refinedstorage.insert.description": "Whether the player can insert resources in a network.", + "permission.refinedstorage.extract": "Extract", + "permission.refinedstorage.extract.description": "Whether the player can extract resources from a network.", + "permission.refinedstorage.autocrafting": "Autocrafting", + "permission.refinedstorage.autocrafting.description": "Whether the player can start, cancel or view an autocrafting task.", + "permission.refinedstorage.open": "Open", + "permission.refinedstorage.open.description": "Whether the player can open network device GUIs.", + "permission.refinedstorage.build": "Build", + "permission.refinedstorage.build.description": "Whether the player can add or remove network devices.", + "permission.refinedstorage.security": "Security", + "permission.refinedstorage.security.description": "Whether the player can manage the security options for a network.", + "tag.item.refinedstorage.cables": "Cables", + "tag.item.refinedstorage.constructors": "Constructors", + "tag.item.refinedstorage.controllers": "Controllers", + "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", + "tag.item.refinedstorage.creative_controllers": "Creative Controllers", + "tag.item.refinedstorage.destructors": "Destructors", + "tag.item.refinedstorage.detectors": "Detectors", + "tag.item.refinedstorage.exporters": "Exporters", + "tag.item.refinedstorage.external_storages": "External Storages", + "tag.item.refinedstorage.fluid_storage_disks": "Fluid Storage Disks", + "tag.item.refinedstorage.grids": "Grids", + "tag.item.refinedstorage.importers": "Importers", + "tag.item.refinedstorage.network_receivers": "Network Receivers", + "tag.item.refinedstorage.network_transmitters": "Network Transmitters", + "tag.item.refinedstorage.relays": "Relays", + "tag.item.refinedstorage.security_managers": "Security Managers", + "tag.item.refinedstorage.storage_disks": "Storage Disks", + "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", + "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", + "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", + "refinedstorage.configuration.title": "Refined Storage Configuration", + "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", + "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage Configuration", + "text.autoconfig.refinedstorage.option.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Whether scrollbars should use smooth scrolling.", + "text.autoconfig.refinedstorage.option.screenSize": "Screen size", + "text.autoconfig.refinedstorage.option.screenSize.tooltip": "The screen size.", + "text.autoconfig.refinedstorage.option.maxRowsStretch": "Maximum amount of rows when screen size is stretched", + "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.grid": "Grid", + "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", + "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage.option.grid.largeFont.tooltip": "Whether the Grid should use a large font for quantities.", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown.tooltip": "Whether the Grid should avoid sorting when shift is held down.", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip.tooltip": "Whether the Grid should show a detailed tooltip.", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery.tooltip": "Whether the search query should persist when closing and re-opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.grid.energyUsage.tooltip": "The energy used by the Grid.", + "text.autoconfig.refinedstorage.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage.option.grid.autoSelected.tooltip": "Whether the search box should be auto-selected when opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage.option.grid.synchronizer.tooltip": "The synchronization type of the Grid search box.", + "text.autoconfig.refinedstorage.option.grid.resourceType": "Resource type", + "text.autoconfig.refinedstorage.option.grid.resourceType.tooltip": "The resource type to be shown.", + "text.autoconfig.refinedstorage.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", + "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", + "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", + "text.autoconfig.refinedstorage.option.controller": "Controller", + "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", + "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "The energy capacity of the Controller.", + "text.autoconfig.refinedstorage.option.cable": "Cable", + "text.autoconfig.refinedstorage.option.cable.tooltip": "Configuration for the Cable.", + "text.autoconfig.refinedstorage.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.cable.energyUsage.tooltip": "The energy used by the Cable.", + "text.autoconfig.refinedstorage.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage.option.diskDrive.tooltip": "Configuration for the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage.tooltip": "The energy used by the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk.tooltip": "The energy used per disk.", + "text.autoconfig.refinedstorage.option.diskInterface": "Disk Interface", + "text.autoconfig.refinedstorage.option.diskInterface.tooltip": "Configuration for the Disk Interface.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage.tooltip": "The energy used by the Disk Interface.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk.tooltip": "The energy used per disk.", + "text.autoconfig.refinedstorage.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage.option.storageBlock.tooltip": "Configuration for the Storage Blocks.", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage.tooltip": "The energy used by the 1K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage.tooltip": "The energy used by the 4K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage.tooltip": "The energy used by the 16K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage.tooltip": "The energy used by the 64K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.tooltip": "Configuration for the Fluid Storage Blocks.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage.tooltip": "The energy used by the 64B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage.tooltip": "The energy used by the 256B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage.tooltip": "The energy used by the 1024B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "The energy used by the 4096B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.importer": "Importer", + "text.autoconfig.refinedstorage.option.importer.tooltip": "Configuration for the Importer.", + "text.autoconfig.refinedstorage.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "The energy used by the Importer.", + "text.autoconfig.refinedstorage.option.exporter": "Exporter", + "text.autoconfig.refinedstorage.option.exporter.tooltip": "Configuration for the Exporter.", + "text.autoconfig.refinedstorage.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "The energy used by the Exporter.", + "text.autoconfig.refinedstorage.option.detector": "Detector", + "text.autoconfig.refinedstorage.option.detector.tooltip": "Configuration for the Detector.", + "text.autoconfig.refinedstorage.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.detector.energyUsage.tooltip": "The energy used by the Detector.", + "text.autoconfig.refinedstorage.option.constructor": "Constructor", + "text.autoconfig.refinedstorage.option.constructor.tooltip": "Configuration for the Constructor.", + "text.autoconfig.refinedstorage.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.constructor.energyUsage.tooltip": "The energy used by the Constructor.", + "text.autoconfig.refinedstorage.option.destructor": "Destructor", + "text.autoconfig.refinedstorage.option.destructor.tooltip": "Configuration for the Destructor.", + "text.autoconfig.refinedstorage.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.destructor.energyUsage.tooltip": "The energy used by the Destructor.", + "text.autoconfig.refinedstorage.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage.option.upgrade.tooltip": "Configuration for the Upgrades.", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage.tooltip": "The additional energy used per Speed Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage.tooltip": "The additional energy used by the Stack Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 1 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 2 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 3 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage.tooltip": "The additional energy used by the Silk Touch Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage.tooltip": "The additional energy used by the Regulator Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage.tooltip": "The additional energy used per Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage.tooltip": "The additional energy used by the Creative Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange.tooltip": "The additional range provided by the Range Upgrade.", + "text.autoconfig.refinedstorage.option.iface": "Interface", + "text.autoconfig.refinedstorage.option.iface.tooltip": "Configuration for the Interface.", + "text.autoconfig.refinedstorage.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.iface.energyUsage.tooltip": "The energy used by the Interface.", + "text.autoconfig.refinedstorage.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage.option.externalStorage.tooltip": "Configuration for the External Storage.", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage.tooltip": "The energy used by the External Storage.", + "text.autoconfig.refinedstorage.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage.option.wirelessGrid.tooltip": "Configuration for the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage.tooltip": "The energy used by the Wireless Grid to open.", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage.tooltip": "The energy used by the Wireless Grid to insert resources.", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage.tooltip": "The energy used by the Wireless Grid to extract resources.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.tooltip": "Configuration for the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage.tooltip": "The energy used by the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange.tooltip": "The base range of the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage.option.storageMonitor.tooltip": "Configuration for the Storage Monitor.", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage.tooltip": "The energy used by the Storage Monitor.", + "text.autoconfig.refinedstorage.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage.option.networkReceiver.tooltip": "Configuration for the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage.tooltip": "The energy used by the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage.option.networkTransmitter.tooltip": "Configuration for the Network Transmitter.", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage.tooltip": "The energy used by the Network Transmitter.", + "text.autoconfig.refinedstorage.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage.option.portableGrid.tooltip": "Configuration for the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity.tooltip": "The energy capacity of the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage.tooltip": "The energy used by the Portable Grid to open.", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage.tooltip": "The energy used by the Portable Grid to insert resources.", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage.tooltip": "The energy used by the Portable Grid to extract resources.", + "text.autoconfig.refinedstorage.option.securityCard": "Security Card", + "text.autoconfig.refinedstorage.option.securityCard.tooltip": "Configuration for the Security Card.", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage.tooltip": "The energy used by the Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard": "Fallback Security Card", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.tooltip": "Configuration for the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage.tooltip": "The energy used by the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.securityManager": "Security Manager", + "text.autoconfig.refinedstorage.option.securityManager.tooltip": "Configuration for the Security Manager.", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage.tooltip": "The energy used by the Security Manager.", + "text.autoconfig.refinedstorage.option.relay": "Relay", + "text.autoconfig.refinedstorage.option.relay.tooltip": "Configuration for the Relay.", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage": "Input network energy usage", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", + "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", + "advancements.refinedstorage.connecting": "Connecting", + "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage.drives": "Drives", + "advancements.refinedstorage.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage.interfacing_with_disks": "Interfacing with disks", + "advancements.refinedstorage.interfacing_with_disks.description": "Craft a Disk Interface to transfer resources between the storage network and storage disks", + "advancements.refinedstorage.storing_items": "Storing items", + "advancements.refinedstorage.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage.storing_fluids": "Storing fluids", + "advancements.refinedstorage.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.importing": "Importing", + "advancements.refinedstorage.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage.exporting": "Exporting", + "advancements.refinedstorage.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage.upgrading": "Upgrading", + "advancements.refinedstorage.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage.storing_externally": "Storing externally", + "advancements.refinedstorage.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage.detecting": "Detecting", + "advancements.refinedstorage.detecting.description": "Use redstone to check resources stored in the storage network", + "advancements.refinedstorage.construction": "Construction", + "advancements.refinedstorage.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage.destruction": "Destruction", + "advancements.refinedstorage.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage.wireless": "Wireless", + "advancements.refinedstorage.wireless.description": "Access your resources wirelessly with a Wireless Grid", + "advancements.refinedstorage.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage.no_cables_required": "No cables required", + "advancements.refinedstorage.no_cables_required.description": "Add extra components to your storage network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage.portable_storage": "Portable storage", + "advancements.refinedstorage.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network", + "advancements.refinedstorage.security": "Security", + "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", + "advancements.refinedstorage.conditional_connecting": "Conditional connecting", + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" +} From cd2a6d6cfb3df91d18c49c7f5023a32b81c3e357 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:05 +0200 Subject: [PATCH 05/17] chore: update translation German from crowdin --- .../assets/refinedstorage/lang/de_de.json | 246 ++++++++++++------ 1 file changed, 161 insertions(+), 85 deletions(-) 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 b86cf97e8..b995fc01a 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 @@ -1,11 +1,12 @@ { "mod.refinedstorage": "Refined Storage", "block.refinedstorage.cable": "Kabel", - "block.refinedstorage.quartz_enriched_iron_block": "Quarz angereichertes Eisenblock", - "block.refinedstorage.quartz_enriched_copper_block": "Block of Quartz Enriched Copper", + "block.refinedstorage.quartz_enriched_iron_block": "Quarzangereicherter Eisenblock", + "block.refinedstorage.quartz_enriched_copper_block": "Quarzangereichertes Kupfer", "block.refinedstorage.disk_drive": "Laufwerk", "block.refinedstorage.machine_casing": "Maschinengehäuse", "block.refinedstorage.grid": "Konsole", + "block.refinedstorage.pattern_grid": "Vorlagenkonsole", "block.refinedstorage.crafting_grid": "Herstellungskonsole", "block.refinedstorage.controller": "Kontrollblock", "block.refinedstorage.creative_controller": "Kreativer Kontrollblock", @@ -19,8 +20,8 @@ "block.refinedstorage.1024b_fluid_storage_block": "1024B Flüssigspeicherblock", "block.refinedstorage.4096b_fluid_storage_block": "4096B Flüssigspeicherblock", "block.refinedstorage.creative_fluid_storage_block": "Kreativer Flüssigspeicherblock", - "block.refinedstorage.importer": "Importierer", - "block.refinedstorage.exporter": "Exportierer", + "block.refinedstorage.importer": "Importeur", + "block.refinedstorage.exporter": "Exporteur", "block.refinedstorage.interface": "Schnittstelle", "block.refinedstorage.external_storage": "Externer Speicher", "block.refinedstorage.detector": "Detektor", @@ -31,11 +32,12 @@ "block.refinedstorage.network_receiver": "Netzwerkempfänger", "block.refinedstorage.network_transmitter": "Netzwerksender", "block.refinedstorage.portable_grid": "Mobile Konsole", - "block.refinedstorage.creative_portable_grid": "Mobile Kreative Konsole", + "block.refinedstorage.creative_portable_grid": "Mobile kreative Konsole", "block.refinedstorage.security_manager": "Sicherheits-Manager", "block.refinedstorage.security_manager.help": "Während aktivem Betrieb ist das Netzwerk geschützt und es werden alle Zugriffe blockiert. Füge Sicherheits-Karten hinzu, um spezifische Zugriffe für Spieler zuzulassen.", "block.refinedstorage.relay": "Relais", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "Falls dieses Gerät inaktiv ist, kann das Speichernetzwerk dieses Gerät nicht als Energiequelle nutzen.", "gui.refinedstorage.disk_drive.disks": "Speicherplatten", "gui.refinedstorage.storage.redstone_mode_help": "Falls dieses Gerät inaktiv ist, ist der enthaltene Speicher nicht mehr über das Speichernetzwerk zugänglich.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Ohne konfigurierte Filter werden keine Ressourcen in diesem Speicher akzeptiert.", "gui.refinedstorage.storage.filter_mode.allow.help": "Erlaube nur Ressourcen in diesen Speicher, die in den Filtern konfiguriert sind.", "gui.refinedstorage.storage.filter_mode.block.help": "Erlaube nur Ressourcen in diesen Speicher, die in den Filtern konfiguriert sind.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "Alles", + "gui.refinedstorage.grid.view_type.autocraftable": "Automatisch Herstellbar", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Nicht automatisch Herstellbar", "gui.refinedstorage.grid.sorting.direction": "Sortierrichtung", "gui.refinedstorage.grid.sorting.direction.ascending": "Aufsteigend", "gui.refinedstorage.grid.sorting.direction.descending": "Absteigend", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Zuletzt geändert", "gui.refinedstorage.grid.auto_selected": "Automatisch ausgewählt", "gui.refinedstorage.grid.auto_selected.help": "Gibt an, ob das Suchfeld beim Öffnen der Konsole automatisch ausgewählt werden soll.", - "gui.refinedstorage.grid.synchronizer": "Synchronisierungsmodus", - "gui.refinedstorage.grid.synchronizer.off": "Aus", - "gui.refinedstorage.grid.synchronizer.off.help": "Suchfeldtext nicht synchronisieren.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronisationsmodus", + "gui.refinedstorage.grid.synchronization_mode.off": "Aus", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Nicht mit der Suchleiste synchronisieren.", "gui.refinedstorage.grid.resource_type": "Ressourcentyp", "gui.refinedstorage.grid.resource_type.all": "Alle", - "gui.refinedstorage.grid.resource_type.help": "Spezifische Ressourcentypen filtern.", + "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.click_to_autocraft": "Klicken zum automatische Herstellen ", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "STRG + klicken zum automatischen Herstellen ", "gui.refinedstorage.crafting_grid.move.network": "Items ins Netzwerk verschieben", "gui.refinedstorage.crafting_grid.move.inventory": "Items ins Inventar verschieben", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "SHIFT + STRG um nur die im Rezept verwendeten Gegenstände zu zeigen.", + "gui.refinedstorage.pattern_grid.create_pattern": "Vorlage herstellen", + "gui.refinedstorage.pattern_grid.clear": "Vorlage leeren (?)", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Eingabe", + "gui.refinedstorage.pattern_grid.processing.outputs": "Ausgabe", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Zum Konfigurieren der Menge und der Alternativen klicken", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Erlaube Alternativen", + "gui.refinedstorage.pattern_grid.alternatives": "Alternativen", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Bildschirmgröße", "gui.refinedstorage.screen_size.stretch": "Strecken", "gui.refinedstorage.screen_size.small": "Klein", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Erlaube nur Ressourcen in das Speichernetzwerk, die in den Filtern konfiguriert sind.", "gui.refinedstorage.importer.filter_mode.block.help": "Erlaube keine Ressourcen in das Speichernetzwerk, die in den Filtern konfiguriert sind.", "gui.refinedstorage.wireless_transmitter.distance": "%d Block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inaktiv", "gui.refinedstorage.storage_monitor.filter_help": "Die anzuzeigende Ressource.", "gui.refinedstorage.redstone_mode": "Redstone-Modus", "gui.refinedstorage.redstone_mode.ignore": "Ignorieren", @@ -98,26 +123,27 @@ "gui.refinedstorage.scheduling_mode.round_robin": "Rundlaufverfahren", "gui.refinedstorage.scheduling_mode.round_robin.help": "Verwenden Sie jeden Filter nacheinander.", "gui.refinedstorage.scheduling_mode.random": "Zufällig", - "gui.refinedstorage.scheduling_mode.random.help": "Benutze einen zufälligen Filter.", + "gui.refinedstorage.scheduling_mode.random.help": "Verwende einen zufälligen Filter.", "gui.refinedstorage.priority": "Priorität", "gui.refinedstorage.priority.storage_help": "Die Reihenfolge, in der das Speichernetzwerk Ressourcen einfügen oder extrahieren soll, das höchste zuerst.", - "gui.refinedstorage.amount": "Anzahl", - "gui.refinedstorage.amount.reset": "Zurücksetzen", - "gui.refinedstorage.amount.set": "Setzen", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Menge konfigurieren", + "gui.refinedstorage.configure_amount.reset": "Zurücksetzen", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Filtermodus", "gui.refinedstorage.filter_mode.allow": "Erlaubnisliste", "gui.refinedstorage.filter_mode.block": "Sperrliste", "gui.refinedstorage.fuzzy_mode": "Unscharfer Modus", "gui.refinedstorage.fuzzy_mode.on": "An", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Passen Sie die Filter exakt auf die Erlaubnis- oder Sperrliste an.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Passen Sie den Filter exakt an.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Passen Sie die Filter beim Extrahieren aus dem Speichernetzwerk genau an.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Passen Sie die Filter beim Extrahieren aus der Quelle genau an.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Aus", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Passen Sie die Filter für die Erlaubnisliste oder die Sperrliste an, ohne NBT-Tags zu vergleichen.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Passen Sie den Filter an, ohne NBT-Tags zu vergleichen.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Passen Sie die Filter beim Extrahieren aus dem Speichernetzwerk an, ohne NBT-Tags zu vergleichen.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Passen Sie die Filter an, wenn Sie aus der Quelle extrahieren, ohne NBT-Tags zu vergleichen.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Zugriffsmodus", "gui.refinedstorage.access_mode.insert_extract": "Importieren und exportieren", "gui.refinedstorage.access_mode.insert_extract.help": "Das Speichernetzwerk kann von diesem Speicher importieren oder exportieren.", @@ -128,22 +154,24 @@ "gui.refinedstorage.void_excess": "Überschüssige Ressourcen löschen", "gui.refinedstorage.void_excess.help": "Wenn der überschüssige Modus eingeschaltet ist und die Speicherung voll ist, akzeptiert er weiterhin Ressourcen, löscht sie jedoch.", "gui.refinedstorage.void_excess.allowlist_warning": "Der überschüssige Modus funktioniert nur, wenn der Speicher im Erlaubnisliste Modus ist.", - "gui.refinedstorage.upgrade_slot": "Leerer Upgrade-Slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Leerer Filter", "gui.refinedstorage.filter_slot.left_click_for": "Linksklick für", "gui.refinedstorage.filter_slot.right_click_for": "Rechtsklick für", "gui.refinedstorage.filter_slot.click_to_clear": "Klicke zum Löschen", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Klicken um die Menge einzustellen", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift + klicken zum leeren", "gui.refinedstorage.regulator_upgrade.filter_help": "Die Ressource, die im Ziel reguliert werden sollte.", "gui.refinedstorage.network_transmitter.status.inactive": "Inaktiv", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Fehlende Netzwerkkarte", - "gui.refinedstorage.network_transmitter.status.transmitting": "%d Block(s)", + "gui.refinedstorage.network_transmitter.status.transmitting": "%d Block/Blöcke", "gui.refinedstorage.network_transmitter.status.receiver_unreachable": "Unerreichbar", "gui.refinedstorage.security_card.permission.reset": "Zurücksetzen", "gui.refinedstorage.security_card.permission.modified": "Modifiziert", "gui.refinedstorage.security_manager.redstone_mode_help": "Wenn dieses Gerät inaktiv ist, wird das Netzwerk nicht geschützt.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot für eine Standard-Sicherheitskarte.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Fügen Sie diesem Slot eine Standard-Sicherheitskarte hinzu, um Berechtigungen für jeden Spieler ohne Sicherheitskarte festzulegen. Standardmäßig werden alle Aktionen verweigert.", - "gui.refinedstorage.relay.filter_help": "Ressourcen, die vom Eingabenetzwerk dem Ausgabenetz ausgesetzt werden sollen, wenn das Relais nicht im Durchlaufmodus ist.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Durchlaufen", "gui.refinedstorage.relay.pass_through.help": "Ob dieses Gerät das gesamte Eingangsnetzsignal so durchlaufen soll, wie es ist. Schalten Sie dies aus, um Komponenten selektiv dem Ausgangsnetz anzuzeigen.", "gui.refinedstorage.relay.pass_energy": "Energie weitergeben", @@ -152,36 +180,61 @@ "gui.refinedstorage.relay.pass_storage.help": "Gibt an, ob dieses Gerät den Speicher aus dem Eingangsnetzwerk an das Ausgangsnetz übergeben soll.", "gui.refinedstorage.relay.pass_security": "Sicherheit weitergeben", "gui.refinedstorage.relay.pass_security.help": "Gibt an, ob dieses Gerät die Sicherheitseinstellungen vom Eingangsnetzwerk an das Ausgangsnetz übergeben soll.", + "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.filter_mode.allow.help": "Stellen Sie nur Ressourcen aus dem Eingabenetzwerk dem Ausgabenetzwerk aus, die in den Filtern konfiguriert sind.", "gui.refinedstorage.relay.filter_mode.block.help": "Stellen Sie keine Ressourcen aus dem Eingabenetzwerk dem Ausgabenetzwerk aus, die in den Filtern konfiguriert sind.", "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.", "gui.refinedstorage.disk_interface.filter_mode.block.help": "Disallow resources into the storage disks or into the network that are configured in the filters.", - "gui.refinedstorage.disk_interface.in": "In", - "gui.refinedstorage.disk_interface.out": "Out", + "gui.refinedstorage.disk_interface.in": "Eingabe", + "gui.refinedstorage.disk_interface.out": "Ausgabe", "gui.refinedstorage.disk_interface.filter_help": "The resources that may or may not be allowed transferred from or into the provided storage disks, depending if the device is in allowlist or blocklist mode.", "gui.refinedstorage.disk_interface.transfer_mode": "Transfer mode", "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "Insert into network", "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Stellt das Speichernetzwerk mit Energie zur Verfügung. Mehrere sind in einem einzigen Speichernetzwerk erlaubt.", "item.refinedstorage.creative_controller.help": "Stellt dem Speichernetzwerk eine unendliche Energiequelle zur Verfügung.", "item.refinedstorage.disk_drive.help": "Akzeptiert Speicherplatten, um dem Speichernetz Speicherplatz zur Verfügung zu stellen.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Ermöglicht die Interaktion mit dem Speichernetzwerk.", "item.refinedstorage.crafting_grid.help": "Ermöglicht die Interaktion mit dem Speichernetzwerk, mit Herstellungsfähigkeiten.", + "item.refinedstorage.pattern_grid.help": "Erlaubt die Herstellung von Vorlagen zur Nutzung in der automatischen Fertigung", "item.refinedstorage.importer.help": "Importiert Ressourcen von einer externen Quelle in das Speichernetzwerk.", "item.refinedstorage.exporter.help": "Exportiert Ressourcen aus dem Speichernetzwerk an ein externes Ziel.", - "item.refinedstorage.interface.help": "Funktioniert als die Kombination von Importierer und Exportierer.", + "item.refinedstorage.interface.help": "Funktioniert als die Kombination von Importeur und Exporteur.", "item.refinedstorage.external_storage.help": "Stellt dem Speichernetzwerk Speicher von einer externen Quelle zur Verfügung.", "item.refinedstorage.detector.help": "Sendet ein Redstone Signal, wenn das Speichernetzwerk eine Ressource enthält, die gleich über oder unter einer bestimmten Menge ist.", "item.refinedstorage.constructor.help": "Platziert Blöcke aus dem Speichernetzwerk in der Welt.", - "item.refinedstorage.destructor.help": "Zerstört Blöcke aus der Welt und setzt sie in das Speichernetzwerk.", + "item.refinedstorage.destructor.help": "Zerstört Blöcke aus der Welt und speichert diese im Speichernetzwerk.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", - "item.refinedstorage.quartz_enriched_iron": "Quarz angereichertes Eisen", - "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", - "item.refinedstorage.processor_binding": "Prozessor Rohmaterial", - "item.refinedstorage.silicon": "Silikon", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.quartz_enriched_iron": "Quarzangereichertes Eisen", + "item.refinedstorage.quartz_enriched_copper": "Quarzangereicherter Kupferblock", + "item.refinedstorage.processor_binding": "Prozessor Rohmaterial (?)", + "item.refinedstorage.silicon": "Silizium", "item.refinedstorage.raw_basic_processor": "Basisrohprozessor", "item.refinedstorage.raw_improved_processor": "Verbesserter Rohprozessor", "item.refinedstorage.raw_advanced_processor": "Fortschrittlicher Rohprozessor", @@ -192,28 +245,28 @@ "item.refinedstorage.4k_storage_part": "4k Speicherkern", "item.refinedstorage.16k_storage_part": "16k Speicherkern", "item.refinedstorage.64k_storage_part": "64k Speicherkern", - "item.refinedstorage.1k_storage_disk": "1k Speicherplatte", - "item.refinedstorage.4k_storage_disk": "4k Speicherplatte", - "item.refinedstorage.16k_storage_disk": "16k Speicherplatte", - "item.refinedstorage.64k_storage_disk": "64k Speicherplatte", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", - "item.refinedstorage.creative_storage_disk": "Kreative Speicherplatte", - "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", - "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", + "item.refinedstorage.1k_storage_disk": "1k Speicherzelle", + "item.refinedstorage.4k_storage_disk": "4k Speicherzelle", + "item.refinedstorage.16k_storage_disk": "16k Speicherzelle", + "item.refinedstorage.64k_storage_disk": "64k Speicherzelle", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.creative_storage_disk": "Kreative Speicherzelle", + "item.refinedstorage.creative_storage_disk.help": "Speichert eine unendliche Menge an Gegenständen", + "item.refinedstorage.creative_storage_block.help": "Speichert eine unendliche Menge an Gegenständen", "item.refinedstorage.64b_fluid_storage_part": "64B Flüssigspeicherkern", "item.refinedstorage.256b_fluid_storage_part": "256B Flüssigspeicherkern", "item.refinedstorage.1024b_fluid_storage_part": "1024B Flüssigspeicherkern", "item.refinedstorage.4096b_fluid_storage_part": "4096B Flüssigspeicherkern", - "item.refinedstorage.64b_fluid_storage_disk": "64B Flüssigspeicherplatte", - "item.refinedstorage.256b_fluid_storage_disk": "256B Flüssigspeicherplatte", - "item.refinedstorage.1024b_fluid_storage_disk": "1024B Flüssigspeicherplatte", - "item.refinedstorage.4096b_fluid_storage_disk": "4096B Flüssigspeicherplatte", + "item.refinedstorage.64b_fluid_storage_disk": "64B Flüssigspeicherzelle", + "item.refinedstorage.256b_fluid_storage_disk": "256B Flüssigspeicherzelle", + "item.refinedstorage.1024b_fluid_storage_disk": "1024B Flüssigspeicherzelle", + "item.refinedstorage.4096b_fluid_storage_disk": "4096B Flüssigspeicherzelle", "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets.", "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets.", - "item.refinedstorage.creative_fluid_storage_disk": "Kreative Flüssigspeicherplatte", - "item.refinedstorage.creative_fluid_storage_disk.help": "Stores an infinite amount of buckets.", - "item.refinedstorage.creative_fluid_storage_block.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.creative_fluid_storage_disk": "Kreative Flüssigspeicherzelle", + "item.refinedstorage.creative_fluid_storage_disk.help": "Speichert eine unendliche Menge an Eimern", + "item.refinedstorage.creative_fluid_storage_block.help": "Speichert eine unendliche Menge an Eimern", "item.refinedstorage.storage_housing": "Speichergehäuse", "item.refinedstorage.construction_core": "Konstruktionskern", "item.refinedstorage.destruction_core": "Zerstörungskern", @@ -231,14 +284,14 @@ "item.refinedstorage.fortune_upgrade.3": "Glück III Upgrade", "item.refinedstorage.fortune_upgrade.help": "Yields more resources when breaking a block. Acts like the Fortune enchantment on a pickaxe.", "item.refinedstorage.regulator_upgrade": "Regulator Upgrade", - "item.refinedstorage.regulator_upgrade.help": "In einem Exportierer wird nur dann exportiert, wenn der Betrag im Ziel geringer als im Upgrade konfiguriert ist. In einem Importierer wird nur importiert, wenn der Betrag im Ziel mehr als im Upgrade konfiguriert ist. Benutzen Sie das Item zur Konfiguration.", + "item.refinedstorage.regulator_upgrade.help": "In einem Exporteur wird nur dann exportiert, wenn der Betrag im Ziel geringer als im Upgrade konfiguriert ist. In einem Importeur wird nur importiert, wenn der Betrag im Ziel mehr als im Upgrade konfiguriert ist. Benutze das Item zur Konfiguration.", "item.refinedstorage.range_upgrade": "Reichweitenupgrade", - "item.refinedstorage.range_upgrade.help": "Increases the range of the Wireless Transmitter.", - "item.refinedstorage.creative_range_upgrade": "Kreativer Reichweitenupgrade", - "item.refinedstorage.creative_range_upgrade.help": "Provides infinite range for the Wireless Transmitter. Does not work cross-dimensionally.", + "item.refinedstorage.range_upgrade.help": "Erhöht die Reichweite den drahtlosen Sender.", + "item.refinedstorage.creative_range_upgrade": "Kreatives Reichweitenupgrade", + "item.refinedstorage.creative_range_upgrade.help": "Bietet unendliche Reichweite für den drahtlosen Sender. Wirkt nicht Dimensionsübergreifend", "item.refinedstorage.wireless_grid": "Drahtlose Konsole", "item.refinedstorage.creative_wireless_grid": "Kreative drahtlose Konsole", - "item.refinedstorage.wireless_transmitter.help": "Stellt drahtlosen Netzwerkzugang für Items wie die drahtlose Konsole zur Verfügung. Mehrere sind in einem Bereich für eine breitere Abdeckung erlaubt.", + "item.refinedstorage.wireless_transmitter.help": "Stellt drahtlosen Netzwerkzugang für Gegenstände wie die drahtlose Konsole zur Verfügung. Mehrere sind in einem Bereich für eine breitere Abdeckung erlaubt.", "item.refinedstorage.network_item.unbound": "Ungebunden.", "item.refinedstorage.network_item.unbound.help": "Auf irgendeinem Speichernetzwerk verwenden, um es zu verbinden.", "item.refinedstorage.network_item.bound_to": "Verbunden zu %d, %d, %d.", @@ -258,9 +311,9 @@ "item.refinedstorage.network_card.unbound": "Ungebunden.", "item.refinedstorage.network_card.bound_help": "Einfügen in einen Netzwerksender. Benutzen beim Schleichen um die Verbindung zu löschen.", "item.refinedstorage.network_card.bound": "Verbunden zu %d, %d, %d in %s.", - "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", - "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.network_transmitter.help": "Sendet ein Netzwerksignal drahtlos. Benötigt eine mit einem Netzwerkempfänger verknüpfte Netzwerkkarte.", + "item.refinedstorage.network_receiver.help": "Empfängt ein Netzwerksignal drahtlos. Verknüpfe eine Netzwerkkarte mit diesem Block", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Sicherheitskarte", "item.refinedstorage.security_card.cleared_configuration": "Konfiguration gelöscht.", "item.refinedstorage.security_card.unbound": "Nicht zugewiesen.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Funktioniert als Standard, wenn keine passende Sicherheitskarte für einen Spieler gefunden wurde. Rechtsklick zum Konfigurieren. Benutze während Schleichen, um die Konfiguration zu löschen.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Vorlage", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Gespeichert: %s", "misc.refinedstorage.stored_with_capacity": "Gespeichert: %s / %s (%d%%)", "misc.refinedstorage.total": "%d Gesamt", @@ -298,11 +354,15 @@ "misc.refinedstorage.no_permission.build.break": "Du hast keine Berechtigung die %s zu brechen.", "misc.refinedstorage.no_permission.build.rotate": "Sie haben keine Berechtigung die %s zu drehen.", "misc.refinedstorage.no_permission.build.dismantle": "Sie haben keine Berechtigung die %s abzubauen.", + "misc.refinedstorage.pattern.crafting": "Herstellungsvorlage", + "misc.refinedstorage.pattern.processing": "Verarbeitungsvorlage", + "misc.refinedstorage.pattern.stonecutter": "Steinsägenvorlage", + "misc.refinedstorage.pattern.smithing_table": "Schmiedetischvorlage", "key.refinedstorage.focus_search_bar": "Suchleiste Selektieren", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Werkbank in der Konsole zum Netzwerk leeren", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Werkbank in der Konsole zum Inventar leeren", "key.refinedstorage.open_wireless_grid": "Drahtlose Konsole öffnen", - "key.refinedstorage.open_portable_grid": "Open Portable Grid", + "key.refinedstorage.open_portable_grid": "Öffne tragbare Konsole", "refinedstorage.subtitle.wrench": "Schraubenschlüssel benutzt", "permission.refinedstorage.insert": "Einfügen", "permission.refinedstorage.insert.description": "Gibt an, ob der Spieler Ressourcen in ein Netzwerk einfügen kann.", @@ -316,33 +376,35 @@ "permission.refinedstorage.build.description": "Gibt an, ob der Player Netzwerkgeräte hinzufügen oder entfernen kann.", "permission.refinedstorage.security": "Sicherheit", "permission.refinedstorage.security.description": "Ob der Spieler die Sicherheitsoptionen für ein Netzwerk verwalten kann.", - "tag.item.refinedstorage.cables": "Cables", + "tag.item.refinedstorage.cables": "Kabel", "tag.item.refinedstorage.constructors": "Constructors", - "tag.item.refinedstorage.controllers": "Controllers", - "tag.item.refinedstorage.crafting_grids": "Crafting Grids", - "tag.item.refinedstorage.creative_controllers": "Creative Controllers", + "tag.item.refinedstorage.controllers": "Kontrollblöcke", + "tag.item.refinedstorage.crafting_grids": "Herstellungskonsolen", + "tag.item.refinedstorage.pattern_grids": "Vorlagenkonsolen", + "tag.item.refinedstorage.creative_controllers": "Kreative Kontrollblöcke", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", - "tag.item.refinedstorage.exporters": "Exporters", + "tag.item.refinedstorage.exporters": "Exporteure", "tag.item.refinedstorage.external_storages": "External Storages", "tag.item.refinedstorage.fluid_storage_disks": "Fluid Storage Disks", - "tag.item.refinedstorage.grids": "Grids", - "tag.item.refinedstorage.importers": "Importers", - "tag.item.refinedstorage.network_receivers": "Network Receivers", - "tag.item.refinedstorage.network_transmitters": "Network Transmitters", - "tag.item.refinedstorage.relays": "Relays", + "tag.item.refinedstorage.grids": "Konsolen", + "tag.item.refinedstorage.importers": "Importeure", + "tag.item.refinedstorage.network_receivers": "Netzwerkempfänger", + "tag.item.refinedstorage.network_transmitters": "Netzwerksender", + "tag.item.refinedstorage.relays": "Relais", "tag.item.refinedstorage.security_managers": "Security Managers", "tag.item.refinedstorage.storage_disks": "Storage Disks", - "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", + "tag.item.refinedstorage.wireless_transmitters": "Drahtlose Sender", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", - "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", - "refinedstorage.configuration.title": "Refined Storage Configuration", - "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", - "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage Configuration", + "tag.item.refinedstorage.crafters": "Fertiger", + "text.autoconfig.refinedstorage.title": "Refined Storage Konfiguration", + "refinedstorage.configuration.title": "Refined Storage Konfiguration", + "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Konfiguration", + "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage Konfiguration", "text.autoconfig.refinedstorage.option.smoothScrolling": "Flüssiges Scrollen", "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Whether scrollbars should use smooth scrolling.", "text.autoconfig.refinedstorage.option.screenSize": "Bildschirmgröße", - "text.autoconfig.refinedstorage.option.screenSize.tooltip": "The screen size.", + "text.autoconfig.refinedstorage.option.screenSize.tooltip": "Bildschirmgröße.", "text.autoconfig.refinedstorage.option.maxRowsStretch": "Maximale Anzahl von Zeilen, wenn Bildschirmgröße gestreckt ist", "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.grid": "Konsole", @@ -367,16 +429,22 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sortierart", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Herstellungskonsole", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energieverbrauch", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Werkbank Schließverhalten", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Vorlagenkonsole", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Konfiguration für die Vorlagenkonsole", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energienutzung", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "Die Energienutzung der Vorlagenkonsole", "text.autoconfig.refinedstorage.option.controller": "Kontrollblock", - "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", + "text.autoconfig.refinedstorage.option.controller.tooltip": "Konfiguration für den Kontrollblock", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energiekapazität", - "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "The energy capacity of the Controller.", + "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "Die Energiekapazität des Kontrollblocks", "text.autoconfig.refinedstorage.option.cable": "Kabel", "text.autoconfig.refinedstorage.option.cable.tooltip": "Configuration for the Cable.", "text.autoconfig.refinedstorage.option.cable.energyUsage": "Energieverbrauch", @@ -417,11 +485,11 @@ "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "The energy used by the 4096B Fluid Storage Block.", "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage": "Kreativer Energieverbrauch", "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Fluid Storage Block.", - "text.autoconfig.refinedstorage.option.importer": "Importierer", + "text.autoconfig.refinedstorage.option.importer": "Importeur", "text.autoconfig.refinedstorage.option.importer.tooltip": "Configuration for the Importer.", "text.autoconfig.refinedstorage.option.importer.energyUsage": "Energieverbrauch", "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "The energy used by the Importer.", - "text.autoconfig.refinedstorage.option.exporter": "Exportierer", + "text.autoconfig.refinedstorage.option.exporter": "Exporteur", "text.autoconfig.refinedstorage.option.exporter.tooltip": "Configuration for the Exporter.", "text.autoconfig.refinedstorage.option.exporter.energyUsage": "Energieverbrauch", "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "The energy used by the Exporter.", @@ -523,15 +591,21 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Ausgangsnetzwerk Energieverbrauch (wenn nicht im Durchlauf-Modus)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Nutzen Sie einen oder mehrere Kontrollblöcke in einem Speichernetzwerk, um das Netzwerk mit Energie zu versorgen", "advancements.refinedstorage.connecting": "Verbinden", - "advancements.refinedstorage.connecting.description": "Benutze Kabel um Geräte miteinander zu verbinden, oder platziere Geräte nebeneinander", - "advancements.refinedstorage.drives": "Festplatten", - "advancements.refinedstorage.drives.description": "Erstellen Sie ein Laufwerk, um Ihre Speicherplatten einsetzen zu können", + "advancements.refinedstorage.connecting.description": "Benutze Kabel, um Geräte miteinander zu verbinden, oder platziere Geräte nebeneinander", + "advancements.refinedstorage.drives": "Laufwerke", + "advancements.refinedstorage.drives.description": "Erstellen Sie ein Laufwerk, um Ihre Speicherzellen einsetzen zu können", "advancements.refinedstorage.interfacing_with_disks": "Interfacing with disks", "advancements.refinedstorage.interfacing_with_disks.description": "Craft a Disk Interface to transfer resources between the storage network and storage disks", "advancements.refinedstorage.storing_items": "Items speichern", - "advancements.refinedstorage.storing_items.description": "Erstelle eine Speicherplatte und stecke sie in dein Laufwerk", + "advancements.refinedstorage.storing_items.description": "Erstelle eine Speicherzelle und stecke sie in dein Laufwerk", "advancements.refinedstorage.viewing_your_storage": "Ihren Speicher anzeigen", "advancements.refinedstorage.viewing_your_storage.description": "Stelle eine Konsole her, um mit deinem Speicher zu interagieren", "advancements.refinedstorage.upgrading_your_grid": "Konsole verbessern", @@ -539,9 +613,9 @@ "advancements.refinedstorage.storing_fluids": "Flüssigkeiten speichern", "advancements.refinedstorage.storing_fluids.description": "Erstelle eine Flüssigspeicherplatte und stecke sie in dein Laufwerk", "advancements.refinedstorage.importing": "Importieren", - "advancements.refinedstorage.importing.description": "Holen Sie sich Ressourcen in das Speichernetzwerk mit einem Importierer", + "advancements.refinedstorage.importing.description": "Holen Sie sich Ressourcen in das Speichernetzwerk mit einem Importeur", "advancements.refinedstorage.exporting": "Exportieren", - "advancements.refinedstorage.exporting.description": "Holen Sie Ressourcen aus dem Speichernetzwerk mit einem Exportierer", + "advancements.refinedstorage.exporting.description": "Holen Sie Ressourcen aus dem Speichernetzwerk mit einem Exporteur", "advancements.refinedstorage.upgrading": "Verbessern", "advancements.refinedstorage.upgrading.description": "Bau ein Upgrade um verschiedene Geräte zu verbessern", "advancements.refinedstorage.interface_to_the_world": "Schnittstelle zur Welt", @@ -561,9 +635,11 @@ "advancements.refinedstorage.no_cables_required": "Keine Kabel erforderlich", "advancements.refinedstorage.no_cables_required.description": "Fügen Sie Ihrem Speichernetzwerk zusätzliche Komponenten hinzu, ohne Kabel zu verwenden, indem Sie einen Netzwerkübermittler, Netzwerkempfänger und Netzwerkkarte verwenden", "advancements.refinedstorage.portable_storage": "Tragbarer Speicher", - "advancements.refinedstorage.portable_storage.description": "Erstelle eine mobile Konsole um auf den Inhalt von Speicherplatten zuzugreifen, ohne ein Speichernetzwerk zu benötigen", + "advancements.refinedstorage.portable_storage.description": "Erstelle eine mobile Konsole, um auf den Inhalt von Speicherplatten zuzugreifen, ohne ein Speichernetzwerk zu benötigen", "advancements.refinedstorage.security": "Sicherheit", "advancements.refinedstorage.security.description": "Sichern Sie Ihr Speichernetzwerk mit einem Security-Manager und einer Sicherheitskarte", "advancements.refinedstorage.conditional_connecting": "Bedingte Verbindung", - "advancements.refinedstorage.conditional_connecting.description": "Schalten Sie ganze Abschnitte eines Speichernetzwerks ein oder aus und erstellen Sie neue Zweige Ihres Netzwerks mit einem Relais" + "advancements.refinedstorage.conditional_connecting.description": "Schalten Sie ganze Abschnitte eines Speichernetzwerks ein oder aus und erstellen Sie neue Zweige Ihres Netzwerks mit einem Relais", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From d97402700f830208f4451210b29a2e1cc5a8a58e Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:06 +0200 Subject: [PATCH 06/17] chore: update translation Hungarian from crowdin --- .../assets/refinedstorage/lang/hu_hu.json | 200 ++++++++++++------ 1 file changed, 138 insertions(+), 62 deletions(-) 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 adf9fc563..b0b4aacc9 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 @@ -1,48 +1,54 @@ { - "mod.refinedstorage": "Refined Storage", - "block.refinedstorage.cable": "Cable", - "block.refinedstorage.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", - "block.refinedstorage.quartz_enriched_copper_block": "Block of Quartz Enriched Copper", - "block.refinedstorage.disk_drive": "Disk Drive", - "block.refinedstorage.machine_casing": "Machine Casing", - "block.refinedstorage.grid": "Grid", - "block.refinedstorage.crafting_grid": "Crafting Grid", - "block.refinedstorage.controller": "Controller", - "block.refinedstorage.creative_controller": "Creative Controller", - "block.refinedstorage.1k_storage_block": "1K Storage Block", - "block.refinedstorage.4k_storage_block": "4K Storage Block", - "block.refinedstorage.16k_storage_block": "16K Storage Block", - "block.refinedstorage.64k_storage_block": "64K Storage Block", - "block.refinedstorage.creative_storage_block": "Creative Storage Block", - "block.refinedstorage.64b_fluid_storage_block": "64B Fluid Storage Block", - "block.refinedstorage.256b_fluid_storage_block": "256B Fluid Storage Block", - "block.refinedstorage.1024b_fluid_storage_block": "1024B Fluid Storage Block", - "block.refinedstorage.4096b_fluid_storage_block": "4096B Fluid Storage Block", - "block.refinedstorage.creative_fluid_storage_block": "Creative Fluid Storage Block", - "block.refinedstorage.importer": "Importer", - "block.refinedstorage.exporter": "Exporter", - "block.refinedstorage.interface": "Interface", - "block.refinedstorage.external_storage": "External Storage", - "block.refinedstorage.detector": "Detector", - "block.refinedstorage.constructor": "Constructor", - "block.refinedstorage.destructor": "Destructor", - "block.refinedstorage.wireless_transmitter": "Wireless Transmitter", - "block.refinedstorage.storage_monitor": "Storage Monitor", - "block.refinedstorage.network_receiver": "Network Receiver", - "block.refinedstorage.network_transmitter": "Network Transmitter", - "block.refinedstorage.portable_grid": "Portable Grid", - "block.refinedstorage.creative_portable_grid": "Creative Portable Grid", - "block.refinedstorage.security_manager": "Security Manager", - "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", - "block.refinedstorage.relay": "Relay", - "block.refinedstorage.disk_interface": "Disk Interface", - "gui.refinedstorage.controller.redstone_mode_help": "When this device is inactive, the storage network will not be able to use this device as an energy source.", - "gui.refinedstorage.disk_drive.disks": "Disks", - "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", - "gui.refinedstorage.storage.filter_help": "The resources that may or may not be allowed in this storage, depending if the device is in allowlist or blocklist mode.", + "mod.refinedstorage": "Kifinomult Tárhely", + "block.refinedstorage.cable": "Kábel", + "block.refinedstorage.quartz_enriched_iron_block": "Kvarcdúsított Vasblokk", + "block.refinedstorage.quartz_enriched_copper_block": "Kvarcdúsított Rézblokk", + "block.refinedstorage.disk_drive": "Lemezmeghajtó", + "block.refinedstorage.machine_casing": "Gépváz", + "block.refinedstorage.grid": "Háló", + "block.refinedstorage.pattern_grid": "Mintaháló", + "block.refinedstorage.crafting_grid": "Barkácsháló", + "block.refinedstorage.controller": "Vezérlő", + "block.refinedstorage.creative_controller": "Kreatív Vezérlő", + "block.refinedstorage.1k_storage_block": "1K-s Tárolóblokk", + "block.refinedstorage.4k_storage_block": "4K-s Tárolóblokk", + "block.refinedstorage.16k_storage_block": "16K-s Tárolóblokk", + "block.refinedstorage.64k_storage_block": "64K-s Tárolóblokk", + "block.refinedstorage.creative_storage_block": "Kreatív Tárolóblokk", + "block.refinedstorage.64b_fluid_storage_block": "64B-es Folyadéktárolóblokk", + "block.refinedstorage.256b_fluid_storage_block": "256B-es Folyadéktárolóblokk", + "block.refinedstorage.1024b_fluid_storage_block": "1024B-es Folyadéktárolóblokk", + "block.refinedstorage.4096b_fluid_storage_block": "4096-es Folyadéktárolóblokk", + "block.refinedstorage.creative_fluid_storage_block": "Kreatív Folyadéktárolóblokk", + "block.refinedstorage.importer": "Importáló", + "block.refinedstorage.exporter": "Expotáló", + "block.refinedstorage.interface": "Interfész", + "block.refinedstorage.external_storage": "Külső Tárhely", + "block.refinedstorage.detector": "Detektor", + "block.refinedstorage.constructor": "Konstruktor", + "block.refinedstorage.destructor": "Destruktor", + "block.refinedstorage.wireless_transmitter": "Vezeték Nélküli Jeladó", + "block.refinedstorage.storage_monitor": "Tárhely Monitor", + "block.refinedstorage.network_receiver": "Hálózati Jelvevő", + "block.refinedstorage.network_transmitter": "Hálózati Jeladó", + "block.refinedstorage.portable_grid": "Hordozható Háló", + "block.refinedstorage.creative_portable_grid": "Kreatív Hordozható Háló", + "block.refinedstorage.security_manager": "Biztonságkezelő", + "block.refinedstorage.security_manager.help": "Ha ez a készülék aktív, védelmet nyújt a teljes hálózatnak, hogy csak a tulajdonosa tudja használni. Biztonsági kártyák hozzáadásával más játékosoknak is lehet jogosultságokat adni.", + "block.refinedstorage.relay": "Relé", + "block.refinedstorage.disk_interface": "Lemezinterfész", + "block.refinedstorage.autocrafter": "Autocrafter", + "gui.refinedstorage.controller.redstone_mode_help": "Ha ez a készülék inaktív, a tárhely hálózat nem tudja enegiaforrásként használni.", + "gui.refinedstorage.disk_drive.disks": "Lemezek", + "gui.refinedstorage.storage.redstone_mode_help": "Ha ez a készülék inaktív, a tartalmazott tárhelye nem elérhető a hálózat számára.", + "gui.refinedstorage.storage.filter_help": "Az engedélyezett vagy tiltott nyersanyagok, attól függően hogy milyen módban van az eszköz.", "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Sorting direction", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascending", "gui.refinedstorage.grid.sorting.direction.descending": "Descending", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Last modified", "gui.refinedstorage.grid.auto_selected": "Auto-selected", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Synchronization mode", - "gui.refinedstorage.grid.synchronizer.off": "Off", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Resource type", "gui.refinedstorage.grid.resource_type.all": "All", - "gui.refinedstorage.grid.resource_type.help": "Filter specific resource types.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Move items to network", "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "Redstone mode", "gui.refinedstorage.redstone_mode.ignore": "Ignore", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Amount", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Set", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Filter mode", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", "gui.refinedstorage.fuzzy_mode.on": "On", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Off", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4K Storage Disk", "item.refinedstorage.16k_storage_disk": "16K Storage Disk", "item.refinedstorage.64k_storage_disk": "64K Storage Disk", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From 715857e52ea811e8c83008c8723ff9fb7fcec688 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:07 +0200 Subject: [PATCH 07/17] chore: update translation Italian from crowdin --- .../assets/refinedstorage/lang/it_it.json | 118 ++++++++++++++---- 1 file changed, 97 insertions(+), 21 deletions(-) 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 adf9fc563..df57807b1 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Disk Drive", "block.refinedstorage.machine_casing": "Machine Casing", "block.refinedstorage.grid": "Grid", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Crafting Grid", "block.refinedstorage.controller": "Controller", "block.refinedstorage.creative_controller": "Creative Controller", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "When this device is inactive, the storage network will not be able to use this device as an energy source.", "gui.refinedstorage.disk_drive.disks": "Disks", "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Sorting direction", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascending", "gui.refinedstorage.grid.sorting.direction.descending": "Descending", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Last modified", "gui.refinedstorage.grid.auto_selected": "Auto-selected", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Synchronization mode", - "gui.refinedstorage.grid.synchronizer.off": "Off", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Resource type", "gui.refinedstorage.grid.resource_type.all": "All", - "gui.refinedstorage.grid.resource_type.help": "Filter specific resource types.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Move items to network", "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "Redstone mode", "gui.refinedstorage.redstone_mode.ignore": "Ignore", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Amount", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Set", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Filter mode", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", "gui.refinedstorage.fuzzy_mode.on": "On", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Off", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4K Storage Disk", "item.refinedstorage.16k_storage_disk": "16K Storage Disk", "item.refinedstorage.64k_storage_disk": "64K Storage Disk", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From f30d9ad83803f6b8d565173900398cc2e02c88ea Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:09 +0200 Subject: [PATCH 08/17] chore: update translation Japanese from crowdin --- .../assets/refinedstorage/lang/ja_jp.json | 118 ++++++++++++++---- 1 file changed, 97 insertions(+), 21 deletions(-) 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 4c45dde42..4136c2188 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "ディスクドライブ", "block.refinedstorage.machine_casing": "マシンケーシング", "block.refinedstorage.grid": "グリッド", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "クラフトグリッド", "block.refinedstorage.controller": "コントローラー", "block.refinedstorage.creative_controller": "クリエイティブコントローラー", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "リレー", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "When this device is inactive, the storage network will not be able to use this device as an energy source.", "gui.refinedstorage.disk_drive.disks": "ディスク", "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "並び順", "gui.refinedstorage.grid.sorting.direction.ascending": "昇順", "gui.refinedstorage.grid.sorting.direction.descending": "降順", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "最終変更時間", "gui.refinedstorage.grid.auto_selected": "自動選択", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "同期モード", - "gui.refinedstorage.grid.synchronizer.off": "オフ", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "リソースの種類", "gui.refinedstorage.grid.resource_type.all": "すべて", - "gui.refinedstorage.grid.resource_type.help": "Filter specific resource types.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "アイテムをネットワークに移動", "gui.refinedstorage.crafting_grid.move.inventory": "アイテムをインベントリに移動", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "画面サイズ", "gui.refinedstorage.screen_size.stretch": "連動", "gui.refinedstorage.screen_size.small": "小", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%dブロック", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "レッドストーン", "gui.refinedstorage.redstone_mode.ignore": "無視", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "優先度", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "量", - "gui.refinedstorage.amount.reset": "リセット", - "gui.refinedstorage.amount.set": "設定", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "フィルターモード", "gui.refinedstorage.filter_mode.allow": "ホワイトリスト", "gui.refinedstorage.filter_mode.block": "ブラックリスト", "gui.refinedstorage.fuzzy_mode": "曖昧モード", "gui.refinedstorage.fuzzy_mode.on": "オン", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "オフ", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "アクセスモード", "gui.refinedstorage.access_mode.insert_extract": "搬入・搬出", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "余分なリソースを破棄", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "通過", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "エネルギーを通過", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "gui.refinedstorage.relay.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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "クォーツ濃縮鉄", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "プロセッサ接合材", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4Kストレージディスク", "item.refinedstorage.16k_storage_disk": "16Kストレージディスク", "item.refinedstorage.64k_storage_disk": "64Kストレージディスク", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "クリエイティブストレージディスク", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From 3d79ee18c64753148a8e52617569d14da630766b Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:10 +0200 Subject: [PATCH 09/17] chore: update translation Korean from crowdin --- .../assets/refinedstorage/lang/ko_kr.json | 118 ++++++++++++++---- 1 file changed, 97 insertions(+), 21 deletions(-) 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 adf9fc563..df57807b1 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Disk Drive", "block.refinedstorage.machine_casing": "Machine Casing", "block.refinedstorage.grid": "Grid", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Crafting Grid", "block.refinedstorage.controller": "Controller", "block.refinedstorage.creative_controller": "Creative Controller", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "When this device is inactive, the storage network will not be able to use this device as an energy source.", "gui.refinedstorage.disk_drive.disks": "Disks", "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Sorting direction", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascending", "gui.refinedstorage.grid.sorting.direction.descending": "Descending", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Last modified", "gui.refinedstorage.grid.auto_selected": "Auto-selected", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Synchronization mode", - "gui.refinedstorage.grid.synchronizer.off": "Off", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Resource type", "gui.refinedstorage.grid.resource_type.all": "All", - "gui.refinedstorage.grid.resource_type.help": "Filter specific resource types.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Move items to network", "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "Redstone mode", "gui.refinedstorage.redstone_mode.ignore": "Ignore", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Amount", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Set", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Filter mode", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", "gui.refinedstorage.fuzzy_mode.on": "On", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Off", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4K Storage Disk", "item.refinedstorage.16k_storage_disk": "16K Storage Disk", "item.refinedstorage.64k_storage_disk": "64K Storage Disk", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From b35a8496c6d622d4ffbe3b537b98d9f37d52d858 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:11 +0200 Subject: [PATCH 10/17] chore: update translation Polish from crowdin --- .../assets/refinedstorage/lang/pl_pl.json | 120 ++++++++++++++---- 1 file changed, 98 insertions(+), 22 deletions(-) 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 a4280a4c7..9a0a231e4 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 @@ -2,10 +2,11 @@ "mod.refinedstorage": "Refined Storage", "block.refinedstorage.cable": "Kabel", "block.refinedstorage.quartz_enriched_iron_block": "Blok kwarcowego żelaza", - "block.refinedstorage.quartz_enriched_copper_block": "Block of Quartz Enriched Copper", + "block.refinedstorage.quartz_enriched_copper_block": "Blok kwarcowej miedzi", "block.refinedstorage.disk_drive": "Napęd dysku", "block.refinedstorage.machine_casing": "Osłona maszyny", "block.refinedstorage.grid": "Terminal", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Terminal rzemieślniczy", "block.refinedstorage.controller": "Kontroler", "block.refinedstorage.creative_controller": "Kontroler kreatywny", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "Gdy to urządzenie jest nieaktywne, sieć magazynowa nie będzie w stanie używać tego urządzenia jako źródła energii.", "gui.refinedstorage.disk_drive.disks": "Dyski", "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Możliwość automatycznego tworzenia", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Automatycznego tworzenie niemożliwe", "gui.refinedstorage.grid.sorting.direction": "Kierunek sortowania", "gui.refinedstorage.grid.sorting.direction.ascending": "Rosnąco", "gui.refinedstorage.grid.sorting.direction.descending": "Malejąco", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Ostatnia modyfikacja", "gui.refinedstorage.grid.auto_selected": "Automatycznie zaznaczone", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Tryb synchronizacji", - "gui.refinedstorage.grid.synchronizer.off": "Wyłączone", - "gui.refinedstorage.grid.synchronizer.off.help": "Nie synchronizuj tekstu pola wyszukiwania.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Wyłączone", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Typ zasobu", "gui.refinedstorage.grid.resource_type.all": "Wszystko", - "gui.refinedstorage.grid.resource_type.help": "Filtruj określone typy zasobów.", + "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.click_to_autocraft": "Kliknij, aby automatycznie stworzyć", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Przenieś przedmioty do sieci", "gui.refinedstorage.crafting_grid.move.inventory": "Przenieś przedmioty do ekwipunku", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Zezwalaj tylko na zasoby do sieci magazynowej, które są skonfigurowane w filtrach.", "gui.refinedstorage.importer.filter_mode.block.help": "Nie zezwalaj na zasoby do sieci magazynowej, które są skonfigurowane w filtrach.", "gui.refinedstorage.wireless_transmitter.distance": "%d blok(ów)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "Zasób do wyświetlenia.", "gui.refinedstorage.redstone_mode": "Tryb redstone", "gui.refinedstorage.redstone_mode.ignore": "Ignoruj", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Użyj filtru losowego.", "gui.refinedstorage.priority": "Priorytet", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Ilość", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Ustaw", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Tryb filtrowania", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Tryb nieprecyzyjny", "gui.refinedstorage.fuzzy_mode.on": "Włączono", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Off", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Brak karty sieci", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Zapewnia sieć magazynowania w energie. Sieć może mieć ich kilka.", "item.refinedstorage.creative_controller.help": "Zapewnia sieć magazynowania w nieskończoną energię.", "item.refinedstorage.disk_drive.help": "Akceptuje dyski do zapewnienia przestrzeni dyskowej dla sieci magazynowania.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Umożliwia interakcję z siecią magazynowania.", "item.refinedstorage.crafting_grid.help": "Umożliwia interakcję z siecią magazynowania, z możliwością tworzenia.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Importuj zasoby ze źródła zewnętrznego do sieci magazynowej.", "item.refinedstorage.exporter.help": "Eksport zasobów z sieci magazynowej do zewnętrznego miejsca przeznaczenia.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4K Storage Disk", "item.refinedstorage.16k_storage_disk": "16K Storage Disk", "item.refinedstorage.64k_storage_disk": "64K Storage Disk", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From aa3a86f5bab540f65c88cc30838ae5bd9d49f689 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:12 +0200 Subject: [PATCH 11/17] chore: update translation Swedish from crowdin --- .../assets/refinedstorage/lang/sv_se.json | 645 ++++++++++++++++++ 1 file changed, 645 insertions(+) create mode 100644 refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json 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 new file mode 100644 index 000000000..fac4f8499 --- /dev/null +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/sv_se.json @@ -0,0 +1,645 @@ +{ + "mod.refinedstorage": "Refined Storage", + "block.refinedstorage.cable": "Kabel", + "block.refinedstorage.quartz_enriched_iron_block": "Block av kvarts berikat järn", + "block.refinedstorage.quartz_enriched_copper_block": "Block av kvarts berikat koppar", + "block.refinedstorage.disk_drive": "Diskenhet", + "block.refinedstorage.machine_casing": "Maskinhölje", + "block.refinedstorage.grid": "Rutnät", + "block.refinedstorage.pattern_grid": "Mall-rutnät", + "block.refinedstorage.crafting_grid": "Tillverkningsrutnät", + "block.refinedstorage.controller": "Huvudenhet", + "block.refinedstorage.creative_controller": "Kreativ Huvudenhet", + "block.refinedstorage.1k_storage_block": "1K Lagringsblock", + "block.refinedstorage.4k_storage_block": "4K Lagringsblock", + "block.refinedstorage.16k_storage_block": "16K Lagringsblock", + "block.refinedstorage.64k_storage_block": "64K Lagringsblock", + "block.refinedstorage.creative_storage_block": "Kreativt Lagringsblock", + "block.refinedstorage.64b_fluid_storage_block": "64B Block för vätskelagring", + "block.refinedstorage.256b_fluid_storage_block": "256B Block för vätskelagring", + "block.refinedstorage.1024b_fluid_storage_block": "1024B Block för vätskelagring", + "block.refinedstorage.4096b_fluid_storage_block": "4096B Block för vätskelagring", + "block.refinedstorage.creative_fluid_storage_block": "Kreativt Block för vätskelagring", + "block.refinedstorage.importer": "Importör", + "block.refinedstorage.exporter": "Exportör", + "block.refinedstorage.interface": "Gränssnitt", + "block.refinedstorage.external_storage": "Externt lagringsutrymme", + "block.refinedstorage.detector": "Detektor", + "block.refinedstorage.constructor": "Konstruktör", + "block.refinedstorage.destructor": "Nerbrytare", + "block.refinedstorage.wireless_transmitter": "Trådlös sändare", + "block.refinedstorage.storage_monitor": "Lagringöversikt", + "block.refinedstorage.network_receiver": "Nätverksmottagare", + "block.refinedstorage.network_transmitter": "Nätverkssändare", + "block.refinedstorage.portable_grid": "Bärbart rutnät", + "block.refinedstorage.creative_portable_grid": "Kreativt bärbartrutnät", + "block.refinedstorage.security_manager": "Säkerhets Manager", + "block.refinedstorage.security_manager.help": "När denna enhet är aktiv, kommer att skydda nätverket som standard och blockera alla uppgifter. Lägg till säkerhetskort för att tillåta eller neka specifika uppgifter för en spelare.", + "block.refinedstorage.relay": "Relä", + "block.refinedstorage.disk_interface": "Diskgränssnitt", + "block.refinedstorage.autocrafter": "Autocrafter", + "gui.refinedstorage.controller.redstone_mode_help": "När den här enheten är inaktiv kommer nätverket inte att kunna använda den här enheten som energikälla.", + "gui.refinedstorage.disk_drive.disks": "Diskar", + "gui.refinedstorage.storage.redstone_mode_help": "När den här enheten är inaktiv kommer lagringsutrymmet inte längre att vara tillgängligt från nätverket.", + "gui.refinedstorage.storage.filter_help": "Resurserna som kanske tillåts eller inte tillåts i detta system, beror på om enheten är i läget för vitlista eller svartlista.", + "gui.refinedstorage.storage.filter_mode.empty_warning": "Utan några konfigurerade filter kommer inga resurser att accepteras i denna lagring.", + "gui.refinedstorage.storage.filter_mode.allow.help": "Tillåt bara resurser till denna lagring som är konfigurerad i filter.", + "gui.refinedstorage.storage.filter_mode.block.help": "Godkänn inte resurser till den här lagringsenheten som är konfigurerad i filter.", + "gui.refinedstorage.grid.view_type": "Se typ", + "gui.refinedstorage.grid.view_type.all": "Allt", + "gui.refinedstorage.grid.view_type.autocraftable": "Auto-tillverkningsbar", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Inte auto-tillverkningsbar", + "gui.refinedstorage.grid.sorting.direction": "Sorteringsriktning", + "gui.refinedstorage.grid.sorting.direction.ascending": "Stigande", + "gui.refinedstorage.grid.sorting.direction.descending": "Fallande", + "gui.refinedstorage.grid.sorting.type": "Sorteringstyp", + "gui.refinedstorage.grid.sorting.type.quantity": "Antal", + "gui.refinedstorage.grid.sorting.type.name": "Namn", + "gui.refinedstorage.grid.sorting.type.id": "ID", + "gui.refinedstorage.grid.sorting.type.last_modified": "Senast ändrad", + "gui.refinedstorage.grid.auto_selected": "Automatiskt vald", + "gui.refinedstorage.grid.auto_selected.help": "Om du vill automatiskt markera sökfältet när rutnätet öppnas.", + "gui.refinedstorage.grid.synchronization_mode": "Synkroniseringsläge", + "gui.refinedstorage.grid.synchronization_mode.off": "Av", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Synkronisera inte sökrutans text.", + "gui.refinedstorage.grid.resource_type": "Resurstyp", + "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.click_to_autocraft": "Klicka för att automatiskt tillverka", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + klicka för att automatiskt tillverka", + "gui.refinedstorage.crafting_grid.move.network": "Flytta saker till nätverk", + "gui.refinedstorage.crafting_grid.move.inventory": "Flytta saker till förråd", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Tryck SHIFT + CTRL för att visa endast objekt som används i receptet.", + "gui.refinedstorage.pattern_grid.create_pattern": "Skapa design", + "gui.refinedstorage.pattern_grid.clear": "Radera", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Luddigt läge", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Matcha designen, strunta i komponenterna.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Matcha designen exakt.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Indata", + "gui.refinedstorage.pattern_grid.processing.outputs": "Resultat", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "Resurserna kommer att plockas ut från nätverket för att skickas in i mål förrådet.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "Resurserna förväntas återkomma till förrådet för att nätverket ska anse att tillverkningen är klar.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Klicka för att konfigurera antal och alternativ", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Tillåtna alternativ:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternativ", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expandera", + "gui.refinedstorage.screen_size": "Skärmstorlek", + "gui.refinedstorage.screen_size.stretch": "Utvidga", + "gui.refinedstorage.screen_size.small": "Liten", + "gui.refinedstorage.screen_size.medium": "Medium", + "gui.refinedstorage.screen_size.large": "Stor", + "gui.refinedstorage.screen_size.extra_large": "Extra stor", + "gui.refinedstorage.detector.mode": "Läge", + "gui.refinedstorage.detector.mode.under": "Avge rödstenssignal när antalet är lägre", + "gui.refinedstorage.detector.mode.equal": "Avge rödstenssignal när antalet är samma", + "gui.refinedstorage.detector.mode.above": "Avge rödstenssignal när antalet är högre", + "gui.refinedstorage.detector.filter_help": "Resursen som ska hittas i nätverket.", + "gui.refinedstorage.destructor.pickup_items": "Plocka upp sak istället för att ha i sönder", + "gui.refinedstorage.destructor.filter_help": "Blocken som kanske förstörs eller inte, beror på om enheten är i läget för vitlista eller svartlista.", + "gui.refinedstorage.destructor.filter_mode.allow.help": "Tillåt bara block till detta nätverk som är konfigurerat i filter.", + "gui.refinedstorage.destructor.filter_mode.block.help": "Tillåt inte block till detta nätverk som är konfigurerat i filter.", + "gui.refinedstorage.constructor.drop_items": "Släpp saker istället för att placera block", + "gui.refinedstorage.constructor.filter_help": "Resurserna som ska placeras från nätverket.", + "gui.refinedstorage.interface.filter_help": "Resurserna som ska exporteras från nätverket.", + "gui.refinedstorage.exporter.filter_help": "Resurserna som ska exporteras från nätverket.", + "gui.refinedstorage.importer.filter_help": "Resurserna som ska importeras från målförrådet.", + "gui.refinedstorage.importer.filter_mode.allow.help": "Tillåt bara resurser in i nätverket som är konfigurerat i filter.", + "gui.refinedstorage.importer.filter_mode.block.help": "Tillåt inte resurser i nätverket som är konfigurerat i filter.", + "gui.refinedstorage.wireless_transmitter.distance": "%d block", + "gui.refinedstorage.wireless_transmitter.inactive": "Inaktiv", + "gui.refinedstorage.storage_monitor.filter_help": "Resurser att visa.", + "gui.refinedstorage.redstone_mode": "Rödstensläge", + "gui.refinedstorage.redstone_mode.ignore": "Ignorera", + "gui.refinedstorage.redstone_mode.ignore.help": "Denna enhet kommer alltid att vara aktiv, oavsett rödstenssignal.", + "gui.refinedstorage.redstone_mode.high": "Hög", + "gui.refinedstorage.redstone_mode.high.help": "Denna enhet kommer bara att vara aktiv med en rödstenssignal.", + "gui.refinedstorage.redstone_mode.low": "Låg", + "gui.refinedstorage.redstone_mode.low.help": "Denna enhet kommer bara att vara aktiv utan en rödstenssignal.", + "gui.refinedstorage.scheduling_mode": "Schemaläge", + "gui.refinedstorage.scheduling_mode.default": "Standard", + "gui.refinedstorage.scheduling_mode.default.help": "Använd det första tillgängliga filtret.", + "gui.refinedstorage.scheduling_mode.round_robin": "Rundan runt", + "gui.refinedstorage.scheduling_mode.round_robin.help": "Använd varje filter i tur och ordning.", + "gui.refinedstorage.scheduling_mode.random": "Slumpmässig", + "gui.refinedstorage.scheduling_mode.random.help": "Använda ett slumpmässigt filter.", + "gui.refinedstorage.priority": "Prioritet", + "gui.refinedstorage.priority.storage_help": "Ordningen i vilken nätverket kommer att lägga till eller plocka ut resurser, högst först.", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Konfigurera summa", + "gui.refinedstorage.configure_amount.reset": "Återställ", + "gui.refinedstorage.configure_amount.set": "Välj", + "gui.refinedstorage.filter_mode": "Filterläge", + "gui.refinedstorage.filter_mode.allow": "Godkännandelista", + "gui.refinedstorage.filter_mode.block": "Blockeringslista", + "gui.refinedstorage.fuzzy_mode": "Luddigt läge", + "gui.refinedstorage.fuzzy_mode.on": "På", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Matcha filter för vitlista eller svartlista, ignorera komponenter.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Matcha filtret, ignorera komponenter.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Matcha filter vid utplockning från nätverket och ignorera komponenter.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Matcha filter vid utplockning från källan, ignorera komponenter.", + "gui.refinedstorage.fuzzy_mode.off": "Av", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Matcha exakt efter filter för vitlista eller svartlista.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Matcha filter exakt.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Matcha filter exakt, när du plockar ut från nätverket.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Matcha filter exakt, när du plockar ut från källan.", + "gui.refinedstorage.access_mode": "Åtkomstläge", + "gui.refinedstorage.access_mode.insert_extract": "Infoga och plocka ut", + "gui.refinedstorage.access_mode.insert_extract.help": "Nätverket kommer att kunna infoga eller plocka ut från denna lagring.", + "gui.refinedstorage.access_mode.insert": "Infoga bara", + "gui.refinedstorage.access_mode.insert.help": "Nätverket kommer bara att kunna infoga i denna lagring. Inneslutna resurser kommer fortfarande att ses i ett rutnät.", + "gui.refinedstorage.access_mode.extract": "Endast plocka ut", + "gui.refinedstorage.access_mode.extract.help": "Nätverket kommer endast att kunna infoga eller plocka ut från denna lagring.", + "gui.refinedstorage.void_excess": "Kasta bort överflödiga resurser", + "gui.refinedstorage.void_excess.help": "När släng läge är påslaget och utrymmet är fullt, kommer den att fortsätta att acceptera resurser men kasta bort dom.", + "gui.refinedstorage.void_excess.allowlist_warning": "Släng överskott fungerar bara när lagringen är i vitlisteläge.", + "gui.refinedstorage.empty_upgrade_slot": "Rensa uppgradering-slot", + "gui.refinedstorage.filter_slot.empty_filter": "Rensa filter", + "gui.refinedstorage.filter_slot.left_click_for": "Vänsterklicka för", + "gui.refinedstorage.filter_slot.right_click_for": "Högerklicka för", + "gui.refinedstorage.filter_slot.click_to_clear": "Klicka för att rensa", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Klicka för att konfigurera antal", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Skift-klicka för att rensa", + "gui.refinedstorage.regulator_upgrade.filter_help": "Resursen som ska regleras i målet.", + "gui.refinedstorage.network_transmitter.status.inactive": "Inaktiv", + "gui.refinedstorage.network_transmitter.status.missing_network_card": "Nätverkskort saknas", + "gui.refinedstorage.network_transmitter.status.transmitting": "%d block", + "gui.refinedstorage.network_transmitter.status.receiver_unreachable": "Kan ej nås", + "gui.refinedstorage.security_card.permission.reset": "Återställ", + "gui.refinedstorage.security_card.permission.modified": "Modifierad", + "gui.refinedstorage.security_manager.redstone_mode_help": "När den här enheten är inaktiv kommer nätverket inte att skyddas.", + "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Plats för ett reserv säkerhetskort.", + "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Lägg till ett reservsäkerhetskort till denna plats för att sätta behörigheter för varje spelare utan ett säkerhetskort. Som standard nekas alla åtgärder.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.pass_through": "Passera-igenom", + "gui.refinedstorage.relay.pass_through.help": "Om den här enheten ska passera-igenom hela indata-nätverkets signal som det är. Stäng av detta för att selektivt exponera komponenter för utdatanätverket.", + "gui.refinedstorage.relay.pass_energy": "Genomgående energi", + "gui.refinedstorage.relay.pass_energy.help": "Om denna enhet ska skicka sin energi-buffert från indata-nätverket till utdatanätverket.", + "gui.refinedstorage.relay.pass_storage": "Passera lagring", + "gui.refinedstorage.relay.pass_storage.help": "Om denna enhet ska passera lagring från indata-nätverket till utdatanätverket.", + "gui.refinedstorage.relay.pass_security": "Passera säkerhet", + "gui.refinedstorage.relay.pass_security.help": "Om denna enhet ska skicka säkerhetsinställningarna från indata-nätverket till utdatanätverket.", + "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.filter_mode.allow.help": "Visa endast resurser från indata-nätverket till utdatanätverket som är konfigurerat i filter.", + "gui.refinedstorage.relay.filter_mode.block.help": "Visa inte resurser från indata-nätverket till utdatanätverket som är konfigurerat i filter.", + "gui.refinedstorage.disk_interface.filter_mode.allow.help": "Tillåt bara resurser på nätverkets lagring eller nätverket som är konfigurerat i filter.", + "gui.refinedstorage.disk_interface.filter_mode.block.help": "Tillåt inte resurser på nätverkets lagring eller nätverket som är konfigurerat i filter.", + "gui.refinedstorage.disk_interface.in": "In", + "gui.refinedstorage.disk_interface.out": "Ut", + "gui.refinedstorage.disk_interface.filter_help": "De resurser som får eller inte får överföras från eller till de angivna lagringsenheterna, beroende på om enheten är i vitliste eller svartlista läge.", + "gui.refinedstorage.disk_interface.transfer_mode": "Överföringsläge", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "Överför till nätverket", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Överför resurserna från lagringsdiskarna till nätverket.", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Plocka ut från nätverket", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Överför resurserna från nätverket till lagringsdiskarna.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "item.refinedstorage.controller.help": "Förser nätverket med energi. Kan ha flera i samma nätverk.", + "item.refinedstorage.creative_controller.help": "Förser nätverket med obegränsad energi.", + "item.refinedstorage.disk_drive.help": "Accepterar lagringsdiskar för att förse nätverket med lagringsutrymme.", + "item.refinedstorage.disk_interface.help": "Överför resurser mellan nätverket och tillhandahållna lagringsdiskar.", + "item.refinedstorage.grid.help": "Gör det möjligt att interagera med nätverket.", + "item.refinedstorage.crafting_grid.help": "Gör det möjligt att interagera med nätverket och möjlighet att \"crafta\".", + "item.refinedstorage.pattern_grid.help": "Gör det möjligt skapa mallar som använder vid \"auto-crafting\".", + "item.refinedstorage.importer.help": "Importera resurser från en extern källa till nätverket.", + "item.refinedstorage.exporter.help": "Exporterar resurser från nätverket till en extern destination.", + "item.refinedstorage.interface.help": "Fungerar som en kombinerad importör och exportör.", + "item.refinedstorage.external_storage.help": "Förser nätverket med lagring från en extern källa.", + "item.refinedstorage.detector.help": "Avger en rödstenssignal om nätverket innehåller en resurs som är lika med, över eller under ett visst antal.", + "item.refinedstorage.constructor.help": "Placerar block från nätverket i världen.", + "item.refinedstorage.destructor.help": "Förstör block från världen och placerar dem i nätverket.", + "item.refinedstorage.relay.help": "Slå på eller stäng av en hel sektion av ett nätverk och skapa en ny del av ditt nätverk.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.quartz_enriched_iron": "Kvartsberikat järn", + "item.refinedstorage.quartz_enriched_copper": "Kvartsberikad koppar", + "item.refinedstorage.processor_binding": "Processor-fog", + "item.refinedstorage.silicon": "Silikon", + "item.refinedstorage.raw_basic_processor": "Obearbetad primär processor", + "item.refinedstorage.raw_improved_processor": "Rå förbättrad processor", + "item.refinedstorage.raw_advanced_processor": "Obearbetad avancerad processor", + "item.refinedstorage.basic_processor": "Primär processor", + "item.refinedstorage.improved_processor": "Förbättrad processor", + "item.refinedstorage.advanced_processor": "Avancerad processor", + "item.refinedstorage.1k_storage_part": "1K Lagringsdel", + "item.refinedstorage.4k_storage_part": "4K Lagringsdel", + "item.refinedstorage.16k_storage_part": "16K Lagringsdel", + "item.refinedstorage.64k_storage_part": "64K Lagringsdel", + "item.refinedstorage.1k_storage_disk": "1K Lagringsenhet", + "item.refinedstorage.4k_storage_disk": "4K Lagringsenhet", + "item.refinedstorage.16k_storage_disk": "16K Lagringsenhet", + "item.refinedstorage.64k_storage_disk": "64K Lagringsenhet", + "item.refinedstorage.storage_disk.help": "Lagrar %s objekt. När enheten är tom, kan du få tillbaka lagrinsdelen genom att använda den. Kan uppgraderas genom att kombineras lagringsdel av högre klass.", + "item.refinedstorage.storage_block.help": "Lagrar %s objekt. När enheten är tom, kan du få tillbaka lagrinsdelen och höljet genom att använda den. Kan uppgraderas genom att kombineras lagringsdel av högre klass.", + "item.refinedstorage.creative_storage_disk": "Kreativ lagringsdisk", + "item.refinedstorage.creative_storage_disk.help": "Lagrar ett oändligt antal föremål.", + "item.refinedstorage.creative_storage_block.help": "Lagrar ett oändligt antal föremål.", + "item.refinedstorage.64b_fluid_storage_part": "64B Enhet för vätska", + "item.refinedstorage.256b_fluid_storage_part": "256B Enhet för vätska", + "item.refinedstorage.1024b_fluid_storage_part": "1024B Enhet för vätska", + "item.refinedstorage.4096b_fluid_storage_part": "4096B Enhet för vätska", + "item.refinedstorage.64b_fluid_storage_disk": "64B lagringsdisk för vätska", + "item.refinedstorage.256b_fluid_storage_disk": "256B lagringsdisk för vätska", + "item.refinedstorage.1024b_fluid_storage_disk": "1024B lagringsdisk för vätska", + "item.refinedstorage.4096b_fluid_storage_disk": "4096B lagringsdisk för vätska", + "item.refinedstorage.fluid_storage_disk.help": "Lagrar %s hinkar.", + "item.refinedstorage.fluid_storage_block.help": "Lagrar %s hinkar.", + "item.refinedstorage.creative_fluid_storage_disk": "Kreativ lagringsdisk för vätska", + "item.refinedstorage.creative_fluid_storage_disk.help": "Lagrar ett oändligt antal hinkar.", + "item.refinedstorage.creative_fluid_storage_block.help": "Lagrar ett oändligt antal hinkar.", + "item.refinedstorage.storage_housing": "Skyddshölje till lagring", + "item.refinedstorage.construction_core": "Konstruktionskärna", + "item.refinedstorage.destruction_core": "Destruktionskärna", + "item.refinedstorage.wrench": "Skiftnyckel", + "item.refinedstorage.wrench.help": "Använd för att rotera block eller tryck SHIFT för att ta isär Refined Storage block.", + "item.refinedstorage.upgrade": "Uppgradering", + "item.refinedstorage.speed_upgrade": "Hastighetsuppgradering", + "item.refinedstorage.speed_upgrade.help": "Ökar driftshastigheten för en nätverksenhet.", + "item.refinedstorage.stack_upgrade": "Uppgradering till trave", + "item.refinedstorage.stack_upgrade.help": "Ökar kapaciteten för antalet resurser som nätverket hanterar per operation.", + "item.refinedstorage.silk_touch_upgrade": "Silk Touch uppgradering", + "item.refinedstorage.silk_touch_upgrade.help": "Fungerar som \"Silk Touch\" förtrollning på en hacka.", + "item.refinedstorage.fortune_upgrade.1": "Fortune I uppgradering", + "item.refinedstorage.fortune_upgrade.2": "Fortune II uppgradering", + "item.refinedstorage.fortune_upgrade.3": "Fortune III uppgradering", + "item.refinedstorage.fortune_upgrade.help": "Utvinner mer resurser när du bryter sönder block. Fungera som \"Fortune\" förtrollning på en hacka.", + "item.refinedstorage.regulator_upgrade": "Regulator uppgradering", + "item.refinedstorage.regulator_upgrade.help": "Kommer endast exportera/importera om antalet är mindre/mer än konfigurerat i uppgraderingen på målet. Mindre gäller för exportör och mer för importör. Använd för att konfigurera.", + "item.refinedstorage.range_upgrade": "Uppgradering av räckvidd", + "item.refinedstorage.range_upgrade.help": "Ökar räckvidden för den trådlösa sändaren.", + "item.refinedstorage.creative_range_upgrade": "Uppgradering till \"kreativ\" räckvidd.", + "item.refinedstorage.creative_range_upgrade.help": "Ger oändlig räckvidd för den trådlösa sändaren. Fungerar inte över dimensioner.", + "item.refinedstorage.wireless_grid": "Trådlöst rutnät", + "item.refinedstorage.creative_wireless_grid": "Kreativt trådlöst rutnät", + "item.refinedstorage.wireless_transmitter.help": "Ger trådlöst access till nätverket för objekt som det trådlösa rutnätet. Flera enheter är tillåtet och ger en bredare täckning.", + "item.refinedstorage.network_item.unbound": "Obunden.", + "item.refinedstorage.network_item.unbound.help": "Använd på vilken nätverksenhet som helst för att ansluta.", + "item.refinedstorage.network_item.bound_to": "Ansluten till %d, %d, %d.", + "item.refinedstorage.network_item.cannot_open_with_shortcut_due_to_duplicate": "Det finns mer än en %s i ditt förråd.", + "item.refinedstorage.network_item.cannot_open_because_not_found": "Det finns ingen %s i ditt förråd.", + "item.refinedstorage.configuration_card": "Konfigurationskort", + "item.refinedstorage.configuration_card.empty": "Tomt.", + "item.refinedstorage.configuration_card.configured": "Innehåller konfiguration för %s.", + "item.refinedstorage.configuration_card.copied_configuration": "Kopierad konfiguration för %s.", + "item.refinedstorage.configuration_card.cleared_configuration": "Återställd konfiguration.", + "item.refinedstorage.configuration_card.cannot_apply_configuration": "Kan inte använda konfigurationskort för olika typer av enhet. Det är konfigurerat för %s.", + "item.refinedstorage.configuration_card.applied_configuration": "Konfiguration tillämpad.", + "item.refinedstorage.configuration_card.empty_help": "Använd på en nätverksenhet medan du hukar för att kopiera konfiguration och uppgraderingar till kortet.", + "item.refinedstorage.configuration_card.configured_help": "Använd på mål-nätverksenhet medan du hukar för att överföra konfiguration och uppgraderingar. Använd medan du hukar för att tömma.", + "item.refinedstorage.network_card": "Nätverkskort", + "item.refinedstorage.network_card.unbound_help": "Använd medan du hukar på en nätverksmottagare.", + "item.refinedstorage.network_card.unbound": "Ej knuten till något.", + "item.refinedstorage.network_card.bound_help": "Placera i en nätverkssändare. Använd medan du hukar för att rensa knytning.", + "item.refinedstorage.network_card.bound": "Knuten till %d, %d, %d i %s.", + "item.refinedstorage.network_transmitter.help": "Sänder en nätverkssignal trådlöst. Behöver ett nätverkskort som är ihopparad med en nätverksmottagare.", + "item.refinedstorage.network_receiver.help": "Tar emot en nätverkssignal trådlöst. Knyt ett nätverkskort till detta block.", + "item.refinedstorage.cable.help": "Ansluter nätverksenheter med varandra. Block, kommer att anslutas till vilken färg som. Kablar, kommer endast ansluta till samma färg eller till standardfärg (grå).", + "item.refinedstorage.security_card": "Säkerhetskort", + "item.refinedstorage.security_card.cleared_configuration": "Ingen konfiguration.", + "item.refinedstorage.security_card.unbound": "Ej knuten till något.", + "item.refinedstorage.security_card.unbound.help": "Högerklicka för att konfigurera och knyta till nuvarande spelare.", + "item.refinedstorage.security_card.bound": "Knuten till %s.", + "item.refinedstorage.security_card.bound.help": "Högerklicka för att konfigurera. Använd medan du hukar för att ta bort konfiguration och sammanknutning.", + "item.refinedstorage.fallback_security_card": "Reserv säkerhetskort", + "item.refinedstorage.fallback_security_card.help": "Fungerar som reserv om inget annat säkerhetskort för spelaren hittas. Högerklicka för att konfigurera. Huka och använd för att rensa.", + "item.refinedstorage.portable_grid.help": "Tillåter att interagera med en lagringsdisk när den inte är ansluten till ett nätverket. Kan användas som ett block i världen, eller från ditt inventory.", + "item.refinedstorage.storage_monitor.help": "Ett block som visar det aktuella antalet av en viss resurs i ditt nätverk. SHIFT + högerklicka för att konfigurera. Vänsterklicka för att plocka ut en stack, SHIFT + vänsterklicka för att plocka ut andast en resurs, högerklicka för att infoga en resurs, högerklicka flera gånger för att infoga flera resurser i bulk.", + "item.refinedstorage.pattern": "Mall", + "item.refinedstorage.pattern.fuzzy_mode": "Luddigt läge", + "item.refinedstorage.pattern.help": "Används vid auto-tillverkning för att lagra receptet som ska craftas. Använd medan du hukar för att rensa.", + "misc.refinedstorage.stored": "Lager: %s", + "misc.refinedstorage.stored_with_capacity": "Lager: %s / %s (%d%%)", + "misc.refinedstorage.total": "%d totalt", + "misc.refinedstorage.last_modified.just_now": "Senast ändrad just nu av %s", + "misc.refinedstorage.last_modified.second": "Senast ändrad %d sekund sedan av %s", + "misc.refinedstorage.last_modified.seconds": "Senast ändrad %d sekunder sedan av %s", + "misc.refinedstorage.last_modified.minute": "Senast ändrad %d minut sedan av %s", + "misc.refinedstorage.last_modified.minutes": "Senast ändrad %d minuter sedan av %s", + "misc.refinedstorage.last_modified.hour": "Senast ändrad %d timme sedan av %s", + "misc.refinedstorage.last_modified.hours": "Senast ändrad %d timmar sedan av %s", + "misc.refinedstorage.last_modified.day": "Senast ändrad %d dag sedan av %s", + "misc.refinedstorage.last_modified.days": "Senast ändrad %d dagar sedan av %s", + "misc.refinedstorage.last_modified.week": "Senast ändrad %d vecka sedan av %s", + "misc.refinedstorage.last_modified.weeks": "Senast ändrad %d veckor sedan av %s", + "misc.refinedstorage.last_modified.year": "Senast ändrad %d år sedan av %s", + "misc.refinedstorage.last_modified.years": "Senast ändrad %d år sedan av %s", + "misc.refinedstorage.resource_type.item": "Föremål", + "misc.refinedstorage.resource_type.fluid": "Vätska", + "misc.refinedstorage.press_shift_for_help": "Tryck SHIFT för hjälp", + "misc.refinedstorage.no_permission": "Ej behörighet", + "misc.refinedstorage.no_permission.open": "Du har inte behörighet att öppna %s.", + "misc.refinedstorage.no_permission.insert": "Du har inte behörighet att lägga till.", + "misc.refinedstorage.no_permission.extract": "Du har inte behörighet att plocka ut.", + "misc.refinedstorage.no_permission.build.place": "Du har inte behörighet att placera en %s här.", + "misc.refinedstorage.no_permission.build.break": "Du har inte behörighet att ta i sönder %s.", + "misc.refinedstorage.no_permission.build.rotate": "Du har inte behörighet att rotera %s.", + "misc.refinedstorage.no_permission.build.dismantle": "Du har inte behörighet att demontera %s.", + "misc.refinedstorage.pattern.crafting": "Crafting-mönster", + "misc.refinedstorage.pattern.processing": "Process-mönster", + "misc.refinedstorage.pattern.stonecutter": "Stenhuggar-mönster", + "misc.refinedstorage.pattern.smithing_table": "Smides-mönster", + "key.refinedstorage.focus_search_bar": "Fokusera sökfältet", + "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Rensa craftingrunäts-matris till nätverk", + "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Rensa runäts-matris till inventory", + "key.refinedstorage.open_wireless_grid": "Öppna trådlöst rutnät", + "key.refinedstorage.open_portable_grid": "Öppna bärbart rutnät", + "refinedstorage.subtitle.wrench": "Skiftnyckel använd", + "permission.refinedstorage.insert": "Föra in", + "permission.refinedstorage.insert.description": "Om spelaren kan föra in resurser i ett nätverk.", + "permission.refinedstorage.extract": "Plocka ut", + "permission.refinedstorage.extract.description": "Om spelaren kan plocka ut resurser från ett nätverk.", + "permission.refinedstorage.autocrafting": "Autocrafting", + "permission.refinedstorage.autocrafting.description": "Om spelaren kan starta, avbryta eller se en autocrafting uppgift.", + "permission.refinedstorage.open": "Öppna", + "permission.refinedstorage.open.description": "Om spelaren kan öppna nätverksenhetens GUI:er.", + "permission.refinedstorage.build": "Skapa", + "permission.refinedstorage.build.description": "Om spelaren kan lägga till eller ta bort nätverksenheter.", + "permission.refinedstorage.security": "Säkerhet", + "permission.refinedstorage.security.description": "Om spelaren kan hantera säkerhetsalternativen för ett nätverk.", + "tag.item.refinedstorage.cables": "Kablar", + "tag.item.refinedstorage.constructors": "Konstruktör", + "tag.item.refinedstorage.controllers": "Huvudenheter", + "tag.item.refinedstorage.crafting_grids": "Crafting-rutnät", + "tag.item.refinedstorage.pattern_grids": "Mall-rutnät", + "tag.item.refinedstorage.creative_controllers": "Kreativa huvudenheter", + "tag.item.refinedstorage.destructors": "Förstörare", + "tag.item.refinedstorage.detectors": "Detektorer", + "tag.item.refinedstorage.exporters": "Exportörer", + "tag.item.refinedstorage.external_storages": "Externa lagringsutrymmen", + "tag.item.refinedstorage.fluid_storage_disks": "Lagringsdiskar för vätska", + "tag.item.refinedstorage.grids": "Rutnät", + "tag.item.refinedstorage.importers": "Importörer", + "tag.item.refinedstorage.network_receivers": "Nätverksmottagare", + "tag.item.refinedstorage.network_transmitters": "Nätverkssändare", + "tag.item.refinedstorage.relays": "Reläer", + "tag.item.refinedstorage.security_managers": "Säkerhetshanterare", + "tag.item.refinedstorage.storage_disks": "Lagring diskar", + "tag.item.refinedstorage.wireless_transmitters": "Trådlösa sändare", + "tag.item.refinedstorage.disk_interfaces": "Disk-gränssnitt", + "tag.item.refinedstorage.crafters": "Crafters", + "text.autoconfig.refinedstorage.title": "Refined Storage konfiguration", + "refinedstorage.configuration.title": "Refined Storage konfiguration", + "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage konfiguration", + "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage konfiguration", + "text.autoconfig.refinedstorage.option.smoothScrolling": "Jämn skrollning", + "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Om skroll-listen ska använda jämn skrolling.", + "text.autoconfig.refinedstorage.option.screenSize": "Skärmstorlek", + "text.autoconfig.refinedstorage.option.screenSize.tooltip": "Skärmens storlek.", + "text.autoconfig.refinedstorage.option.maxRowsStretch": "Maximal mängd rader när skärmstorleken är utsträckt", + "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Det maximala antalet rader när skärmstorleken är utsträckt.\n", + "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", + "text.autoconfig.refinedstorage.option.grid.largeFont.tooltip": "Om rutnätet ska använda ett större typsnitt för antalet.", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown": "Förhindra sortering medan SHIFT är nere", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown.tooltip": "Om rutnätet ska undvika sortering när SHIFT hålls ner.", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip": "Detaljerad anvisning", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip.tooltip": "Om rutnätet ska visa en detaljerad anvisning.", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery": "Kom ihåg sökning", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery.tooltip": "Om senaste sökningen ska vara kvar efter att rutnätet stängts och öppnats igen.", + "text.autoconfig.refinedstorage.option.grid.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.grid.energyUsage.tooltip": "Energin som rutnätet förbrukar.", + "text.autoconfig.refinedstorage.option.grid.autoSelected": "Välj sökruta automatiskt", + "text.autoconfig.refinedstorage.option.grid.autoSelected.tooltip": "Om sökrutan automatiskt ska markeras när rutnätet öppnas.", + "text.autoconfig.refinedstorage.option.grid.synchronizer": "Synkronisera", + "text.autoconfig.refinedstorage.option.grid.synchronizer.tooltip": "Synkroniserings sätt för rutnätets sökruta.", + "text.autoconfig.refinedstorage.option.grid.resourceType": "Resurstyp", + "text.autoconfig.refinedstorage.option.grid.resourceType.tooltip": "Resurstypen som ska visas.", + "text.autoconfig.refinedstorage.option.grid.sortingDirection": "Sorteringsriktning", + "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "Sorteringsriktningen.", + "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorteringstyp", + "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "Sorteringstypen.", + "text.autoconfig.refinedstorage.option.grid.viewType": "Vy-typ", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "Vyns typ.", + "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting-rutnät", + "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Konfiguration för crafting-rutnät.", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "Energin som crafting-rutnätet förbrukar.", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Stäng beteende för crafting-matris", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "Vad ska hända med slotten i crafting-matrisen när crafting-rutnätet stängs.", + "text.autoconfig.refinedstorage.option.patternGrid": "Mall-rutnät", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Konfiguration för mall-rutnätet.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "Energin som mall-rutnätet förbrukar.", + "text.autoconfig.refinedstorage.option.controller": "Kontroller", + "text.autoconfig.refinedstorage.option.controller.tooltip": "Konfiguration för kontrollern.", + "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energikapacitet", + "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "Energikapaciteten hos kontrollern.", + "text.autoconfig.refinedstorage.option.cable": "Kabel", + "text.autoconfig.refinedstorage.option.cable.tooltip": "Konfiguration för kabeln.", + "text.autoconfig.refinedstorage.option.cable.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.cable.energyUsage.tooltip": "Kabelns energiförbrukning.", + "text.autoconfig.refinedstorage.option.diskDrive": "Diskenhet", + "text.autoconfig.refinedstorage.option.diskDrive.tooltip": "Konfiguration för diskenhet.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage.tooltip": "Diskenhetens energiförbrukning.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk": "Energiförbrukning på varje disk", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk.tooltip": "Energiförbrukningen på varje disk.", + "text.autoconfig.refinedstorage.option.diskInterface": "Disk-gränssnitt", + "text.autoconfig.refinedstorage.option.diskInterface.tooltip": "Konfiguration för disk-gränssnitt.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage.tooltip": "Energiförbrukningen på disk-gränssnittet.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk": "Energiförbrukning på varje disk", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk.tooltip": "Energiförbrukningen på varje disk.", + "text.autoconfig.refinedstorage.option.storageBlock": "Lagringsblock", + "text.autoconfig.refinedstorage.option.storageBlock.tooltip": "Konfiguration för lagringsblock.", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage": "1K energiförbrukning", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage.tooltip": "Energiförbrukningen på 1K lagrinsblocket.", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage": "4K energiförbrukning", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage.tooltip": "Energiförbrukningen på 4K lagrinsblocket.", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage": "16K energiförbrukning", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage.tooltip": "Energiförbrukningen på 16K lagrinsblocket.", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage": "64K energiförbrukning", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage.tooltip": "Energiförbrukningen på 64K lagrinsblocket.", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage": "Kreativ energiförbrukning", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage.tooltip": "Energiförbrukningen på kreativt lagringsblock.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock": "Vätskelagringsblock", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.tooltip": "Konfiguration för vätskelagringsblock.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energiförbrukning", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage.tooltip": "Energiförbrukningen på 64B vätskelagrinsblocket.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energiförbrukning", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage.tooltip": "Energiförbrukningen på 256B vätskelagrinsblocket.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energiförbrukning", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage.tooltip": "Energiförbrukningen på 1024B vätskelagrinsblocket.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energiförbrukning", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "Energiförbrukningen på 4096B vätskelagrinsblocket.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage": "Kreativ energiförbrukning", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "Energiförbrukningen på det kreativa vätskelagrinsblocket.", + "text.autoconfig.refinedstorage.option.importer": "Importör", + "text.autoconfig.refinedstorage.option.importer.tooltip": "Konfiguration för importören.", + "text.autoconfig.refinedstorage.option.importer.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "Energiförbrukningen på importören.", + "text.autoconfig.refinedstorage.option.exporter": "Exportör", + "text.autoconfig.refinedstorage.option.exporter.tooltip": "Konfiguration för exportören.", + "text.autoconfig.refinedstorage.option.exporter.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "Energiförbrukningen på exportören.", + "text.autoconfig.refinedstorage.option.detector": "Detektor", + "text.autoconfig.refinedstorage.option.detector.tooltip": "Konfiguration för detektorn.", + "text.autoconfig.refinedstorage.option.detector.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.detector.energyUsage.tooltip": "Energiförbrukningen på detektorn.", + "text.autoconfig.refinedstorage.option.constructor": "Konstruktör", + "text.autoconfig.refinedstorage.option.constructor.tooltip": "Konfiguration för konstruktören.", + "text.autoconfig.refinedstorage.option.constructor.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.constructor.energyUsage.tooltip": "Energiförbrukningen på konstruktören.", + "text.autoconfig.refinedstorage.option.destructor": "Förstörare", + "text.autoconfig.refinedstorage.option.destructor.tooltip": "Konfiguration för förstöraren.", + "text.autoconfig.refinedstorage.option.destructor.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.destructor.energyUsage.tooltip": "Energiförbrukningen på förstöraren.", + "text.autoconfig.refinedstorage.option.upgrade": "Uppgradering", + "text.autoconfig.refinedstorage.option.upgrade.tooltip": "Konfiguration för uppgraderingar.", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage": "Hastighetsuppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas per hastighetsuppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage": "Stack-uppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av stack-uppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 uppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av Fortune 1 uppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 uppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av Fortune 2 uppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 uppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas per Fortune 3 uppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch uppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av Silk Touch uppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage": "Regulatoruppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av regulatoruppgraderingen.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage": "Räckviddsuppgraderingens energiförbrukning", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas per räckviddsuppgradering.", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage": "Kreativa räckviddsuppgraderingens energiförbrukningen", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage.tooltip": "Den extra energi som förbrukas av den kreativa räckviddsuppgraderingen.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange": "Räckviddsuppgraderingens räckvidd", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange.tooltip": "Det extra räckvidd som läggs till av räckviddsuppgraderingen.", + "text.autoconfig.refinedstorage.option.iface": "Gränssnitt", + "text.autoconfig.refinedstorage.option.iface.tooltip": "Konfiguration för gränssnittet.", + "text.autoconfig.refinedstorage.option.iface.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.iface.energyUsage.tooltip": "Energiförbrukningen på gränssnittet.", + "text.autoconfig.refinedstorage.option.externalStorage": "Externt lagringsutrymme", + "text.autoconfig.refinedstorage.option.externalStorage.tooltip": "Konfiguration för externt lagringsutrymme.", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage.tooltip": "Energiförbrukningen på det externa lagringsutrymmet.", + "text.autoconfig.refinedstorage.option.wirelessGrid": "Trådlöst rutnät", + "text.autoconfig.refinedstorage.option.wirelessGrid.tooltip": "Konfiguration för trådlösa rutnätet.", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity": "Energikapacitet", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity.tooltip": "Energikapaciteten för det trådlösa rutnätet.", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage": "Öppna energiförbrukning", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage.tooltip": "Energiförbrukningen för trådlösa rutnätet när den är öppen.", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage": "Sätt in energiförbrukning", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage.tooltip": "Energiförbrukningen som används av trådlösa rutnätet när resurser sätts in.", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage": "Plocka ut energiförbrukning", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage.tooltip": "Energiförbrukningen som används av trådlösa rutnätet när resurser plockas ut.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter": "Trådlös sändare", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.tooltip": "Konfiguration för den trådlösa sändaren.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage.tooltip": "Energiförbrukningen på den trådlösa sändaren.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange": "Standardtäckning", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange.tooltip": "Standardtäckningen för den trådlösa sändaren.", + "text.autoconfig.refinedstorage.option.storageMonitor": "Lagringsöversikt", + "text.autoconfig.refinedstorage.option.storageMonitor.tooltip": "Konfiguration för lagringsöversikten.", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage.tooltip": "Energiförbrukningen för lagringsöversikten.", + "text.autoconfig.refinedstorage.option.networkReceiver": "Nätverksmottagare", + "text.autoconfig.refinedstorage.option.networkReceiver.tooltip": "Konfiguration för nätverksmottagaren.", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage": "Energiförbrukning", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage.tooltip": "The energy used by the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage.option.networkTransmitter.tooltip": "Configuration for the Network Transmitter.", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage.tooltip": "The energy used by the Network Transmitter.", + "text.autoconfig.refinedstorage.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage.option.portableGrid.tooltip": "Configuration for the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity.tooltip": "The energy capacity of the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage.tooltip": "The energy used by the Portable Grid to open.", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage.tooltip": "The energy used by the Portable Grid to insert resources.", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage.tooltip": "The energy used by the Portable Grid to extract resources.", + "text.autoconfig.refinedstorage.option.securityCard": "Security Card", + "text.autoconfig.refinedstorage.option.securityCard.tooltip": "Configuration for the Security Card.", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage.tooltip": "The energy used by the Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard": "Fallback Security Card", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.tooltip": "Configuration for the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage.tooltip": "The energy used by the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.securityManager": "Security Manager", + "text.autoconfig.refinedstorage.option.securityManager.tooltip": "Configuration for the Security Manager.", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage.tooltip": "The energy used by the Security Manager.", + "text.autoconfig.refinedstorage.option.relay": "Relay", + "text.autoconfig.refinedstorage.option.relay.tooltip": "Konfiguration för reläet.", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage": "Inmatningsnätverkets energiförbrukning", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Inmatningsnätverkets energiförbrukning.", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Utmatningsnätverkets energiförbrukning (om inte i \"pass thru\" läge)", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Utmatningsnätverkets energiförbrukning (om inte i pass thru läge)", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", + "advancements.refinedstorage.root.description": "Använd en eller flera huvudenheter i ett nätverk för att förse det med energi", + "advancements.refinedstorage.connecting": "Ansluter", + "advancements.refinedstorage.connecting.description": "Använd kablar för att ansluta enheter med varandra, eller placera enheterna mot varandra", + "advancements.refinedstorage.drives": "Drives", + "advancements.refinedstorage.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage.interfacing_with_disks": "Interfacing with disks", + "advancements.refinedstorage.interfacing_with_disks.description": "Craft a Disk Interface to transfer resources between the storage network and storage disks", + "advancements.refinedstorage.storing_items": "Storing items", + "advancements.refinedstorage.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage.storing_fluids": "Storing fluids", + "advancements.refinedstorage.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.importing": "Importing", + "advancements.refinedstorage.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage.exporting": "Exporting", + "advancements.refinedstorage.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage.upgrading": "Upgrading", + "advancements.refinedstorage.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage.storing_externally": "Storing externally", + "advancements.refinedstorage.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage.detecting": "Detecting", + "advancements.refinedstorage.detecting.description": "Use redstone to check resources stored in the storage network", + "advancements.refinedstorage.construction": "Construction", + "advancements.refinedstorage.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage.destruction": "Destruction", + "advancements.refinedstorage.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage.wireless": "Wireless", + "advancements.refinedstorage.wireless.description": "Access your resources wirelessly with a Wireless Grid", + "advancements.refinedstorage.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage.no_cables_required": "No cables required", + "advancements.refinedstorage.no_cables_required.description": "Add extra components to your storage network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage.portable_storage": "Portable storage", + "advancements.refinedstorage.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network", + "advancements.refinedstorage.security": "Security", + "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", + "advancements.refinedstorage.conditional_connecting": "Conditional connecting", + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" +} From 553d088d5fb77efcb14c851207af0b28e5e388a1 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:14 +0200 Subject: [PATCH 12/17] chore: update translation Turkish from crowdin --- .../assets/refinedstorage/lang/tr_tr.json | 62 ++++++++++++++++--- 1 file changed, 54 insertions(+), 8 deletions(-) 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 bee0cba7a..a41547857 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 @@ -37,6 +37,7 @@ "block.refinedstorage.security_manager.help": "Bu cihaz aktif olduğunda, varsayılan olarak ağı koruyacak ve tüm işlemleri engelleyecektir. Bir oyuncu için belirli işlemlere izin vermek veya reddetmek için Güvenlik Kartları eklemeye başlayın.", "block.refinedstorage.relay": "Röle", "block.refinedstorage.disk_interface": "Disk Arayüzü", + "block.refinedstorage.autocrafter": "Otomatik Üretici", "gui.refinedstorage.controller.redstone_mode_help": "Bu cihaz etkin olmadığında, depolama ağı bu cihazı enerji kaynağı olarak kullanamayacaktır.", "gui.refinedstorage.disk_drive.disks": "Diskler", "gui.refinedstorage.storage.redstone_mode_help": "Bu cihaz etkin olmadığında, içerdiği depolama alanına depolama ağı içinden erişilemeyecektir.", @@ -44,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Yapılandırılmış herhangi bir filtre olmadan, bu depolama alanına hiçbir kaynak kabul edilmeyecektir.", "gui.refinedstorage.storage.filter_mode.allow.help": "Yalnızca filtrelerde yapılandırılan kaynakların bu depolama alanına girmesine izin ver.", "gui.refinedstorage.storage.filter_mode.block.help": "Filtrelerde yapılandırılan kaynakların bu depolama alanına girmesine izin verme.", + "gui.refinedstorage.grid.view_type": "Görünüm türü", + "gui.refinedstorage.grid.view_type.all": "Hepsi", + "gui.refinedstorage.grid.view_type.autocraftable": "Otomatik üretilebilir", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Otomatik üretilemez", "gui.refinedstorage.grid.sorting.direction": "Sıralama yönü", "gui.refinedstorage.grid.sorting.direction.ascending": "Artan", "gui.refinedstorage.grid.sorting.direction.descending": "Azalan", @@ -59,9 +64,14 @@ "gui.refinedstorage.grid.synchronization_mode.off.help": "Arama kutusu metnini senkronize etme.", "gui.refinedstorage.grid.resource_type": "Kaynak türü", "gui.refinedstorage.grid.resource_type.all": "Hepsi", - "gui.refinedstorage.grid.resource_type.help": "Belirli kaynak türlerini filtreleyin.", + "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.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.crafting_grid.move.network": "Eşyaları ağa taşı", "gui.refinedstorage.crafting_grid.move.inventory": "Eşyaları envantere taşı", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Yalnızca tarifte kullanılan eşyaları göstermek için SHIFT + CTRL tuşlarına bas.", "gui.refinedstorage.pattern_grid.create_pattern": "Şablon oluştur", "gui.refinedstorage.pattern_grid.clear": "Temizle", "gui.refinedstorage.pattern_grid.fuzzy_mode": "Belirsiz Mod", @@ -76,7 +86,7 @@ "gui.refinedstorage.pattern_grid.alternatives": "Alternatifler", "gui.refinedstorage.pattern_grid.alternatives.expand": "Genişlet", "gui.refinedstorage.screen_size": "Ekran boyutu", - "gui.refinedstorage.screen_size.stretch": "Esnet", + "gui.refinedstorage.screen_size.stretch": "Uzatılmış", "gui.refinedstorage.screen_size.small": "Küçük", "gui.refinedstorage.screen_size.medium": "Orta", "gui.refinedstorage.screen_size.large": "Büyük", @@ -116,6 +126,7 @@ "gui.refinedstorage.scheduling_mode.random.help": "Rastgele bir filtreyi kullan.", "gui.refinedstorage.priority": "Öncelik", "gui.refinedstorage.priority.storage_help": "Depolama ağının kaynakları ekleyeceği veya çıkaracağı sıra, en yüksek-ilk.", + "gui.refinedstorage.priority.crafter_help": "Bir kaynak için birden fazla şablon varsa, üretim görevleri Otomatik Üretici'de 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", @@ -143,7 +154,7 @@ "gui.refinedstorage.void_excess": "Fazla kaynakları geçersiz kıl", "gui.refinedstorage.void_excess.help": "Fazla kaynakları geçersiz kıl modu açıldığında ve depolama alanı dolduğunda, kaynakları kabul etmeye devam edecek ancak onları geçersiz kılacaktır.", "gui.refinedstorage.void_excess.allowlist_warning": "Fazlalığı geçersiz kıl modu yalnızca depolama, izin listesi modundayken çalışacaktır.", - "gui.refinedstorage.upgrade_slot": "Boş yükseltme yuvası", + "gui.refinedstorage.empty_upgrade_slot": "Boş yükseltme yuvası", "gui.refinedstorage.filter_slot.empty_filter": "Boş filtre", "gui.refinedstorage.filter_slot.left_click_for": "Şunun için Sol tıkla", "gui.refinedstorage.filter_slot.right_click_for": "Şunun için Sağ tıkla", @@ -160,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "Bu cihaz etkin olmadığında, ağ korunmayacaktır.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Yedek Güvenlik Kartı için Yuva.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Güvenlik Kartı olmadan her oyuncunun izinlerini ayarlamak için bu yuvaya bir Yedek Güvenlik Kartı ekleyin. Varsayılan olarak, tüm eylemler reddedilir.", - "gui.refinedstorage.relay.filter_help": "Röle, doğrudan geçiş modunda değilse giriş ağından çıkış ağına maruz bırakılması gereken kaynaklar.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Doğrudan geçiş", "gui.refinedstorage.relay.pass_through.help": "Bu cihazın tüm giriş ağı sinyalini olduğu gibi geçirmesi gerekip gerekmediği. Bileşenleri çıkış ağına seçici olarak maruz bırakmak için bunu kapatın.", "gui.refinedstorage.relay.pass_energy": "Enerjiyi geçir", @@ -169,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Bu cihazın depolamayı giriş ağından çıkış ağına geçirmesi gerekip gerekmediği.", "gui.refinedstorage.relay.pass_security": "Güvenliği geçir", "gui.refinedstorage.relay.pass_security.help": "Bu cihazın güvenlik ayarlarını giriş ağından çıkış ağına geçirmesi gerekip gerekmediği.", + "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.filter_mode.allow.help": "Yalnızca filtrelerde yapılandırılmış olan kaynakları giriş ağından çıkış ağına maruz bırakın.", "gui.refinedstorage.relay.filter_mode.block.help": "Filtrelerde yapılandırılmış olan kaynakları giriş ağından çıkış ağına maruz bırakmayın.", "gui.refinedstorage.disk_interface.filter_mode.allow.help": "Yalnızca filtrelerde yapılandırılan kaynakların depolama disklerine veya ağa girmesine izin ver.", @@ -181,6 +194,27 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Kaynakları, depolama disklerinden depolama ağına yerleştirin.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Ağdan çıkar", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Kaynakları, depolama ağından depolama disklerine yerleştirin.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Boş şablon yuvası", + "gui.refinedstorage.autocrafter.lock_mode": "Kilit modu", + "gui.refinedstorage.autocrafter.lock_mode.never": "Asla", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Redstone darbesi alınana kadar kilitle", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Bağlı makine boşalana kadar kilitle", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Tüm çıkışlar alınana kadar kilitle", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Yüksek redstone sinyaline kadar kilitle", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Düşük redstone sinyaline kadar kilitle", + "gui.refinedstorage.autocrafter.edit_name": "Düzenle", + "gui.refinedstorage.autocrafter.chained": "Zincirlenmiş", + "gui.refinedstorage.autocrafter.chained.help": "Bu otomatik üretici bir zincirin parçası.", + "gui.refinedstorage.autocrafter.chained.head_help": "Bu otomatik üretici zincirin başı.", + "gui.refinedstorage.autocrafter.not_chained": "Zincirlenmemiş", + "gui.refinedstorage.autocrafter.not_chained.help": "Eğer başka bir otomatik üretici de buna bakıyorsa, bir zincir oluşturarak tek bir makineye daha fazla şablon girmesini sağlayacaktır.", + "gui.refinedstorage.autocrafting_preview.title": "Otomatik Üretim", + "gui.refinedstorage.autocrafting_preview.start": "Başlat", + "gui.refinedstorage.autocrafting_preview.pending": "Beklemede", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "Eksik kaynaklar var.", + "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", "item.refinedstorage.controller.help": "Depolama ağına enerji sağlar. Tek bir depolama ağında birden fazlasına izin verilir.", "item.refinedstorage.creative_controller.help": "Depolama ağına sonsuz enerji sağlar.", "item.refinedstorage.disk_drive.help": "Depolama ağına, depolama alanı sağlamak için depolama disklerini kabul eder.", @@ -196,6 +230,7 @@ "item.refinedstorage.constructor.help": "Depolama ağındaki blokları dünyaya yerleştirir.", "item.refinedstorage.destructor.help": "Dünyadaki blokları yok eder ve depolama ağına yerleştirir.", "item.refinedstorage.relay.help": "Bir depolama ağının tüm bölümlerini açın veya kapatın ve ağınızın yeni dallarını oluşturun.", + "item.refinedstorage.autocrafter.help": "Otomatik üretilebilir kaynakları depolamak için şablonları kabul eder.", "item.refinedstorage.quartz_enriched_iron": "Kuvarsla Zenginleştirilmiş Demir", "item.refinedstorage.quartz_enriched_copper": "Kuvarsla Zenginleştirilmiş Bakır", "item.refinedstorage.processor_binding": "İşlemci Bağlayıcısı", @@ -278,7 +313,7 @@ "item.refinedstorage.network_card.bound": "%s boyutunda %d, %d, %d konumuna bağlanıldı.", "item.refinedstorage.network_transmitter.help": "Bir ağ sinyalini kablosuz olarak iletir. Ağ Alıcısı ile eşleştirilmiş Ağ Kartı gerekir.", "item.refinedstorage.network_receiver.help": "Ağ sinyalini kablosuz olarak alır. Bu bloğa bir Ağ Kartı bağlayın.", - "item.refinedstorage.cable.help": "Depolama ağı cihazlarını birbirine bağlar.", + "item.refinedstorage.cable.help": "Depolama ağı cihazlarını birbirine bağlar. Tam bloklar, herhangi bir renge bağlanır. Kablo blokları, yalnızca aynı renge veya varsayılan renge (gri) bağlanır.", "item.refinedstorage.security_card": "Güvenlik Kartı", "item.refinedstorage.security_card.cleared_configuration": "Yapılandırma temizlendi.", "item.refinedstorage.security_card.unbound": "Bağlanmamış.", @@ -361,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Depolama Diskileri", "tag.item.refinedstorage.wireless_transmitters": "Kablosuz Vericiler", "tag.item.refinedstorage.disk_interfaces": "Disk Arayüzleri", + "tag.item.refinedstorage.crafters": "Üreticiler", "text.autoconfig.refinedstorage.title": "Refined Storage Yapılandırması", "refinedstorage.configuration.title": "Refined Storage Yapılandırması", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Yapılandırması", @@ -369,8 +405,8 @@ "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Kaydırma çubuklarının yumuşak kaydırmayı kullanıp kullanmayacağı.", "text.autoconfig.refinedstorage.option.screenSize": "Ekran boyutu", "text.autoconfig.refinedstorage.option.screenSize.tooltip": "Ekran boyutu.", - "text.autoconfig.refinedstorage.option.maxRowsStretch": "Ekran boyutu esnetildiğinde en fazla satır miktarı", - "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Ekran boyutu esnetildiğinde görüntülenebilecek maksimum satır miktarı.", + "text.autoconfig.refinedstorage.option.maxRowsStretch": "Ekran boyutu uzatıldığında en fazla satır miktarı", + "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "Ekran boyutu uzatıldığında görüntülenebilecek maksimum satır miktarı.", "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", @@ -393,6 +429,8 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "Sıralama yönü.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sıralama türü", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "Sıralama türü.", + "text.autoconfig.refinedstorage.option.grid.viewType": "Görünüm türü", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "Görünüm türü.", "text.autoconfig.refinedstorage.option.craftingGrid": "Üretim Terminali", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Üretim Terminali için yapılandırma.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Enerji kullanımı", @@ -553,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Giriş ağı enerji kullanımı.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Çıkış ağı enerji kullanımı (doğrudan geçiş modunda değilse)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Çıkış ağı enerji kullanımı (doğrudan geçiş modunda değilse).", + "text.autoconfig.refinedstorage.option.autocrafter": "Otomatik Üretici", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Otomatik Üretici için yapılandırma.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Enerji kullanımı", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "Otomatik Üretici tarafından kullanılan enerji.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Ağınıza enerji sağlamak için bir depolama ağında bir veya birden fazla Denetleyici kullanın", "advancements.refinedstorage.connecting": "Bağlanıyor", "advancements.refinedstorage.connecting.description": "Cihazları birbirlerine bağlamak veya cihazları birbirlerine doğru yerleştirmek için Kablo kullanın", @@ -595,5 +639,7 @@ "advancements.refinedstorage.security": "Güvenlik", "advancements.refinedstorage.security.description": "Depolama ağınızı bir Güvenlik Yöneticisi ve Güvenlik Kartı ile güvence altına alın", "advancements.refinedstorage.conditional_connecting": "Koşullu bağlantı", - "advancements.refinedstorage.conditional_connecting.description": "Bir depolama ağının tüm bölümlerini açın veya kapatın ve bir Röle ile ağınızın yeni dallarını oluşturun" + "advancements.refinedstorage.conditional_connecting.description": "Bir depolama ağının tüm bölümlerini açın veya kapatın ve bir Röle ile ağınızın yeni dallarını oluşturun", + "advancements.refinedstorage.autocrafting": "Otomatik Üretim", + "advancements.refinedstorage.autocrafting.description": "Bir Şablon Terminalinde oluşturulan şablonları kullanarak bir Otomatik Üretici ile üretimi otomatikleştirin" } From 1d273b4ac5c367cf04ed806e1658d6435570b516 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:15 +0200 Subject: [PATCH 13/17] chore: update translation Chinese Simplified from crowdin --- .../assets/refinedstorage/lang/zh_cn.json | 456 ++++++++++-------- 1 file changed, 266 insertions(+), 190 deletions(-) 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 c585ecc29..11071c7f0 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 @@ -2,10 +2,11 @@ "mod.refinedstorage": "精致存储", "block.refinedstorage.cable": "线缆", "block.refinedstorage.quartz_enriched_iron_block": "富石英铁块", - "block.refinedstorage.quartz_enriched_copper_block": "Block of Quartz Enriched Copper", + "block.refinedstorage.quartz_enriched_copper_block": "富石英铜块", "block.refinedstorage.disk_drive": "磁盘驱动器", "block.refinedstorage.machine_casing": "机器外壳", "block.refinedstorage.grid": "终端", + "block.refinedstorage.pattern_grid": "样板终端", "block.refinedstorage.crafting_grid": "合成终端", "block.refinedstorage.controller": "控制器", "block.refinedstorage.creative_controller": "创造控制器", @@ -35,7 +36,8 @@ "block.refinedstorage.security_manager": "权限管理器", "block.refinedstorage.security_manager.help": "当此设备处于激活状态时会默认阻止所有操作来保护网络。添加安全卡以配置特定玩家对于特定操作的权限", "block.refinedstorage.relay": "中继器", - "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.disk_interface": "磁盘接口", + "block.refinedstorage.autocrafter": "自动合成仓", "gui.refinedstorage.controller.redstone_mode_help": "当此设备处于非激活状态时,存储网络将无法将此设备用作能源来源。", "gui.refinedstorage.disk_drive.disks": "磁盘", "gui.refinedstorage.storage.redstone_mode_help": "当此设备处于非激活状态时,其中的存储空间将无法从存储网络内访问。", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "在没有配置任何过滤器的情况下,此存储将不接受任何资源。", "gui.refinedstorage.storage.filter_mode.allow.help": "只允许过滤器配置中的资源进入此存储。", "gui.refinedstorage.storage.filter_mode.block.help": "禁止过滤器配置中的资源进入此存储。", + "gui.refinedstorage.grid.view_type": "视图类型", + "gui.refinedstorage.grid.view_type.all": "全部", + "gui.refinedstorage.grid.view_type.autocraftable": "可自动合成", + "gui.refinedstorage.grid.view_type.non_autocraftable": "不可自动合成", "gui.refinedstorage.grid.sorting.direction": "排序方式", "gui.refinedstorage.grid.sorting.direction.ascending": "升序", "gui.refinedstorage.grid.sorting.direction.descending": "降序", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "最后修改时间", "gui.refinedstorage.grid.auto_selected": "自动选取", "gui.refinedstorage.grid.auto_selected.help": "在打开终端时是否自动选择搜索框。", - "gui.refinedstorage.grid.synchronizer": "同步模式", - "gui.refinedstorage.grid.synchronizer.off": "关闭", - "gui.refinedstorage.grid.synchronizer.off.help": "不同步搜索框文本。", + "gui.refinedstorage.grid.synchronization_mode": "同步模式", + "gui.refinedstorage.grid.synchronization_mode.off": "关闭", + "gui.refinedstorage.grid.synchronization_mode.off.help": "不同步搜索框文本", "gui.refinedstorage.grid.resource_type": "存储通道", "gui.refinedstorage.grid.resource_type.all": "全部", - "gui.refinedstorage.grid.resource_type.help": "从特定的存储通道中过滤资源。", + "gui.refinedstorage.grid.craft": "合成", + "gui.refinedstorage.grid.autocraftable": "该资源可合成", + "gui.refinedstorage.grid.pattern_in_inventory": "此资源在背包中存在样板。", + "gui.refinedstorage.grid.click_to_autocraft": "单击以自动合成", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + 单击以自动合成。", "gui.refinedstorage.crafting_grid.move.network": "将物品移动到网络。", "gui.refinedstorage.crafting_grid.move.inventory": "将物品移动到物品栏。", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "按下 SHIFT + CTRL 只显示该配方中使用的项目。", + "gui.refinedstorage.pattern_grid.create_pattern": "创建样板", + "gui.refinedstorage.pattern_grid.clear": "清空", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "模糊匹配模式", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "匹配模式输入,忽略元件", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "精确匹配模式输入", + "gui.refinedstorage.pattern_grid.processing.inputs": "输入", + "gui.refinedstorage.pattern_grid.processing.outputs": "输出", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "这些资源将被从存储网络中提取并插入到目标库存中", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "这些达到物品达到合成后达到预期并返回网络认为合成任务成功完成", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "单机以配置数量和替代方案", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "允许的替代方案", + "gui.refinedstorage.pattern_grid.alternatives": "代替方案", + "gui.refinedstorage.pattern_grid.alternatives.expand": "扩展", "gui.refinedstorage.screen_size": "界面大小", "gui.refinedstorage.screen_size.stretch": "自适应", "gui.refinedstorage.screen_size.small": "小", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "只允许过滤器配置中的资源进入存储网络。", "gui.refinedstorage.importer.filter_mode.block.help": "禁止过滤器配置中的资源进入存储网络。", "gui.refinedstorage.wireless_transmitter.distance": "%d 方块", + "gui.refinedstorage.wireless_transmitter.inactive": "不活动", "gui.refinedstorage.storage_monitor.filter_help": "要显示的资源。", "gui.refinedstorage.redstone_mode": "红石模式", "gui.refinedstorage.redstone_mode.ignore": "忽略红石信号", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "使用随机过滤器。", "gui.refinedstorage.priority": "优先级", "gui.refinedstorage.priority.storage_help": "存储网络存入或提取资源的顺序,从高到低。", - "gui.refinedstorage.amount": "物品数量", - "gui.refinedstorage.amount.reset": "重置", - "gui.refinedstorage.amount.set": "设置", + "gui.refinedstorage.priority.crafter_help": "如果一个资源存在多个样板,合成任务将按照这些样板的装配室优先级进行合成。", + "gui.refinedstorage.configure_amount": "配置数量", + "gui.refinedstorage.configure_amount.reset": "重置", + "gui.refinedstorage.configure_amount.set": "设定", "gui.refinedstorage.filter_mode": "过滤模式", "gui.refinedstorage.filter_mode.allow": "白名单", "gui.refinedstorage.filter_mode.block": "黑名单", "gui.refinedstorage.fuzzy_mode": "模糊模式", "gui.refinedstorage.fuzzy_mode.on": "开启", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "精确匹配白名单或黑名单的过滤器。", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "精确匹配过滤器。", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "从存储网络提取时精确匹配过滤器。", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "从源提取时精确匹配过滤器。", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "匹配允许列表或组织列表的筛选器,忽略组件", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "匹配过滤器,忽略组件", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "从存储网络中提取时匹配筛选器,忽略组件", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "从源中提取时匹配过滤器,忽略组件", "gui.refinedstorage.fuzzy_mode.off": "关闭", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "在白名单或黑名单的过滤器中匹配时不比较NBT标签。", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "在匹配过滤器时不比较NBT标签。", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "从存储网络提取时,在过滤器中匹配时不比较NBT标签。", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "从源提取时,在过滤器中匹配时不比较NBT标签。", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "与允许列表或阻止列表的筛选器完全匹配", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "精确匹配过滤器", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "从存储网络提取时与过滤器精确匹配", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "从源中提取时与过滤器精确匹配", "gui.refinedstorage.access_mode": "访问模式", "gui.refinedstorage.access_mode.insert_extract": "插入和提取", "gui.refinedstorage.access_mode.insert_extract.help": "存储网络可以插入或从此存储中提取。", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "销毁过量资源", "gui.refinedstorage.void_excess.help": "当销毁过量模式被打开且存储已满时,将继续接受资源并将其直接销毁。", "gui.refinedstorage.void_excess.allowlist_warning": "销毁过量仅在白名单模式下才会生效", - "gui.refinedstorage.upgrade_slot": "空升级槽", + "gui.refinedstorage.empty_upgrade_slot": "空升级槽位", "gui.refinedstorage.filter_slot.empty_filter": "空过滤器", "gui.refinedstorage.filter_slot.left_click_for": "左键点击", "gui.refinedstorage.filter_slot.right_click_for": "右键点击", "gui.refinedstorage.filter_slot.click_to_clear": "点击清除", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "单击以确定数量", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "按住shift清除", "gui.refinedstorage.regulator_upgrade.filter_help": "目标中应调节的资源。", "gui.refinedstorage.network_transmitter.status.inactive": "未激活", "gui.refinedstorage.network_transmitter.status.missing_network_card": "缺少网络卡", @@ -143,43 +171,68 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "当此设备处于未激活状态时,将不能保护网络。", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "后备安全卡卡槽", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "在此槽位加入后备权限卡来设置没有单独使用权限卡配置的玩家的权限。默认情况下所有操作均被阻止。", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", - "gui.refinedstorage.relay.pass_through": "Pass-through", - "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", - "gui.refinedstorage.relay.pass_energy": "Pass energy", - "gui.refinedstorage.relay.pass_energy.help": "Whether this device should pass the energy buffer from the input network to the output network.", - "gui.refinedstorage.relay.pass_storage": "Pass storage", - "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", - "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.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.", - "gui.refinedstorage.disk_interface.filter_mode.block.help": "Disallow resources into the storage disks or into the network that are configured in the filters.", - "gui.refinedstorage.disk_interface.in": "In", - "gui.refinedstorage.disk_interface.out": "Out", - "gui.refinedstorage.disk_interface.filter_help": "The resources that may or may not be allowed transferred from or into the provided storage disks, depending if the device is in allowlist or blocklist mode.", - "gui.refinedstorage.disk_interface.transfer_mode": "Transfer mode", - "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "Insert into network", - "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", - "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", - "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.pass_through": "传递", + "gui.refinedstorage.relay.pass_through.help": "此设备是否应按原样通过整个输入网络信号。关闭此选项可有选择地将元件暴露于输出网络。", + "gui.refinedstorage.relay.pass_energy": "能量传递", + "gui.refinedstorage.relay.pass_energy.help": "此器件是否应将能量缓冲器从输入网络传递到输出网络。", + "gui.refinedstorage.relay.pass_storage": "存储传递", + "gui.refinedstorage.relay.pass_storage.help": "此设备是否应将存储从输入网络传递到输出网络。", + "gui.refinedstorage.relay.pass_security": "通过安全检验", + "gui.refinedstorage.relay.pass_security.help": "此设备是否应将安全设置从输入网络传递到输出网络。", + "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.filter_mode.allow.help": "仅将在筛选器中配置的资源从输入网络公开到输出网络。", + "gui.refinedstorage.relay.filter_mode.block.help": "不要将输入网络中的资源公开给在筛选器中配置的输出网络。", + "gui.refinedstorage.disk_interface.filter_mode.allow.help": "仅允许资源进入在筛选器中配置的存储磁盘或网络", + "gui.refinedstorage.disk_interface.filter_mode.block.help": "不允许资源进入在筛选器中配置的存储磁盘或网络。", + "gui.refinedstorage.disk_interface.in": "里面", + "gui.refinedstorage.disk_interface.out": "外面", + "gui.refinedstorage.disk_interface.filter_help": "允许或不允许从提供的存储磁盘传输或传输到提供的存储磁盘的资源,具体取决于设备是处于白名单模式还是黑名单模式。", + "gui.refinedstorage.disk_interface.transfer_mode": "转移模式", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "插入网络", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "将存储磁盘中的资源插入存储网络", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "从网络中提取", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "将存储网络中的资源插入存储磁盘。", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "空样板栏位", + "gui.refinedstorage.autocrafter.lock_mode": "锁定模式", + "gui.refinedstorage.autocrafter.lock_mode.never": "从不", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "直到收到红石脉冲再进行下一次合成", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "直到连接的机器的物品为空时再进行下一次合成", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "直到本次合成完成后再进行下一次合成", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "收到高红石信号才进行合成", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "收到低红石信号才进行合成", + "gui.refinedstorage.autocrafter.edit_name": "编辑", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "如果另一个自动合成仓面向当前合成仓,他们会形成一个链状结构,从而让一个机器可以拥有更多的样板。", + "gui.refinedstorage.autocrafting_preview.title": "自动合成", + "gui.refinedstorage.autocrafting_preview.start": "开始", + "gui.refinedstorage.autocrafting_preview.pending": "待处理", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "缺少资源。", + "gui.refinedstorage.autocrafting_preview.available": "可用: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "合成数量:%s", + "gui.refinedstorage.autocrafting_preview.missing": "缺少:%s", "item.refinedstorage.controller.help": "为存储网络提供能量。一个存储网络中允许包含多个。", "item.refinedstorage.creative_controller.help": "为存储网络提供无限能源。", "item.refinedstorage.disk_drive.help": "接受存储磁盘,为存储网络提供存储空间。", - "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", + "item.refinedstorage.disk_interface.help": "在存储网络和提供的存储磁盘之间传输资源。", "item.refinedstorage.grid.help": "允许与存储网络交互。", "item.refinedstorage.crafting_grid.help": "允许与存储网络交互,并具有合成能力。", + "item.refinedstorage.pattern_grid.help": "允许创建用于自动制作的图案", "item.refinedstorage.importer.help": "从外部源导入资源到存储网络。", "item.refinedstorage.exporter.help": "从存储网络将资源导出到外部目标。", "item.refinedstorage.interface.help": "充当输入总线和输出总线的结合。", "item.refinedstorage.external_storage.help": "为存储网络提供来自外部源的存储。", "item.refinedstorage.detector.help": "如果存储网络包含等于、大于或小于给定数量的资源,则发出红石信号。", - "item.refinedstorage.constructor.help": "从存储网络中放置方块到世界中。", + "item.refinedstorage.constructor.help": "从存储网络中的方块放置方块到世界中。", "item.refinedstorage.destructor.help": "从世界中销毁方块并将其放入存储网络。", - "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.relay.help": "打开或关闭存储网络的整个部分,并创建网络的新分支。", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "富石英铁", - "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", + "item.refinedstorage.quartz_enriched_copper": "富石英铜", "item.refinedstorage.processor_binding": "处理器绑定", "item.refinedstorage.silicon": "硅", "item.refinedstorage.raw_basic_processor": "原始基础处理器", @@ -196,11 +249,11 @@ "item.refinedstorage.4k_storage_disk": "4K 存储磁盘", "item.refinedstorage.16k_storage_disk": "16K 存储磁盘", "item.refinedstorage.64k_storage_disk": "64K 存储磁盘", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "存储%s个项目。当空的时候,在拿起的时候使用,以返回存储部分。可通过与存储部件组合升级到更高级", + "item.refinedstorage.storage_block.help": "存储%s个项目。当空的时候,在拿着的时候使用,以返回存储部分和机器外壳。可通过与存储部分组合升级到更高级", "item.refinedstorage.creative_storage_disk": "创造存储磁盘", - "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", - "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", + "item.refinedstorage.creative_storage_disk.help": "存储无限的物品", + "item.refinedstorage.creative_storage_block.help": "存储无限的物品", "item.refinedstorage.64b_fluid_storage_part": "64B 流体存储原件", "item.refinedstorage.256b_fluid_storage_part": "256B 流体存储原件", "item.refinedstorage.1024b_fluid_storage_part": "1024B 流体存储原件", @@ -209,33 +262,33 @@ "item.refinedstorage.256b_fluid_storage_disk": "256B 流体存储磁盘", "item.refinedstorage.1024b_fluid_storage_disk": "1024B 流体存储磁盘", "item.refinedstorage.4096b_fluid_storage_disk": "4096B 流体存储磁盘", - "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets.", - "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets.", + "item.refinedstorage.fluid_storage_disk.help": "存储%s桶流体", + "item.refinedstorage.fluid_storage_block.help": "存储%s桶流体", "item.refinedstorage.creative_fluid_storage_disk": "创造流体存储磁盘", - "item.refinedstorage.creative_fluid_storage_disk.help": "Stores an infinite amount of buckets.", - "item.refinedstorage.creative_fluid_storage_block.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.creative_fluid_storage_disk.help": "存储无限的流体", + "item.refinedstorage.creative_fluid_storage_block.help": "存储无限的流体", "item.refinedstorage.storage_housing": "磁盘外壳", "item.refinedstorage.construction_core": "成型核心", "item.refinedstorage.destruction_core": "破坏核心", "item.refinedstorage.wrench": "扳手", - "item.refinedstorage.wrench.help": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage.wrench.help": "用于旋转方块块或按下SHIFT键时用于拆除精制存储的方块", "item.refinedstorage.upgrade": "空白升级", "item.refinedstorage.speed_upgrade": "速度升级", - "item.refinedstorage.speed_upgrade.help": "Increases the operation speed of a storage network device.", + "item.refinedstorage.speed_upgrade.help": "提高存储网络设备的操作速度", "item.refinedstorage.stack_upgrade": "堆叠升级", - "item.refinedstorage.stack_upgrade.help": "Increases the amount of resources that the storage network device handles per operation.", + "item.refinedstorage.stack_upgrade.help": "增加存储网络设备每次操作处理的资源量", "item.refinedstorage.silk_touch_upgrade": "精准采集升级", - "item.refinedstorage.silk_touch_upgrade.help": "Acts like the Silk Touch enchantment on a pickaxe.", + "item.refinedstorage.silk_touch_upgrade.help": "像附魔了精准采集的镐子一样工作", "item.refinedstorage.fortune_upgrade.1": "时运 I 升级", "item.refinedstorage.fortune_upgrade.2": "时运 II 升级", "item.refinedstorage.fortune_upgrade.3": "时运 III 升级", - "item.refinedstorage.fortune_upgrade.help": "Yields more resources when breaking a block. Acts like the Fortune enchantment on a pickaxe.", + "item.refinedstorage.fortune_upgrade.help": "破坏方块时掉落更多资源。就像附魔了时运的镐子一样工作", "item.refinedstorage.regulator_upgrade": "调节器升级", "item.refinedstorage.regulator_upgrade.help": "在输出总线中,仅在目标中的数量少于升级中配置的数量时导出。在输入总线中,仅在目标中的数量大于升级中配置的数量时导入。使用物品进行配置。", "item.refinedstorage.range_upgrade": "范围升级", - "item.refinedstorage.range_upgrade.help": "Increases the range of the Wireless Transmitter.", + "item.refinedstorage.range_upgrade.help": "增加无线增幅器的范围", "item.refinedstorage.creative_range_upgrade": "创造范围升级", - "item.refinedstorage.creative_range_upgrade.help": "Provides infinite range for the Wireless Transmitter. Does not work cross-dimensionally.", + "item.refinedstorage.creative_range_upgrade.help": "为无线发射器提供无限范围但不能跨维度工作", "item.refinedstorage.wireless_grid": "无线终端", "item.refinedstorage.creative_wireless_grid": "创造无线终端", "item.refinedstorage.wireless_transmitter.help": "为诸如无线终端之类的物品提供无线网络访问。一个区域内允许放置多个以扩大覆盖范围。", @@ -258,9 +311,9 @@ "item.refinedstorage.network_card.unbound": "未绑定。", "item.refinedstorage.network_card.bound_help": "插入到网络变送器中。在潜行状态下使用以清除绑定。", "item.refinedstorage.network_card.bound": "绑定到 %d, %d, %d 在 %s 中。", - "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", - "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.network_transmitter.help": "无线传输网络信号。需要与网络接收器配对的网卡。", + "item.refinedstorage.network_receiver.help": "无线接收网络信号。将网卡绑定到方块。", + "item.refinedstorage.cable.help": "连接存储网络设备。对于完整的块,将连接到任何颜色。对于线缆,将仅连接到相同颜色或默认颜色(灰色)", "item.refinedstorage.security_card": "权限卡", "item.refinedstorage.security_card.cleared_configuration": "已清除配置。", "item.refinedstorage.security_card.unbound": "未绑定。", @@ -269,8 +322,11 @@ "item.refinedstorage.security_card.bound.help": "右键使用以进行配置,潜行状态下使用以清除当前配置与绑定", "item.refinedstorage.fallback_security_card": "后备权限卡", "item.refinedstorage.fallback_security_card.help": "如果权限管理器中没有对应玩家的权限卡则将后备权限卡的权限配置应用于该玩家。右键使用以进行配置,潜行状态使用以清除当前配置", - "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", - "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.portable_grid.help": "允许在未连接到存储网络时与存储磁盘进行交互。可在世界中或从您的背包中被使用", + "item.refinedstorage.storage_monitor.help": "用于显示存储网络中特定资源的当前数量的方块。按住Shift键并右键单击可进行配置。左键单击可提取一组堆叠的物品,Shift+左键单击可取出单个物品,右键单击可放入物品,多次右键单击可批量放入物品。", + "item.refinedstorage.pattern": "样板", + "item.refinedstorage.pattern.fuzzy_mode": "模糊匹配模式", + "item.refinedstorage.pattern.help": "在合成仓中用于存储要制作的配方。蹲下时使用以清除。", "misc.refinedstorage.stored": "存储:%s", "misc.refinedstorage.stored_with_capacity": "存储:%s / %s (%d%%)", "misc.refinedstorage.total": "总数:%d", @@ -298,11 +354,15 @@ "misc.refinedstorage.no_permission.build.break": "你没有破坏 %s 的权限", "misc.refinedstorage.no_permission.build.rotate": "你没有旋转 %s 的权限", "misc.refinedstorage.no_permission.build.dismantle": "你没有拆除 %s 的权限", + "misc.refinedstorage.pattern.crafting": "合成样板", + "misc.refinedstorage.pattern.processing": "加工样板", + "misc.refinedstorage.pattern.stonecutter": "切石机样板", + "misc.refinedstorage.pattern.smithing_table": "锻造台样板", "key.refinedstorage.focus_search_bar": "聚焦搜索栏", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "清除合成终端矩阵到网络", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "清除合成终端矩阵到库存", "key.refinedstorage.open_wireless_grid": "打开无线终端", - "key.refinedstorage.open_portable_grid": "Open Portable Grid", + "key.refinedstorage.open_portable_grid": "打开样板终端", "refinedstorage.subtitle.wrench": "使用扳手", "permission.refinedstorage.insert": "存入", "permission.refinedstorage.insert.description": "玩家是否可以向存储网络中存入资源", @@ -316,220 +376,234 @@ "permission.refinedstorage.build.description": "玩家是否可以在网络中添加或者移除设备", "permission.refinedstorage.security": "权限", "permission.refinedstorage.security.description": "玩家是否可以管理网络的权限设置", - "tag.item.refinedstorage.cables": "Cables", - "tag.item.refinedstorage.constructors": "Constructors", - "tag.item.refinedstorage.controllers": "Controllers", - "tag.item.refinedstorage.crafting_grids": "Crafting Grids", - "tag.item.refinedstorage.creative_controllers": "Creative Controllers", - "tag.item.refinedstorage.destructors": "Destructors", - "tag.item.refinedstorage.detectors": "Detectors", - "tag.item.refinedstorage.exporters": "Exporters", - "tag.item.refinedstorage.external_storages": "External Storages", - "tag.item.refinedstorage.fluid_storage_disks": "Fluid Storage Disks", - "tag.item.refinedstorage.grids": "Grids", - "tag.item.refinedstorage.importers": "Importers", - "tag.item.refinedstorage.network_receivers": "Network Receivers", - "tag.item.refinedstorage.network_transmitters": "Network Transmitters", - "tag.item.refinedstorage.relays": "Relays", - "tag.item.refinedstorage.security_managers": "Security Managers", - "tag.item.refinedstorage.storage_disks": "Storage Disks", - "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", - "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", - "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", - "refinedstorage.configuration.title": "Refined Storage Configuration", - "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", - "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage Configuration", + "tag.item.refinedstorage.cables": "线缆", + "tag.item.refinedstorage.constructors": "成型面板", + "tag.item.refinedstorage.controllers": "控制器", + "tag.item.refinedstorage.crafting_grids": "合成网络", + "tag.item.refinedstorage.pattern_grids": "样板网络", + "tag.item.refinedstorage.creative_controllers": "创造控制器", + "tag.item.refinedstorage.destructors": "析构函数", + "tag.item.refinedstorage.detectors": "探测器", + "tag.item.refinedstorage.exporters": "输出接口", + "tag.item.refinedstorage.external_storages": "外部储存总线", + "tag.item.refinedstorage.fluid_storage_disks": "流体磁盘", + "tag.item.refinedstorage.grids": "终端", + "tag.item.refinedstorage.importers": "输入接口", + "tag.item.refinedstorage.network_receivers": "网络接收器", + "tag.item.refinedstorage.network_transmitters": "网络变送器", + "tag.item.refinedstorage.relays": "中继器", + "tag.item.refinedstorage.security_managers": "安全管理器", + "tag.item.refinedstorage.storage_disks": "存储磁盘", + "tag.item.refinedstorage.wireless_transmitters": "无线发射器", + "tag.item.refinedstorage.disk_interfaces": "磁盘接口", + "tag.item.refinedstorage.crafters": "合成仓", + "text.autoconfig.refinedstorage.title": "精致存储配置", + "refinedstorage.configuration.title": "精致存储配置", + "refinedstorage.configuration.section.refinedstorage.common.toml": "精致存储配置", + "refinedstorage.configuration.section.refinedstorage.common.toml.title": "精致存储配置", "text.autoconfig.refinedstorage.option.smoothScrolling": "平滑滚动", - "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Whether scrollbars should use smooth scrolling.", + "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "滚动条是否启用平滑滚动", "text.autoconfig.refinedstorage.option.screenSize": "界面大小", - "text.autoconfig.refinedstorage.option.screenSize.tooltip": "The screen size.", + "text.autoconfig.refinedstorage.option.screenSize.tooltip": "屏幕尺寸", "text.autoconfig.refinedstorage.option.maxRowsStretch": "截面尺寸拉伸时的最大显示行数", - "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.maxRowsStretch.tooltip": "屏幕最大可现实的行数", "text.autoconfig.refinedstorage.option.grid": "终端", - "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", + "text.autoconfig.refinedstorage.option.grid.tooltip": "终端配置", "text.autoconfig.refinedstorage.option.grid.largeFont": "大字体", - "text.autoconfig.refinedstorage.option.grid.largeFont.tooltip": "Whether the Grid should use a large font for quantities.", + "text.autoconfig.refinedstorage.option.grid.largeFont.tooltip": "终端是否实用更大字体显示物品数量", "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown": "按住 SHIFT 时阻止排序", - "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown.tooltip": "Whether the Grid should avoid sorting when shift is held down.", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown.tooltip": "按住shift时,终端是否应避免排序", "text.autoconfig.refinedstorage.option.grid.detailedTooltip": "详细提示", - "text.autoconfig.refinedstorage.option.grid.detailedTooltip.tooltip": "Whether the Grid should show a detailed tooltip.", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip.tooltip": "终端是否应详细显示工具信息", "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery": "记住搜索查询", - "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery.tooltip": "Whether the search query should persist when closing and re-opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery.tooltip": "关闭终端后是否保留搜索内容", "text.autoconfig.refinedstorage.option.grid.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.grid.energyUsage.tooltip": "The energy used by the Grid.", + "text.autoconfig.refinedstorage.option.grid.energyUsage.tooltip": "终端使用的能源", "text.autoconfig.refinedstorage.option.grid.autoSelected": "自动选择搜索框", - "text.autoconfig.refinedstorage.option.grid.autoSelected.tooltip": "Whether the search box should be auto-selected when opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.autoSelected.tooltip": "打开终端时是否显示搜索框", "text.autoconfig.refinedstorage.option.grid.synchronizer": "同步器", - "text.autoconfig.refinedstorage.option.grid.synchronizer.tooltip": "The synchronization type of the Grid search box.", - "text.autoconfig.refinedstorage.option.grid.resourceType": "Resource type", - "text.autoconfig.refinedstorage.option.grid.resourceType.tooltip": "The resource type to be shown.", + "text.autoconfig.refinedstorage.option.grid.synchronizer.tooltip": "终端搜索框同步类型", + "text.autoconfig.refinedstorage.option.grid.resourceType": "物品类型", + "text.autoconfig.refinedstorage.option.grid.resourceType.tooltip": "显示的物品类型", "text.autoconfig.refinedstorage.option.grid.sortingDirection": "排序方向", - "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", + "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "排序方向", "text.autoconfig.refinedstorage.option.grid.sortingType": "排序类型", - "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "排序类型", + "text.autoconfig.refinedstorage.option.grid.viewType": "视图类型", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "视图类型", "text.autoconfig.refinedstorage.option.craftingGrid": "合成终端", - "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "终端配置", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "合成终端使用的能源", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "合成矩阵关闭行为", - "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "关闭合成终端时,合成框会发生什么变化", + "text.autoconfig.refinedstorage.option.patternGrid": "样板终端", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "样板终端配置", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "能源使用", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "样板终端使用的能源", "text.autoconfig.refinedstorage.option.controller": "控制器", - "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", + "text.autoconfig.refinedstorage.option.controller.tooltip": "控制器配置", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "能量容量", - "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "The energy capacity of the Controller.", + "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "控制器使用的能源", "text.autoconfig.refinedstorage.option.cable": "电缆", - "text.autoconfig.refinedstorage.option.cable.tooltip": "Configuration for the Cable.", + "text.autoconfig.refinedstorage.option.cable.tooltip": "线缆配置", "text.autoconfig.refinedstorage.option.cable.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.cable.energyUsage.tooltip": "The energy used by the Cable.", + "text.autoconfig.refinedstorage.option.cable.energyUsage.tooltip": "线缆使用的能源", "text.autoconfig.refinedstorage.option.diskDrive": "磁盘驱动器", - "text.autoconfig.refinedstorage.option.diskDrive.tooltip": "Configuration for the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.tooltip": "磁盘驱动器配置", "text.autoconfig.refinedstorage.option.diskDrive.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.diskDrive.energyUsage.tooltip": "The energy used by the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage.tooltip": "磁盘驱动器使用的能源", "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk": "每个磁盘的耗能", - "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk.tooltip": "The energy used per disk.", - "text.autoconfig.refinedstorage.option.diskInterface": "Disk Interface", - "text.autoconfig.refinedstorage.option.diskInterface.tooltip": "Configuration for the Disk Interface.", - "text.autoconfig.refinedstorage.option.diskInterface.energyUsage": "Energy usage", - "text.autoconfig.refinedstorage.option.diskInterface.energyUsage.tooltip": "The energy used by the Disk Interface.", - "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk": "Energy usage per disk", - "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk.tooltip": "The energy used per disk.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk.tooltip": "每个磁盘使用的能源", + "text.autoconfig.refinedstorage.option.diskInterface": "磁盘接口", + "text.autoconfig.refinedstorage.option.diskInterface.tooltip": "磁盘接口配置", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage": "能源使用", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage.tooltip": "磁盘接口使用的能源", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk": "每个磁盘的能耗", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk.tooltip": "每个磁盘的能耗", "text.autoconfig.refinedstorage.option.storageBlock": "存储方块", - "text.autoconfig.refinedstorage.option.storageBlock.tooltip": "Configuration for the Storage Blocks.", + "text.autoconfig.refinedstorage.option.storageBlock.tooltip": "存储方块配置", "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage": "1K 能源", - "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage.tooltip": "The energy used by the 1K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage.tooltip": "1K存储块使用的能源", "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage": "4K 能源", - "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage.tooltip": "The energy used by the 4K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage.tooltip": "4K存储块使用的能源", "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage": "16K 能源", - "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage.tooltip": "The energy used by the 16K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage.tooltip": "16K存储块使用的能源", "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage": "64K 能源", - "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage.tooltip": "The energy used by the 64K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage.tooltip": "64K存储块使用的能源", "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage": "创造能源", - "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage.tooltip": "创造存储块使用的能源", "text.autoconfig.refinedstorage.option.fluidStorageBlock": "流体存储块", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.tooltip": "Configuration for the Fluid Storage Blocks.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.tooltip": "流体存储块配置", "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B 能源", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage.tooltip": "The energy used by the 64B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage.tooltip": "64B流体存储块使用的能源", "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B 能源", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage.tooltip": "The energy used by the 256B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage.tooltip": "256B流体存储块使用的能源", "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B 能源", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage.tooltip": "The energy used by the 1024B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage.tooltip": "1024B流体存储块使用的能源", "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B 能源", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "The energy used by the 4096B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "4096B流体存储块使用的能源", "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage": "创造能源", - "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "创造流体存储块使用的能源", "text.autoconfig.refinedstorage.option.importer": "输入总线", - "text.autoconfig.refinedstorage.option.importer.tooltip": "Configuration for the Importer.", + "text.autoconfig.refinedstorage.option.importer.tooltip": "输入接口配置", "text.autoconfig.refinedstorage.option.importer.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "The energy used by the Importer.", + "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "输入接口使用的能源", "text.autoconfig.refinedstorage.option.exporter": "输出总线", - "text.autoconfig.refinedstorage.option.exporter.tooltip": "Configuration for the Exporter.", + "text.autoconfig.refinedstorage.option.exporter.tooltip": "输出接口配置", "text.autoconfig.refinedstorage.option.exporter.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "The energy used by the Exporter.", + "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "输出接口使用的能源", "text.autoconfig.refinedstorage.option.detector": "检测器", - "text.autoconfig.refinedstorage.option.detector.tooltip": "Configuration for the Detector.", + "text.autoconfig.refinedstorage.option.detector.tooltip": "侦测器配置", "text.autoconfig.refinedstorage.option.detector.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.detector.energyUsage.tooltip": "The energy used by the Detector.", + "text.autoconfig.refinedstorage.option.detector.energyUsage.tooltip": "侦测器使用的能源", "text.autoconfig.refinedstorage.option.constructor": "成型面板", - "text.autoconfig.refinedstorage.option.constructor.tooltip": "Configuration for the Constructor.", + "text.autoconfig.refinedstorage.option.constructor.tooltip": "成型面板配置", "text.autoconfig.refinedstorage.option.constructor.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.constructor.energyUsage.tooltip": "The energy used by the Constructor.", + "text.autoconfig.refinedstorage.option.constructor.energyUsage.tooltip": "成型面板使用的能源", "text.autoconfig.refinedstorage.option.destructor": "破坏面板", - "text.autoconfig.refinedstorage.option.destructor.tooltip": "Configuration for the Destructor.", + "text.autoconfig.refinedstorage.option.destructor.tooltip": "破坏面板配置", "text.autoconfig.refinedstorage.option.destructor.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.destructor.energyUsage.tooltip": "The energy used by the Destructor.", + "text.autoconfig.refinedstorage.option.destructor.energyUsage.tooltip": "破坏面板使用的能源", "text.autoconfig.refinedstorage.option.upgrade": "升级", - "text.autoconfig.refinedstorage.option.upgrade.tooltip": "Configuration for the Upgrades.", + "text.autoconfig.refinedstorage.option.upgrade.tooltip": "升级模块配置", "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage": "速度升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage.tooltip": "The additional energy used per Speed Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage.tooltip": "每级速度升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage": "堆叠升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage.tooltip": "The additional energy used by the Stack Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage.tooltip": "每级堆叠升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage": "时运 I 升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 1 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage.tooltip": "时运I升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage": "时运 II 升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 2 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage.tooltip": "时运II升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage": "时运 III 升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 3 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage.tooltip": "时运III升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage": "精准采集升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage.tooltip": "The additional energy used by the Silk Touch Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage.tooltip": "精准采集升级需要的额外能量", "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage": "调节器升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage.tooltip": "The additional energy used by the Regulator Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage.tooltip": "调节器升级需要的能量", "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage": "范围升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage.tooltip": "The additional energy used per Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage.tooltip": "每级范围升级所需的能量", "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage": "创造范围升级耗能", - "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage.tooltip": "The additional energy used by the Creative Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage.tooltip": "创造范围升级所需的能量", "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange": "范围升级范围", - "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange.tooltip": "The additional range provided by the Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange.tooltip": "范围升级提供的额外单位", "text.autoconfig.refinedstorage.option.iface": "物品传输接口", - "text.autoconfig.refinedstorage.option.iface.tooltip": "Configuration for the Interface.", + "text.autoconfig.refinedstorage.option.iface.tooltip": "物品传输接口配置", "text.autoconfig.refinedstorage.option.iface.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.iface.energyUsage.tooltip": "The energy used by the Interface.", - "text.autoconfig.refinedstorage.option.externalStorage": "外部存储", - "text.autoconfig.refinedstorage.option.externalStorage.tooltip": "Configuration for the External Storage.", + "text.autoconfig.refinedstorage.option.iface.energyUsage.tooltip": "物品传输接口使用的能量", + "text.autoconfig.refinedstorage.option.externalStorage": "外部存储总线", + "text.autoconfig.refinedstorage.option.externalStorage.tooltip": "外部存储总线配置", "text.autoconfig.refinedstorage.option.externalStorage.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.externalStorage.energyUsage.tooltip": "The energy used by the External Storage.", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage.tooltip": "外部存储总线使用的能源", "text.autoconfig.refinedstorage.option.wirelessGrid": "无线网格", - "text.autoconfig.refinedstorage.option.wirelessGrid.tooltip": "Configuration for the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.tooltip": "无线终端配置", "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity": "能量容量", - "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity.tooltip": "无线终端可存储的能量", "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage": "打开耗能", - "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage.tooltip": "The energy used by the Wireless Grid to open.", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage.tooltip": "打开无线终端使用的能量", "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage": "插入耗能", - "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage.tooltip": "The energy used by the Wireless Grid to insert resources.", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage.tooltip": "在无线终端中放入物品需要的能量", "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage": "取出耗能", - "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage.tooltip": "The energy used by the Wireless Grid to extract resources.", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage.tooltip": "在无线终端中取出物品需要的能量", "text.autoconfig.refinedstorage.option.wirelessTransmitter": "无线访问点", - "text.autoconfig.refinedstorage.option.wirelessTransmitter.tooltip": "Configuration for the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.tooltip": "无线发射器配置", "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage.tooltip": "The energy used by the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage.tooltip": "无线发射器使用的能量", "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange": "基础范围", - "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange.tooltip": "The base range of the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange.tooltip": "无线发射器的基础范围", "text.autoconfig.refinedstorage.option.storageMonitor": "存储监控器", - "text.autoconfig.refinedstorage.option.storageMonitor.tooltip": "Configuration for the Storage Monitor.", + "text.autoconfig.refinedstorage.option.storageMonitor.tooltip": "存储监视器配置", "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage.tooltip": "The energy used by the Storage Monitor.", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage.tooltip": "存储监视器使用的能源", "text.autoconfig.refinedstorage.option.networkReceiver": "网络接收器", - "text.autoconfig.refinedstorage.option.networkReceiver.tooltip": "Configuration for the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkReceiver.tooltip": "网络接收器配置", "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage.tooltip": "The energy used by the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage.tooltip": "网络接收器使用的能量", "text.autoconfig.refinedstorage.option.networkTransmitter": "网络发送器", - "text.autoconfig.refinedstorage.option.networkTransmitter.tooltip": "Configuration for the Network Transmitter.", + "text.autoconfig.refinedstorage.option.networkTransmitter.tooltip": "网络变送器配置", "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage.tooltip": "The energy used by the Network Transmitter.", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage.tooltip": "网络变送器使用的能量", "text.autoconfig.refinedstorage.option.portableGrid": "便携式终端", - "text.autoconfig.refinedstorage.option.portableGrid.tooltip": "Configuration for the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.tooltip": "样板终端配置", "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity": "能量容量", - "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity.tooltip": "The energy capacity of the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity.tooltip": "样板终端耗能", "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage": "打开耗能", - "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage.tooltip": "The energy used by the Portable Grid to open.", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage.tooltip": "样板终端使用的能源", "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage": "插入耗能", - "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage.tooltip": "The energy used by the Portable Grid to insert resources.", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage.tooltip": "使用样板终端放入物品消耗的能源", "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage": "取出耗能", - "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage.tooltip": "The energy used by the Portable Grid to extract resources.", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage.tooltip": "使用样板终端取出的物品消耗的能源", "text.autoconfig.refinedstorage.option.securityCard": "权限卡", - "text.autoconfig.refinedstorage.option.securityCard.tooltip": "Configuration for the Security Card.", + "text.autoconfig.refinedstorage.option.securityCard.tooltip": "权限卡配置", "text.autoconfig.refinedstorage.option.securityCard.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.securityCard.energyUsage.tooltip": "The energy used by the Security Card.", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage.tooltip": "权限卡使用的能量", "text.autoconfig.refinedstorage.option.fallbackSecurityCard": "后备权限卡", - "text.autoconfig.refinedstorage.option.fallbackSecurityCard.tooltip": "Configuration for the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.tooltip": "后备权限卡配置", "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage.tooltip": "The energy used by the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage.tooltip": "后备权限卡使用的能源", "text.autoconfig.refinedstorage.option.securityManager": "权限管理器", - "text.autoconfig.refinedstorage.option.securityManager.tooltip": "Configuration for the Security Manager.", + "text.autoconfig.refinedstorage.option.securityManager.tooltip": "权限管理器配置", "text.autoconfig.refinedstorage.option.securityManager.energyUsage": "耗能", - "text.autoconfig.refinedstorage.option.securityManager.energyUsage.tooltip": "The energy used by the Security Manager.", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage.tooltip": "权限管理器使用的能源", "text.autoconfig.refinedstorage.option.relay": "中继器", - "text.autoconfig.refinedstorage.option.relay.tooltip": "Configuration for the Relay.", + "text.autoconfig.refinedstorage.option.relay.tooltip": "中继器配置", "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage": "输入网络耗能", - "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", - "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", - "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "存入网络消耗的能耗", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "从网络中取出的能耗(如果不是经过模式)", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "输出网络能量使用(如果未处于通过模式)", + "text.autoconfig.refinedstorage.option.autocrafter": "自动合成仓", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "自动合成仓配置", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "耗能", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "自动合成仓耗能", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "每个样板的耗能", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "在网络中使用一个或多个控制器为其提供能量", "advancements.refinedstorage.connecting": "连接", "advancements.refinedstorage.connecting.description": "使用电缆将设备连接在一起,或放置时使设备贴在一起", "advancements.refinedstorage.drives": "驱动器", "advancements.refinedstorage.drives.description": "合成一个磁盘驱动器,以便能够收纳您的存储磁盘", - "advancements.refinedstorage.interfacing_with_disks": "Interfacing with disks", - "advancements.refinedstorage.interfacing_with_disks.description": "Craft a Disk Interface to transfer resources between the storage network and storage disks", + "advancements.refinedstorage.interfacing_with_disks": "磁盘接口", + "advancements.refinedstorage.interfacing_with_disks.description": "创建一个磁盘接口以便在存储网络和磁盘中传输资", "advancements.refinedstorage.storing_items": "存储物品", "advancements.refinedstorage.storing_items.description": "合成一个存储磁盘并将其放入磁盘驱动器中", "advancements.refinedstorage.viewing_your_storage": "查看您的存储", @@ -551,9 +625,9 @@ "advancements.refinedstorage.detecting": "检测", "advancements.refinedstorage.detecting.description": "使用红石检测存储网络内的资源", "advancements.refinedstorage.construction": "成型", - "advancements.refinedstorage.construction.description": "使用构造器将方块从存储网络中放入世界", + "advancements.refinedstorage.construction.description": "使用成型面板将方块从存储网络中的方块放入世界", "advancements.refinedstorage.destruction": "破坏", - "advancements.refinedstorage.destruction.description": "使用破坏器将世界中的方块放入存储网络", + "advancements.refinedstorage.destruction.description": "使用破坏面板将世界中的方块放入存储网络", "advancements.refinedstorage.wireless": "无线", "advancements.refinedstorage.wireless.description": "使用无线终端远程访问你的资源", "advancements.refinedstorage.better_than_a_barrel": "比桶更好", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "权限", "advancements.refinedstorage.security.description": "用权限管理器和权限卡来保护你的存储网络", "advancements.refinedstorage.conditional_connecting": "条件连接", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "打开或关闭存储网络的整个部分,并使用中继创建网络的新分支", + "advancements.refinedstorage.autocrafting": "自动合成", + "advancements.refinedstorage.autocrafting.description": "使用自动合成仓和样板终端制作的样板进行自动合成" } From efe4f9fcf9ea021bb3715540ca20a57379308dcd Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:16 +0200 Subject: [PATCH 14/17] chore: update translation Chinese Traditional from crowdin --- .../assets/refinedstorage/lang/zh_tw.json | 64 ++++++++++++++++--- 1 file changed, 55 insertions(+), 9 deletions(-) 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 1c1983983..650e24710 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 @@ -37,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "中繼", "block.refinedstorage.disk_interface": "硬碟介面", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "未啟動該裝置時,存儲網路將無法將其作為能量來源", "gui.refinedstorage.disk_drive.disks": "硬碟", "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", @@ -44,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "排序方向", "gui.refinedstorage.grid.sorting.direction.ascending": "昇冪排序", "gui.refinedstorage.grid.sorting.direction.descending": "降冪排序", @@ -59,9 +64,14 @@ "gui.refinedstorage.grid.synchronization_mode.off.help": "不要同步搜尋欄位", "gui.refinedstorage.grid.resource_type": "資源類型", "gui.refinedstorage.grid.resource_type.all": "全部", - "gui.refinedstorage.grid.resource_type.help": "過濾特定資源類型", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "將物品移入網路", "gui.refinedstorage.crafting_grid.move.inventory": "將物品移入背包", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", "gui.refinedstorage.pattern_grid.create_pattern": "創建樣板", "gui.refinedstorage.pattern_grid.clear": "清除", "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", @@ -116,13 +126,14 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", "gui.refinedstorage.configure_amount": "Configure amount", "gui.refinedstorage.configure_amount.reset": "Reset", "gui.refinedstorage.configure_amount.set": "Set", - "gui.refinedstorage.filter_mode": "Filter mode", - "gui.refinedstorage.filter_mode.allow": "Allowlist", - "gui.refinedstorage.filter_mode.block": "Blocklist", - "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.filter_mode": "篩選模式", + "gui.refinedstorage.filter_mode.allow": "白名單", + "gui.refinedstorage.filter_mode.block": "黑名單", + "gui.refinedstorage.fuzzy_mode": "模糊模式", "gui.refinedstorage.fuzzy_mode.on": "On", "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", @@ -143,7 +154,7 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", @@ -160,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -169,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -181,6 +194,27 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", @@ -196,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -278,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -361,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -393,6 +429,8 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", @@ -553,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -595,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From e6f8ac81523ea163debfbda4e63405009051a963 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:18 +0200 Subject: [PATCH 15/17] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage/lang/pt_br.json | 124 ++++++++++++++---- 1 file changed, 100 insertions(+), 24 deletions(-) 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 f53a35996..a3cfc61ad 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Disco rígido", "block.refinedstorage.machine_casing": "Revestimento de máquina", "block.refinedstorage.grid": "Grade", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Grade de Criação", "block.refinedstorage.controller": "Controlador", "block.refinedstorage.creative_controller": "Controlador Criativo", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "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.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Sem filtros configurados, nenhum recurso será aceito neste armazenamento.", "gui.refinedstorage.storage.filter_mode.allow.help": "Só permite recursos neste armazenamento que está configurado nos filtros.", "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Sorting direction", "gui.refinedstorage.grid.sorting.direction.ascending": "Ascending", "gui.refinedstorage.grid.sorting.direction.descending": "Descending", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Last modified", "gui.refinedstorage.grid.auto_selected": "Auto-selected", "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", - "gui.refinedstorage.grid.synchronizer": "Synchronization mode", - "gui.refinedstorage.grid.synchronizer.off": "Off", - "gui.refinedstorage.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Resource type", "gui.refinedstorage.grid.resource_type.all": "All", - "gui.refinedstorage.grid.resource_type.help": "Filter specific resource types.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Move items to network", "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -69,8 +93,8 @@ "gui.refinedstorage.screen_size.extra_large": "Extra large", "gui.refinedstorage.detector.mode": "Mode", "gui.refinedstorage.detector.mode.under": "Emit redstone signal when under the amount", - "gui.refinedstorage.detector.mode.equal": "Emit redstone signal when on the amount", - "gui.refinedstorage.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage.detector.mode.equal": "Emitir sinal de \"redstone\" quando quantidade for exata", + "gui.refinedstorage.detector.mode.above": "Emitir sinal de \"redstone\" quando a quantidade for exata", "gui.refinedstorage.detector.filter_help": "The resource that should be detected in the storage network.", "gui.refinedstorage.destructor.pickup_items": "Pickup items instead of breaking", "gui.refinedstorage.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", "gui.refinedstorage.redstone_mode": "Redstone mode", "gui.refinedstorage.redstone_mode.ignore": "Ignore", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", "gui.refinedstorage.priority": "Priority", "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", - "gui.refinedstorage.amount": "Amount", - "gui.refinedstorage.amount.reset": "Reset", - "gui.refinedstorage.amount.set": "Set", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Filter mode", "gui.refinedstorage.filter_mode.allow": "Allowlist", "gui.refinedstorage.filter_mode.block": "Blocklist", "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", "gui.refinedstorage.fuzzy_mode.on": "On", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", - "gui.refinedstorage.fuzzy_mode.off": "Off", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", + "gui.refinedstorage.fuzzy_mode.off": "Desligado", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Access mode", "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Void excess resources", "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", - "gui.refinedstorage.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", "gui.refinedstorage.filter_slot.left_click_for": "Left click for", "gui.refinedstorage.filter_slot.right_click_for": "Right click for", "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Processor Binding", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "4K Storage Disk", "item.refinedstorage.16k_storage_disk": "16K Storage Disk", "item.refinedstorage.64k_storage_disk": "64K Storage Disk", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Stored: %s", "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", "misc.refinedstorage.total": "%d total", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Focus search bar", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Controller", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Connecting", "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From b8631ff47a4918ae00ec163f14fc538730bde166 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:19 +0200 Subject: [PATCH 16/17] chore: update translation Indonesian from crowdin --- .../assets/refinedstorage/lang/id_id.json | 118 ++++++++++++++---- 1 file changed, 97 insertions(+), 21 deletions(-) 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 4c58839c8..19ae30be9 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 @@ -6,6 +6,7 @@ "block.refinedstorage.disk_drive": "Lemari Cakram", "block.refinedstorage.machine_casing": "Kerangka Mesin", "block.refinedstorage.grid": "Kisi", + "block.refinedstorage.pattern_grid": "Pattern Grid", "block.refinedstorage.crafting_grid": "Kisi Kerajinan", "block.refinedstorage.controller": "Pengendali", "block.refinedstorage.creative_controller": "Pengendali Kreatif", @@ -36,6 +37,7 @@ "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", "block.refinedstorage.relay": "Relay", "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", "gui.refinedstorage.controller.redstone_mode_help": "Ketika peranagkat ini nonaktif, jaringan penyimpanan tidak dapat menggunakan perangkat ini sebagai sumber energi.", "gui.refinedstorage.disk_drive.disks": "Cakram", "gui.refinedstorage.storage.redstone_mode_help": "Ketika perangkat ini nonaktif, penyimpanan tidak akan dapat diakses dari dalam jaringan penyimpanan.", @@ -43,6 +45,10 @@ "gui.refinedstorage.storage.filter_mode.empty_warning": "Tanpa konfigurasi filter, tidak ada sumber daya yang akan diterima kedalam penyimpanan ini.", "gui.refinedstorage.storage.filter_mode.allow.help": "Hanya izinkan sumber daya kedalam penyimpanan ini yang telah dikonfigurasi dalam filter.", "gui.refinedstorage.storage.filter_mode.block.help": "Blokir sumber daya kedalam penyimpanan ini yang telah dikonfigurasi dalam filter.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", "gui.refinedstorage.grid.sorting.direction": "Arah Pengurutan", "gui.refinedstorage.grid.sorting.direction.ascending": "Menaik", "gui.refinedstorage.grid.sorting.direction.descending": "Menurun", @@ -53,14 +59,32 @@ "gui.refinedstorage.grid.sorting.type.last_modified": "Terakhir dirubah", "gui.refinedstorage.grid.auto_selected": "Pilih otomatis", "gui.refinedstorage.grid.auto_selected.help": "Memilih kotak pencarian secara otomatis saat membuka Kisi.", - "gui.refinedstorage.grid.synchronizer": "Mode sinkronisasi", - "gui.refinedstorage.grid.synchronizer.off": "Nonaktif", - "gui.refinedstorage.grid.synchronizer.off.help": "Jangan sinkronkan teks kotak pencarian.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", "gui.refinedstorage.grid.resource_type": "Jenis sumber daya", "gui.refinedstorage.grid.resource_type.all": "Semua", - "gui.refinedstorage.grid.resource_type.help": "Filter jenis sumber daya tertentu.", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.crafting_grid.move.network": "Pindahkan barang ke jaringan", "gui.refinedstorage.crafting_grid.move.inventory": "Pindahkan barang ke inventaris", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", "gui.refinedstorage.screen_size": "Screen size", "gui.refinedstorage.screen_size.stretch": "Stretch", "gui.refinedstorage.screen_size.small": "Small", @@ -84,6 +108,7 @@ "gui.refinedstorage.importer.filter_mode.allow.help": "Hanya izinkan sumber daya kedalam jaringan penyimpanan yang telah dikonfigurasi dalam filter.", "gui.refinedstorage.importer.filter_mode.block.help": "Blokir sumber daya kedalam jaringan penyimpanan yang telah dikonfigurasi dalam filter.", "gui.refinedstorage.wireless_transmitter.distance": "%d blok", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", "gui.refinedstorage.storage_monitor.filter_help": "Sumber daya untuk ditampilkan.", "gui.refinedstorage.redstone_mode": "Mode redstone", "gui.refinedstorage.redstone_mode.ignore": "Abaikan", @@ -101,23 +126,24 @@ "gui.refinedstorage.scheduling_mode.random.help": "Gunakan filter acak.", "gui.refinedstorage.priority": "Prioritas", "gui.refinedstorage.priority.storage_help": "Urutan dimana jaringan penyimpanan akan memasukkan atau mengekstrak sumber daya, mulai dari yang tertinggi.", - "gui.refinedstorage.amount": "Jumlah", - "gui.refinedstorage.amount.reset": "Atur Ulang", - "gui.refinedstorage.amount.set": "Atur", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", "gui.refinedstorage.filter_mode": "Mode Filter", "gui.refinedstorage.filter_mode.allow": "Diizinkan", "gui.refinedstorage.filter_mode.block": "Diblokir", "gui.refinedstorage.fuzzy_mode": "Mode acak", "gui.refinedstorage.fuzzy_mode.on": "Hidup", - "gui.refinedstorage.fuzzy_mode.on.storage_help": "Cocokkan persis filter untuk daftar yang diizinkan atau yang diblokir.", - "gui.refinedstorage.fuzzy_mode.on.generic_help": "Sesuaikan persis filter.", - "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Sesuaikan persis filter ketika mengekstrak dari jaringan penyimpanan.", - "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Sesuaikan persis filter ketika mengekstrak dari sumber.", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", "gui.refinedstorage.fuzzy_mode.off": "Nonaktif", - "gui.refinedstorage.fuzzy_mode.off.storage_help": "Cocokkan filter untuk daftar yang diizinkan atau yang diblokir tanpa membandingkan label NBT.", - "gui.refinedstorage.fuzzy_mode.off.generic_help": "Sesuaikan filter tanpa membandingkan label NBT.", - "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Sesuaikan filter ketika mengekstrak dari jaringan penyimpanan tanpa membandingkan label NBT.", - "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Sesuaikan filter ketika mengekstrak dari sumber tanpa membandingkan label NBT.", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", "gui.refinedstorage.access_mode": "Modus akses", "gui.refinedstorage.access_mode.insert_extract": "Masukkan dan ekstrak", "gui.refinedstorage.access_mode.insert_extract.help": "Jaringan penyimpanan akan dapat memasukkan atau mengekstrak dari penyimpanan ini.", @@ -128,11 +154,13 @@ "gui.refinedstorage.void_excess": "Kosongkan sumber daya berlebih", "gui.refinedstorage.void_excess.help": "Ketika mode kosongan kelebihan dihidupkan dan penyimpanan penuh, penyimpanan akan tetap menerima sumber daya akan tetapi akan mengosongkannya.", "gui.refinedstorage.void_excess.allowlist_warning": "Kosongkan kelebihan hanya akan bekerja ketika penyimpanan dalam mode diizinkan.", - "gui.refinedstorage.upgrade_slot": "Slot peningkatan kosong", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", "gui.refinedstorage.filter_slot.empty_filter": "Filter kosong", "gui.refinedstorage.filter_slot.left_click_for": "Klik kiri untuk", "gui.refinedstorage.filter_slot.right_click_for": "Klik kanan untuk", "gui.refinedstorage.filter_slot.click_to_clear": "Klik untuk membersihkan", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", "gui.refinedstorage.regulator_upgrade.filter_help": "Sumber daya yang harus diatur dalam sasaran.", "gui.refinedstorage.network_transmitter.status.inactive": "Tidak aktif", "gui.refinedstorage.network_transmitter.status.missing_network_card": "Kartu Jaringan Tidak Ditemukan", @@ -143,7 +171,7 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", - "gui.refinedstorage.relay.filter_help": "Resources which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", "gui.refinedstorage.relay.pass_through": "Pass-through", "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", "gui.refinedstorage.relay.pass_energy": "Pass energy", @@ -152,6 +180,8 @@ "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", "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.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.", @@ -164,12 +194,34 @@ "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", "item.refinedstorage.controller.help": "Menyediakan energi ke jaringan penyimpanan. dapat digunakan beberapa kali dalam satu jaringan penyimpanan.", "item.refinedstorage.creative_controller.help": "Menyediakan energi tidak terbatas ke jaringan penyimpanan.", "item.refinedstorage.disk_drive.help": "Menerima cakram penyimpanan untuk menyediakan ruang penyimpanan kedalam jaringan penyimpanan.", "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", "item.refinedstorage.grid.help": "Memungkinkan untuk mengakses jaringan penyimpanan.", "item.refinedstorage.crafting_grid.help": "Memungkinkan untuk mengakses jaringan penyimpanan, dengan kemampuan untuk merakit.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", "item.refinedstorage.importer.help": "Import sumber daya dari sumber eksternal kedalam jaringan penyimpanan.", "item.refinedstorage.exporter.help": "Ekspor sumber daya dari jaringan penyimpanan kedalam tujuan eksternal.", "item.refinedstorage.interface.help": "Berfungsi sebagai gabungan dari Importir dan Eksportir.", @@ -178,6 +230,7 @@ "item.refinedstorage.constructor.help": "Tempatkan balok dari jaringan penyimpanan ke dunia.", "item.refinedstorage.destructor.help": "Memecahkan balok dari dunia dan memasukkannya kedalam jaringan penyimpanan.", "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", "item.refinedstorage.quartz_enriched_iron": "Besi yang Diperkaya Kuarsa", "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", "item.refinedstorage.processor_binding": "Pengikat Prosesor", @@ -196,8 +249,8 @@ "item.refinedstorage.4k_storage_disk": "Cakram Penyimpanan 4K", "item.refinedstorage.16k_storage_disk": "Cakram Penyimpanan 16K", "item.refinedstorage.64k_storage_disk": "Cakram Penyimpanan 64K", - "item.refinedstorage.storage_disk.help": "Stores %s items.", - "item.refinedstorage.storage_block.help": "Stores %s items.", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", "item.refinedstorage.creative_storage_disk": "Cakram Penyimpanan Kreatif", "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", @@ -260,7 +313,7 @@ "item.refinedstorage.network_card.bound": "Terikat pada %d, %d, %d dalam %s.", "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", - "item.refinedstorage.cable.help": "Connects storage network devices with each other.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", "item.refinedstorage.security_card": "Security Card", "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", "item.refinedstorage.security_card.unbound": "Unbound.", @@ -271,6 +324,9 @@ "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", "misc.refinedstorage.stored": "Tersimpan: %s", "misc.refinedstorage.stored_with_capacity": "Tersimpan: %s / %s (%d%%)", "misc.refinedstorage.total": "Total %d", @@ -298,6 +354,10 @@ "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", "key.refinedstorage.focus_search_bar": "Fokus pada kotak pencarian", "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Singkirkan matriks Kisi Kerajinan ke jaringan", "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Singkirkan matriks Kisi Kerajinan ke inventaris", @@ -320,6 +380,7 @@ "tag.item.refinedstorage.constructors": "Constructors", "tag.item.refinedstorage.controllers": "Controllers", "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", "tag.item.refinedstorage.creative_controllers": "Creative Controllers", "tag.item.refinedstorage.destructors": "Destructors", "tag.item.refinedstorage.detectors": "Detectors", @@ -335,6 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", @@ -367,12 +429,18 @@ "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", "text.autoconfig.refinedstorage.option.grid.sortingType": "Jenis pengurutan", "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", "text.autoconfig.refinedstorage.option.craftingGrid": "Kisi Kerajinan", "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Pemakaian daya", "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Perilaku menutup Matriks kerajinan", "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", "text.autoconfig.refinedstorage.option.controller": "Pengendali", "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Kapasitas daya", @@ -523,6 +591,12 @@ "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", "advancements.refinedstorage.connecting": "Menyambungkan", "advancements.refinedstorage.connecting.description": "Gunakan Kabel untuk menghubungkan perangkat satu sama lain, atau letakkan perangkat melawan satu sama lain", @@ -565,5 +639,7 @@ "advancements.refinedstorage.security": "Security", "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", "advancements.refinedstorage.conditional_connecting": "Conditional connecting", - "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay" + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" } From 53788956e35af51ce837902ef5ebf303cf9d9fb3 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 12 Oct 2024 10:52:20 +0200 Subject: [PATCH 17/17] chore: update translation Ukrainian from crowdin --- .../assets/refinedstorage/lang/uk_ua.json | 645 ++++++++++++++++++ 1 file changed, 645 insertions(+) create mode 100644 refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json 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 new file mode 100644 index 000000000..b28edd34e --- /dev/null +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/uk_ua.json @@ -0,0 +1,645 @@ +{ + "mod.refinedstorage": "Refined Storage", + "block.refinedstorage.cable": "Кабель", + "block.refinedstorage.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage.quartz_enriched_copper_block": "Block of Quartz Enriched Copper", + "block.refinedstorage.disk_drive": "Disk Drive", + "block.refinedstorage.machine_casing": "Machine Casing", + "block.refinedstorage.grid": "Сітка", + "block.refinedstorage.pattern_grid": "Pattern Grid", + "block.refinedstorage.crafting_grid": "Crafting Grid", + "block.refinedstorage.controller": "Controller", + "block.refinedstorage.creative_controller": "Creative Controller", + "block.refinedstorage.1k_storage_block": "1K Storage Block", + "block.refinedstorage.4k_storage_block": "4K Storage Block", + "block.refinedstorage.16k_storage_block": "16K Storage Block", + "block.refinedstorage.64k_storage_block": "64K Storage Block", + "block.refinedstorage.creative_storage_block": "Creative Storage Block", + "block.refinedstorage.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage.importer": "Importer", + "block.refinedstorage.exporter": "Exporter", + "block.refinedstorage.interface": "Interface", + "block.refinedstorage.external_storage": "External Storage", + "block.refinedstorage.detector": "Detector", + "block.refinedstorage.constructor": "Constructor", + "block.refinedstorage.destructor": "Destructor", + "block.refinedstorage.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage.storage_monitor": "Storage Monitor", + "block.refinedstorage.network_receiver": "Network Receiver", + "block.refinedstorage.network_transmitter": "Network Transmitter", + "block.refinedstorage.portable_grid": "Portable Grid", + "block.refinedstorage.creative_portable_grid": "Creative Portable Grid", + "block.refinedstorage.security_manager": "Security Manager", + "block.refinedstorage.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.", + "block.refinedstorage.relay": "Relay", + "block.refinedstorage.disk_interface": "Disk Interface", + "block.refinedstorage.autocrafter": "Autocrafter", + "gui.refinedstorage.controller.redstone_mode_help": "When this device is inactive, the storage network will not be able to use this device as an energy source.", + "gui.refinedstorage.disk_drive.disks": "Disks", + "gui.refinedstorage.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage.storage.filter_help": "The resources that may or may not be allowed in this storage, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage.grid.view_type": "View type", + "gui.refinedstorage.grid.view_type.all": "All", + "gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable", + "gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable", + "gui.refinedstorage.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage.grid.sorting.type": "Sorting type", + "gui.refinedstorage.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage.grid.sorting.type.name": "Name", + "gui.refinedstorage.grid.sorting.type.id": "ID", + "gui.refinedstorage.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage.grid.auto_selected": "Auto-selected", + "gui.refinedstorage.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage.grid.synchronization_mode": "Synchronization mode", + "gui.refinedstorage.grid.synchronization_mode.off": "Off", + "gui.refinedstorage.grid.synchronization_mode.off.help": "Don't sync the search box text.", + "gui.refinedstorage.grid.resource_type": "Resource type", + "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.click_to_autocraft": "Click to autocraft", + "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", + "gui.refinedstorage.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.", + "gui.refinedstorage.pattern_grid.create_pattern": "Create pattern", + "gui.refinedstorage.pattern_grid.clear": "Clear", + "gui.refinedstorage.pattern_grid.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.pattern_grid.fuzzy_mode.on.help": "Match the pattern inputs, ignoring components.", + "gui.refinedstorage.pattern_grid.fuzzy_mode.off.help": "Match the pattern inputs exactly.", + "gui.refinedstorage.pattern_grid.processing.inputs": "Inputs", + "gui.refinedstorage.pattern_grid.processing.outputs": "Outputs", + "gui.refinedstorage.pattern_grid.processing.input_slots_help": "The resources that will be extracted from the storage network and will be inserted into the target inventory.", + "gui.refinedstorage.pattern_grid.processing.output_slots_help": "The resources that are expected to be returned to the storage network to deem the crafting task successful.", + "gui.refinedstorage.pattern_grid.processing.click_to_configure_amount_and_alternatives": "Click to configure amount and alternatives", + "gui.refinedstorage.pattern_grid.processing.allowed_alternatives": "Allowed alternatives:", + "gui.refinedstorage.pattern_grid.alternatives": "Alternatives", + "gui.refinedstorage.pattern_grid.alternatives.expand": "Expand", + "gui.refinedstorage.screen_size": "Screen size", + "gui.refinedstorage.screen_size.stretch": "Stretch", + "gui.refinedstorage.screen_size.small": "Small", + "gui.refinedstorage.screen_size.medium": "Medium", + "gui.refinedstorage.screen_size.large": "Large", + "gui.refinedstorage.screen_size.extra_large": "Extra large", + "gui.refinedstorage.detector.mode": "Mode", + "gui.refinedstorage.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage.wireless_transmitter.inactive": "Inactive", + "gui.refinedstorage.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage.redstone_mode": "Redstone mode", + "gui.refinedstorage.redstone_mode.ignore": "Ignore", + "gui.refinedstorage.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage.redstone_mode.high": "High", + "gui.refinedstorage.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage.redstone_mode.low": "Low", + "gui.refinedstorage.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage.scheduling_mode": "Scheduling mode", + "gui.refinedstorage.scheduling_mode.default": "Default", + "gui.refinedstorage.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage.scheduling_mode.random": "Random", + "gui.refinedstorage.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage.priority": "Priority", + "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.", + "gui.refinedstorage.configure_amount": "Configure amount", + "gui.refinedstorage.configure_amount.reset": "Reset", + "gui.refinedstorage.configure_amount.set": "Set", + "gui.refinedstorage.filter_mode": "Filter mode", + "gui.refinedstorage.filter_mode.allow": "Allowlist", + "gui.refinedstorage.filter_mode.block": "Blocklist", + "gui.refinedstorage.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage.fuzzy_mode.on": "On", + "gui.refinedstorage.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.generic_help": "Match the filter, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network, ignoring components.", + "gui.refinedstorage.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source, ignoring components.", + "gui.refinedstorage.fuzzy_mode.off": "Off", + "gui.refinedstorage.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage.fuzzy_mode.off.generic_help": "Match the filter exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage.access_mode": "Access mode", + "gui.refinedstorage.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage.access_mode.insert": "Insert only", + "gui.refinedstorage.access_mode.insert.help": "The storage network will only be able to insert into this storage. Contained resources will still be visible in a Grid.", + "gui.refinedstorage.access_mode.extract": "Extract only", + "gui.refinedstorage.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage.void_excess": "Void excess resources", + "gui.refinedstorage.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage.empty_upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage.filter_slot.click_to_configure_amount": "Click to configure amount", + "gui.refinedstorage.filter_slot.shift_click_to_clear": "Shift click to clear", + "gui.refinedstorage.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage.network_transmitter.status.receiver_unreachable": "Unreachable", + "gui.refinedstorage.security_card.permission.reset": "Reset", + "gui.refinedstorage.security_card.permission.modified": "Modified", + "gui.refinedstorage.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.", + "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.", + "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.", + "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.pass_through": "Pass-through", + "gui.refinedstorage.relay.pass_through.help": "Whether this device should pass-through the entire input network signal as-is. Turn this off to selectively expose components to the output network.", + "gui.refinedstorage.relay.pass_energy": "Pass energy", + "gui.refinedstorage.relay.pass_energy.help": "Whether this device should pass the energy buffer from the input network to the output network.", + "gui.refinedstorage.relay.pass_storage": "Pass storage", + "gui.refinedstorage.relay.pass_storage.help": "Whether this device should pass the storage from the input network to the output network.", + "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.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.", + "gui.refinedstorage.disk_interface.filter_mode.block.help": "Disallow resources into the storage disks or into the network that are configured in the filters.", + "gui.refinedstorage.disk_interface.in": "In", + "gui.refinedstorage.disk_interface.out": "Out", + "gui.refinedstorage.disk_interface.filter_help": "The resources that may or may not be allowed transferred from or into the provided storage disks, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage.disk_interface.transfer_mode": "Transfer mode", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network": "Insert into network", + "gui.refinedstorage.disk_interface.transfer_mode.insert_into_network.help": "Insert the resources from the storage disks into the storage network.", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network": "Extract from network", + "gui.refinedstorage.disk_interface.transfer_mode.extract_from_network.help": "Insert the resources from the storage network into the storage disks.", + "gui.refinedstorage.autocrafter.empty_pattern_slot": "Empty pattern slot", + "gui.refinedstorage.autocrafter.lock_mode": "Lock mode", + "gui.refinedstorage.autocrafter.lock_mode.never": "Never", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_redstone_pulse_received": "Lock until redstone pulse is received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_connected_machine_is_empty": "Lock until connected machine is empty", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal", + "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal", + "gui.refinedstorage.autocrafter.edit_name": "Edit", + "gui.refinedstorage.autocrafter.chained": "Chained", + "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", + "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", + "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.not_chained.help": "If another autocrafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.", + "gui.refinedstorage.autocrafting_preview.title": "Autocrafting", + "gui.refinedstorage.autocrafting_preview.start": "Start", + "gui.refinedstorage.autocrafting_preview.pending": "Pending", + "gui.refinedstorage.autocrafting_preview.start.missing_resources": "There are missing resources.", + "gui.refinedstorage.autocrafting_preview.available": "Available: %s", + "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", + "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "item.refinedstorage.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage.disk_interface.help": "Transfers resources between the storage network and provided storage disks.", + "item.refinedstorage.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage.pattern_grid.help": "Allows for the creation of Patterns for use in autocrafting.", + "item.refinedstorage.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage.relay.help": "Turn entire sections of a storage network on or off and create new branches of your network.", + "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage.quartz_enriched_copper": "Quartz Enriched Copper", + "item.refinedstorage.processor_binding": "Processor Binding", + "item.refinedstorage.silicon": "Silicon", + "item.refinedstorage.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage.basic_processor": "Basic Processor", + "item.refinedstorage.improved_processor": "Improved Processor", + "item.refinedstorage.advanced_processor": "Advanced Processor", + "item.refinedstorage.1k_storage_part": "1K Storage Part", + "item.refinedstorage.4k_storage_part": "4K Storage Part", + "item.refinedstorage.16k_storage_part": "16K Storage Part", + "item.refinedstorage.64k_storage_part": "64K Storage Part", + "item.refinedstorage.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage.storage_disk.help": "Stores %s items. When empty, use while holding to return the Storage Part. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.storage_block.help": "Stores %s items. When empty, use while holding to return the Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Storage Part.", + "item.refinedstorage.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage.creative_storage_disk.help": "Stores an infinite amount of items.", + "item.refinedstorage.creative_storage_block.help": "Stores an infinite amount of items.", + "item.refinedstorage.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets.", + "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets.", + "item.refinedstorage.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage.creative_fluid_storage_disk.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.creative_fluid_storage_block.help": "Stores an infinite amount of buckets.", + "item.refinedstorage.storage_housing": "Storage Housing", + "item.refinedstorage.construction_core": "Construction Core", + "item.refinedstorage.destruction_core": "Destruction Core", + "item.refinedstorage.wrench": "Wrench", + "item.refinedstorage.wrench.help": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage.upgrade": "Upgrade", + "item.refinedstorage.speed_upgrade": "Speed Upgrade", + "item.refinedstorage.speed_upgrade.help": "Increases the operation speed of a storage network device.", + "item.refinedstorage.stack_upgrade": "Stack Upgrade", + "item.refinedstorage.stack_upgrade.help": "Increases the amount of resources that the storage network device handles per operation.", + "item.refinedstorage.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage.silk_touch_upgrade.help": "Acts like the Silk Touch enchantment on a pickaxe.", + "item.refinedstorage.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage.fortune_upgrade.help": "Yields more resources when breaking a block. Acts like the Fortune enchantment on a pickaxe.", + "item.refinedstorage.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage.regulator_upgrade.help": "In an Exporter, will only export if the amount in the target is less than configured in the upgrade. In an Importer, will only import if the amount in the target is more than configured in the upgrade. Use item to configure.", + "item.refinedstorage.range_upgrade": "Range Upgrade", + "item.refinedstorage.range_upgrade.help": "Increases the range of the Wireless Transmitter.", + "item.refinedstorage.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage.creative_range_upgrade.help": "Provides infinite range for the Wireless Transmitter. Does not work cross-dimensionally.", + "item.refinedstorage.wireless_grid": "Wireless Grid", + "item.refinedstorage.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage.network_item.unbound": "Unbound.", + "item.refinedstorage.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage.configuration_card": "Configuration Card", + "item.refinedstorage.configuration_card.empty": "Empty.", + "item.refinedstorage.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage.configuration_card.configured_help": "Use on the destination storage network device while crouching to transfer the configuration and upgrades. Use while crouching to clear.", + "item.refinedstorage.network_card": "Network Card", + "item.refinedstorage.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage.network_card.unbound": "Unbound.", + "item.refinedstorage.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage.network_card.bound": "Bound to %d, %d, %d in %s.", + "item.refinedstorage.network_transmitter.help": "Transmits a network signal wirelessly. Needs a Network Card that is paired with a Network Receiver.", + "item.refinedstorage.network_receiver.help": "Receives a network signal wirelessly. Bind a Network Card to this block.", + "item.refinedstorage.cable.help": "Connects storage network devices with each other. For full blocks, will connect to any color. For cable blocks, will only connect to the same color or to the default color (gray).", + "item.refinedstorage.security_card": "Security Card", + "item.refinedstorage.security_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage.security_card.unbound": "Unbound.", + "item.refinedstorage.security_card.unbound.help": "Right click to configure and bind to the current player.", + "item.refinedstorage.security_card.bound": "Bound to %s.", + "item.refinedstorage.security_card.bound.help": "Right click to configure. Use while crouching to clear configuration and binding.", + "item.refinedstorage.fallback_security_card": "Fallback Security Card", + "item.refinedstorage.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.", + "item.refinedstorage.portable_grid.help": "Allows to interact with a storage disk while not being connected to a storage network. Can be used as a block in world, or from your inventory.", + "item.refinedstorage.storage_monitor.help": "A block that displays the current amount of a certain resource in your storage network. SHIFT + right click to configure. Left click to extract a stack, SHIFT + left click to extract a single resource, right click to insert a resource, right click multiple times to insert resources in bulk.", + "item.refinedstorage.pattern": "Pattern", + "item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode", + "item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.", + "misc.refinedstorage.stored": "Stored: %s", + "misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage.total": "%d total", + "misc.refinedstorage.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage.resource_type.item": "Item", + "misc.refinedstorage.resource_type.fluid": "Fluid", + "misc.refinedstorage.press_shift_for_help": "Press SHIFT for help", + "misc.refinedstorage.no_permission": "No permission", + "misc.refinedstorage.no_permission.open": "You are not allowed to open the %s.", + "misc.refinedstorage.no_permission.insert": "You are not allowed to insert.", + "misc.refinedstorage.no_permission.extract": "You are not allowed to extract.", + "misc.refinedstorage.no_permission.build.place": "You are not allowed to place a %s here.", + "misc.refinedstorage.no_permission.build.break": "You are not allowed to break the %s.", + "misc.refinedstorage.no_permission.build.rotate": "You are not allowed to rotate the %s.", + "misc.refinedstorage.no_permission.build.dismantle": "You are not allowed to dismantle the %s.", + "misc.refinedstorage.pattern.crafting": "Crafting Pattern", + "misc.refinedstorage.pattern.processing": "Processing Pattern", + "misc.refinedstorage.pattern.stonecutter": "Stonecutter Pattern", + "misc.refinedstorage.pattern.smithing_table": "Smithing Table Pattern", + "key.refinedstorage.focus_search_bar": "Focus search bar", + "key.refinedstorage.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage.open_wireless_grid": "Open Wireless Grid", + "key.refinedstorage.open_portable_grid": "Open Portable Grid", + "refinedstorage.subtitle.wrench": "Wrench used", + "permission.refinedstorage.insert": "Insert", + "permission.refinedstorage.insert.description": "Whether the player can insert resources in a network.", + "permission.refinedstorage.extract": "Extract", + "permission.refinedstorage.extract.description": "Whether the player can extract resources from a network.", + "permission.refinedstorage.autocrafting": "Autocrafting", + "permission.refinedstorage.autocrafting.description": "Whether the player can start, cancel or view an autocrafting task.", + "permission.refinedstorage.open": "Open", + "permission.refinedstorage.open.description": "Whether the player can open network device GUIs.", + "permission.refinedstorage.build": "Build", + "permission.refinedstorage.build.description": "Whether the player can add or remove network devices.", + "permission.refinedstorage.security": "Security", + "permission.refinedstorage.security.description": "Whether the player can manage the security options for a network.", + "tag.item.refinedstorage.cables": "Cables", + "tag.item.refinedstorage.constructors": "Constructors", + "tag.item.refinedstorage.controllers": "Controllers", + "tag.item.refinedstorage.crafting_grids": "Crafting Grids", + "tag.item.refinedstorage.pattern_grids": "Pattern Grids", + "tag.item.refinedstorage.creative_controllers": "Creative Controllers", + "tag.item.refinedstorage.destructors": "Destructors", + "tag.item.refinedstorage.detectors": "Detectors", + "tag.item.refinedstorage.exporters": "Exporters", + "tag.item.refinedstorage.external_storages": "External Storages", + "tag.item.refinedstorage.fluid_storage_disks": "Fluid Storage Disks", + "tag.item.refinedstorage.grids": "Grids", + "tag.item.refinedstorage.importers": "Importers", + "tag.item.refinedstorage.network_receivers": "Network Receivers", + "tag.item.refinedstorage.network_transmitters": "Network Transmitters", + "tag.item.refinedstorage.relays": "Relays", + "tag.item.refinedstorage.security_managers": "Security Managers", + "tag.item.refinedstorage.storage_disks": "Storage Disks", + "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", + "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", + "tag.item.refinedstorage.crafters": "Crafters", + "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", + "refinedstorage.configuration.title": "Refined Storage Configuration", + "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration", + "refinedstorage.configuration.section.refinedstorage.common.toml.title": "Refined Storage Configuration", + "text.autoconfig.refinedstorage.option.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage.option.smoothScrolling.tooltip": "Whether scrollbars should use smooth scrolling.", + "text.autoconfig.refinedstorage.option.screenSize": "Screen size", + "text.autoconfig.refinedstorage.option.screenSize.tooltip": "The screen size.", + "text.autoconfig.refinedstorage.option.maxRowsStretch": "Maximum amount of rows when screen size is stretched", + "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.grid": "Grid", + "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", + "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage.option.grid.largeFont.tooltip": "Whether the Grid should use a large font for quantities.", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage.option.grid.preventSortingWhileShiftIsDown.tooltip": "Whether the Grid should avoid sorting when shift is held down.", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage.option.grid.detailedTooltip.tooltip": "Whether the Grid should show a detailed tooltip.", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage.option.grid.rememberSearchQuery.tooltip": "Whether the search query should persist when closing and re-opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.grid.energyUsage.tooltip": "The energy used by the Grid.", + "text.autoconfig.refinedstorage.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage.option.grid.autoSelected.tooltip": "Whether the search box should be auto-selected when opening the Grid.", + "text.autoconfig.refinedstorage.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage.option.grid.synchronizer.tooltip": "The synchronization type of the Grid search box.", + "text.autoconfig.refinedstorage.option.grid.resourceType": "Resource type", + "text.autoconfig.refinedstorage.option.grid.resourceType.tooltip": "The resource type to be shown.", + "text.autoconfig.refinedstorage.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.", + "text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.", + "text.autoconfig.refinedstorage.option.grid.viewType": "View type", + "text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.", + "text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.craftingGrid.energyUsage.tooltip": "The energy used by the Crafting Grid.", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage.option.craftingGrid.craftingMatrixCloseBehavior.tooltip": "What should happen to the crafting matrix slots when closing the Crafting Grid.", + "text.autoconfig.refinedstorage.option.patternGrid": "Pattern Grid", + "text.autoconfig.refinedstorage.option.patternGrid.tooltip": "Configuration for the Pattern Grid.", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.patternGrid.energyUsage.tooltip": "The energy used by the Pattern Grid.", + "text.autoconfig.refinedstorage.option.controller": "Controller", + "text.autoconfig.refinedstorage.option.controller.tooltip": "Configuration for the Controller.", + "text.autoconfig.refinedstorage.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.controller.energyCapacity.tooltip": "The energy capacity of the Controller.", + "text.autoconfig.refinedstorage.option.cable": "Cable", + "text.autoconfig.refinedstorage.option.cable.tooltip": "Configuration for the Cable.", + "text.autoconfig.refinedstorage.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.cable.energyUsage.tooltip": "The energy used by the Cable.", + "text.autoconfig.refinedstorage.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage.option.diskDrive.tooltip": "Configuration for the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsage.tooltip": "The energy used by the Disk Drive.", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage.option.diskDrive.energyUsagePerDisk.tooltip": "The energy used per disk.", + "text.autoconfig.refinedstorage.option.diskInterface": "Disk Interface", + "text.autoconfig.refinedstorage.option.diskInterface.tooltip": "Configuration for the Disk Interface.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsage.tooltip": "The energy used by the Disk Interface.", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage.option.diskInterface.energyUsagePerDisk.tooltip": "The energy used per disk.", + "text.autoconfig.refinedstorage.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage.option.storageBlock.tooltip": "Configuration for the Storage Blocks.", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.oneKEnergyUsage.tooltip": "The energy used by the 1K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.fourKEnergyUsage.tooltip": "The energy used by the 4K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.sixteenKEnergyUsage.tooltip": "The energy used by the 16K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.sixtyFourKEnergyUsage.tooltip": "The energy used by the 64K Storage Block.", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage.option.storageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.tooltip": "Configuration for the Fluid Storage Blocks.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.sixtyFourBEnergyUsage.tooltip": "The energy used by the 64B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage.tooltip": "The energy used by the 256B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage.tooltip": "The energy used by the 1024B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage.tooltip": "The energy used by the 4096B Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage.option.fluidStorageBlock.creativeEnergyUsage.tooltip": "The energy used by the Creative Fluid Storage Block.", + "text.autoconfig.refinedstorage.option.importer": "Importer", + "text.autoconfig.refinedstorage.option.importer.tooltip": "Configuration for the Importer.", + "text.autoconfig.refinedstorage.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.importer.energyUsage.tooltip": "The energy used by the Importer.", + "text.autoconfig.refinedstorage.option.exporter": "Exporter", + "text.autoconfig.refinedstorage.option.exporter.tooltip": "Configuration for the Exporter.", + "text.autoconfig.refinedstorage.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.exporter.energyUsage.tooltip": "The energy used by the Exporter.", + "text.autoconfig.refinedstorage.option.detector": "Detector", + "text.autoconfig.refinedstorage.option.detector.tooltip": "Configuration for the Detector.", + "text.autoconfig.refinedstorage.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.detector.energyUsage.tooltip": "The energy used by the Detector.", + "text.autoconfig.refinedstorage.option.constructor": "Constructor", + "text.autoconfig.refinedstorage.option.constructor.tooltip": "Configuration for the Constructor.", + "text.autoconfig.refinedstorage.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.constructor.energyUsage.tooltip": "The energy used by the Constructor.", + "text.autoconfig.refinedstorage.option.destructor": "Destructor", + "text.autoconfig.refinedstorage.option.destructor.tooltip": "Configuration for the Destructor.", + "text.autoconfig.refinedstorage.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.destructor.energyUsage.tooltip": "The energy used by the Destructor.", + "text.autoconfig.refinedstorage.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage.option.upgrade.tooltip": "Configuration for the Upgrades.", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.speedUpgradeEnergyUsage.tooltip": "The additional energy used per Speed Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.stackUpgradeEnergyUsage.tooltip": "The additional energy used by the Stack Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune1UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 1 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune2UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 2 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.fortune3UpgradeEnergyUsage.tooltip": "The additional energy used by the Fortune 3 Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.silkTouchUpgradeEnergyUsage.tooltip": "The additional energy used by the Silk Touch Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.regulatorUpgradeEnergyUsage.tooltip": "The additional energy used by the Regulator Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeEnergyUsage.tooltip": "The additional energy used per Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage.option.upgrade.creativeRangeUpgradeEnergyUsage.tooltip": "The additional energy used by the Creative Range Upgrade.", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage.option.upgrade.rangeUpgradeRange.tooltip": "The additional range provided by the Range Upgrade.", + "text.autoconfig.refinedstorage.option.iface": "Interface", + "text.autoconfig.refinedstorage.option.iface.tooltip": "Configuration for the Interface.", + "text.autoconfig.refinedstorage.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.iface.energyUsage.tooltip": "The energy used by the Interface.", + "text.autoconfig.refinedstorage.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage.option.externalStorage.tooltip": "Configuration for the External Storage.", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.externalStorage.energyUsage.tooltip": "The energy used by the External Storage.", + "text.autoconfig.refinedstorage.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage.option.wirelessGrid.tooltip": "Configuration for the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.wirelessGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Grid.", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.openEnergyUsage.tooltip": "The energy used by the Wireless Grid to open.", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.insertEnergyUsage.tooltip": "The energy used by the Wireless Grid to insert resources.", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage.option.wirelessGrid.extractEnergyUsage.tooltip": "The energy used by the Wireless Grid to extract resources.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.tooltip": "Configuration for the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.energyUsage.tooltip": "The energy used by the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage.option.wirelessTransmitter.baseRange.tooltip": "The base range of the Wireless Transmitter.", + "text.autoconfig.refinedstorage.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage.option.storageMonitor.tooltip": "Configuration for the Storage Monitor.", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.storageMonitor.energyUsage.tooltip": "The energy used by the Storage Monitor.", + "text.autoconfig.refinedstorage.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage.option.networkReceiver.tooltip": "Configuration for the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.networkReceiver.energyUsage.tooltip": "The energy used by the Network Receiver.", + "text.autoconfig.refinedstorage.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage.option.networkTransmitter.tooltip": "Configuration for the Network Transmitter.", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.networkTransmitter.energyUsage.tooltip": "The energy used by the Network Transmitter.", + "text.autoconfig.refinedstorage.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage.option.portableGrid.tooltip": "Configuration for the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage.option.portableGrid.energyCapacity.tooltip": "The energy capacity of the Portable Grid.", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.openEnergyUsage.tooltip": "The energy used by the Portable Grid to open.", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.insertEnergyUsage.tooltip": "The energy used by the Portable Grid to insert resources.", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage.option.portableGrid.extractEnergyUsage.tooltip": "The energy used by the Portable Grid to extract resources.", + "text.autoconfig.refinedstorage.option.securityCard": "Security Card", + "text.autoconfig.refinedstorage.option.securityCard.tooltip": "Configuration for the Security Card.", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityCard.energyUsage.tooltip": "The energy used by the Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard": "Fallback Security Card", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.tooltip": "Configuration for the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.fallbackSecurityCard.energyUsage.tooltip": "The energy used by the Fallback Security Card.", + "text.autoconfig.refinedstorage.option.securityManager": "Security Manager", + "text.autoconfig.refinedstorage.option.securityManager.tooltip": "Configuration for the Security Manager.", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.securityManager.energyUsage.tooltip": "The energy used by the Security Manager.", + "text.autoconfig.refinedstorage.option.relay": "Relay", + "text.autoconfig.refinedstorage.option.relay.tooltip": "Configuration for the Relay.", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage": "Input network energy usage", + "text.autoconfig.refinedstorage.option.relay.inputNetworkEnergyUsage.tooltip": "Input network energy usage.", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage": "Output network energy usage (if not in pass through mode)", + "text.autoconfig.refinedstorage.option.relay.outputNetworkEnergyUsage.tooltip": "Output network energy usage (if not in pass through mode).", + "text.autoconfig.refinedstorage.option.autocrafter": "Autocrafter", + "text.autoconfig.refinedstorage.option.autocrafter.tooltip": "Configuration for the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", + "advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy", + "advancements.refinedstorage.connecting": "Connecting", + "advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage.drives": "Drives", + "advancements.refinedstorage.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage.interfacing_with_disks": "Interfacing with disks", + "advancements.refinedstorage.interfacing_with_disks.description": "Craft a Disk Interface to transfer resources between the storage network and storage disks", + "advancements.refinedstorage.storing_items": "Storing items", + "advancements.refinedstorage.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage.storing_fluids": "Storing fluids", + "advancements.refinedstorage.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage.importing": "Importing", + "advancements.refinedstorage.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage.exporting": "Exporting", + "advancements.refinedstorage.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage.upgrading": "Upgrading", + "advancements.refinedstorage.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage.storing_externally": "Storing externally", + "advancements.refinedstorage.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage.detecting": "Detecting", + "advancements.refinedstorage.detecting.description": "Use redstone to check resources stored in the storage network", + "advancements.refinedstorage.construction": "Construction", + "advancements.refinedstorage.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage.destruction": "Destruction", + "advancements.refinedstorage.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage.wireless": "Wireless", + "advancements.refinedstorage.wireless.description": "Access your resources wirelessly with a Wireless Grid", + "advancements.refinedstorage.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage.no_cables_required": "No cables required", + "advancements.refinedstorage.no_cables_required.description": "Add extra components to your storage network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage.portable_storage": "Portable storage", + "advancements.refinedstorage.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network", + "advancements.refinedstorage.security": "Security", + "advancements.refinedstorage.security.description": "Secure your storage network with a Security Manager and a Security Card", + "advancements.refinedstorage.conditional_connecting": "Conditional connecting", + "advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay", + "advancements.refinedstorage.autocrafting": "Autocrafting", + "advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid" +}