From b1fe9fa4388574f68d64fcd54fed832a6233d0ff Mon Sep 17 00:00:00 2001 From: Raoul <raoulvdberge@gmail.com> Date: Sun, 13 Oct 2024 20:11:25 +0200 Subject: [PATCH] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage_jei_integration/lang/pt_br.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json index 9cff150..a11a29b 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json @@ -2,5 +2,11 @@ "gui.refinedstorage_jei_integration.grid.synchronizer": "JEI", "gui.refinedstorage_jei_integration.grid.synchronizer.help": "Sync the search box text to the JEI filter.", "gui.refinedstorage_jei_integration.grid.synchronizer.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text." + "gui.refinedstorage_jei_integration.grid.synchronizer.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.", + "gui.refinedstorage_jei_integration.transfer.missing_but_all_autocraftable": "Missing items, all are autocraftable", + "gui.refinedstorage_jei_integration.transfer.missing_but_some_autocraftable": "Missing items, some are autocraftable", + "gui.refinedstorage_jei_integration.transfer.ctrl_click_to_autocraft": "CTRL + click to autocraft", + "gui.refinedstorage_jei_integration.transfer.all_autocraftable": "All are autocraftable", + "gui.refinedstorage_jei_integration.transfer.some_autocraftable": "Some are autocraftable", + "alias.refinedstorage_jei_integration.refinedstorage1_disk_manipulator": "Disk Manipulator" } \ No newline at end of file