From 09e1deec843138c50e17d8a230e19e3a0c8c4376 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:55 +0200 Subject: [PATCH 01/13] chore: update translation French from crowdin --- .../assets/refinedstorage_jei_integration/lang/fr_fr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From 6bbb595ae8b7b651e55650c208b40414d631cb0a Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:55 +0200 Subject: [PATCH 02/13] chore: update translation Spanish from crowdin --- .../assets/refinedstorage_jei_integration/lang/es_es.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From f8864d6f309d11d906782d34876bfb044f943f73 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:56 +0200 Subject: [PATCH 03/13] chore: update translation German from crowdin --- .../assets/refinedstorage_jei_integration/lang/de_de.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json index 2f3961a..8ac972d 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "JEI", + "gui.refinedstorage_jei_integration.grid.synchronizer.help": "Synchronisieren Sie das Suchfeld Text mit dem JEI Filter.", + "gui.refinedstorage_jei_integration.grid.synchronizer.two_way": "JEI beidseitig", + "gui.refinedstorage_jei_integration.grid.synchronizer.two_way.help": "Synchronisieren Sie das Suchfeld Text mit dem JEI Filter und den JEI Filter mit dem Suchfeld Text." } \ No newline at end of file From 7ebe98b03ec96d04c0514b14b44ed04feec9009e Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:57 +0200 Subject: [PATCH 04/13] chore: update translation Hungarian from crowdin --- .../assets/refinedstorage_jei_integration/lang/hu_hu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From 421f02870b70d08f26f37389616d247d212e7dbe Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:58 +0200 Subject: [PATCH 05/13] chore: update translation Italian from crowdin --- .../assets/refinedstorage_jei_integration/lang/it_it.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From a3dfeca04164ab8d59bf2a78f5aa462162f0c7db Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:37:59 +0200 Subject: [PATCH 06/13] chore: update translation Japanese from crowdin --- .../assets/refinedstorage_jei_integration/lang/ja_jp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From d39c97eda45f59f543da11b88297732b0a6271dc Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:00 +0200 Subject: [PATCH 07/13] chore: update translation Korean from crowdin --- .../assets/refinedstorage_jei_integration/lang/ko_kr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From 3718082978b60cd365b7f9f19cecb80cf8e15275 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:01 +0200 Subject: [PATCH 08/13] chore: update translation Polish from crowdin --- .../assets/refinedstorage_jei_integration/lang/pl_pl.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From e572c0aae56dd0ce423fa139a77b6a75cb674d05 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:02 +0200 Subject: [PATCH 09/13] chore: update translation Russian from crowdin --- .../assets/refinedstorage_jei_integration/lang/ru_ru.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From 2ec42527633c7e2eec4adcb8382b56cfc0ea9e01 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:03 +0200 Subject: [PATCH 10/13] chore: update translation Chinese Simplified from crowdin --- .../assets/refinedstorage_jei_integration/lang/zh_cn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From 3a27bdca03b38e392a557b69aa38a8ae390a3dec Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:04 +0200 Subject: [PATCH 11/13] chore: update translation Chinese Traditional from crowdin --- .../assets/refinedstorage_jei_integration/lang/zh_tw.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From a71b197fee79dfb0b3bdea10a769c30f4eb7ae54 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:05 +0200 Subject: [PATCH 12/13] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage_jei_integration/lang/pt_br.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 2f3961a..9cff150 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 @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file From f10cd8ffab5b55fdbb5a5a61b430b64b4f976240 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 9 Jun 2024 18:38:05 +0200 Subject: [PATCH 13/13] chore: update translation Indonesian from crowdin --- .../assets/refinedstorage_jei_integration/lang/id_id.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json index 2f3961a..9cff150 100644 --- a/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json @@ -1,6 +1,6 @@ { - "gui.refinedstorage_jei_integration.grid.synchronizer.jei": "JEI", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.help": "Sync the search box text to the JEI filter.", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.two_way": "JEI two-way", - "gui.refinedstorage_jei_integration.grid.synchronizer.jei.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": "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." } \ No newline at end of file