From 6e2c54e3294c640096d71c924637a393e2296a91 Mon Sep 17 00:00:00 2001 From: Raoul Date: Fri, 1 Nov 2024 15:21:55 +0100 Subject: [PATCH] chore: update translation Chinese Simplified from crowdin --- .../assets/refinedstorage/lang/zh_cn.json | 57 ++++++++++++++----- 1 file changed, 44 insertions(+), 13 deletions(-) diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json index 11071c7f0..6efadea21 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_cn.json @@ -38,6 +38,7 @@ "block.refinedstorage.relay": "中继器", "block.refinedstorage.disk_interface": "磁盘接口", "block.refinedstorage.autocrafter": "自动合成仓", + "block.refinedstorage.autocrafter_manager": "Autocrafter Manager", "gui.refinedstorage.controller.redstone_mode_help": "当此设备处于非激活状态时,存储网络将无法将此设备用作能源来源。", "gui.refinedstorage.disk_drive.disks": "磁盘", "gui.refinedstorage.storage.redstone_mode_help": "当此设备处于非激活状态时,其中的存储空间将无法从存储网络内访问。", @@ -126,7 +127,7 @@ "gui.refinedstorage.scheduling_mode.random.help": "使用随机过滤器。", "gui.refinedstorage.priority": "优先级", "gui.refinedstorage.priority.storage_help": "存储网络存入或提取资源的顺序,从高到低。", - "gui.refinedstorage.priority.crafter_help": "如果一个资源存在多个样板,合成任务将按照这些样板的装配室优先级进行合成。", + "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.", "gui.refinedstorage.configure_amount": "配置数量", "gui.refinedstorage.configure_amount.reset": "重置", "gui.refinedstorage.configure_amount.set": "设定", @@ -171,17 +172,17 @@ "gui.refinedstorage.security_manager.redstone_mode_help": "当此设备处于未激活状态时,将不能保护网络。", "gui.refinedstorage.security_manager.fallback_security_card_slot_hint": "后备安全卡卡槽", "gui.refinedstorage.security_manager.no_fallback_security_card_consequence": "在此槽位加入后备权限卡来设置没有单独使用权限卡配置的玩家的权限。默认情况下所有操作均被阻止。", - "gui.refinedstorage.relay.filter_help": "Resources and patterns which should be exposed from the input network to the output network if the Relay isn't in pass-through mode.", + "gui.refinedstorage.relay.filter_help": "如果中继器未处于直通模式,则应从输入网络向输出网络公开样板和资源。", "gui.refinedstorage.relay.pass_through": "传递", "gui.refinedstorage.relay.pass_through.help": "此设备是否应按原样通过整个输入网络信号。关闭此选项可有选择地将元件暴露于输出网络。", "gui.refinedstorage.relay.pass_energy": "能量传递", "gui.refinedstorage.relay.pass_energy.help": "此器件是否应将能量缓冲器从输入网络传递到输出网络。", "gui.refinedstorage.relay.pass_storage": "存储传递", "gui.refinedstorage.relay.pass_storage.help": "此设备是否应将存储从输入网络传递到输出网络。", - "gui.refinedstorage.relay.pass_security": "通过安全检验", + "gui.refinedstorage.relay.pass_security": "传递安保权限", "gui.refinedstorage.relay.pass_security.help": "此设备是否应将安全设置从输入网络传递到输出网络。", - "gui.refinedstorage.relay.pass_autocrafting": "Pass autocrafting", - "gui.refinedstorage.relay.pass_autocrafting.help": "Whether this device should pass the autocrafting patterns from the input network to the output network.", + "gui.refinedstorage.relay.pass_autocrafting": "传递自动合成", + "gui.refinedstorage.relay.pass_autocrafting.help": "此设备是否应将自动合成样板从输入网络传递到输出网络。", "gui.refinedstorage.relay.filter_mode.allow.help": "仅将在筛选器中配置的资源从输入网络公开到输出网络。", "gui.refinedstorage.relay.filter_mode.block.help": "不要将输入网络中的资源公开给在筛选器中配置的输出网络。", "gui.refinedstorage.disk_interface.filter_mode.allow.help": "仅允许资源进入在筛选器中配置的存储磁盘或网络", @@ -202,11 +203,13 @@ "gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "直到本次合成完成后再进行下一次合成", "gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "收到高红石信号才进行合成", "gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "收到低红石信号才进行合成", + "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager": "Visible to the Autocrafter Manager", + "gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager.help": "If this is enabled, you will be able to manage this autocrafter in the Autocrafter Manager.", "gui.refinedstorage.autocrafter.edit_name": "编辑", - "gui.refinedstorage.autocrafter.chained": "Chained", - "gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.", - "gui.refinedstorage.autocrafter.chained.head_help": "This autocrafter is the head of the chain.", - "gui.refinedstorage.autocrafter.not_chained": "Not chained", + "gui.refinedstorage.autocrafter.chained": "已连接", + "gui.refinedstorage.autocrafter.chained.help": "该自动合成仓是连接的一部分", + "gui.refinedstorage.autocrafter.chained.head_help": "该自动合成仓位于连接的顶部", + "gui.refinedstorage.autocrafter.not_chained": "未连接", "gui.refinedstorage.autocrafter.not_chained.help": "如果另一个自动合成仓面向当前合成仓,他们会形成一个链状结构,从而让一个机器可以拥有更多的样板。", "gui.refinedstorage.autocrafting_preview.title": "自动合成", "gui.refinedstorage.autocrafting_preview.start": "开始", @@ -215,6 +218,22 @@ "gui.refinedstorage.autocrafting_preview.available": "可用: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "合成数量:%s", "gui.refinedstorage.autocrafting_preview.missing": "缺少:%s", + "gui.refinedstorage.autocrafter_manager.search_mode": "Search mode", + "gui.refinedstorage.autocrafter_manager.search_mode.all": "All", + "gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.", + "gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs": "Pattern inputs", + "gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs.help": "Search in pattern inputs.", + "gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs": "Pattern outputs", + "gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs.help": "Search in pattern outputs.", + "gui.refinedstorage.autocrafter_manager.search_mode.autocrafter_names": "Autocrafter names", + "gui.refinedstorage.autocrafter_manager.search_mode.autocrafter_names.help": "Search in autocrafter names.", + "gui.refinedstorage.autocrafter_manager.view_type": "View type", + "gui.refinedstorage.autocrafter_manager.view_type.visible": "Visible", + "gui.refinedstorage.autocrafter_manager.view_type.visible.help": "Show all autocrafters that are visible to the Autocrafter Manager.", + "gui.refinedstorage.autocrafter_manager.view_type.not_full": "Not full", + "gui.refinedstorage.autocrafter_manager.view_type.not_full.help": "Show all autocrafters that are not full yet.", + "gui.refinedstorage.autocrafter_manager.view_type.all": "All", + "gui.refinedstorage.autocrafter_manager.view_type.all.help": "Show all autocrafters.", "item.refinedstorage.controller.help": "为存储网络提供能量。一个存储网络中允许包含多个。", "item.refinedstorage.creative_controller.help": "为存储网络提供无限能源。", "item.refinedstorage.disk_drive.help": "接受存储磁盘,为存储网络提供存储空间。", @@ -230,7 +249,7 @@ "item.refinedstorage.constructor.help": "从存储网络中的方块放置方块到世界中。", "item.refinedstorage.destructor.help": "从世界中销毁方块并将其放入存储网络。", "item.refinedstorage.relay.help": "打开或关闭存储网络的整个部分,并创建网络的新分支。", - "item.refinedstorage.autocrafter.help": "Accepts patterns to store autocraftable resources.", + "item.refinedstorage.autocrafter.help": "接受样板来存储可自动合成的资源。", "item.refinedstorage.quartz_enriched_iron": "富石英铁", "item.refinedstorage.quartz_enriched_copper": "富石英铜", "item.refinedstorage.processor_binding": "处理器绑定", @@ -327,6 +346,7 @@ "item.refinedstorage.pattern": "样板", "item.refinedstorage.pattern.fuzzy_mode": "模糊匹配模式", "item.refinedstorage.pattern.help": "在合成仓中用于存储要制作的配方。蹲下时使用以清除。", + "item.refinedstorage.autocrafter_manager.help": "Allows managing all your autocrafters from a single interface.", "misc.refinedstorage.stored": "存储:%s", "misc.refinedstorage.stored_with_capacity": "存储:%s / %s (%d%%)", "misc.refinedstorage.total": "总数:%d", @@ -396,7 +416,8 @@ "tag.item.refinedstorage.storage_disks": "存储磁盘", "tag.item.refinedstorage.wireless_transmitters": "无线发射器", "tag.item.refinedstorage.disk_interfaces": "磁盘接口", - "tag.item.refinedstorage.crafters": "合成仓", + "tag.item.refinedstorage.autocrafters": "自动合成仓", + "tag.item.refinedstorage.autocrafter_managers": "Autocrafter Managers", "text.autoconfig.refinedstorage.title": "精致存储配置", "refinedstorage.configuration.title": "精致存储配置", "refinedstorage.configuration.section.refinedstorage.common.toml": "精致存储配置", @@ -596,7 +617,15 @@ "text.autoconfig.refinedstorage.option.autocrafter.energyUsage": "耗能", "text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "自动合成仓耗能", "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "每个样板的耗能", - "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.", + "text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "每个样板所需的额外能量", + "text.autoconfig.refinedstorage.option.autocrafterManager": "Autocrafter Manager", + "text.autoconfig.refinedstorage.option.autocrafterManager.tooltip": "Configuration for the Autocrafter Manager.", + "text.autoconfig.refinedstorage.option.autocrafterManager.energyUsage": "Energy usage", + "text.autoconfig.refinedstorage.option.autocrafterManager.energyUsage.tooltip": "The energy used by the Autocrafter Manager.", + "text.autoconfig.refinedstorage.option.autocrafterManager.searchMode": "Search mode", + "text.autoconfig.refinedstorage.option.autocrafterManager.searchMode.tooltip": "The search mode.", + "text.autoconfig.refinedstorage.option.autocrafterManager.viewType": "View type", + "text.autoconfig.refinedstorage.option.autocrafterManager.viewType.tooltip": "The view type.", "advancements.refinedstorage.root.description": "在网络中使用一个或多个控制器为其提供能量", "advancements.refinedstorage.connecting": "连接", "advancements.refinedstorage.connecting.description": "使用电缆将设备连接在一起,或放置时使设备贴在一起", @@ -641,5 +670,7 @@ "advancements.refinedstorage.conditional_connecting": "条件连接", "advancements.refinedstorage.conditional_connecting.description": "打开或关闭存储网络的整个部分,并使用中继创建网络的新分支", "advancements.refinedstorage.autocrafting": "自动合成", - "advancements.refinedstorage.autocrafting.description": "使用自动合成仓和样板终端制作的样板进行自动合成" + "advancements.refinedstorage.autocrafting.description": "使用自动合成仓和样板终端制作的样板进行自动合成", + "advancements.refinedstorage.managing_patterns": "Managing patterns", + "advancements.refinedstorage.managing_patterns.description": "Craft an Autocrafter Manager to manage your patterns in a centralized interface" }