PrettyPipes/src/main/resources/assets/prettypipes/lang/en_us.json

91 lines
7.2 KiB
JSON
Raw Normal View History

2020-04-13 22:54:18 +02:00
{
"item.prettypipes.wrench": "Pipe Wrench",
2020-10-17 00:58:31 +02:00
"info.prettypipes.wrench": "Allows modifying pipe connections\nPlaces blocks in offhand as covers\nSneak to remove cover or pipe",
2020-04-17 23:17:46 +02:00
"item.prettypipes.blank_module": "Blank Module",
2020-04-20 13:12:26 +02:00
"item.prettypipes.pipe_frame": "Pipe Frame",
"info.prettypipes.pipe_frame": "Attach to a pipe or pipe-adjacent block\nShows amount of an item in the pipe's network",
2020-04-16 00:39:53 +02:00
"item.prettypipes.low_extraction_module": "Low Extraction Module",
"item.prettypipes.medium_extraction_module": "Medium Extraction Module",
"item.prettypipes.high_extraction_module": "High Extraction Module",
2020-10-15 05:22:23 +02:00
"item.prettypipes.low_crafting_module": "Low Crafting Module",
"item.prettypipes.medium_crafting_module": "Medium Crafting Module",
"item.prettypipes.high_crafting_module": "High Crafting Module",
2020-04-16 21:19:40 +02:00
"item.prettypipes.low_filter_module": "Low Filter Module",
"item.prettypipes.medium_filter_module": "Medium Filter Module",
"item.prettypipes.high_filter_module": "High Filter Module",
2020-04-16 23:40:35 +02:00
"item.prettypipes.low_speed_module": "Low Speed Increase Module",
"item.prettypipes.medium_speed_module": "Medium Speed Increase Module",
"item.prettypipes.high_speed_module": "High Speed Increase Module",
2020-04-17 17:18:25 +02:00
"item.prettypipes.low_low_priority_module": "Low Priority Module",
"item.prettypipes.medium_low_priority_module": "Lower Priority Module",
"item.prettypipes.high_low_priority_module": "Lowest Priority Module",
2020-10-27 15:36:52 +01:00
"item.prettypipes.low_high_priority_module": "High Priority Module",
"item.prettypipes.medium_high_priority_module": "Higher Priority Module",
"item.prettypipes.high_high_priority_module": "Highest Priority Module",
2020-04-17 20:03:54 +02:00
"item.prettypipes.low_retrieval_module": "Low Retrieval Module",
"item.prettypipes.medium_retrieval_module": "Medium Retrieval Module",
"item.prettypipes.high_retrieval_module": "High Retrieval Module",
2020-04-18 22:30:14 +02:00
"item.prettypipes.stack_size_module": "Stack Limiter Module",
2020-05-02 18:56:54 +02:00
"item.prettypipes.damage_filter_modifier": "Damage Filter Modifier",
"item.prettypipes.nbt_filter_modifier": "Data Filter Modifier",
"item.prettypipes.tag_filter_modifier": "Tag Filter Modifier",
2020-10-15 20:52:59 +02:00
"item.prettypipes.mod_filter_modifier": "Mod Filter Modifier",
2020-05-03 15:51:16 +02:00
"item.prettypipes.redstone_module": "Redstone Module",
2020-10-14 04:28:58 +02:00
"item.prettypipes.filter_increase_modifier": "Filter Increase Modifier",
"item.prettypipes.random_sorting_modifier": "Random Sorting Modifier",
"item.prettypipes.round_robin_sorting_modifier": "Round Robin Sorting Modifier",
2020-04-17 22:29:02 +02:00
"info.prettypipes.extraction_module": "Pulls items from adjacent inventories\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending",
2020-04-16 21:19:40 +02:00
"info.prettypipes.filter_module": "Restricts flow from pipes into adjacent inventories\nFilter amount varies by tier",
2020-04-16 23:40:35 +02:00
"info.prettypipes.speed_module": "Increases speed of items exiting adjacent inventories\nSpeed varies by tier",
2020-10-27 15:36:52 +01:00
"info.prettypipes.low_priority_module": "Decreases the reception priority of adjacent inventories\nLower priority means items will prefer other inventories, regardless of distance",
"info.prettypipes.high_priority_module": "Increases the reception priority of adjacent inventories\nHigher priority means items will prefer this inventory, regardless of distance",
2020-04-17 22:29:02 +02:00
"info.prettypipes.retrieval_module": "Pulls items from other inventories in the network\nFilters and pull rates vary by tier\nHigh tiers prevent over-sending",
2020-04-18 22:30:14 +02:00
"info.prettypipes.stack_size_module": "Limits the amount of items that can enter adjacent inventories\nAutomatically prevents over-sending",
2020-05-02 18:56:54 +02:00
"info.prettypipes.damage_filter_modifier": "Causes any filter slots to filter by item damage",
"info.prettypipes.nbt_filter_modifier": "Causes any filter slots to filter by item data (NBT)",
2021-03-03 01:56:19 +01:00
"info.prettypipes.tag_filter_modifier": "Causes any filter slots to filter by tags\nTag can be chosen from items in filter slots",
2020-10-15 20:52:59 +02:00
"info.prettypipes.mod_filter_modifier": "Causes any filter slots to filter by mod",
2020-05-03 15:51:16 +02:00
"info.prettypipes.redstone_module": "Allows disabling the pipe with a redstone signal\nWorks for both extraction and retrieval",
2020-05-07 23:06:35 +02:00
"info.prettypipes.item_terminal": "Allows viewing and requesting all items in a pipe network\nAlso has slots for putting items into the network",
2020-05-09 15:42:09 +02:00
"info.prettypipes.crafting_terminal": "Allows requesting ingredients for crafting recipes\nSupports auto-filling from JEI if installed",
2020-10-13 18:11:40 +02:00
"info.prettypipes.pressurizer": "Drastically increases item speed in the entire pipe network\nRequires FE (or RF) for each item transferred",
2020-10-14 04:28:58 +02:00
"info.prettypipes.filter_increase_modifier": "Adds additional filter slots to the pipe\nSlots will be used by any module that filters items",
2020-10-15 05:22:23 +02:00
"info.prettypipes.crafting_module": "Allows automatically crafting items into other items using the connected block\nDoesn't automatically extract from the block\nInput and output slots vary by tier\nSupports auto-filling from JEI if installed",
"info.prettypipes.random_sorting_modifier": "Causes extracted items to choose destinations randomly\nPriority modules will be ignored",
"info.prettypipes.round_robin_sorting_modifier": "Causes extracted items to choose destinations in a round robin fashion\nOrdering is based on distance and priority",
2020-04-13 22:54:18 +02:00
"block.prettypipes.pipe": "Pipe",
2020-05-07 23:06:35 +02:00
"block.prettypipes.item_terminal": "Item Terminal",
2020-05-09 15:42:09 +02:00
"block.prettypipes.crafting_terminal": "Crafting Terminal",
2020-10-13 18:11:40 +02:00
"block.prettypipes.pressurizer": "Pipe Pressurizer",
2020-04-14 01:38:48 +02:00
"itemGroup.prettypipes": "Pretty Pipes",
2020-04-16 04:42:42 +02:00
"container.prettypipes.pipe": "Pipe",
2020-05-07 21:10:29 +02:00
"container.prettypipes.item_terminal": "Item Terminal",
2020-05-09 15:42:09 +02:00
"container.prettypipes.crafting_terminal": "Crafting Terminal",
2020-10-13 18:11:40 +02:00
"container.prettypipes.pressurizer": "Pipe Pressurizer",
2020-04-16 04:42:42 +02:00
"info.prettypipes.whitelist": "Allowed",
2020-04-16 15:45:11 +02:00
"info.prettypipes.blacklist": "Disallowed",
2020-04-16 22:25:58 +02:00
"info.prettypipes.shift": "Hold Shift for info",
"info.prettypipes.populate": "Populate",
2020-04-18 22:30:14 +02:00
"info.prettypipes.populate.description": "Filters items from adjacent inventories",
"info.prettypipes.max_stack_size": "Maximum item amount",
"info.prettypipes.limit_to_max_on": "Limit to one stack",
2020-05-07 21:10:29 +02:00
"info.prettypipes.limit_to_max_off": "Don't limit to one stack",
"info.prettypipes.request": "Request",
"info.prettypipes.not_found": "%s not found",
2020-05-07 23:06:35 +02:00
"info.prettypipes.sending": "Sending %s %s",
2020-05-09 13:40:46 +02:00
"info.prettypipes.sending_ingredients": "Sending %s sets of ingredients",
2020-05-07 23:06:35 +02:00
"info.prettypipes.order": "Order by %s",
"info.prettypipes.order.amount": "Amount",
"info.prettypipes.order.name": "Name",
"info.prettypipes.order.mod": "Mod",
"info.prettypipes.ascending": "Ascending",
2020-05-08 21:19:32 +02:00
"info.prettypipes.descending": "Descending",
"info.prettypipes.sync_jei.on": "Sync JEI Search",
2020-10-13 18:11:40 +02:00
"info.prettypipes.sync_jei.off": "Don't Sync JEI Search",
"info.prettypipes.energy": "%s / %s FE",
2020-11-16 23:18:51 +01:00
"info.prettypipes.crafting": "Awaiting",
"info.prettypipes.cancel_all": "Cancel",
"info.prettypipes.cancel_all.desc": "Stops waiting for current crafting outputs\nDoesn't remove inputs from blocks",
"info.prettypipes.no_pipe_connected": "The terminal needs to be connected to a pipe network",
"info.prettypipes.too_many_pipes_connected": "The terminal can only be connected to a single pipe at a time"
2020-04-13 22:54:18 +02:00
}