From 305e31468524b8968a342c22a7ecd093b261c16e Mon Sep 17 00:00:00 2001 From: "cfpa-bot[bot]" <101878103+cfpa-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:10:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[R]=20Teeny=20Coal=20=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=20=E6=9D=A5=E8=87=AA=E5=B7=A5=E5=8D=95=20#CF?= =?UTF-8?q?PA-0697=20(#2074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add files Co-authored-by: 捂脸 <1055917385@qq.com> * Update projects/1.18-fabric/assets/teenycoal/teenycoal/lang/zh_cn.json Co-authored-by: NostalgiaCyan Co-authored-by: cfpa-bot[bot] <101878103+cfpa-bot[bot]@users.noreply.github.com> Co-authored-by: 捂脸 <1055917385@qq.com> Co-authored-by: n0099 Co-authored-by: NostalgiaCyan --- .../assets/teenycoal/teenycoal/lang/en_us.json | 11 +++++++++++ .../assets/teenycoal/teenycoal/lang/zh_cn.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 projects/1.18-fabric/assets/teenycoal/teenycoal/lang/en_us.json create mode 100644 projects/1.18-fabric/assets/teenycoal/teenycoal/lang/zh_cn.json diff --git a/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/en_us.json b/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/en_us.json new file mode 100644 index 000000000000..5e0b849ae511 --- /dev/null +++ b/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/en_us.json @@ -0,0 +1,11 @@ +{ + "block.teenycoal.teeny_torch": "Teeny Torch", + "block.teenycoal.teeny_redstone_torch": "Teeny Redstone Torch", + "block.teenycoal.teeny_soul_torch": "Teeny Soul Torch", + "item.teenycoal.teeny_coal": "Teeny Coal", + "item.teenycoal.teeny_charcoal": "Teeny Charcoal", + "item.teenycoal.teeny_stick": "Teeny Stick", + "item.teenycoal.soul_dust": "Soul Dust", + "item.teenycoal.teeny_redstone_dust": "Teeny Redstone Dust", + "itemGroup.teenycoal.general": "Teeny Coal" +} \ No newline at end of file diff --git a/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/zh_cn.json b/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/zh_cn.json new file mode 100644 index 000000000000..84e550e605eb --- /dev/null +++ b/projects/1.18-fabric/assets/teenycoal/teenycoal/lang/zh_cn.json @@ -0,0 +1,11 @@ +{ + "block.teenycoal.teeny_torch": "小型火把", + "block.teenycoal.teeny_redstone_torch": "小型红石火把", + "block.teenycoal.teeny_soul_torch": "小型灵魂火把", + "item.teenycoal.teeny_coal": "小块煤炭", + "item.teenycoal.teeny_charcoal": "小块木炭", + "item.teenycoal.teeny_stick": "小型木棍", + "item.teenycoal.soul_dust": "灵魂粉", + "item.teenycoal.teeny_redstone_dust": "小型红石粉", + "itemGroup.teenycoal.general": "小块煤炭" +} \ No newline at end of file From ba8a4d11e625e8d84d76ae58c0a1e8dbbf6ee5f1 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:37:31 +0800 Subject: [PATCH 2/2] Add files via upload (#2081) --- projects/1.18/assets/jepp/jepp/lang/en_us.json | 5 +++++ projects/1.18/assets/jepp/jepp/lang/zh_cn.json | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 projects/1.18/assets/jepp/jepp/lang/en_us.json create mode 100644 projects/1.18/assets/jepp/jepp/lang/zh_cn.json diff --git a/projects/1.18/assets/jepp/jepp/lang/en_us.json b/projects/1.18/assets/jepp/jepp/lang/en_us.json new file mode 100644 index 000000000000..7cf82611c191 --- /dev/null +++ b/projects/1.18/assets/jepp/jepp/lang/en_us.json @@ -0,0 +1,5 @@ +{ + "jepp.category.paintings_info": "Paintings", + "jepp.painting.description": "%1$s, %2$s x %3$s" + +} \ No newline at end of file diff --git a/projects/1.18/assets/jepp/jepp/lang/zh_cn.json b/projects/1.18/assets/jepp/jepp/lang/zh_cn.json new file mode 100644 index 000000000000..5482db0dd9cd --- /dev/null +++ b/projects/1.18/assets/jepp/jepp/lang/zh_cn.json @@ -0,0 +1,4 @@ +{ + "jepp.category.paintings_info": "画", + "jepp.painting.description": "%1$s,%2$s x %3$s" +} \ No newline at end of file