From 8ac58fa0203dbd34aa8e18350c8ca7f06861558e Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:50 +0100 Subject: [PATCH 1/7] chore: update translation Chinese Simplified from crowdin --- .../assets/refinedstorage2/lang/zh_cn.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/zh_cn.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/zh_cn.json index d226f265b..8bb3939ce 100644 --- a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/zh_cn.json +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/zh_cn.json @@ -30,6 +30,8 @@ "block.refinedstorage2.storage_monitor": "存储监控器", "block.refinedstorage2.network_receiver": "网络接收器", "block.refinedstorage2.network_transmitter": "网络变送器", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", "gui.refinedstorage2.controller.redstone_mode_help": "当此设备处于非活动状态时,存储网络将无法将此设备用作能源来源。", "gui.refinedstorage2.disk_drive.disks": "磁盘", "gui.refinedstorage2.storage.redstone_mode_help": "当此设备处于非活动状态时,存储在其中的存储空间将无法从存储网络内访问。", @@ -127,6 +129,9 @@ "gui.refinedstorage2.access_mode.insert.help": "存储网络只能插入此存储。包含的资源仍然可在终端中看到。", "gui.refinedstorage2.access_mode.extract": "仅提取", "gui.refinedstorage2.access_mode.extract.help": "存储网络只能从此存储中提取。", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", "gui.refinedstorage2.upgrade_slot": "空升级槽", "gui.refinedstorage2.filter_slot.empty_filter": "空过滤器", "gui.refinedstorage2.filter_slot.left_click_for": "左键点击", @@ -304,7 +309,6 @@ "text.autoconfig.refinedstorage2.option.externalStorage": "外部存储", "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "能源", "text.autoconfig.refinedstorage2.option.wirelessGrid": "无线网格", - "text.autoconfig.refinedstorage2.option.wirelessGrid.useEnergy": "使用能源", "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "能源容量", "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "打开能源", "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "插入能源", @@ -316,6 +320,13 @@ "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "能源", "text.autoconfig.refinedstorage2.option.networkReceiver": "网络接收器", "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", "advancements.refinedstorage2.root.description": "在网络中使用一个或多个控制器为您的网络提供能源", "advancements.refinedstorage2.connecting": "连接中", "advancements.refinedstorage2.connecting.description": "使用电缆将设备连接在一起,或将设备放置在一起", @@ -350,5 +361,7 @@ "advancements.refinedstorage2.better_than_a_barrel": "比桶更好", "advancements.refinedstorage2.better_than_a_barrel.description": "制作存储监视器以查看、插入或提取存储网络中的资源", "advancements.refinedstorage2.no_cables_required": "无需电缆", - "advancements.refinedstorage2.no_cables_required.description": "通过使用网络发射器、网络接收器和网络卡,添加额外组件到您的网络而无需使用电缆" + "advancements.refinedstorage2.no_cables_required.description": "通过使用网络发射器、网络接收器和网络卡,添加额外组件到您的网络而无需使用电缆", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" } From 15de5aef7ee5388a20140c7dfdaa215f0157fbef Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:51 +0100 Subject: [PATCH 2/7] chore: update translation French from crowdin --- .../assets/refinedstorage2/lang/fr_fr.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/fr_fr.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/fr_fr.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/fr_fr.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/fr_fr.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +} From f723a5d9d1c076aea968415a46577bb6dc079780 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:52 +0100 Subject: [PATCH 3/7] chore: update translation Spanish from crowdin --- .../assets/refinedstorage2/lang/es_es.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/es_es.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/es_es.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/es_es.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/es_es.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +} From 60e1a9d6b915d8e9842ab64a259de4510b299d42 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:52 +0100 Subject: [PATCH 4/7] chore: update translation German from crowdin --- .../assets/refinedstorage2/lang/de_de.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/de_de.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/de_de.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/de_de.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/de_de.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +} From 3e2599f7dd9bdaafa92f04dc83b6f2b3dbabba0f Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:53 +0100 Subject: [PATCH 5/7] chore: update translation Polish from crowdin --- .../assets/refinedstorage2/lang/pl_pl.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pl_pl.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pl_pl.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pl_pl.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pl_pl.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +} From d63af11877fe5751b3eda620716705977008c22f Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:53 +0100 Subject: [PATCH 6/7] chore: update translation Russian from crowdin --- .../assets/refinedstorage2/lang/ru_ru.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/ru_ru.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/ru_ru.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/ru_ru.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/ru_ru.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +} From ca5bc155c18c2f03292bc44f4385fd13a6373788 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 16 Mar 2024 14:03:54 +0100 Subject: [PATCH 7/7] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage2/lang/pt_br.json | 367 ++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pt_br.json diff --git a/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pt_br.json b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pt_br.json new file mode 100644 index 000000000..0e58472c8 --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/pt_br.json @@ -0,0 +1,367 @@ +{ + "itemGroup.refinedstorage2.general": "Refined Storage 2", + "block.refinedstorage2.cable": "Cable", + "block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron", + "block.refinedstorage2.disk_drive": "Disk Drive", + "block.refinedstorage2.machine_casing": "Machine Casing", + "block.refinedstorage2.grid": "Grid", + "block.refinedstorage2.crafting_grid": "Crafting Grid", + "block.refinedstorage2.controller": "Controller", + "block.refinedstorage2.controller.rei_fully_charged": "Fully charged Controller", + "block.refinedstorage2.creative_controller": "Creative Controller", + "block.refinedstorage2.1k_storage_block": "1K Storage Block", + "block.refinedstorage2.4k_storage_block": "4K Storage Block", + "block.refinedstorage2.16k_storage_block": "16K Storage Block", + "block.refinedstorage2.64k_storage_block": "64K Storage Block", + "block.refinedstorage2.creative_storage_block": "Creative Storage Block", + "block.refinedstorage2.64b_fluid_storage_block": "64B Fluid Storage Block", + "block.refinedstorage2.256b_fluid_storage_block": "256B Fluid Storage Block", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B Fluid Storage Block", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B Fluid Storage Block", + "block.refinedstorage2.creative_fluid_storage_block": "Creative Fluid Storage Block", + "block.refinedstorage2.importer": "Importer", + "block.refinedstorage2.exporter": "Exporter", + "block.refinedstorage2.interface": "Interface", + "block.refinedstorage2.external_storage": "External Storage", + "block.refinedstorage2.detector": "Detector", + "block.refinedstorage2.constructor": "Constructor", + "block.refinedstorage2.destructor": "Destructor", + "block.refinedstorage2.wireless_transmitter": "Wireless Transmitter", + "block.refinedstorage2.storage_monitor": "Storage Monitor", + "block.refinedstorage2.network_receiver": "Network Receiver", + "block.refinedstorage2.network_transmitter": "Network Transmitter", + "block.refinedstorage2.portable_grid": "Portable Grid", + "block.refinedstorage2.creative_portable_grid": "Creative Portable Grid", + "gui.refinedstorage2.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.refinedstorage2.disk_drive.disks": "Disks", + "gui.refinedstorage2.storage.redstone_mode_help": "When this device is inactive, the contained storage will no longer be accessible from within the storage network.", + "gui.refinedstorage2.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.refinedstorage2.storage.filter_mode.empty_warning": "Without any configured filters, no resources will be accepted in this storage.", + "gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.", + "gui.refinedstorage2.grid.sorting.direction": "Sorting direction", + "gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending", + "gui.refinedstorage2.grid.sorting.direction.descending": "Descending", + "gui.refinedstorage2.grid.sorting.type": "Sorting type", + "gui.refinedstorage2.grid.sorting.type.quantity": "Quantity", + "gui.refinedstorage2.grid.sorting.type.name": "Name", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified", + "gui.refinedstorage2.grid.size": "Size", + "gui.refinedstorage2.grid.size.stretch": "Stretch", + "gui.refinedstorage2.grid.size.small": "Small", + "gui.refinedstorage2.grid.size.medium": "Medium", + "gui.refinedstorage2.grid.size.large": "Large", + "gui.refinedstorage2.grid.size.extra_large": "Extra large", + "gui.refinedstorage2.grid.auto_selected": "Auto-selected", + "gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.", + "gui.refinedstorage2.grid.synchronizer": "Synchronization mode", + "gui.refinedstorage2.grid.synchronizer.off": "Off", + "gui.refinedstorage2.grid.synchronizer.off.help": "Don't sync the search box text.", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI two-way", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage2.grid.resource_type": "Resource type", + "gui.refinedstorage2.grid.resource_type.all": "All", + "gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.", + "gui.refinedstorage2.crafting_grid.move.network": "Move items to network", + "gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory", + "gui.refinedstorage2.detector.mode": "Mode", + "gui.refinedstorage2.detector.mode.under": "Emit redstone signal when under the amount", + "gui.refinedstorage2.detector.mode.equal": "Emit redstone signal when on the amount", + "gui.refinedstorage2.detector.mode.above": "Emit redstone signal when above the amount", + "gui.refinedstorage2.detector.filter_help": "The resource that should be detected in the storage network.", + "gui.refinedstorage2.destructor.pickup_items": "Pickup items instead of breaking", + "gui.refinedstorage2.destructor.filter_help": "The blocks that may or may not be destroyed, depending if the device is in allowlist or blocklist mode.", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "Only allow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.destructor.filter_mode.block.help": "Disallow blocks into the storage network that are configured in the filters.", + "gui.refinedstorage2.constructor.drop_items": "Drop items instead of placing blocks", + "gui.refinedstorage2.constructor.filter_help": "The resources that should be placed from the storage network.", + "gui.refinedstorage2.interface.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.exporter.filter_help": "The resources that should be exported from the storage network.", + "gui.refinedstorage2.importer.filter_help": "The resources that may be imported from the target inventory.", + "gui.refinedstorage2.importer.filter_mode.allow.help": "Only allow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.importer.filter_mode.block.help": "Disallow resources into the storage network that are configured in the filters.", + "gui.refinedstorage2.wireless_transmitter.distance": "%d block(s)", + "gui.refinedstorage2.storage_monitor.filter_help": "The resource to display.", + "gui.refinedstorage2.redstone_mode": "Redstone mode", + "gui.refinedstorage2.redstone_mode.ignore": "Ignore", + "gui.refinedstorage2.redstone_mode.ignore.help": "This device will always be active, regardless of redstone signal.", + "gui.refinedstorage2.redstone_mode.high": "High", + "gui.refinedstorage2.redstone_mode.high.help": "This device will only be active with a redstone signal.", + "gui.refinedstorage2.redstone_mode.low": "Low", + "gui.refinedstorage2.redstone_mode.low.help": "This device will only be active without a redstone signal.", + "gui.refinedstorage2.scheduling_mode": "Scheduling mode", + "gui.refinedstorage2.scheduling_mode.default": "Default", + "gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.", + "gui.refinedstorage2.scheduling_mode.round_robin": "Round robin", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.", + "gui.refinedstorage2.scheduling_mode.random": "Random", + "gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.", + "gui.refinedstorage2.priority": "Priority", + "gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.", + "gui.refinedstorage2.amount": "Amount", + "gui.refinedstorage2.amount.reset": "Reset", + "gui.refinedstorage2.amount.set": "Set", + "gui.refinedstorage2.filter_mode": "Filter mode", + "gui.refinedstorage2.filter_mode.allow": "Allowlist", + "gui.refinedstorage2.filter_mode.block": "Blocklist", + "gui.refinedstorage2.fuzzy_mode": "Fuzzy mode", + "gui.refinedstorage2.fuzzy_mode.on": "On", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "Match the filter exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "Match the filters when extracting from the storage network exactly.", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "Match the filters when extracting from the source exactly.", + "gui.refinedstorage2.fuzzy_mode.off": "Off", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "Match the filters for the allowlist or blocklist without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.", + "gui.refinedstorage2.access_mode": "Access mode", + "gui.refinedstorage2.access_mode.insert_extract": "Insert and extract", + "gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.", + "gui.refinedstorage2.access_mode.insert": "Insert only", + "gui.refinedstorage2.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.refinedstorage2.access_mode.extract": "Extract only", + "gui.refinedstorage2.access_mode.extract.help": "The storage network will only be able to extract from this storage.", + "gui.refinedstorage2.void_excess": "Void excess resources", + "gui.refinedstorage2.void_excess.help": "When void excess mode is turned on and the storage is full, it will keep accepting resources but void them.", + "gui.refinedstorage2.void_excess.allowlist_warning": "Void excess will only work when the storage is in allowlist mode.", + "gui.refinedstorage2.upgrade_slot": "Empty upgrade slot", + "gui.refinedstorage2.filter_slot.empty_filter": "Empty filter", + "gui.refinedstorage2.filter_slot.left_click_for": "Left click for", + "gui.refinedstorage2.filter_slot.right_click_for": "Right click for", + "gui.refinedstorage2.filter_slot.click_to_clear": "Click to clear", + "gui.refinedstorage2.regulator_upgrade.filter_help": "The resource that should be regulated in the target.", + "gui.refinedstorage2.network_transmitter.status.inactive": "Inactive", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "Missing Network Card", + "gui.refinedstorage2.network_transmitter.status.transmitting": "%d block(s)", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "Unreachable", + "item.refinedstorage2.controller.help": "Provides the storage network with energy. Multiple are allowed in a single storage network.", + "item.refinedstorage2.creative_controller.help": "Provides the storage network with an infinite source of energy.", + "item.refinedstorage2.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.", + "item.refinedstorage2.grid.help": "Allows for interacting with the storage network.", + "item.refinedstorage2.crafting_grid.help": "Allows for interacting with the storage network, with crafting abilities.", + "item.refinedstorage2.importer.help": "Imports resources from an external source to the storage network.", + "item.refinedstorage2.exporter.help": "Exports resources from the storage network to an external destination.", + "item.refinedstorage2.interface.help": "Acts as the combination of an Importer and Exporter.", + "item.refinedstorage2.external_storage.help": "Provides the storage network with storage from an external source.", + "item.refinedstorage2.detector.help": "Emits a redstone signal if the storage network contains a resource equal, above or under a given amount.", + "item.refinedstorage2.constructor.help": "Places blocks from the storage network in the world.", + "item.refinedstorage2.destructor.help": "Destroys blocks from the world and puts them in the storage network.", + "item.refinedstorage2.quartz_enriched_iron": "Quartz Enriched Iron", + "item.refinedstorage2.processor_binding": "Processor Binding", + "item.refinedstorage2.silicon": "Silicon", + "item.refinedstorage2.raw_basic_processor": "Raw Basic Processor", + "item.refinedstorage2.raw_improved_processor": "Raw Improved Processor", + "item.refinedstorage2.raw_advanced_processor": "Raw Advanced Processor", + "item.refinedstorage2.basic_processor": "Basic Processor", + "item.refinedstorage2.improved_processor": "Improved Processor", + "item.refinedstorage2.advanced_processor": "Advanced Processor", + "item.refinedstorage2.1k_storage_part": "1K Storage Part", + "item.refinedstorage2.4k_storage_part": "4K Storage Part", + "item.refinedstorage2.16k_storage_part": "16K Storage Part", + "item.refinedstorage2.64k_storage_part": "64K Storage Part", + "item.refinedstorage2.1k_storage_disk": "1K Storage Disk", + "item.refinedstorage2.4k_storage_disk": "4K Storage Disk", + "item.refinedstorage2.16k_storage_disk": "16K Storage Disk", + "item.refinedstorage2.64k_storage_disk": "64K Storage Disk", + "item.refinedstorage2.creative_storage_disk": "Creative Storage Disk", + "item.refinedstorage2.64b_fluid_storage_part": "64B Fluid Storage Part", + "item.refinedstorage2.256b_fluid_storage_part": "256B Fluid Storage Part", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B Fluid Storage Part", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B Fluid Storage Part", + "item.refinedstorage2.64b_fluid_storage_disk": "64B Fluid Storage Disk", + "item.refinedstorage2.256b_fluid_storage_disk": "256B Fluid Storage Disk", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B Fluid Storage Disk", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B Fluid Storage Disk", + "item.refinedstorage2.creative_fluid_storage_disk": "Creative Fluid Storage Disk", + "item.refinedstorage2.storage_housing": "Storage Housing", + "item.refinedstorage2.construction_core": "Construction Core", + "item.refinedstorage2.destruction_core": "Destruction Core", + "item.refinedstorage2.wrench": "Wrench", + "item.refinedstorage2.wrench.helper": "Use to rotate blocks or press SHIFT and use to dismantle Refined Storage blocks.", + "item.refinedstorage2.upgrade": "Upgrade", + "item.refinedstorage2.speed_upgrade": "Speed Upgrade", + "item.refinedstorage2.stack_upgrade": "Stack Upgrade", + "item.refinedstorage2.silk_touch_upgrade": "Silk Touch Upgrade", + "item.refinedstorage2.fortune_upgrade.1": "Fortune I Upgrade", + "item.refinedstorage2.fortune_upgrade.2": "Fortune II Upgrade", + "item.refinedstorage2.fortune_upgrade.3": "Fortune III Upgrade", + "item.refinedstorage2.regulator_upgrade": "Regulator Upgrade", + "item.refinedstorage2.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.refinedstorage2.range_upgrade": "Range Upgrade", + "item.refinedstorage2.creative_range_upgrade": "Creative Range Upgrade", + "item.refinedstorage2.wireless_grid": "Wireless Grid", + "item.refinedstorage2.creative_wireless_grid": "Creative Wireless Grid", + "item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.", + "item.refinedstorage2.network_item.unbound": "Unbound.", + "item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.", + "item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.", + "item.refinedstorage2.configuration_card": "Configuration Card", + "item.refinedstorage2.configuration_card.empty": "Empty.", + "item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.", + "item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.", + "item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.", + "item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.", + "item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.", + "item.refinedstorage2.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.refinedstorage2.network_card": "Network Card", + "item.refinedstorage2.network_card.unbound_help": "Use while crouching on a Network Receiver.", + "item.refinedstorage2.network_card.unbound": "Unbound.", + "item.refinedstorage2.network_card.bound_help": "Insert into a Network Transmitter. Use while crouching to clear binding.", + "item.refinedstorage2.network_card.bound": "Bound to %d, %d, %d in %s.", + "misc.refinedstorage2.stored": "Stored: %s", + "misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)", + "misc.refinedstorage2.total": "%d total", + "misc.refinedstorage2.last_modified.just_now": "Last modified just now by %s", + "misc.refinedstorage2.last_modified.second": "Last modified %d second ago by %s", + "misc.refinedstorage2.last_modified.seconds": "Last modified %d seconds ago by %s", + "misc.refinedstorage2.last_modified.minute": "Last modified %d minute ago by %s", + "misc.refinedstorage2.last_modified.minutes": "Last modified %d minutes ago by %s", + "misc.refinedstorage2.last_modified.hour": "Last modified %d hour ago by %s", + "misc.refinedstorage2.last_modified.hours": "Last modified %d hours ago by %s", + "misc.refinedstorage2.last_modified.day": "Last modified %d day ago by %s", + "misc.refinedstorage2.last_modified.days": "Last modified %d days ago by %s", + "misc.refinedstorage2.last_modified.week": "Last modified %d week ago by %s", + "misc.refinedstorage2.last_modified.weeks": "Last modified %d weeks ago by %s", + "misc.refinedstorage2.last_modified.year": "Last modified %d year ago by %s", + "misc.refinedstorage2.last_modified.years": "Last modified %d years ago by %s", + "misc.refinedstorage2.resource_type.item": "Item", + "misc.refinedstorage2.resource_type.fluid": "Fluid", + "misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help", + "key.refinedstorage2.focus_search_bar": "Focus search bar", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "Clear Crafting Grid matrix to network", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "Clear Crafting Grid matrix to inventory", + "key.refinedstorage2.open_wireless_grid": "Open Wireless Grid", + "refinedstorage2.subtitle.wrench": "Wrench used", + "category.refinedstorage2.key_bindings": "Refined Storage 2", + "curios.identifier.refinedstorage2": "Refined Storage 2", + "trinkets.slot.refinedstorage2.wireless": "Refined Storage 2", + "text.autoconfig.refinedstorage2.title": "Refined Storage 2", + "text.autoconfig.refinedstorage2.option.grid": "Grid", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "Detailed tooltip", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "Remember search query", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "Smooth scrolling", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "Auto selected search box", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "Synchronizer", + "text.autoconfig.refinedstorage2.option.grid.resourceTypeId": "Resource type", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "Sorting direction", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "Sorting type", + "text.autoconfig.refinedstorage2.option.grid.size": "Size", + "text.autoconfig.refinedstorage2.option.craftingGrid": "Crafting Grid", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "Crafting matrix close behavior", + "text.autoconfig.refinedstorage2.option.controller": "Controller", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.cable": "Cable", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive": "Disk Drive", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "Energy usage per disk", + "text.autoconfig.refinedstorage2.option.storageBlock": "Storage Block", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K energy usage", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "Fluid Storage Block", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage", + "text.autoconfig.refinedstorage2.option.importer": "Importer", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.exporter": "Exporter", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.detector": "Detector", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.constructor": "Constructor", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.destructor": "Destructor", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.upgrade": "Upgrade", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "Stack Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "Fortune 1 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "Fortune 2 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "Fortune 3 Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "Silk Touch Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "Regulator Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "Creative Range Upgrade energy usage", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range", + "text.autoconfig.refinedstorage2.option.iface": "Interface", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.externalStorage": "External Storage", + "text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid", + "text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range", + "text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter", + "text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid", + "text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage", + "text.autoconfig.refinedstorage2.option.portableGrid.extractEnergyUsage": "Extract energy usage", + "advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a network to provide your network with energy", + "advancements.refinedstorage2.connecting": "Connecting", + "advancements.refinedstorage2.connecting.description": "Use Cable to connect devices with each other, or place devices against each other", + "advancements.refinedstorage2.drives": "Drives", + "advancements.refinedstorage2.drives.description": "Craft a Disk Drive to be able to store your storage disks", + "advancements.refinedstorage2.storing_items": "Storing items", + "advancements.refinedstorage2.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.viewing_your_storage": "Viewing your storage", + "advancements.refinedstorage2.viewing_your_storage.description": "Craft a Grid to interact with your storage", + "advancements.refinedstorage2.upgrading_your_grid": "Upgrading your Grid", + "advancements.refinedstorage2.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities", + "advancements.refinedstorage2.storing_fluids": "Storing fluids", + "advancements.refinedstorage2.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", + "advancements.refinedstorage2.importing": "Importing", + "advancements.refinedstorage2.importing.description": "Get resources into the storage network with an Importer", + "advancements.refinedstorage2.exporting": "Exporting", + "advancements.refinedstorage2.exporting.description": "Get resources out of the storage network with an Exporter", + "advancements.refinedstorage2.upgrading": "Upgrading", + "advancements.refinedstorage2.upgrading.description": "Craft an Upgrade to improve various devices", + "advancements.refinedstorage2.interface_to_the_world": "Interface to the world", + "advancements.refinedstorage2.interface_to_the_world.description": "Export and import items at the same time with an Interface", + "advancements.refinedstorage2.storing_externally": "Storing externally", + "advancements.refinedstorage2.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest", + "advancements.refinedstorage2.detecting": "Detecting", + "advancements.refinedstorage2.detecting.description": "Use redstone to check resources stored in the network", + "advancements.refinedstorage2.construction": "Construction", + "advancements.refinedstorage2.construction.description": "Get blocks from the storage network into the world with a Constructor", + "advancements.refinedstorage2.destruction": "Destruction", + "advancements.refinedstorage2.destruction.description": "Get blocks from in the world into the storage network with a Destructor", + "advancements.refinedstorage2.wireless": "Wireless", + "advancements.refinedstorage2.wireless.description": "Access your resources wirelessly with a Wireless Grid.", + "advancements.refinedstorage2.better_than_a_barrel": "Better than a barrel", + "advancements.refinedstorage2.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract resources in a storage network", + "advancements.refinedstorage2.no_cables_required": "No cables required", + "advancements.refinedstorage2.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", + "advancements.refinedstorage2.portable_storage": "Portable storage", + "advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network" +}