From 777c4bada3c37148713b806dc1e20d7b07826bdc Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 11 Jan 2025 23:48:06 +0100 Subject: [PATCH] chore: update translation Chinese Traditional from crowdin --- .../resources/assets/refinedstorage/lang/zh_tw.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 392c5c10b..c433854e5 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 @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "全部", "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.pattern_in_inventory": "There is a pattern in your inventory for this resource.", "gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft", "gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft", "gui.refinedstorage.grid.search_help": "Search through resources in storage.", @@ -228,6 +228,15 @@ "gui.refinedstorage.autocrafting_preview.available": "Available: %s", "gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s", "gui.refinedstorage.autocrafting_preview.missing": "Missing: %s", + "gui.refinedstorage.autocrafting_preview.max": "Max", + "gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.", + "gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!", + "gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:", + "gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!", + "gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.", + "gui.refinedstorage.autocrafting_preview.notify": "Notify", + "gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.", "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.", @@ -456,6 +465,8 @@ "text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box", "text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.", + "text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification", + "text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.", "text.autoconfig.refinedstorage.option.grid": "Grid", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Large font",