From 84d155cc736b2160313dcac98bc00685b3278796 Mon Sep 17 00:00:00 2001 From: Raoul Date: Mon, 9 Dec 2024 08:21:57 +0100 Subject: [PATCH] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage/lang/pt_br.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json index 26ac6f107..3924248f4 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/pt_br.json @@ -130,8 +130,14 @@ "gui.refinedstorage.scheduling_mode.random": "Aleatório", "gui.refinedstorage.scheduling_mode.random.help": "Usar um filtro aleatório.", "gui.refinedstorage.priority": "Prioridade", - "gui.refinedstorage.priority.storage_help": "A ordem em que a rede de armazenamento irá inserir ou extrair recursos, priorizando os de maior valor.", - "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": "Configurar quantia", "gui.refinedstorage.configure_amount.reset": "Redefinir", "gui.refinedstorage.configure_amount.set": "Definir", @@ -296,8 +302,8 @@ "item.refinedstorage.256b_fluid_storage_disk": "Disco de armazenamento de fluido 256B", "item.refinedstorage.1024b_fluid_storage_disk": "Disco de armazenamento de fluido 1024B", "item.refinedstorage.4096b_fluid_storage_disk": "Disco de armazenamento de fluido 4096B", - "item.refinedstorage.fluid_storage_disk.help": "Armazena %s baldes.", - "item.refinedstorage.fluid_storage_block.help": "Armazena %s baldes.", + "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": "Disco de armazenamento de fluido criativo", "item.refinedstorage.creative_fluid_storage_disk.help": "Armazena uma quantia infinita de baldes.", "item.refinedstorage.creative_fluid_storage_block.help": "Armazena uma quantia infinita de baldes.",