From 42567051765c31146ba41fae6e520934afb81885 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:30:59 +0200 Subject: [PATCH 01/13] chore: update translation French from crowdin --- .../assets/refinedstorage_jei_integration/lang/fr_fr.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/fr_fr.json @@ -0,0 +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." +} \ No newline at end of file From d4ea53457221118cfa235746af75f31816c080b6 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:00 +0200 Subject: [PATCH 02/13] chore: update translation Spanish from crowdin --- .../assets/refinedstorage_jei_integration/lang/es_es.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/es_es.json @@ -0,0 +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." +} \ No newline at end of file From 67cf00996c4ea29a88654b4b77589cec8c236814 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:01 +0200 Subject: [PATCH 03/13] chore: update translation German from crowdin --- .../assets/refinedstorage_jei_integration/lang/de_de.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/de_de.json @@ -0,0 +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." +} \ No newline at end of file From 700df312306d7d867dd71dbc3f15228a5c6190ce Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:02 +0200 Subject: [PATCH 04/13] chore: update translation Hungarian from crowdin --- .../assets/refinedstorage_jei_integration/lang/hu_hu.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/hu_hu.json @@ -0,0 +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." +} \ No newline at end of file From c286e5df669d7b953a6b14cf237299eb3b44e1e6 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:03 +0200 Subject: [PATCH 05/13] chore: update translation Italian from crowdin --- .../assets/refinedstorage_jei_integration/lang/it_it.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/it_it.json @@ -0,0 +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." +} \ No newline at end of file From ef9ab5698bdfc5724811f2223fa773f6a3938d93 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:03 +0200 Subject: [PATCH 06/13] chore: update translation Japanese from crowdin --- .../assets/refinedstorage_jei_integration/lang/ja_jp.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ja_jp.json @@ -0,0 +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." +} \ No newline at end of file From 62d77b07d94e6c9349acb26ad6b593b6fa160454 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:04 +0200 Subject: [PATCH 07/13] chore: update translation Korean from crowdin --- .../assets/refinedstorage_jei_integration/lang/ko_kr.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ko_kr.json @@ -0,0 +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." +} \ No newline at end of file From e5d1e34993e94a91d047426e6f130c0c2c0e03c0 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:05 +0200 Subject: [PATCH 08/13] chore: update translation Polish from crowdin --- .../assets/refinedstorage_jei_integration/lang/pl_pl.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pl_pl.json @@ -0,0 +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." +} \ No newline at end of file From 834d82e26362c70cd7b5fd896043f3d927e630d2 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:06 +0200 Subject: [PATCH 09/13] chore: update translation Russian from crowdin --- .../assets/refinedstorage_jei_integration/lang/ru_ru.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/ru_ru.json @@ -0,0 +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." +} \ No newline at end of file From bf125575e92e6ab635eec511af8b98c245409fb1 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:07 +0200 Subject: [PATCH 10/13] chore: update translation Chinese Simplified from crowdin --- .../assets/refinedstorage_jei_integration/lang/zh_cn.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_cn.json @@ -0,0 +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." +} \ No newline at end of file From 45ef58f14c3b82189f806bf0ad9370a9ca9d78f9 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:15 +0200 Subject: [PATCH 11/13] chore: update translation Chinese Traditional from crowdin --- .../assets/refinedstorage_jei_integration/lang/zh_tw.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/zh_tw.json @@ -0,0 +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." +} \ No newline at end of file From 1d96aa105e401f7ac1cc4e501f21ea4e21b627eb Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:16 +0200 Subject: [PATCH 12/13] chore: update translation Portuguese, Brazilian from crowdin --- .../assets/refinedstorage_jei_integration/lang/pt_br.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/pt_br.json @@ -0,0 +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." +} \ No newline at end of file From ae6d2a330c75d83cdb7b27ea87249594d9b8bbed Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 8 Jun 2024 18:31:16 +0200 Subject: [PATCH 13/13] chore: update translation Indonesian from crowdin --- .../assets/refinedstorage_jei_integration/lang/id_id.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json 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 new file mode 100644 index 0000000..2f3961a --- /dev/null +++ b/refinedstorage-jei-integration-common/src/main/resources/assets/refinedstorage_jei_integration/lang/id_id.json @@ -0,0 +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." +} \ No newline at end of file