From 269e33e2db4fd6693cde9fb80353f67eb781c240 Mon Sep 17 00:00:00 2001 From: Raoul Date: Fri, 31 Jan 2025 17:48:47 +0100 Subject: [PATCH] chore: update translation French from crowdin --- .../lang/fr_fr.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/refinedstorage-rei-integration-common/src/main/resources/assets/refinedstorage_rei_integration/lang/fr_fr.json b/refinedstorage-rei-integration-common/src/main/resources/assets/refinedstorage_rei_integration/lang/fr_fr.json index 3c309dc..13ae36b 100644 --- a/refinedstorage-rei-integration-common/src/main/resources/assets/refinedstorage_rei_integration/lang/fr_fr.json +++ b/refinedstorage-rei-integration-common/src/main/resources/assets/refinedstorage_rei_integration/lang/fr_fr.json @@ -1,13 +1,13 @@ { "gui.refinedstorage_rei_integration.grid.synchronizer": "REI", - "gui.refinedstorage_rei_integration.grid.synchronizer.help": "Sync the search box text to the REI filter.", - "gui.refinedstorage_rei_integration.grid.synchronizer.two_way": "REI two-way", - "gui.refinedstorage_rei_integration.grid.synchronizer.two_way.help": "Sync the search box text to the REI filter, and the REI filter to the search box text.", - "block.refinedstorage_rei_integration.controller.fully_charged": "Fully charged Controllers", - "gui.refinedstorage_rei_integration.transfer.missing": "Missing items", - "gui.refinedstorage_rei_integration.transfer.missing_but_all_autocraftable": "Missing items, all are autocraftable", - "gui.refinedstorage_rei_integration.transfer.missing_but_some_autocraftable": "Missing items, some are autocraftable", - "gui.refinedstorage_rei_integration.transfer.ctrl_click_to_autocraft": "CTRL + click to autocraft", - "gui.refinedstorage_rei_integration.transfer.all_autocraftable": "All are autocraftable", - "gui.refinedstorage_rei_integration.transfer.some_autocraftable": "Some are autocraftable" + "gui.refinedstorage_rei_integration.grid.synchronizer.help": "Synchroniser la recherche avec le filtre de REI.", + "gui.refinedstorage_rei_integration.grid.synchronizer.two_way": "REI bidirectionnel", + "gui.refinedstorage_rei_integration.grid.synchronizer.two_way.help": "Synchroniser la recherche avec le filtre de REI et le filtre de REI avec la recherche.", + "block.refinedstorage_rei_integration.controller.fully_charged": "Contrôleurs entièrement chargés", + "gui.refinedstorage_rei_integration.transfer.missing": "Objets manquants", + "gui.refinedstorage_rei_integration.transfer.missing_but_all_autocraftable": "Objets manquants, tous peuvent être produits automatiquement", + "gui.refinedstorage_rei_integration.transfer.missing_but_some_autocraftable": "Objets manquants, certains peuvent être produits automatiquement", + "gui.refinedstorage_rei_integration.transfer.ctrl_click_to_autocraft": "Ctrl + clic pour produire automatiquement", + "gui.refinedstorage_rei_integration.transfer.all_autocraftable": "Tous peuvent être produits automatiquement", + "gui.refinedstorage_rei_integration.transfer.some_autocraftable": "Certains peuvent être produits automatiquement" } \ No newline at end of file