From 203f8ef6749cc1fbe446f2c57f6aea3e2fdb4b2b Mon Sep 17 00:00:00 2001 From: Don-Trueno Date: Tue, 22 Oct 2024 16:26:21 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../strawgolem/lang/en_us.json | 31 +++++++++---------- .../strawgolem/lang/zh_cn.json | 27 ++++++++-------- .../strawgolem/strawgolem/lang/en_us.json | 18 +++++++++++ .../strawgolem/strawgolem/lang/zh_cn.json | 18 +++++++++++ 4 files changed, 64 insertions(+), 30 deletions(-) create mode 100644 projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json create mode 100644 projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json diff --git a/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/en_us.json b/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/en_us.json index 27cdc3c5a34d..609930dc267c 100644 --- a/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/en_us.json +++ b/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/en_us.json @@ -1,19 +1,18 @@ { "entity.strawgolem.strawgolem": "Straw Golem", - "entity.strawgolem.strawnggolem": "Strawng Golem", - "strawgolem.subtitle.golemAmbient": "Straw Golem Ambient", - "strawgolem.subtitle.golemHurt": "Straw Golem Hurt", - "strawgolem.subtitle.golemDeath": "Straw Golem Death", - "strawgolem.subtitle.golemHeal": "Straw Golem Healed", - "strawgolem.subtitle.golemScared": "Straw Golem Scared", - "strawgolem.subtitle.golemInterested": "Straw Golem Interested", - "strawgolem.lifespan": "Lifespan: %s days", - "strawgolem.hunger": "Hunger Level: %s", - "strawgolem.deliver": "%s will now deliver to this container", - "strawgolem.order": "Ordering: %s", - "item.strawgolem.straw_hat": "Straw Hat", - "title.strawgolem.config": "Strawgolem Config", - "config.jade.plugin_strawgolem.jade": "Strawgolem", - "config.jade.plugin_strawgolem.lifespan": "Strawgolem Lifespan", - "config.jade.plugin_strawgolem.hunger": "Strawgolem Hunger" + "strawgolem.health.new": "Healthy", + "strawgolem.health.old": "Aging", + "strawgolem.health.withered": "Withered", + "strawgolem.health.dying": "Dying", + "strawgolem.subtitle.golemAmbient": "Strawgolem Ambient", + "strawgolem.subtitle.golemScared": "Strawgolem Scared", + "strawgolem.subtitle.golemHurt": "Strawgolem Hurt", + "strawgolem.subtitle.golemDeath": "Strawgolem Death", + "strawgolem.subtitle.golemHeal": "Strawgolem Repaired", + "strawgolem.subtitle.golemInterested": "Strawgolem Interested", + "strawgolem.subtitle.golemStrained": "Strawgolem Straining", + "strawgolem.subtitle.golemDisgusted": "Strawgolem Disgusted", + "config.jade.plugin_strawgolem.strawgolem_enabled": "Show Strawgolem Data", + "config.jade.plugin_strawgolem.strawgolem": "Strawgolem Config", + "item.strawgolem.straw_hat": "Straw Hat" } \ No newline at end of file diff --git a/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/zh_cn.json b/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/zh_cn.json index 352397b39cab..ac09f43fe4f1 100644 --- a/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/zh_cn.json +++ b/projects/1.19/assets/strawgolem-reborn/strawgolem/lang/zh_cn.json @@ -1,19 +1,18 @@ { "entity.strawgolem.strawgolem": "稻草傀儡", - "entity.strawgolem.strawnggolem": "稻草傀儡", - "strawgolem.subtitle.golemAmbient": "稻草傀儡:喘息", + "strawgolem.health.new": "全新的", + "strawgolem.health.old": "老化的", + "strawgolem.health.withered": "衰败的", + "strawgolem.health.dying": "残破的", + "strawgolem.subtitle.golemAmbient": "稻草傀儡:哼唱", + "strawgolem.subtitle.golemScared": "稻草傀儡:惊慌", "strawgolem.subtitle.golemHurt": "稻草傀儡:受伤", "strawgolem.subtitle.golemDeath": "稻草傀儡:死亡", - "strawgolem.subtitle.golemHeal": " 稻草傀儡:治愈", - "strawgolem.subtitle.golemScared": "稻草傀儡:受惊", - "strawgolem.subtitle.golemInterested": "稻草傀儡:感兴趣", - "strawgolem.lifespan": "寿命:%s天", - "strawgolem.hunger": "饥饿等级:%s", - "strawgolem.deliver": "%s现在会向此容器运送事物", - "strawgolem.order": "命令:%s", - "item.strawgolem.straw_hat": "稻草帽", - "title.strawgolem.config": "稻草傀儡配置", - "config.jade.plugin_strawgolem.jade": "稻草傀儡", - "config.jade.plugin_strawgolem.lifespan": "稻草傀儡寿命", - "config.jade.plugin_strawgolem.hunger": "稻草傀儡饥饿度" + "strawgolem.subtitle.golemHeal": "稻草傀儡:修复", + "strawgolem.subtitle.golemInterested": "稻草傀儡:好奇", + "strawgolem.subtitle.golemStrained": "稻草傀儡:吃力", + "strawgolem.subtitle.golemDisgusted": "稻草傀儡:疲倦", + "config.jade.plugin_strawgolem.strawgolem_enabled": "显示稻草傀儡数据", + "config.jade.plugin_strawgolem.strawgolem": "稻草傀儡配置", + "item.strawgolem.straw_hat": "稻草帽" } \ No newline at end of file diff --git a/projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json b/projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json new file mode 100644 index 000000000000..609930dc267c --- /dev/null +++ b/projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json @@ -0,0 +1,18 @@ +{ + "entity.strawgolem.strawgolem": "Straw Golem", + "strawgolem.health.new": "Healthy", + "strawgolem.health.old": "Aging", + "strawgolem.health.withered": "Withered", + "strawgolem.health.dying": "Dying", + "strawgolem.subtitle.golemAmbient": "Strawgolem Ambient", + "strawgolem.subtitle.golemScared": "Strawgolem Scared", + "strawgolem.subtitle.golemHurt": "Strawgolem Hurt", + "strawgolem.subtitle.golemDeath": "Strawgolem Death", + "strawgolem.subtitle.golemHeal": "Strawgolem Repaired", + "strawgolem.subtitle.golemInterested": "Strawgolem Interested", + "strawgolem.subtitle.golemStrained": "Strawgolem Straining", + "strawgolem.subtitle.golemDisgusted": "Strawgolem Disgusted", + "config.jade.plugin_strawgolem.strawgolem_enabled": "Show Strawgolem Data", + "config.jade.plugin_strawgolem.strawgolem": "Strawgolem Config", + "item.strawgolem.straw_hat": "Straw Hat" +} \ No newline at end of file diff --git a/projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json b/projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json new file mode 100644 index 000000000000..ac09f43fe4f1 --- /dev/null +++ b/projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json @@ -0,0 +1,18 @@ +{ + "entity.strawgolem.strawgolem": "稻草傀儡", + "strawgolem.health.new": "全新的", + "strawgolem.health.old": "老化的", + "strawgolem.health.withered": "衰败的", + "strawgolem.health.dying": "残破的", + "strawgolem.subtitle.golemAmbient": "稻草傀儡:哼唱", + "strawgolem.subtitle.golemScared": "稻草傀儡:惊慌", + "strawgolem.subtitle.golemHurt": "稻草傀儡:受伤", + "strawgolem.subtitle.golemDeath": "稻草傀儡:死亡", + "strawgolem.subtitle.golemHeal": "稻草傀儡:修复", + "strawgolem.subtitle.golemInterested": "稻草傀儡:好奇", + "strawgolem.subtitle.golemStrained": "稻草傀儡:吃力", + "strawgolem.subtitle.golemDisgusted": "稻草傀儡:疲倦", + "config.jade.plugin_strawgolem.strawgolem_enabled": "显示稻草傀儡数据", + "config.jade.plugin_strawgolem.strawgolem": "稻草傀儡配置", + "item.strawgolem.straw_hat": "稻草帽" +} \ No newline at end of file From c75e76ca7c5e1b22817732c7a5447cc1f54508cf Mon Sep 17 00:00:00 2001 From: Don-Trueno Date: Tue, 22 Oct 2024 16:33:41 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../strawgolem/lang/en_us.json | 0 .../strawgolem/lang/zh_cn.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename projects/1.19/assets/{strawgolem => modrinth-strawgolem}/strawgolem/lang/en_us.json (100%) rename projects/1.19/assets/{strawgolem => modrinth-strawgolem}/strawgolem/lang/zh_cn.json (100%) diff --git a/projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json b/projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/en_us.json similarity index 100% rename from projects/1.19/assets/strawgolem/strawgolem/lang/en_us.json rename to projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/en_us.json diff --git a/projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json b/projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/zh_cn.json similarity index 100% rename from projects/1.19/assets/strawgolem/strawgolem/lang/zh_cn.json rename to projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/zh_cn.json From 42f2be29885344724d0862ffc2816748b82750c7 Mon Sep 17 00:00:00 2001 From: Don-Trueno Date: Tue, 22 Oct 2024 16:38:26 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../strawgolem/lang/en_us.json | 0 .../strawgolem/lang/zh_cn.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename projects/1.19/assets/{modrinth-strawgolem => modrinth-straw-golem}/strawgolem/lang/en_us.json (100%) rename projects/1.19/assets/{modrinth-strawgolem => modrinth-straw-golem}/strawgolem/lang/zh_cn.json (100%) diff --git a/projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/en_us.json b/projects/1.19/assets/modrinth-straw-golem/strawgolem/lang/en_us.json similarity index 100% rename from projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/en_us.json rename to projects/1.19/assets/modrinth-straw-golem/strawgolem/lang/en_us.json diff --git a/projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/zh_cn.json b/projects/1.19/assets/modrinth-straw-golem/strawgolem/lang/zh_cn.json similarity index 100% rename from projects/1.19/assets/modrinth-strawgolem/strawgolem/lang/zh_cn.json rename to projects/1.19/assets/modrinth-straw-golem/strawgolem/lang/zh_cn.json