From d1b7c032797b4b87a8c2b72110abea0255ea972f Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:56:03 +0800 Subject: [PATCH 01/12] dd --- .../dawnera-delight/lang/en_us.json | 17 ++++++++++ .../dawnera-delight/lang/zh_cn.json | 31 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json create mode 100644 projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json b/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json new file mode 100644 index 000000000000..a646e0f52716 --- /dev/null +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json @@ -0,0 +1,17 @@ +{ +"item.dawnera_delight.psittacosaurus_meatballs": "Psittacosaurus Meatballs", +"item.dawnera_delight.cooked_psittacosaurus_meatballs": "Cooked Psittacosaurus Meatballs", + +"item.dawnera_delight.cooked_struthiomimus_slice": "Cooked Struthiomimus Slice", +"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "Psittacosaurus Meatballs In Tomato Sauce", +"item.dawnera_delight.psittacosaurus_chateaubriand": "Psittacosaurus Chateaubriand", +"item.dawnera_delight.struthiomimus_strips": "Struthiomimus Strips", +"item.dawnera_delight.struthiomimus_hamburger": "Struthiomimus Hamburger", +"item.dawnera_delight.tortilla": "Tortilla", +"item.dawnera_delight.lauren_quiche_dodo": "Lauren Quiche Dodo", +"item.dawnera_delight.lauren_quiche_dodo_slice": "Lauren Quiche Dodo Slice", +"item.dawnera_delight.tartlet": "Tartlet", +"item.dawnera_delight.tartlet_of_caviar": "Tartlet Of Caviar", + +"creativetab.dawnera_delight": "The Dawn Era Delight" +} \ No newline at end of file diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json new file mode 100644 index 000000000000..10486ae0bde1 --- /dev/null +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json @@ -0,0 +1,31 @@ +{ + +"item.dawnera_delight.psittacosaurus_meatballs": "鹦鹉嘴龙肉丸", + +"item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", + +"item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", + +"item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", + +"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", + +"item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", + +"item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", + +"item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", + +"item.dawnera_delight.tortilla": "鸡蛋烙饼", + +"item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", + +"item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", + +"item.dawnera_delight.tartlet": "鸡蛋小馅饼", + +"item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", + +"creativetab.dawnera_delight": "黎明纪元乐事" + +} \ No newline at end of file From 65884ac569d8430c45b7f09863f3f2b72820d198 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:01:19 +0800 Subject: [PATCH 02/12] =?UTF-8?q?the=20dawn=20era=20delight=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{dawnera-delight => dawnera_delight}/lang/en_us.json | 0 .../{dawnera-delight => dawnera_delight}/lang/zh_cn.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename projects/1.20/assets/the-dawn-era-delight/{dawnera-delight => dawnera_delight}/lang/en_us.json (100%) rename projects/1.20/assets/the-dawn-era-delight/{dawnera-delight => dawnera_delight}/lang/zh_cn.json (100%) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json similarity index 100% rename from projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/en_us.json rename to projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json similarity index 100% rename from projects/1.20/assets/the-dawn-era-delight/dawnera-delight/lang/zh_cn.json rename to projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json From 01b7afe72263ca9aa51c41b0a0995cbf27f5fad3 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:39:45 +0800 Subject: [PATCH 03/12] =?UTF-8?q?The=20Dawn=20Era=20Delight=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dawnera_delight/lang/en_us.json | 1 + .../dawnera_delight/lang/zh_cn.json | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json index a646e0f52716..488447eef295 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/en_us.json @@ -2,6 +2,7 @@ "item.dawnera_delight.psittacosaurus_meatballs": "Psittacosaurus Meatballs", "item.dawnera_delight.cooked_psittacosaurus_meatballs": "Cooked Psittacosaurus Meatballs", +"item.dawnera_delight.struthiomimus_slice": "Struthiomimus Slice", "item.dawnera_delight.cooked_struthiomimus_slice": "Cooked Struthiomimus Slice", "item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "Psittacosaurus Meatballs In Tomato Sauce", "item.dawnera_delight.psittacosaurus_chateaubriand": "Psittacosaurus Chateaubriand", diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index 10486ae0bde1..0004b63b1406 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -1,31 +1,18 @@ { - "item.dawnera_delight.psittacosaurus_meatballs": "鹦鹉嘴龙肉丸", - "item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", "item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", - "item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", - "item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", - "item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", - "item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", - "item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", - "item.dawnera_delight.tortilla": "鸡蛋烙饼", - "item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", - "item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", - "item.dawnera_delight.tartlet": "鸡蛋小馅饼", - "item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", "creativetab.dawnera_delight": "黎明纪元乐事" - } \ No newline at end of file From 3740cdbf39618b92a60b6e4a8e89f2b6ddfec600 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:19:23 +0800 Subject: [PATCH 04/12] =?UTF-8?q?The=20Dawn=20Era=20Delight=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index 0004b63b1406..d501978041a4 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -1,5 +1,5 @@ { -"item.dawnera_delight.psittacosaurus_meatballs": "鹦鹉嘴龙肉丸", +"item.dawnera_delight.psittacosaurus_meatballs": "生鹦鹉嘴龙肉丸", "item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", "item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", From 3fd0d38d359f0379b61cd18dcae85207b4547b48 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:27:40 +0800 Subject: [PATCH 05/12] patch-1 --- .../dawnera_delight/lang/zh_cn.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index d501978041a4..6b3785c8107b 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -1,18 +1,18 @@ { -"item.dawnera_delight.psittacosaurus_meatballs": "生鹦鹉嘴龙肉丸", -"item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", + "item.dawnera_delight.psittacosaurus_meatballs": "生鹦鹉嘴龙肉丸", + "item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", + + "item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", + "item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", + "item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", + "item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", + "item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", + "item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", + "item.dawnera_delight.tortilla": "鸡蛋烙饼", + "item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", + "item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", + "item.dawnera_delight.tartlet": "鸡蛋小馅饼", + "item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", -"item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", -"item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", -"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", -"item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", -"item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", -"item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", -"item.dawnera_delight.tortilla": "鸡蛋烙饼", -"item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", -"item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", -"item.dawnera_delight.tartlet": "鸡蛋小馅饼", -"item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", - -"creativetab.dawnera_delight": "黎明纪元乐事" + "creativetab.dawnera_delight": "黎明纪元乐事" } \ No newline at end of file From 2107e45aa5ea9c230bbedcbeaf7fa4a69ffc1ef0 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:30:19 +0800 Subject: [PATCH 06/12] Update zh_cn.json --- .../dawnera_delight/lang/zh_cn.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index 6b3785c8107b..c2914406ebc6 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -1,18 +1,18 @@ { - "item.dawnera_delight.psittacosaurus_meatballs": "生鹦鹉嘴龙肉丸", - "item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", +"item.dawnera_delight.psittacosaurus_meatballs": "生鹦鹉嘴龙肉丸", +"item.dawnera_delight.cooked_psittacosaurus_meatballs": "熟鹦鹉嘴龙肉丸", - "item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", - "item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", - "item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", - "item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", - "item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", - "item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", - "item.dawnera_delight.tortilla": "鸡蛋烙饼", - "item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", - "item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", - "item.dawnera_delight.tartlet": "鸡蛋小馅饼", - "item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", +"item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", +"item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", +"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", +"item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", +"item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", +"item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", +"item.dawnera_delight.tortilla": "鸡蛋烙饼", +"item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", +"item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", +"item.dawnera_delight.tartlet": "鸡蛋小馅饼", +"item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", - "creativetab.dawnera_delight": "黎明纪元乐事" -} \ No newline at end of file +"creativetab.dawnera_delight": "黎明纪元乐事" +} From 19f34f562a3e902b28a3f7ccc254c95d9d7b4ec9 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:32:50 +0800 Subject: [PATCH 07/12] Update zh_cn.json From d35d9be8116f4a60a6f8e4c53abf6d00d9127a8e Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:36:21 +0800 Subject: [PATCH 08/12] Update zh_cn.json --- .../assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index c2914406ebc6..7d99c98c174d 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -11,7 +11,7 @@ "item.dawnera_delight.tortilla": "鸡蛋烙饼", "item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", "item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", -"item.dawnera_delight.tartlet": "鸡蛋小馅饼", +"item.dawnera_delight.tartlet": "挞皮", "item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", "creativetab.dawnera_delight": "黎明纪元乐事" From 601c82d2667b4117f99768b6510a8a45742ef22b Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:36:56 +0800 Subject: [PATCH 09/12] Update zh_cn.json From 56ad8a59ef17b1b077b3196d153ceebdcaaf75a2 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:37:57 +0800 Subject: [PATCH 10/12] zh_cn.json From 7e91a4277a2c39faca7424c042313f4cb10120df Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:13:15 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20zh=5Fcn.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index 7d99c98c174d..186eae6de554 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -4,7 +4,7 @@ "item.dawnera_delight.struthiomimus_slice": "生似鸵龙肉片", "item.dawnera_delight.cooked_struthiomimus_slice": "熟似鸵龙肉片", -"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "素炖鹦鹉嘴龙肉丸", +"item.dawnera_delight.psittacosaurus_meatballs_in_tomato_sauce": "番茄酱鹦鹉嘴龙肉丸", "item.dawnera_delight.psittacosaurus_chateaubriand": "素炖鹦鹉嘴龙肉", "item.dawnera_delight.struthiomimus_strips": "黄金似鸵龙肉条", "item.dawnera_delight.struthiomimus_hamburger": "似鸵龙肉汉堡", From fdf692a1c107c8c4ce52e27c31a160f7d2c33114 Mon Sep 17 00:00:00 2001 From: bitlittl <125471159+bitlittl@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:14:41 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20zh=5Fcn.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json index 186eae6de554..6e4f2945cba9 100644 --- a/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json +++ b/projects/1.20/assets/the-dawn-era-delight/dawnera_delight/lang/zh_cn.json @@ -12,7 +12,7 @@ "item.dawnera_delight.lauren_quiche_dodo": "劳伦乳蛋饼", "item.dawnera_delight.lauren_quiche_dodo_slice": "劳伦乳蛋饼片", "item.dawnera_delight.tartlet": "挞皮", -"item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子酱馅饼", +"item.dawnera_delight.tartlet_of_caviar": "鲟鱼鱼子馅饼", "creativetab.dawnera_delight": "黎明纪元乐事" }