From d35d4fb327403eb03fe823da43a1f8a64b439468 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 1 Sep 2024 23:04:03 +0200 Subject: [PATCH] chore: update translation Chinese Traditional from crowdin --- .../assets/refinedstorage/lang/zh_tw.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json index 1f8d7102e..e7488e573 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/zh_tw.json @@ -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": "降冪排序", @@ -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", @@ -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.", @@ -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",