Skip to content

Commit

Permalink
chore: update translation Chinese Simplified from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Sep 1, 2024
1 parent 5d6dffc commit 8a60c74
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"gui.refinedstorage.storage.filter_mode.empty_warning": "在没有配置任何过滤器的情况下,此存储将不接受任何资源。",
"gui.refinedstorage.storage.filter_mode.allow.help": "只允许过滤器配置中的资源进入此存储。",
"gui.refinedstorage.storage.filter_mode.block.help": "禁止过滤器配置中的资源进入此存储。",
"gui.refinedstorage.grid.view_type": "View type",
"gui.refinedstorage.grid.view_type.all": "All",
"gui.refinedstorage.grid.view_type.autocraftable": "Autocraftable",
"gui.refinedstorage.grid.view_type.non_autocraftable": "Non-autocraftable",
"gui.refinedstorage.grid.sorting.direction": "排序方式",
"gui.refinedstorage.grid.sorting.direction.ascending": "升序",
"gui.refinedstorage.grid.sorting.direction.descending": "降序",
Expand All @@ -60,9 +64,14 @@
"gui.refinedstorage.grid.synchronization_mode.off.help": "不同步搜索框文本",
"gui.refinedstorage.grid.resource_type": "存储通道",
"gui.refinedstorage.grid.resource_type.all": "全部",
"gui.refinedstorage.grid.resource_type.help": "从特定的存储通道中过滤资源。",
"gui.refinedstorage.grid.craft": "Craft",
"gui.refinedstorage.grid.autocraftable": "This resource is autocraftable",
"gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.",
"gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft",
"gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft",
"gui.refinedstorage.crafting_grid.move.network": "将物品移动到网络。",
"gui.refinedstorage.crafting_grid.move.inventory": "将物品移动到物品栏。",
"gui.refinedstorage.crafting_grid.press_shift_ctrl_to_only_show_items_used_in_crafting": "Press SHIFT + CTRL to only show items used in the recipe.",
"gui.refinedstorage.pattern_grid.create_pattern": "创建样板",
"gui.refinedstorage.pattern_grid.clear": "清空",
"gui.refinedstorage.pattern_grid.fuzzy_mode": "模糊匹配模式",
Expand Down Expand Up @@ -196,7 +205,7 @@
"gui.refinedstorage.crafter.chained.help": "This crafter is part of a chain.",
"gui.refinedstorage.crafter.chained.head_help": "This crafter is the head of the chain.",
"gui.refinedstorage.crafter.not_chained": "Not chained",
"gui.refinedstorage.crafter.not_chained.help": "You can connect multiple crafters together if you have more than 9 patterns to insert into a single target machine.",
"gui.refinedstorage.crafter.not_chained.help": "If another crafter is facing this one, they'll form a chain, allowing you to have more patterns going into a single machine.",
"item.refinedstorage.controller.help": "为存储网络提供能量。一个存储网络中允许包含多个。",
"item.refinedstorage.creative_controller.help": "为存储网络提供无限能源。",
"item.refinedstorage.disk_drive.help": "接受存储磁盘,为存储网络提供存储空间。",
Expand Down Expand Up @@ -411,6 +420,8 @@
"text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "排序方向",
"text.autoconfig.refinedstorage.option.grid.sortingType": "排序类型",
"text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "排序类型",
"text.autoconfig.refinedstorage.option.grid.viewType": "View type",
"text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.",
"text.autoconfig.refinedstorage.option.craftingGrid": "合成终端",
"text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "终端配置",
"text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "耗能",
Expand Down

0 comments on commit 8a60c74

Please sign in to comment.