From 9a8d1e0b929a81cdade59a20f70a46b6754d64be Mon Sep 17 00:00:00 2001 From: Raoul Date: Mon, 9 Dec 2024 08:21:58 +0100 Subject: [PATCH] chore: update translation Indonesian from crowdin --- .../assets/refinedstorage/lang/id_id.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 6d005ea02..aca4e9898 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 @@ -130,8 +130,14 @@ "gui.refinedstorage.scheduling_mode.random": "Acak", "gui.refinedstorage.scheduling_mode.random.help": "Gunakan filter acak.", "gui.refinedstorage.priority": "Prioritas", - "gui.refinedstorage.priority.storage_help": "Urutan dimana jaringan penyimpanan akan memasukkan atau mengekstrak sumber daya, mulai dari yang tertinggi.", - "gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.", + "gui.refinedstorage.insert_extract_priority": "Insert/extract priority", + "gui.refinedstorage.insert_priority": "Insert priority", + "gui.refinedstorage.extract_priority": "Extract priority", + "gui.refinedstorage.priority.insert_extract": "Insert/extract: %d", + "gui.refinedstorage.priority.insert": "Insert: %d", + "gui.refinedstorage.priority.extract": "Extract: %d", + "gui.refinedstorage.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first. Click to modify the insert/extract priority. Press CTRL and click to modify the insert priority. Press ALT and click to modify the extract priority.", + "gui.refinedstorage.priority.autocrafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.", "gui.refinedstorage.configure_amount": "Configure amount", "gui.refinedstorage.configure_amount.reset": "Reset", "gui.refinedstorage.configure_amount.set": "Set", @@ -296,8 +302,8 @@ "item.refinedstorage.256b_fluid_storage_disk": "Cakram Penyimpanan Cairan 256B", "item.refinedstorage.1024b_fluid_storage_disk": "Cakram Penyimpanan Cairan 1024B", "item.refinedstorage.4096b_fluid_storage_disk": "Cakram Penyimpanan Cairan 4096B", - "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets.", - "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets.", + "item.refinedstorage.fluid_storage_disk.help": "Stores %s buckets. When empty, use while holding to return the Fluid Storage Part. Upgradeable to a higher tier by combining with a Fluid Storage Part.", + "item.refinedstorage.fluid_storage_block.help": "Stores %s buckets. When empty, use while holding to return the Fluid Storage Part and Machine Casing. Upgradeable to a higher tier by combining with a Fluid Storage Part.", "item.refinedstorage.creative_fluid_storage_disk": "Cakram Penyimpanan Cairan Kreatif", "item.refinedstorage.creative_fluid_storage_disk.help": "Stores an infinite amount of buckets.", "item.refinedstorage.creative_fluid_storage_block.help": "Stores an infinite amount of buckets.",