Skip to content

Commit

Permalink
chore: update translation Chinese Traditional from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Sep 1, 2024
1 parent 8a60c74 commit d35d4fb
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": "Without any configured filters, no resources will be accepted in this storage.",
"gui.refinedstorage.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.",
"gui.refinedstorage.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.",
"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": "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": "Provides the storage network with energy. Multiple are allowed in a single storage network.",
"item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.",
"item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.",
Expand Down Expand Up @@ -411,6 +420,8 @@
"text.autoconfig.refinedstorage.option.grid.sortingDirection.tooltip": "The sorting direction.",
"text.autoconfig.refinedstorage.option.grid.sortingType": "Sorting type",
"text.autoconfig.refinedstorage.option.grid.sortingType.tooltip": "The sorting type.",
"text.autoconfig.refinedstorage.option.grid.viewType": "View type",
"text.autoconfig.refinedstorage.option.grid.viewType.tooltip": "The view type.",
"text.autoconfig.refinedstorage.option.craftingGrid": "Crafting Grid",
"text.autoconfig.refinedstorage.option.craftingGrid.tooltip": "Configuration for the Crafting Grid.",
"text.autoconfig.refinedstorage.option.craftingGrid.energyUsage": "Energy usage",
Expand Down

0 comments on commit d35d4fb

Please sign in to comment.