diff --git a/CHANGELOG.md b/CHANGELOG.md index 512faf781..82d323452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Ported to Minecraft 1.20.4. - Custom disk models. Fluid disks now have a different model. - Portable Grid +- Chinese translation by [@Jiangsubei](https://github.com/Jiangsubei). ### Changed 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 new file mode 100644 index 000000000..80ba42bdc --- /dev/null +++ b/refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/zh_cn.json @@ -0,0 +1,354 @@ +{ + "itemGroup.refinedstorage2.general": "精致存储 2", + "block.refinedstorage2.cable": "线缆", + "block.refinedstorage2.quartz_enriched_iron_block": "含石英铁", + "block.refinedstorage2.disk_drive": "磁盘驱动器", + "block.refinedstorage2.machine_casing": "机壳", + "block.refinedstorage2.grid": "终端", + "block.refinedstorage2.crafting_grid": "合成终端", + "block.refinedstorage2.controller": "控制器", + "block.refinedstorage2.controller.rei_fully_charged": "充满电的控制器", + "block.refinedstorage2.creative_controller": "创造控制器", + "block.refinedstorage2.1k_storage_block": "1K 存储方块", + "block.refinedstorage2.4k_storage_block": "4K 存储方块", + "block.refinedstorage2.16k_storage_block": "16K 存储方块", + "block.refinedstorage2.64k_storage_block": "64K 存储方块", + "block.refinedstorage2.creative_storage_block": "创造存储方块", + "block.refinedstorage2.64b_fluid_storage_block": "64B 流体存储方块", + "block.refinedstorage2.256b_fluid_storage_block": "256B 流体存储方块", + "block.refinedstorage2.1024b_fluid_storage_block": "1024B 流体存储方块", + "block.refinedstorage2.4096b_fluid_storage_block": "4096B 流体存储方块", + "block.refinedstorage2.creative_fluid_storage_block": "创造流体存储方块", + "block.refinedstorage2.importer": "输入总线", + "block.refinedstorage2.exporter": "输出总线", + "block.refinedstorage2.interface": "物品传输接口", + "block.refinedstorage2.external_storage": "外部存储总线", + "block.refinedstorage2.detector": "网络物品检测器", + "block.refinedstorage2.constructor": "成型面板", + "block.refinedstorage2.destructor": "破坏面板", + "block.refinedstorage2.wireless_transmitter": "无线访问点", + "block.refinedstorage2.storage_monitor": "存储监控器", + "block.refinedstorage2.network_receiver": "网络接收器", + "block.refinedstorage2.network_transmitter": "网络变送器", + "gui.refinedstorage2.controller.redstone_mode_help": "当此设备处于非活动状态时,存储网络将无法将此设备用作能源来源。", + "gui.refinedstorage2.disk_drive.disks": "磁盘", + "gui.refinedstorage2.storage.redstone_mode_help": "当此设备处于非活动状态时,存储在其中的存储空间将无法从存储网络内访问。", + "gui.refinedstorage2.storage.filter_help": "这些资源可能会或可能不会被允许存储,具体取决于设备是否处于允许列表或阻止列表模式。", + "gui.refinedstorage2.storage.filter_mode.empty_warning": "在没有配置任何过滤器的情况下,此存储将不接受任何资源。", + "gui.refinedstorage2.storage.filter_mode.allow.help": "只允许经过过滤器配置的资源进入此存储。", + "gui.refinedstorage2.storage.filter_mode.block.help": "禁止经过过滤器配置的资源进入此存储。", + "gui.refinedstorage2.grid.sorting.direction": "排序方式", + "gui.refinedstorage2.grid.sorting.direction.ascending": "升序", + "gui.refinedstorage2.grid.sorting.direction.descending": "降序", + "gui.refinedstorage2.grid.sorting.type": "排序按照", + "gui.refinedstorage2.grid.sorting.type.quantity": "数量", + "gui.refinedstorage2.grid.sorting.type.name": "名字", + "gui.refinedstorage2.grid.sorting.type.id": "ID", + "gui.refinedstorage2.grid.sorting.type.last_modified": "最后修改时间", + "gui.refinedstorage2.grid.size": "大小", + "gui.refinedstorage2.grid.size.stretch": "自适应", + "gui.refinedstorage2.grid.size.small": "小", + "gui.refinedstorage2.grid.size.medium": "中", + "gui.refinedstorage2.grid.size.large": "大", + "gui.refinedstorage2.grid.size.extra_large": "特大", + "gui.refinedstorage2.grid.auto_selected": "自动选取", + "gui.refinedstorage2.grid.auto_selected.help": "在打开终端时是否自动选择搜索框。", + "gui.refinedstorage2.grid.synchronizer": "同步模式", + "gui.refinedstorage2.grid.synchronizer.off": "关闭", + "gui.refinedstorage2.grid.synchronizer.off.help": "不同步搜索框文本。", + "gui.refinedstorage2.grid.synchronizer.jei": "JEI", + "gui.refinedstorage2.grid.synchronizer.jei.help": "将搜索框文本同步到 JEI 过滤器。", + "gui.refinedstorage2.grid.synchronizer.jei.two_way": "JEI 双向", + "gui.refinedstorage2.grid.synchronizer.jei.two_way.help": "将搜索框文本同步到 JEI 过滤器,并将 JEI 过滤器同步到搜索框文本。", + "gui.refinedstorage2.grid.synchronizer.rei": "REI", + "gui.refinedstorage2.grid.synchronizer.rei.help": "将搜索框文本同步到 REI 过滤器。", + "gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI 双向", + "gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "将搜索框文本同步到 JEI 过滤器,并将 JEI 过滤器同步到搜索框文本。", + "gui.refinedstorage2.grid.storage_channel_type": "存储通道", + "gui.refinedstorage2.grid.storage_channel_type.all": "全部", + "gui.refinedstorage2.grid.storage_channel_type.help": "从特定的存储通道中过滤资源。", + "gui.refinedstorage2.crafting_grid.move.network": "将物品移动到网络。", + "gui.refinedstorage2.crafting_grid.move.inventory": "将物品移动到物品栏。", + "gui.refinedstorage2.detector.mode": "模式", + "gui.refinedstorage2.detector.mode.under": "物品数量小于输入数量时输出信号。", + "gui.refinedstorage2.detector.mode.equal": "物品数量等于输入数量时输出信号。", + "gui.refinedstorage2.detector.mode.above": "物品数量大于于输入数量时输出信号。", + "gui.refinedstorage2.detector.filter_help": "应该在存储网络中检测的资源。", + "gui.refinedstorage2.destructor.pickup_items": "拾取物品而不是破坏。", + "gui.refinedstorage2.destructor.filter_help": "这些方块可能会或可能不会被破坏,具体取决于设备是否处于允许列表或阻止列表模式。", + "gui.refinedstorage2.destructor.filter_mode.allow.help": "只允许经过过滤器配置的方块进入存储网络。", + "gui.refinedstorage2.destructor.filter_mode.block.help": "禁止经过过滤器配置的方块进入存储网络。", + "gui.refinedstorage2.constructor.drop_items": "放置方块而不是掉落物品。", + "gui.refinedstorage2.constructor.filter_help": "应该从存储网络中放置的资源。", + "gui.refinedstorage2.interface.filter_help": "应该从存储网络导出的资源。", + "gui.refinedstorage2.exporter.filter_help": "应该从存储网络导出的资源。", + "gui.refinedstorage2.importer.filter_help": "可能从目标物品栏导入的资源。", + "gui.refinedstorage2.importer.filter_mode.allow.help": "只允许经过过滤器配置的资源进入存储网络。", + "gui.refinedstorage2.importer.filter_mode.block.help": "禁止经过过滤器配置的资源进入存储网络。", + "gui.refinedstorage2.wireless_transmitter.distance": "%d 方块", + "gui.refinedstorage2.storage_monitor.filter_help": "要显示的资源。", + "gui.refinedstorage2.redstone_mode": "红石模式", + "gui.refinedstorage2.redstone_mode.ignore": "忽略红石信号", + "gui.refinedstorage2.redstone_mode.ignore.help": "此设备将始终处于活动状态,不受红石信号影响。", + "gui.refinedstorage2.redstone_mode.high": "有红石信号时工作", + "gui.refinedstorage2.redstone_mode.high.help": "此设备仅在有红石信号时才会处于活动状态。", + "gui.refinedstorage2.redstone_mode.low": "无红石信号时工作", + "gui.refinedstorage2.redstone_mode.low.help": "此设备仅在没有红石信号时才会处于活动状态。", + "gui.refinedstorage2.scheduling_mode": "调度模式", + "gui.refinedstorage2.scheduling_mode.default": "默认", + "gui.refinedstorage2.scheduling_mode.default.help": "使用第一个可用的过滤器。", + "gui.refinedstorage2.scheduling_mode.round_robin": "循环", + "gui.refinedstorage2.scheduling_mode.round_robin.help": "依次使用每个过滤器。", + "gui.refinedstorage2.scheduling_mode.random": "随机", + "gui.refinedstorage2.scheduling_mode.random.help": "使用随机过滤器。", + "gui.refinedstorage2.priority": "优先级", + "gui.refinedstorage2.priority.storage_help": "存储网络存入或提取资源的顺序,从高到低。", + "gui.refinedstorage2.amount": "物品数量", + "gui.refinedstorage2.amount.reset": "重置", + "gui.refinedstorage2.amount.set": "设置", + "gui.refinedstorage2.filter_mode": "过滤模式", + "gui.refinedstorage2.filter_mode.allow": "白名单", + "gui.refinedstorage2.filter_mode.block": "黑名单", + "gui.refinedstorage2.fuzzy_mode": "模糊模式", + "gui.refinedstorage2.fuzzy_mode.on": "开启", + "gui.refinedstorage2.fuzzy_mode.on.storage_help": "精确匹配白名单或黑名单的过滤器。", + "gui.refinedstorage2.fuzzy_mode.on.generic_help": "精确匹配过滤器。", + "gui.refinedstorage2.fuzzy_mode.on.extracting_storage_network_help": "从存储网络提取时精确匹配过滤器。", + "gui.refinedstorage2.fuzzy_mode.on.extracting_source_help": "从源提取时精确匹配过滤器。", + "gui.refinedstorage2.fuzzy_mode.off": "关闭", + "gui.refinedstorage2.fuzzy_mode.off.storage_help": "在白名单或黑名单的过滤器中匹配时不比较NBT标签。", + "gui.refinedstorage2.fuzzy_mode.off.generic_help": "在匹配过滤器时不比较NBT标签。", + "gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "从存储网络提取时,在过滤器中匹配时不比较NBT标签。", + "gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "从源提取时,在过滤器中匹配时不比较NBT标签。", + "gui.refinedstorage2.access_mode": "访问模式", + "gui.refinedstorage2.access_mode.insert_extract": "插入和提取", + "gui.refinedstorage2.access_mode.insert_extract.help": "存储网络可以插入或从此存储中提取。", + "gui.refinedstorage2.access_mode.insert": "仅插入", + "gui.refinedstorage2.access_mode.insert.help": "存储网络只能插入此存储。包含的资源仍然可在终端中看到。", + "gui.refinedstorage2.access_mode.extract": "仅提取", + "gui.refinedstorage2.access_mode.extract.help": "存储网络只能从此存储中提取。", + "gui.refinedstorage2.upgrade_slot": "空升级槽", + "gui.refinedstorage2.filter_slot.empty_filter": "空过滤器", + "gui.refinedstorage2.filter_slot.left_click_for": "左键点击", + "gui.refinedstorage2.filter_slot.right_click_for": "右键点击", + "gui.refinedstorage2.filter_slot.click_to_clear": "点击清除", + "gui.refinedstorage2.regulator_upgrade.filter_help": "目标中应调节的资源。", + "gui.refinedstorage2.network_transmitter.status.inactive": "未激活", + "gui.refinedstorage2.network_transmitter.status.missing_network_card": "缺少网络卡", + "gui.refinedstorage2.network_transmitter.status.transmitting": "传输中:%d个方块", + "gui.refinedstorage2.network_transmitter.status.receiver_unreachable": "无法访问", + "item.refinedstorage2.controller.help": "为存储网络提供能量。一个存储网络中允许多个。", + "item.refinedstorage2.creative_controller.help": "为存储网络提供无限能源。", + "item.refinedstorage2.disk_drive.help": "接受存储磁盘,为存储网络提供存储空间。", + "item.refinedstorage2.grid.help": "允许与存储网络交互。", + "item.refinedstorage2.crafting_grid.help": "允许与存储网络交互,并具有制作能力。", + "item.refinedstorage2.importer.help": "从外部源导入资源到存储网络。", + "item.refinedstorage2.exporter.help": "从存储网络将资源导出到外部目标。", + "item.refinedstorage2.interface.help": "充当导入器和导出器的组合。", + "item.refinedstorage2.external_storage.help": "为存储网络提供来自外部源的存储。", + "item.refinedstorage2.detector.help": "如果存储网络包含等于、大于或小于给定数量的资源,则发出红石信号。", + "item.refinedstorage2.constructor.help": "从存储网络中放置方块到世界中。", + "item.refinedstorage2.destructor.help": "从世界中销毁方块并将其放入存储网络。", + "item.refinedstorage2.quartz_enriched_iron": "浸石英铁", + "item.refinedstorage2.processor_binding": "处理器绑定", + "item.refinedstorage2.silicon": "硅", + "item.refinedstorage2.raw_basic_processor": "原始基础处理器", + "item.refinedstorage2.raw_improved_processor": "原始改进处理器", + "item.refinedstorage2.raw_advanced_processor": "原始高级处理器", + "item.refinedstorage2.basic_processor": "基础处理器", + "item.refinedstorage2.improved_processor": "改进处理器", + "item.refinedstorage2.advanced_processor": "高级处理器", + "item.refinedstorage2.1k_storage_part": "1K 存储元件", + "item.refinedstorage2.4k_storage_part": "4K 存储元件", + "item.refinedstorage2.16k_storage_part": "16K 存储元件", + "item.refinedstorage2.64k_storage_part": "64K 存储元件", + "item.refinedstorage2.1k_storage_disk": "1K 存储磁盘", + "item.refinedstorage2.4k_storage_disk": "4K 存储磁盘", + "item.refinedstorage2.16k_storage_disk": "16K 存储磁盘", + "item.refinedstorage2.64k_storage_disk": "64K 存储磁盘", + "item.refinedstorage2.creative_storage_disk": "创造存储磁盘", + "item.refinedstorage2.64b_fluid_storage_part": "64B 流体存储原件", + "item.refinedstorage2.256b_fluid_storage_part": "256B 流体存储原件", + "item.refinedstorage2.1024b_fluid_storage_part": "1024B 流体存储原件", + "item.refinedstorage2.4096b_fluid_storage_part": "4096B 流体存储原件", + "item.refinedstorage2.64b_fluid_storage_disk": "64B 流体存储磁盘", + "item.refinedstorage2.256b_fluid_storage_disk": "256B 流体存储磁盘", + "item.refinedstorage2.1024b_fluid_storage_disk": "1024B 流体存储磁盘", + "item.refinedstorage2.4096b_fluid_storage_disk": "4096B 流体存储磁盘", + "item.refinedstorage2.creative_fluid_storage_disk": "创造流体存储磁盘", + "item.refinedstorage2.storage_housing": "存储模块", + "item.refinedstorage2.construction_core": "建造核心", + "item.refinedstorage2.destruction_core": "摧毁核心", + "item.refinedstorage2.wrench": "扳手", + "item.refinedstorage2.wrench.helper": "用于旋转方块,或按住SHIFT并使用以拆解精炼存储方块。", + "item.refinedstorage2.upgrade": "升级", + "item.refinedstorage2.speed_upgrade": "速度升级", + "item.refinedstorage2.stack_upgrade": "堆叠升级", + "item.refinedstorage2.silk_touch_upgrade": "精准采集升级", + "item.refinedstorage2.fortune_upgrade.1": "时运 I 升级", + "item.refinedstorage2.fortune_upgrade.2": "时运 II 升级", + "item.refinedstorage2.fortune_upgrade.3": "时运 III 升级", + "item.refinedstorage2.regulator_upgrade": "调节器升级", + "item.refinedstorage2.regulator_upgrade.help": "在导出器中,仅在目标中的数量少于升级中配置的数量时导出。在导入器中,仅在目标中的数量大于升级中配置的数量时导入。使用物品进行配置。", + "item.refinedstorage2.range_upgrade": "范围升级", + "item.refinedstorage2.creative_range_upgrade": "创造范围升级", + "item.refinedstorage2.wireless_grid": "无线终端", + "item.refinedstorage2.creative_wireless_grid": "创造无线终端", + "item.refinedstorage2.wireless_transmitter.help": "为诸如无线终端之类的物品提供无线网络访问。一个区域内允许多个以扩大覆盖范围。", + "item.refinedstorage2.network_item.unbound": "未绑定。", + "item.refinedstorage2.network_item.unbound.help": "用于任何存储网络设备进行绑定。", + "item.refinedstorage2.network_item.bound_to": "绑定到 %d, %d, %d。", + "item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "你的库存中存在多个 %s,无法使用快捷方式打开。", + "item.refinedstorage2.network_item.cannot_open_because_not_found": "你的库存中没有任何 %s。", + "item.refinedstorage2.configuration_card": "配置卡", + "item.refinedstorage2.configuration_card.empty": "空。", + "item.refinedstorage2.configuration_card.configured": "包含 %s 的配置。", + "item.refinedstorage2.configuration_card.copied_configuration": "已复制 %s 的配置。", + "item.refinedstorage2.configuration_card.cleared_configuration": "已清除配置。", + "item.refinedstorage2.configuration_card.cannot_apply_configuration": "无法将配置卡应用于不同类型的设备。它配置为 %s。", + "item.refinedstorage2.configuration_card.applied_configuration": "已应用配置。", + "item.refinedstorage2.configuration_card.empty_help": "在蹲下的同时用于存储网络设备,以将其配置和升级复制到卡上。", + "item.refinedstorage2.configuration_card.configured_help": "在蹲下的同时用于目标存储网络设备,以传输配置和升级。蹲下时使用以清除。", + "item.refinedstorage2.network_card": "网络卡", + "item.refinedstorage2.network_card.unbound_help": "在 Network Receiver 上蹲下使用。", + "item.refinedstorage2.network_card.unbound": "未绑定。", + "item.refinedstorage2.network_card.bound_help": "插入到 Network Transmitter 中。在蹲下的同时使用以清除绑定。", + "item.refinedstorage2.network_card.bound": "绑定到 %d, %d, %d 在 %s 中。", + "misc.refinedstorage2.stored": "存储:%s", + "misc.refinedstorage2.stored_with_capacity": "存储:%s / %s (%d%%)", + "misc.refinedstorage2.total": "总数:%d", + "misc.refinedstorage2.last_modified.just_now": "刚刚由 %s 修改", + "misc.refinedstorage2.last_modified.second": "%d 秒前由 %s 修改", + "misc.refinedstorage2.last_modified.seconds": "%d 秒前由 %s 修改", + "misc.refinedstorage2.last_modified.minute": "%d 分钟前由 %s 修改", + "misc.refinedstorage2.last_modified.minutes": "%d 分钟前由 %s 修改", + "misc.refinedstorage2.last_modified.hour": "%d 小时前由 %s 修改", + "misc.refinedstorage2.last_modified.hours": "%d 小时前由 %s 修改", + "misc.refinedstorage2.last_modified.day": "%d 天前由 %s 修改", + "misc.refinedstorage2.last_modified.days": "%d 天前由 %s 修改", + "misc.refinedstorage2.last_modified.week": "%d 周前由 %s 修改", + "misc.refinedstorage2.last_modified.weeks": "%d 周前由 %s 修改", + "misc.refinedstorage2.last_modified.year": "%d 年前由 %s 修改", + "misc.refinedstorage2.last_modified.years": "%d 年前由 %s 修改", + "misc.refinedstorage2.storage_channel_type.item": "物品", + "misc.refinedstorage2.storage_channel_type.fluid": "流体", + "misc.refinedstorage2.press_shift_for_help": "按下 SHIFT 获取帮助", + "key.refinedstorage2.focus_search_bar": "聚焦搜索栏", + "key.refinedstorage2.clear_crafting_grid_matrix_to_network": "清除制作终端矩阵到网络", + "key.refinedstorage2.clear_crafting_grid_matrix_to_inventory": "清除制作终端矩阵到库存", + "key.refinedstorage2.open_wireless_grid": "打开无线终端", + "refinedstorage2.subtitle.wrench": "使用扳手", + "category.refinedstorage2.key_bindings": "精致存储 2", + "curios.identifier.refinedstorage2": "精致存储 2", + "trinkets.slot.refinedstorage2.wireless": "精致存储 2", + "text.autoconfig.refinedstorage2.title": "精致存储 2", + "text.autoconfig.refinedstorage2.option.grid": "终端", + "text.autoconfig.refinedstorage2.option.grid.largeFont": "大字体", + "text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "拉伸时的最大行数", + "text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "按住 SHIFT 时阻止排序", + "text.autoconfig.refinedstorage2.option.grid.detailedTooltip": "详细提示", + "text.autoconfig.refinedstorage2.option.grid.rememberSearchQuery": "记住搜索查询", + "text.autoconfig.refinedstorage2.option.grid.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.grid.smoothScrolling": "平滑滚动", + "text.autoconfig.refinedstorage2.option.grid.autoSelected": "自动选择搜索框", + "text.autoconfig.refinedstorage2.option.grid.synchronizer": "同步器", + "text.autoconfig.refinedstorage2.option.grid.storageChannelType": "存储通道类型", + "text.autoconfig.refinedstorage2.option.grid.sortingDirection": "排序方向", + "text.autoconfig.refinedstorage2.option.grid.sortingType": "排序类型", + "text.autoconfig.refinedstorage2.option.grid.size": "大小", + "text.autoconfig.refinedstorage2.option.craftingGrid": "制作终端", + "text.autoconfig.refinedstorage2.option.craftingGrid.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.craftingGrid.craftingMatrixCloseBehavior": "制作矩阵关闭行为", + "text.autoconfig.refinedstorage2.option.controller": "控制器", + "text.autoconfig.refinedstorage2.option.controller.energyCapacity": "能源容量", + "text.autoconfig.refinedstorage2.option.cable": "电缆", + "text.autoconfig.refinedstorage2.option.cable.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.diskDrive": "磁盘驱动器", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.diskDrive.energyUsagePerDisk": "每个磁盘的能源", + "text.autoconfig.refinedstorage2.option.storageBlock": "存储方块", + "text.autoconfig.refinedstorage2.option.storageBlock.oneKEnergyUsage": "1K 能源", + "text.autoconfig.refinedstorage2.option.storageBlock.fourKEnergyUsage": "4K 能源", + "text.autoconfig.refinedstorage2.option.storageBlock.sixteenKEnergyUsage": "16K 能源", + "text.autoconfig.refinedstorage2.option.storageBlock.sixtyFourKEnergyUsage": "64K 能源", + "text.autoconfig.refinedstorage2.option.storageBlock.creativeEnergyUsage": "创造能源", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock": "流体存储块", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.sixtyFourBEnergyUsage": "64B 能源", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.twoHundredFiftySixBEnergyUsage": "256B 能源", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B 能源", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B 能源", + "text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "创造能源", + "text.autoconfig.refinedstorage2.option.importer": "导入器", + "text.autoconfig.refinedstorage2.option.importer.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.exporter": "导出器", + "text.autoconfig.refinedstorage2.option.exporter.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.detector": "检测器", + "text.autoconfig.refinedstorage2.option.detector.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.constructor": "构造器", + "text.autoconfig.refinedstorage2.option.constructor.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.destructor": "破坏器", + "text.autoconfig.refinedstorage2.option.destructor.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.upgrade": "升级", + "text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "速度升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.stackUpgradeEnergyUsage": "堆叠升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.fortune1UpgradeEnergyUsage": "时运 I 升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.fortune2UpgradeEnergyUsage": "时运 II 升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.fortune3UpgradeEnergyUsage": "时运 III 升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.silkTouchUpgradeEnergyUsage": "精准采集升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.regulatorUpgradeEnergyUsage": "调节器升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeEnergyUsage": "范围升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.creativeRangeUpgradeEnergyUsage": "创造范围升级能源", + "text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "范围升级范围", + "text.autoconfig.refinedstorage2.option.iface": "接口", + "text.autoconfig.refinedstorage2.option.iface.energyUsage": "能源", + "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": "插入能源", + "text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "提取能源", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter": "无线发射器", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "基础范围", + "text.autoconfig.refinedstorage2.option.storageMonitor": "存储监视器", + "text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "能源", + "text.autoconfig.refinedstorage2.option.networkReceiver": "网络接收器", + "text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "能源", + "advancements.refinedstorage2.root.description": "在网络中使用一个或多个控制器为您的网络提供能源", + "advancements.refinedstorage2.connecting": "连接中", + "advancements.refinedstorage2.connecting.description": "使用电缆将设备连接在一起,或将设备放置在一起", + "advancements.refinedstorage2.drives": "驱动器", + "advancements.refinedstorage2.drives.description": "制作一个磁盘驱动器,以便能够存储您的存储磁盘", + "advancements.refinedstorage2.storing_items": "存储物品", + "advancements.refinedstorage2.storing_items.description": "制作一个存储磁盘并将其放入磁盘驱动器中", + "advancements.refinedstorage2.viewing_your_storage": "查看您的存储", + "advancements.refinedstorage2.viewing_your_storage.description": "制作一个网格以与您的存储互动", + "advancements.refinedstorage2.upgrading_your_grid": "升级您的网格", + "advancements.refinedstorage2.upgrading_your_grid.description": "将您的网格升级为制作网格以获得制作能力", + "advancements.refinedstorage2.storing_fluids": "存储流体", + "advancements.refinedstorage2.storing_fluids.description": "制作流体存储磁盘并将其放入磁盘驱动器中", + "advancements.refinedstorage2.importing": "导入中", + "advancements.refinedstorage2.importing.description": "使用导入器将资源带入存储网络", + "advancements.refinedstorage2.exporting": "导出中", + "advancements.refinedstorage2.exporting.description": "使用导出器将资源从存储网络中取出", + "advancements.refinedstorage2.upgrading": "升级中", + "advancements.refinedstorage2.upgrading.description": "制作升级以改进各种设备", + "advancements.refinedstorage2.interface_to_the_world": "与世界的接口", + "advancements.refinedstorage2.interface_to_the_world.description": "使用接口同时导出和导入物品", + "advancements.refinedstorage2.storing_externally": "外部存储", + "advancements.refinedstorage2.storing_externally.description": "使用外部存储从外部方块(如箱子)提供网络存储", + "advancements.refinedstorage2.detecting": "检测中", + "advancements.refinedstorage2.detecting.description": "使用红石检查存储网络中存储的资源", + "advancements.refinedstorage2.construction": "建设中", + "advancements.refinedstorage2.construction.description": "使用构造器将方块从存储网络中放入世界", + "advancements.refinedstorage2.destruction": "破坏中", + "advancements.refinedstorage2.destruction.description": "使用破坏器将世界中的方块放入存储网络", + "advancements.refinedstorage2.wireless": "无线中", + "advancements.refinedstorage2.wireless.description": "使用无线网格无线访问您的资源。", + "advancements.refinedstorage2.better_than_a_barrel": "比桶更好", + "advancements.refinedstorage2.better_than_a_barrel.description": "制作存储监视器以查看、插入或提取存储网络中的资源", + "advancements.refinedstorage2.no_cables_required": "无需电缆", + "advancements.refinedstorage2.no_cables_required.description": "通过使用网络发射器、网络接收器和网络卡,添加额外组件到您的网络而无需使用电缆" +}