From 222a1d180c69ca53912d480402f4ee77738e7064 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:33 -0700 Subject: [PATCH 01/97] New translations en_us.json (French) --- .../resources/assets/littlecontraptions/lang/fr_fr.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 96c4578b98a853438d027fe56b5a9592bc0f99e6 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:34 -0700 Subject: [PATCH 02/97] New translations en_us.json (English, United States) --- .../main/resources/assets/littlecontraptions/lang/en_us.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_us.json b/common/src/main/resources/assets/littlecontraptions/lang/en_us.json index fa1f3b1..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_us.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_us.json @@ -1,10 +1,8 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", - "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" } From f2f208f15f2625690cba5d12765d01fb65819849 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:35 -0700 Subject: [PATCH 03/97] New translations en_us.json (Hawaiian) --- .../resources/assets/littlecontraptions/lang/haw_us.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/haw_us.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From b118810e93dc5f6dbf109260ec83dcb8d8e5d1ec Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:36 -0700 Subject: [PATCH 04/97] New translations en_us.json (English, New Zealand) --- .../resources/assets/littlecontraptions/lang/en_nz.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/en_nz.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 205a18dda3fe649ede2a794cdfbc622d50ae9a2a Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:37 -0700 Subject: [PATCH 05/97] New translations en_us.json (German, Switzerland) --- .../resources/assets/littlecontraptions/lang/de_ch.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/de_ch.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From ffa07de241f4cebff80d9a758de53a029fcaf4bb Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:38 -0700 Subject: [PATCH 06/97] New translations en_us.json (German, Austria) --- .../resources/assets/littlecontraptions/lang/de_at.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/de_at.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From b7a2e46c3e378a0fdfee2d8451a2fcbfbb79ca56 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:39 -0700 Subject: [PATCH 07/97] New translations en_us.json (Chinese Traditional, Hong Kong) --- .../resources/assets/littlecontraptions/lang/zh_hk.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 2a4641eade2dd9f18ed155e64d40f8cf10e83283 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:40 -0700 Subject: [PATCH 08/97] New translations en_us.json (Esperanto) --- .../resources/assets/littlecontraptions/lang/eo_uy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From c99a368b382c6a1b84c299c858a9cae91a336142 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:40 -0700 Subject: [PATCH 09/97] New translations en_us.json (Pirate English) --- .../resources/assets/littlecontraptions/lang/en_pt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/en_pt.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 220b8d0753da6093f7dd407f0e1a372fd57e7fc8 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:41 -0700 Subject: [PATCH 10/97] New translations en_us.json (French, Canada) --- .../resources/assets/littlecontraptions/lang/fr_ca.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 32572c8f9310db5b817b735aa1026347a496ed29 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:42 -0700 Subject: [PATCH 11/97] New translations en_us.json (English, Canada) --- .../resources/assets/littlecontraptions/lang/en_ca.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/en_ca.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 1941be73688c0f1229da09c6bfdf22f6880e1914 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:43 -0700 Subject: [PATCH 12/97] New translations en_us.json (English, Australia) --- .../resources/assets/littlecontraptions/lang/en_au.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/en_au.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From abca3506cb89c6034178e803d16cfc3dbf581352 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:44 -0700 Subject: [PATCH 13/97] New translations en_us.json (Spanish, Ecuador) --- .../resources/assets/littlecontraptions/lang/es_ec.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_ec.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From daaecc9a354243af5e5f494c8d171ccae89c0139 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:45 -0700 Subject: [PATCH 14/97] New translations en_us.json (Spanish) --- .../resources/assets/littlecontraptions/lang/es_es.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_es.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From e4b898afcfbcb75b5370f67e695a3bc93e080dfc Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:46 -0700 Subject: [PATCH 15/97] New translations en_us.json (Spanish, Venezuela) --- .../resources/assets/littlecontraptions/lang/es_ve.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_ve.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 441659ae76bca8401fea2ac522eb8c9f58a9b6e8 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:46 -0700 Subject: [PATCH 16/97] New translations en_us.json (Spanish, Uruguay) --- .../resources/assets/littlecontraptions/lang/es_uy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_uy.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 3d746b5e777afb485dcd51a52cd2b114873875ea Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:47 -0700 Subject: [PATCH 17/97] New translations en_us.json (Spanish, Mexico) --- .../resources/assets/littlecontraptions/lang/es_mx.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_mx.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 92bdcfc7b8bbc3aa42782d11122f091b205fcaa4 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:48 -0700 Subject: [PATCH 18/97] New translations en_us.json (Spanish, Chile) --- .../resources/assets/littlecontraptions/lang/es_cl.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_cl.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 9559dde89569b2526373c0759c2fbe3f9c9e0f1a Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:49 -0700 Subject: [PATCH 19/97] New translations en_us.json (Spanish, Argentina) --- .../resources/assets/littlecontraptions/lang/es_ar.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/es_ar.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 0b3ed39831df073e54fd5e6c3eda53ec936f445b Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:49 -0700 Subject: [PATCH 20/97] New translations en_us.json (Chinese Traditional) --- .../resources/assets/littlecontraptions/lang/zh_tw.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 41288f5f1da551282c44e3bc4ab2494f46ff34c6 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:50 -0700 Subject: [PATCH 21/97] New translations en_us.json (Chinese Simplified) --- .../resources/assets/littlecontraptions/lang/zh_cn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 993d37ed6cbf330276ed058b0d13695d0a8f0d78 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:51 -0700 Subject: [PATCH 22/97] New translations en_us.json (Russian) --- .../resources/assets/littlecontraptions/lang/ru_ru.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 14408971443869bed7e53ff95339b8ebda664a34 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:52 -0700 Subject: [PATCH 23/97] New translations en_us.json (Korean) --- .../resources/assets/littlecontraptions/lang/ko_kr.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 224be7c07f7fe53b3056fe943ab7ae1fa4a28410 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:53 -0700 Subject: [PATCH 24/97] New translations en_us.json (German) --- .../resources/assets/littlecontraptions/lang/de_de.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/de_de.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From 1c4f133fa5f1ece27148a603aff004d6083de35b Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 19:16:53 -0700 Subject: [PATCH 25/97] New translations en_us.json (English (upside down)) --- .../resources/assets/littlecontraptions/lang/en_ud.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/littlecontraptions/lang/en_ud.json diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json new file mode 100644 index 0000000..525a259 --- /dev/null +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json @@ -0,0 +1,8 @@ +{ + "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", + "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", + "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", + "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" +} From c6502bf208545d35043ab9550606603903915dc2 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:10 -0700 Subject: [PATCH 26/97] New translations en_us.json (French) --- .../main/resources/assets/littlecontraptions/lang/fr_fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 60495c0c151b6fcb5703285bc020ec3c1ba74f9c Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:11 -0700 Subject: [PATCH 27/97] New translations en_us.json (English, Australia) --- .../main/resources/assets/littlecontraptions/lang/en_au.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From b07c319b0e15cab94477976fecaf93949e5137e3 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:11 -0700 Subject: [PATCH 28/97] New translations en_us.json (Hawaiian) --- .../main/resources/assets/littlecontraptions/lang/haw_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From c1c1d608f8c4b0c40fdc4287f51e545409a40f28 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:12 -0700 Subject: [PATCH 29/97] New translations en_us.json (English, New Zealand) --- .../main/resources/assets/littlecontraptions/lang/en_nz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 072ba39f6e5b51a9c94c8878089e5e985a11600f Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:13 -0700 Subject: [PATCH 30/97] New translations en_us.json (German, Switzerland) --- .../main/resources/assets/littlecontraptions/lang/de_ch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 64be52beccc78ffbaecc4910a88500b1bb6519d9 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:13 -0700 Subject: [PATCH 31/97] New translations en_us.json (German, Austria) --- .../main/resources/assets/littlecontraptions/lang/de_at.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 5e62ea4bb598bd8a270bbee4c09b6a17c8b490b9 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:14 -0700 Subject: [PATCH 32/97] New translations en_us.json (Chinese Traditional, Hong Kong) --- .../main/resources/assets/littlecontraptions/lang/zh_hk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From f4e3c796bd037f02103471c12cdb4ade4a2ceec6 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:15 -0700 Subject: [PATCH 33/97] New translations en_us.json (Esperanto) --- .../main/resources/assets/littlecontraptions/lang/eo_uy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 496dc2128c2927a84b3535d4ef1db6331481f559 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:15 -0700 Subject: [PATCH 34/97] New translations en_us.json (Pirate English) --- .../main/resources/assets/littlecontraptions/lang/en_pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From c6bd07642f6e938e6fe57163878c3abb006ad1a9 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:16 -0700 Subject: [PATCH 35/97] New translations en_us.json (French, Canada) --- .../main/resources/assets/littlecontraptions/lang/fr_ca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From ca06cbcb487ac6545bfed89c6e328aa4c577e4ce Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:16 -0700 Subject: [PATCH 36/97] New translations en_us.json (English, Canada) --- .../main/resources/assets/littlecontraptions/lang/en_ca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 17b28a46693a49a9a6a4f6fd1863797023516f68 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:17 -0700 Subject: [PATCH 37/97] New translations en_us.json (Spanish, Ecuador) --- .../main/resources/assets/littlecontraptions/lang/es_ec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 85f6425b3d30c1cab2c475eafdbcbe1bbf6fd16f Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:18 -0700 Subject: [PATCH 38/97] New translations en_us.json (Spanish) --- .../main/resources/assets/littlecontraptions/lang/es_es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 80dbfc3a8ec38f2d604cf430ac6b3edba82e501d Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:18 -0700 Subject: [PATCH 39/97] New translations en_us.json (Spanish, Venezuela) --- .../main/resources/assets/littlecontraptions/lang/es_ve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 0443b041f9eafc625b2da8b71fb909261d0af2e5 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:19 -0700 Subject: [PATCH 40/97] New translations en_us.json (Spanish, Uruguay) --- .../main/resources/assets/littlecontraptions/lang/es_uy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From de26f8e757691c09d777ee12bfe8a30b1e428da3 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:20 -0700 Subject: [PATCH 41/97] New translations en_us.json (Spanish, Mexico) --- .../main/resources/assets/littlecontraptions/lang/es_mx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From d64ef4e6ee3e03e4486c37283848bcc247fd0a82 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:20 -0700 Subject: [PATCH 42/97] New translations en_us.json (Spanish, Chile) --- .../main/resources/assets/littlecontraptions/lang/es_cl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From d0f79fc1ce466c7fd6633b1ef93d98eb769f2230 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:21 -0700 Subject: [PATCH 43/97] New translations en_us.json (Spanish, Argentina) --- .../main/resources/assets/littlecontraptions/lang/es_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 9f6e2415da6b5fa8a7a7ff6fdbce7ea7ee18344f Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:22 -0700 Subject: [PATCH 44/97] New translations en_us.json (Chinese Traditional) --- .../main/resources/assets/littlecontraptions/lang/zh_tw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 0ebead5ea2976262c7b0f78b6a6387e9b94b6738 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:22 -0700 Subject: [PATCH 45/97] New translations en_us.json (Chinese Simplified) --- .../main/resources/assets/littlecontraptions/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 4ce8637e51b341d6cf1c4a085fea557b45cb7339 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:23 -0700 Subject: [PATCH 46/97] New translations en_us.json (Russian) --- .../main/resources/assets/littlecontraptions/lang/ru_ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From d9794df62adad98f07e7bbc3e35dd146fac90732 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:24 -0700 Subject: [PATCH 47/97] New translations en_us.json (Korean) --- .../main/resources/assets/littlecontraptions/lang/ko_kr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From e20707c3fa332689070addb694ba3ed605029844 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:24 -0700 Subject: [PATCH 48/97] New translations en_us.json (German) --- .../main/resources/assets/littlecontraptions/lang/de_de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 37571fca065ca30ecffabd744c378acae4964060 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Sun, 10 Apr 2022 21:24:25 -0700 Subject: [PATCH 49/97] New translations en_us.json (English (upside down)) --- .../main/resources/assets/littlecontraptions/lang/en_ud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json index 525a259..fcb112a 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json @@ -1,5 +1,5 @@ { - "item.littlecontraptions.contraption_barge": "§oCreate(tm) §rBarge", + "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", From 903c75cdd51b23ff7e6be05af7a0b47f1c3ebf10 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:43:57 -0700 Subject: [PATCH 50/97] New translations en_us.json (French) --- .../assets/littlecontraptions/lang/fr_fr.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From ab3b0f714e7ab10f833831756502ef448441fd71 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:43:58 -0700 Subject: [PATCH 51/97] New translations en_us.json (English, Australia) --- .../assets/littlecontraptions/lang/en_au.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 432eb340a7a4ed735b2443a7a7920c11c30da893 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:43:59 -0700 Subject: [PATCH 52/97] New translations en_us.json (Hawaiian) --- .../littlecontraptions/lang/haw_us.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 13458f36bca94389d274160df7f279e664f407f2 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:43:59 -0700 Subject: [PATCH 53/97] New translations en_us.json (English, New Zealand) --- .../assets/littlecontraptions/lang/en_nz.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From bb2e145999b8288f3850e9859959b600e0897485 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:01 -0700 Subject: [PATCH 54/97] New translations en_us.json (German, Switzerland) --- .../assets/littlecontraptions/lang/de_ch.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From f137e8360a8addf10d105e9e695473367bc64cf1 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:01 -0700 Subject: [PATCH 55/97] New translations en_us.json (German, Austria) --- .../assets/littlecontraptions/lang/de_at.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 96e495c178f501081266d33a734d3db45ae5828f Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:02 -0700 Subject: [PATCH 56/97] New translations en_us.json (Chinese Traditional, Hong Kong) --- .../assets/littlecontraptions/lang/zh_hk.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From fdd83398facc36626a8a660f485a48a9aea610f2 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:03 -0700 Subject: [PATCH 57/97] New translations en_us.json (Esperanto) --- .../assets/littlecontraptions/lang/eo_uy.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 41f951ac12dd359a4edce6a9a40605b43203f902 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:04 -0700 Subject: [PATCH 58/97] New translations en_us.json (Pirate English) --- .../assets/littlecontraptions/lang/en_pt.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 8c4e950832f988535b7002621808a0c9b9f01163 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:05 -0700 Subject: [PATCH 59/97] New translations en_us.json (French, Canada) --- .../assets/littlecontraptions/lang/fr_ca.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 8078438d58fe8be70541768ef3b4cbf6c8d37e2a Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:06 -0700 Subject: [PATCH 60/97] New translations en_us.json (English, Canada) --- .../assets/littlecontraptions/lang/en_ca.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From ee464edf306f08de5f6f740f1e447327a96f8bc0 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:07 -0700 Subject: [PATCH 61/97] New translations en_us.json (Spanish, Ecuador) --- .../assets/littlecontraptions/lang/es_ec.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 2800b0fd233c75e257eb82e198d0250c49d19c99 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:08 -0700 Subject: [PATCH 62/97] New translations en_us.json (Spanish) --- .../assets/littlecontraptions/lang/es_es.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From db3574e2f6896369e5948e1c1612befd53e4a02a Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:09 -0700 Subject: [PATCH 63/97] New translations en_us.json (Spanish, Venezuela) --- .../assets/littlecontraptions/lang/es_ve.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From c1e969db825871ce330e63b78e28ad9d1ddd4ad8 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:09 -0700 Subject: [PATCH 64/97] New translations en_us.json (Spanish, Uruguay) --- .../assets/littlecontraptions/lang/es_uy.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From bb5d407b457db430179b68c38b5579551d063ee8 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:10 -0700 Subject: [PATCH 65/97] New translations en_us.json (Spanish, Mexico) --- .../assets/littlecontraptions/lang/es_mx.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 124c24f4c5bef9bd243f031f2090422ac8873f6e Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:11 -0700 Subject: [PATCH 66/97] New translations en_us.json (Spanish, Chile) --- .../assets/littlecontraptions/lang/es_cl.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 9abe1dcefc8d83c87a83b3ad090e62423736eb92 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:12 -0700 Subject: [PATCH 67/97] New translations en_us.json (Spanish, Argentina) --- .../assets/littlecontraptions/lang/es_ar.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From b88b683650b81b10d895c724527a9154bd45f005 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:13 -0700 Subject: [PATCH 68/97] New translations en_us.json (Chinese Traditional) --- .../assets/littlecontraptions/lang/zh_tw.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From f1b68f4f78241e2c640be9d9acc0c6f6a6f360aa Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:14 -0700 Subject: [PATCH 69/97] New translations en_us.json (Chinese Simplified) --- .../assets/littlecontraptions/lang/zh_cn.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From e6ebb1ec103e093417704b19ec5f6fa8359db204 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:15 -0700 Subject: [PATCH 70/97] New translations en_us.json (Russian) --- .../assets/littlecontraptions/lang/ru_ru.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 373c88403f467e3922a7219224aca0b0615541e0 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:15 -0700 Subject: [PATCH 71/97] New translations en_us.json (Korean) --- .../assets/littlecontraptions/lang/ko_kr.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 9cf0e5b95c18c63660db759a585e5bd89ee07fd1 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:17 -0700 Subject: [PATCH 72/97] New translations en_us.json (German) --- .../assets/littlecontraptions/lang/de_de.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From e6b5a42d16396f557e92434556ccbc7355ea0890 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 27 May 2022 17:44:18 -0700 Subject: [PATCH 73/97] New translations en_us.json (English (upside down)) --- .../assets/littlecontraptions/lang/en_ud.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json index fcb112a..13b8f08 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json @@ -1,8 +1,25 @@ { "item.littlecontraptions.contraption_barge": "Contraption Barge", "block.littlecontraptions.barge_assembler": "Barge Assembler", + "littlecontraptions.ponder.tag.tugs": "Little Logistics Tugs", + "littlecontraptions.ponder.tag.tugs.description": "Water trains with pathfinding!", + "littlecontraptions.ponder.tag.trains": "Little Logistics Locomotives", + "littlecontraptions.ponder.tag.trains.description": "Small but smart locomotives!", "littlecontraptions.ponder.basic_assembler.header": "Moving Structures using Barge Assemblers", "littlecontraptions.ponder.basic_assembler.text_1": "Powered Barge Assemblers mount attached structures to passing Contraption Barges", "littlecontraptions.ponder.basic_assembler.text_2": "Without a redstone signal, it disassembles passing barge contraptions back into blocks", - "littlecontraptions.ponder.basic_tug.header": "Creating and using Tug Boats" + "littlecontraptions.ponder.basic_assembler.text_3": "Similar to Cart Contraptions, you can attach larger contraptions using Chassis and Super Glue", + "littlecontraptions.ponder.basic_tug.header": "Just the basics about tugs", + "littlecontraptions.ponder.basic_tug.text_1": "Tugboats can be placed anywhere on water", + "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", + "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", + "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.tug_dock.header": "Docking the tug", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", + "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", + "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" } From 074e2e5046d08103de5a61c79745a0f94557dd82 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:53 -0700 Subject: [PATCH 74/97] New translations en_us.json (French) --- .../assets/littlecontraptions/lang/fr_fr.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_fr.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 92fc53359f7655027dba7a868703c947ebb3fbac Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:54 -0700 Subject: [PATCH 75/97] New translations en_us.json (English, Australia) --- .../assets/littlecontraptions/lang/en_au.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_au.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_au.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From aefe6800acb7da35e6d8fa9f4f76daa9376db00f Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:55 -0700 Subject: [PATCH 76/97] New translations en_us.json (Hawaiian) --- .../littlecontraptions/lang/haw_us.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/haw_us.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From a48616bf1c503e8d784dd92d20b14ef43bf24dba Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:56 -0700 Subject: [PATCH 77/97] New translations en_us.json (English, New Zealand) --- .../assets/littlecontraptions/lang/en_nz.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_nz.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From af4583da99d9cb6fcda711a5ee16e99daad47d9d Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:57 -0700 Subject: [PATCH 78/97] New translations en_us.json (German, Switzerland) --- .../assets/littlecontraptions/lang/de_ch.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_ch.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 6384130517232500dcf9955baae52a3d8c37c623 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:58 -0700 Subject: [PATCH 79/97] New translations en_us.json (German, Austria) --- .../assets/littlecontraptions/lang/de_at.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_at.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_at.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From ce4174f55a43abfc37ca3554871c4a958dcee8bc Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:30:59 -0700 Subject: [PATCH 80/97] New translations en_us.json (Chinese Traditional, Hong Kong) --- .../assets/littlecontraptions/lang/zh_hk.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_hk.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From f1f030f248fe4aeb595b8085904ef7b0e0ed7f1e Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:00 -0700 Subject: [PATCH 81/97] New translations en_us.json (Esperanto) --- .../assets/littlecontraptions/lang/eo_uy.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/eo_uy.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From ea3fc9751789b37741e9765ecb3ae926a6a6f5be Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:01 -0700 Subject: [PATCH 82/97] New translations en_us.json (Pirate English) --- .../assets/littlecontraptions/lang/en_pt.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_pt.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 29ca6ded6ff8938c28de8f8b74cef8163a5e2139 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:02 -0700 Subject: [PATCH 83/97] New translations en_us.json (French, Canada) --- .../assets/littlecontraptions/lang/fr_ca.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/fr_ca.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 4eab2bfde4c4883c315fcdc4837665a0e932e405 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:03 -0700 Subject: [PATCH 84/97] New translations en_us.json (English, Canada) --- .../assets/littlecontraptions/lang/en_ca.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ca.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From b2c8412b08e7b4e3dbfe91a3c601f703c4bf01e6 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:04 -0700 Subject: [PATCH 85/97] New translations en_us.json (Spanish, Ecuador) --- .../assets/littlecontraptions/lang/es_ec.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ec.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 17123894f43574b21da6a86687d75d2ab7046514 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:05 -0700 Subject: [PATCH 86/97] New translations en_us.json (Spanish) --- .../assets/littlecontraptions/lang/es_es.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_es.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_es.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 0fc648c131da4ef0ce7ef15eb314a06f1ecc5da4 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:06 -0700 Subject: [PATCH 87/97] New translations en_us.json (Spanish, Venezuela) --- .../assets/littlecontraptions/lang/es_ve.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ve.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 56543a25881e587613ca580765fd54024f0041dd Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:06 -0700 Subject: [PATCH 88/97] New translations en_us.json (Spanish, Uruguay) --- .../assets/littlecontraptions/lang/es_uy.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_uy.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 0e8e6848f2ef2dfda3eaae12dbd0025e663f6fdb Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:08 -0700 Subject: [PATCH 89/97] New translations en_us.json (Spanish, Mexico) --- .../assets/littlecontraptions/lang/es_mx.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_mx.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From f32e615ea22aad0b689e5619b6c8ee663ce5ff7b Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:09 -0700 Subject: [PATCH 90/97] New translations en_us.json (Spanish, Chile) --- .../assets/littlecontraptions/lang/es_cl.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_cl.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 661cac2afe351e6e64293675c774093fb593d148 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:10 -0700 Subject: [PATCH 91/97] New translations en_us.json (Spanish, Argentina) --- .../assets/littlecontraptions/lang/es_ar.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/es_ar.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 6a65111449b455ab4b0920fb6ef00909ae86cb57 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:11 -0700 Subject: [PATCH 92/97] New translations en_us.json (Chinese Traditional) --- .../assets/littlecontraptions/lang/zh_tw.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_tw.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 4430eb034a71b69714b4726e98172fe99e58069a Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:12 -0700 Subject: [PATCH 93/97] New translations en_us.json (Chinese Simplified) --- .../assets/littlecontraptions/lang/zh_cn.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/zh_cn.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 8084f606ad0cc0fd58d6ca925ad172bda852e3f7 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:12 -0700 Subject: [PATCH 94/97] New translations en_us.json (Russian) --- .../assets/littlecontraptions/lang/ru_ru.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ru_ru.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From a9292957f6da58a9474ddad7aded5df388b937b5 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:13 -0700 Subject: [PATCH 95/97] New translations en_us.json (Korean) --- .../assets/littlecontraptions/lang/ko_kr.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/ko_kr.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From 007589fa42a9a785691e68961ca61bc4f607438b Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:14 -0700 Subject: [PATCH 96/97] New translations en_us.json (German) --- .../assets/littlecontraptions/lang/de_de.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/de_de.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/de_de.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" } From e9261f399b2f00919fc25ed2a29d215ef497a16c Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Mon, 30 May 2022 18:31:15 -0700 Subject: [PATCH 97/97] New translations en_us.json (English (upside down)) --- .../assets/littlecontraptions/lang/en_ud.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json index 13b8f08..6ca6104 100644 --- a/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json +++ b/common/src/main/resources/assets/littlecontraptions/lang/en_ud.json @@ -14,12 +14,25 @@ "littlecontraptions.ponder.basic_tug.text_2": "Tugboats will naturally pathfind to Tug Route waypoints", "littlecontraptions.ponder.basic_tug.text_3": "Putting the Tug Route item in the Tug will start its journey!", "littlecontraptions.ponder.basic_tug.text_4": "Sometimes tugboats will get stuck on corners. This is fixable by using a corner guide rail", - "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, shift-right click it to flip it", + "littlecontraptions.ponder.basic_tug.text_5": "If the corner guide rail is facing the wrong way, use the conductor's wrench to flip it", "littlecontraptions.ponder.tug_dock.header": "Docking the tug", - "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop tugboats automatically while loading/unloading", + "littlecontraptions.ponder.tug_dock.text_1": "Docks can be used to stop the tugboats automatically while loading/unloading", "littlecontraptions.ponder.tug_dock.text_2": "Every docking station needs to have one tug dock block and a direct line of barge docks blocks", "littlecontraptions.ponder.tug_dock.text_3": "Barge docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", "littlecontraptions.ponder.tug_dock.text_4": "To load the vessels, place a hopper on top of the dock", "littlecontraptions.ponder.tug_dock.text_5": "To unload the vessels, place a hopper below the water block", - "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded" + "littlecontraptions.ponder.tug_dock.text_6": "The tug will automatically wait until all vessels are fully loaded/unloaded", + "littlecontraptions.ponder.loco_dock.header": "Docking the locomotive", + "littlecontraptions.ponder.loco_dock.text_1": "Docks can be used to stop the locomotives automatically while loading/unloading", + "littlecontraptions.ponder.loco_dock.text_2": "Every docking station needs to have one locomotive dock rails and a direct line of car dock rails", + "littlecontraptions.ponder.loco_dock.text_3": "Train car docks can be switched from blue (wait for unloading) to orange (wait for loading) using conductor's wrench", + "littlecontraptions.ponder.loco_dock.text_4": "To load the trains, place a hopper beside the dock", + "littlecontraptions.ponder.loco_dock.text_5": "To unload the trains, place a hopper below the rail block", + "littlecontraptions.ponder.loco_dock.text_6": "The locomotive will automatically wait until the whole train is loaded/unloaded", + "littlecontraptions.ponder.loco_route.header": "Locomotive routing", + "littlecontraptions.ponder.loco_route.text_1": "Automatic switch tracks let you create train routes that share stretches of rail", + "littlecontraptions.ponder.loco_route.text_2": "Routes are defined by waypoints by right-clicking with the locomotive route item", + "littlecontraptions.ponder.loco_route.text_3": "The locomotive will switch the rails automatically, selecting the branch that leads to the waypoint", + "littlecontraptions.ponder.loco_route.text_4": "Given two waypoints, the locomotive will select a branch with the closest waypoint that has not been visited yet", + "littlecontraptions.ponder.loco_route.text_5": "When the locomotive reaches a waypoint, it is marked as visited, this resets once all waypoints the route are reached" }