Skip to content

Commit

Permalink
chore: update translation Korean from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Apr 4, 2024
1 parent cd0f25a commit a77dc76
Showing 1 changed file with 59 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"itemGroup.refinedstorage2.general": "Refined Storage 2",
"mod.refinedstorage2": "Refined Storage 2",
"block.refinedstorage2.cable": "Cable",
"block.refinedstorage2.quartz_enriched_iron_block": "Block of Quartz Enriched Iron",
"block.refinedstorage2.disk_drive": "Disk Drive",
Expand Down Expand Up @@ -32,6 +32,8 @@
"block.refinedstorage2.network_transmitter": "Network Transmitter",
"block.refinedstorage2.portable_grid": "Portable Grid",
"block.refinedstorage2.creative_portable_grid": "Creative Portable Grid",
"block.refinedstorage2.security_manager": "Security Manager",
"block.refinedstorage2.security_manager.help": "When this device is active, will protect the network by default and block all operations. Start adding Security Cards to permit or deny specific operations for a player.",
"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.",
Expand All @@ -47,12 +49,6 @@
"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",
Expand All @@ -65,12 +61,18 @@
"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.synchronizer.rei.two_way.help": "Sync the search box text to the REI filter, and the REI 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.screen_size": "Screen size",
"gui.refinedstorage2.screen_size.stretch": "Stretch",
"gui.refinedstorage2.screen_size.small": "Small",
"gui.refinedstorage2.screen_size.medium": "Medium",
"gui.refinedstorage2.screen_size.large": "Large",
"gui.refinedstorage2.screen_size.extra_large": "Extra large",
"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",
Expand Down Expand Up @@ -142,6 +144,11 @@
"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",
"gui.refinedstorage2.security_card.permission.reset": "Reset",
"gui.refinedstorage2.security_card.permission.modified": "Modified",
"gui.refinedstorage2.security_manager.redstone_mode_help": "When this device is inactive, the network will not be protected.",
"gui.refinedstorage2.security_manager.fallback_security_card_slot_hint": "Slot for a Fallback Security Card.",
"gui.refinedstorage2.security_manager.no_fallback_security_card_consequence": "Add a Fallback Security Card to this slot to set permissions for every player without a Security Card. By default, all actions are denied.",
"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.",
Expand Down Expand Up @@ -219,6 +226,14 @@
"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.",
"item.refinedstorage2.security_card": "Security Card",
"item.refinedstorage2.security_card.cleared_configuration": "Cleared configuration.",
"item.refinedstorage2.security_card.unbound": "Unbound.",
"item.refinedstorage2.security_card.unbound.help": "Right click to configure and bind to the current player.",
"item.refinedstorage2.security_card.bound": "Bound to %s.",
"item.refinedstorage2.security_card.bound.help": "Right click to configure. Use while crouching to clear configuration and binding.",
"item.refinedstorage2.fallback_security_card": "Fallback Security Card",
"item.refinedstorage2.fallback_security_card.help": "Acts as a fallback if no matching Security Card for a player is found. Right click to configure. Use while crouching to clear configuration.",
"misc.refinedstorage2.stored": "Stored: %s",
"misc.refinedstorage2.stored_with_capacity": "Stored: %s / %s (%d%%)",
"misc.refinedstorage2.total": "%d total",
Expand All @@ -238,29 +253,48 @@
"misc.refinedstorage2.resource_type.item": "Item",
"misc.refinedstorage2.resource_type.fluid": "Fluid",
"misc.refinedstorage2.press_shift_for_help": "Press SHIFT for help",
"misc.refinedstorage2.no_permission": "No permission",
"misc.refinedstorage2.no_permission.open": "You are not allowed to open the %s.",
"misc.refinedstorage2.no_permission.insert": "You are not allowed to insert.",
"misc.refinedstorage2.no_permission.extract": "You are not allowed to extract.",
"misc.refinedstorage2.no_permission.build.place": "You are not allowed to place a %s here.",
"misc.refinedstorage2.no_permission.build.break": "You are not allowed to break the %s.",
"misc.refinedstorage2.no_permission.build.rotate": "You are not allowed to rotate the %s.",
"misc.refinedstorage2.no_permission.build.dismantle": "You are not allowed to dismantle the %s.",
"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",
"permission.refinedstorage2.insert": "Insert",
"permission.refinedstorage2.insert.description": "Whether the player can insert resources in a network.",
"permission.refinedstorage2.extract": "Extract",
"permission.refinedstorage2.extract.description": "Whether the player can extract resources from a network.",
"permission.refinedstorage2.autocrafting": "Autocrafting",
"permission.refinedstorage2.autocrafting.description": "Whether the player can start, cancel or view an autocrafting task.",
"permission.refinedstorage2.open": "Open",
"permission.refinedstorage2.open.description": "Whether the player can open network device GUIs.",
"permission.refinedstorage2.build": "Build",
"permission.refinedstorage2.build.description": "Whether the player can add or remove network devices.",
"permission.refinedstorage2.security": "Security",
"permission.refinedstorage2.security.description": "Whether the player can manage the security options for a network.",
"text.autoconfig.refinedstorage2.title": "Refined Storage 2",
"text.autoconfig.refinedstorage2.option.smoothScrolling": "Smooth scrolling",
"text.autoconfig.refinedstorage2.option.screenSize": "Screen size",
"text.autoconfig.refinedstorage2.option.maxRowsStretch": "Maximum amount of rows when screen size is stretched",
"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",
Expand Down Expand Up @@ -327,7 +361,13 @@
"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",
"text.autoconfig.refinedstorage2.option.securityCard": "Security Card",
"text.autoconfig.refinedstorage2.option.securityCard.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.fallbackSecurityCard": "Fallback Security Card",
"text.autoconfig.refinedstorage2.option.fallbackSecurityCard.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.securityManager": "Security Manager",
"text.autoconfig.refinedstorage2.option.securityManager.energyUsage": "Energy usage",
"advancements.refinedstorage2.root.description": "Use one or multiple Controllers in a storage 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",
Expand All @@ -351,17 +391,19 @@
"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.detecting.description": "Use redstone to check resources stored in the storage 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.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.no_cables_required.description": "Add extra components to your storage network without using cables by using a Network Transmitter, Network Receiver and Network Card",
"advancements.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"
"advancements.refinedstorage2.portable_storage.description": "Craft a Portable Grid to access the content of disks without requiring a storage network",
"advancements.refinedstorage2.security": "Security",
"advancements.refinedstorage2.security.description": "Secure your storage network with a Security Manager and a Security Card"
}

0 comments on commit a77dc76

Please sign in to comment.