From afa8990a55e57ea9a672c74d3c4aca44ce9021dd Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 11 Jan 2025 23:48:08 +0100 Subject: [PATCH] chore: update translation Indonesian from crowdin --- .../resources/assets/refinedstorage/lang/id_id.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json index aca4e9898..427e8d492 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/id_id.json @@ -64,7 +64,7 @@ "gui.refinedstorage.grid.resource_type.all": "Semua", "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": "Kisi", "text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.", "text.autoconfig.refinedstorage.option.grid.largeFont": "Font besar",