From 38865da9d030b67be9034c041d2ac5971d7249d7 Mon Sep 17 00:00:00 2001 From: DrIceTea <111784151+DrIceTea123@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:38:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?Bookshelf=20=E7=BF=BB=E8=AF=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=8E=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bookshelf/bookshelf/lang/zh_cn.json | 4 +-- .../bookshelf/bookshelf/lang/en_us.json | 1 + .../bookshelf/bookshelf/lang/zh_cn.json | 7 ++-- .../bookshelf/bookshelf/lang/en_us.json | 1 + .../bookshelf/bookshelf/lang/zh_cn.json | 7 ++-- .../bookshelf/bookshelf/lang/en_us.json | 34 +++++++++++++++++++ .../bookshelf/bookshelf/lang/zh_cn.json | 34 +++++++++++++++++++ .../bookshelf/bookshelf/lang/en_us.json | 34 +++++++++++++++++++ .../bookshelf/bookshelf/lang/zh_cn.json | 34 +++++++++++++++++++ .../bookshelf/bookshelf/lang/en_us.json | 34 +++++++++++++++++++ .../bookshelf/bookshelf/lang/zh_cn.json | 34 +++++++++++++++++++ 11 files changed, 218 insertions(+), 6 deletions(-) create mode 100644 projects/1.19/assets/bookshelf/bookshelf/lang/en_us.json create mode 100644 projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json create mode 100644 projects/1.20-fabric/assets/bookshelf/bookshelf/lang/en_us.json create mode 100644 projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json create mode 100644 projects/1.20/assets/bookshelf/bookshelf/lang/en_us.json create mode 100644 projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json diff --git a/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json index 726e951ba4c2..d4c677767d44 100644 --- a/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -27,6 +27,6 @@ "time.bookshelf.day.thursday": "星期四", "time.bookshelf.day.friday": "星期五", "time.bookshelf.day.saturday": "星期六", - "commands.bookshelf.loot_tables": "找到 %d 个丢失的 %s 战利品表。", - "commands.bookshelf.loot_tables.wildcard": "为所有模组找到 %d 个丢失的战利品表。" + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。" } \ No newline at end of file diff --git a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/en_us.json b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/en_us.json index be82bcb06857..662415e0607a 100644 --- a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/en_us.json +++ b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/en_us.json @@ -29,5 +29,6 @@ "time.bookshelf.day.saturday": "Saturday", "commands.bookshelf.loot_tables": "Found %d missing loot tables for %s.", "commands.bookshelf.loot_tables.wildcard": "Found %d missing loot tables for all mods.", + "argument.bookshelf.unknown_value": "The value '%s' is unknown.", "text.bookshelf.ticks": "Ticks: %s" } \ No newline at end of file diff --git a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json index b9e4f59d758b..bde88eb24fdf 100644 --- a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -1,4 +1,5 @@ { + "_comment": "杂项", "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", @@ -26,6 +27,8 @@ "time.bookshelf.day.thursday": "星期四", "time.bookshelf.day.friday": "星期五", "time.bookshelf.day.saturday": "星期六", - "commands.bookshelf.loot_tables": "找到 %d 个丢失的 %s 战利品表。", - "commands.bookshelf.loot_tables.wildcard": "为所有模组找到 %d 个丢失的战利品表。" + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", + "argument.bookshelf.unknown_value": "未知的值“%s”。", + "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.18/assets/bookshelf/bookshelf/lang/en_us.json b/projects/1.18/assets/bookshelf/bookshelf/lang/en_us.json index be82bcb06857..662415e0607a 100644 --- a/projects/1.18/assets/bookshelf/bookshelf/lang/en_us.json +++ b/projects/1.18/assets/bookshelf/bookshelf/lang/en_us.json @@ -29,5 +29,6 @@ "time.bookshelf.day.saturday": "Saturday", "commands.bookshelf.loot_tables": "Found %d missing loot tables for %s.", "commands.bookshelf.loot_tables.wildcard": "Found %d missing loot tables for all mods.", + "argument.bookshelf.unknown_value": "The value '%s' is unknown.", "text.bookshelf.ticks": "Ticks: %s" } \ No newline at end of file diff --git a/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json index b9e4f59d758b..bde88eb24fdf 100644 --- a/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -1,4 +1,5 @@ { + "_comment": "杂项", "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", @@ -26,6 +27,8 @@ "time.bookshelf.day.thursday": "星期四", "time.bookshelf.day.friday": "星期五", "time.bookshelf.day.saturday": "星期六", - "commands.bookshelf.loot_tables": "找到 %d 个丢失的 %s 战利品表。", - "commands.bookshelf.loot_tables.wildcard": "为所有模组找到 %d 个丢失的战利品表。" + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", + "argument.bookshelf.unknown_value": "未知的值“%s”。", + "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.19/assets/bookshelf/bookshelf/lang/en_us.json b/projects/1.19/assets/bookshelf/bookshelf/lang/en_us.json new file mode 100644 index 000000000000..36692d98ebdb --- /dev/null +++ b/projects/1.19/assets/bookshelf/bookshelf/lang/en_us.json @@ -0,0 +1,34 @@ +{ + "_comment": "Misc", + "moon.phase.full": "Full Moon", + "moon.phase.waxing.gibbous": "Waxing Gibbous", + "moon.phase.first.quarter": "First Quarter", + "moon.phase.waxing.crescent": "Waxing Crescent", + "moon.phase.new": "New Moon", + "moon.phase.waning.crescent": "Waning Crescent", + "moon.phase.last.quarter": "Last Quarter", + "moon.phase.waning.gibbous": "Waning Gibbous", + "time.bookshelf.month.january": "January", + "time.bookshelf.month.february": "February", + "time.bookshelf.month.march": "March", + "time.bookshelf.month.april": "April", + "time.bookshelf.month.may": "May", + "time.bookshelf.month.june": "June", + "time.bookshelf.month.july": "July", + "time.bookshelf.month.august": "August", + "time.bookshelf.month.september": "September", + "time.bookshelf.month.october": "October", + "time.bookshelf.month.november": "November", + "time.bookshelf.month.december": "December", + "time.bookshelf.day.sunday": "Sunday", + "time.bookshelf.day.monday": "Monday", + "time.bookshelf.day.tuesday": "Tuesday", + "time.bookshelf.day.wednesday": "Wednesday", + "time.bookshelf.day.thursday": "Thursday", + "time.bookshelf.day.friday": "Friday", + "time.bookshelf.day.saturday": "Saturday", + "commands.bookshelf.loot_tables": "Found %d missing loot tables for %s.", + "commands.bookshelf.loot_tables.wildcard": "Found %d missing loot tables for all mods.", + "argument.bookshelf.unknown_value": "The value '%s' is unknown.", + "text.bookshelf.ticks": "Ticks: %s" +} \ No newline at end of file diff --git a/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json new file mode 100644 index 000000000000..019a34321d75 --- /dev/null +++ b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -0,0 +1,34 @@ +{ + "_comment": "杂项", + "moon.phase.full": "满月", + "moon.phase.waxing.gibbous": "盈凸月", + "moon.phase.first.quarter": "上弦月", + "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.new": "新月", + "moon.phase.waning.crescent": "残月", + "moon.phase.last.quarter": "下弦月", + "moon.phase.waning.gibbous": "亏凸月", + "time.bookshelf.month.january": "一月", + "time.bookshelf.month.february": "二月", + "time.bookshelf.month.march": "三月", + "time.bookshelf.month.april": "四月", + "time.bookshelf.month.may": "五月", + "time.bookshelf.month.june": "六月", + "time.bookshelf.month.july": "七月", + "time.bookshelf.month.august": "八月", + "time.bookshelf.month.september": "九月", + "time.bookshelf.month.october": "十月", + "time.bookshelf.month.november": "十一月", + "time.bookshelf.month.december": "十二月", + "time.bookshelf.day.sunday": "星期天", + "time.bookshelf.day.monday": "星期一", + "time.bookshelf.day.tuesday": "星期二", + "time.bookshelf.day.wednesday": "星期三", + "time.bookshelf.day.thursday": "星期四", + "time.bookshelf.day.friday": "星期五", + "time.bookshelf.day.saturday": "星期六", + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", + "argument.bookshelf.unknown_value": "未知的值“%s”。", + "text.bookshelf.ticks": "游戏刻:%s" +} \ No newline at end of file diff --git a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/en_us.json b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/en_us.json new file mode 100644 index 000000000000..36692d98ebdb --- /dev/null +++ b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/en_us.json @@ -0,0 +1,34 @@ +{ + "_comment": "Misc", + "moon.phase.full": "Full Moon", + "moon.phase.waxing.gibbous": "Waxing Gibbous", + "moon.phase.first.quarter": "First Quarter", + "moon.phase.waxing.crescent": "Waxing Crescent", + "moon.phase.new": "New Moon", + "moon.phase.waning.crescent": "Waning Crescent", + "moon.phase.last.quarter": "Last Quarter", + "moon.phase.waning.gibbous": "Waning Gibbous", + "time.bookshelf.month.january": "January", + "time.bookshelf.month.february": "February", + "time.bookshelf.month.march": "March", + "time.bookshelf.month.april": "April", + "time.bookshelf.month.may": "May", + "time.bookshelf.month.june": "June", + "time.bookshelf.month.july": "July", + "time.bookshelf.month.august": "August", + "time.bookshelf.month.september": "September", + "time.bookshelf.month.october": "October", + "time.bookshelf.month.november": "November", + "time.bookshelf.month.december": "December", + "time.bookshelf.day.sunday": "Sunday", + "time.bookshelf.day.monday": "Monday", + "time.bookshelf.day.tuesday": "Tuesday", + "time.bookshelf.day.wednesday": "Wednesday", + "time.bookshelf.day.thursday": "Thursday", + "time.bookshelf.day.friday": "Friday", + "time.bookshelf.day.saturday": "Saturday", + "commands.bookshelf.loot_tables": "Found %d missing loot tables for %s.", + "commands.bookshelf.loot_tables.wildcard": "Found %d missing loot tables for all mods.", + "argument.bookshelf.unknown_value": "The value '%s' is unknown.", + "text.bookshelf.ticks": "Ticks: %s" +} \ No newline at end of file diff --git a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json new file mode 100644 index 000000000000..019a34321d75 --- /dev/null +++ b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -0,0 +1,34 @@ +{ + "_comment": "杂项", + "moon.phase.full": "满月", + "moon.phase.waxing.gibbous": "盈凸月", + "moon.phase.first.quarter": "上弦月", + "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.new": "新月", + "moon.phase.waning.crescent": "残月", + "moon.phase.last.quarter": "下弦月", + "moon.phase.waning.gibbous": "亏凸月", + "time.bookshelf.month.january": "一月", + "time.bookshelf.month.february": "二月", + "time.bookshelf.month.march": "三月", + "time.bookshelf.month.april": "四月", + "time.bookshelf.month.may": "五月", + "time.bookshelf.month.june": "六月", + "time.bookshelf.month.july": "七月", + "time.bookshelf.month.august": "八月", + "time.bookshelf.month.september": "九月", + "time.bookshelf.month.october": "十月", + "time.bookshelf.month.november": "十一月", + "time.bookshelf.month.december": "十二月", + "time.bookshelf.day.sunday": "星期天", + "time.bookshelf.day.monday": "星期一", + "time.bookshelf.day.tuesday": "星期二", + "time.bookshelf.day.wednesday": "星期三", + "time.bookshelf.day.thursday": "星期四", + "time.bookshelf.day.friday": "星期五", + "time.bookshelf.day.saturday": "星期六", + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", + "argument.bookshelf.unknown_value": "未知的值“%s”。", + "text.bookshelf.ticks": "游戏刻:%s" +} \ No newline at end of file diff --git a/projects/1.20/assets/bookshelf/bookshelf/lang/en_us.json b/projects/1.20/assets/bookshelf/bookshelf/lang/en_us.json new file mode 100644 index 000000000000..36692d98ebdb --- /dev/null +++ b/projects/1.20/assets/bookshelf/bookshelf/lang/en_us.json @@ -0,0 +1,34 @@ +{ + "_comment": "Misc", + "moon.phase.full": "Full Moon", + "moon.phase.waxing.gibbous": "Waxing Gibbous", + "moon.phase.first.quarter": "First Quarter", + "moon.phase.waxing.crescent": "Waxing Crescent", + "moon.phase.new": "New Moon", + "moon.phase.waning.crescent": "Waning Crescent", + "moon.phase.last.quarter": "Last Quarter", + "moon.phase.waning.gibbous": "Waning Gibbous", + "time.bookshelf.month.january": "January", + "time.bookshelf.month.february": "February", + "time.bookshelf.month.march": "March", + "time.bookshelf.month.april": "April", + "time.bookshelf.month.may": "May", + "time.bookshelf.month.june": "June", + "time.bookshelf.month.july": "July", + "time.bookshelf.month.august": "August", + "time.bookshelf.month.september": "September", + "time.bookshelf.month.october": "October", + "time.bookshelf.month.november": "November", + "time.bookshelf.month.december": "December", + "time.bookshelf.day.sunday": "Sunday", + "time.bookshelf.day.monday": "Monday", + "time.bookshelf.day.tuesday": "Tuesday", + "time.bookshelf.day.wednesday": "Wednesday", + "time.bookshelf.day.thursday": "Thursday", + "time.bookshelf.day.friday": "Friday", + "time.bookshelf.day.saturday": "Saturday", + "commands.bookshelf.loot_tables": "Found %d missing loot tables for %s.", + "commands.bookshelf.loot_tables.wildcard": "Found %d missing loot tables for all mods.", + "argument.bookshelf.unknown_value": "The value '%s' is unknown.", + "text.bookshelf.ticks": "Ticks: %s" +} \ No newline at end of file diff --git a/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json new file mode 100644 index 000000000000..019a34321d75 --- /dev/null +++ b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -0,0 +1,34 @@ +{ + "_comment": "杂项", + "moon.phase.full": "满月", + "moon.phase.waxing.gibbous": "盈凸月", + "moon.phase.first.quarter": "上弦月", + "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.new": "新月", + "moon.phase.waning.crescent": "残月", + "moon.phase.last.quarter": "下弦月", + "moon.phase.waning.gibbous": "亏凸月", + "time.bookshelf.month.january": "一月", + "time.bookshelf.month.february": "二月", + "time.bookshelf.month.march": "三月", + "time.bookshelf.month.april": "四月", + "time.bookshelf.month.may": "五月", + "time.bookshelf.month.june": "六月", + "time.bookshelf.month.july": "七月", + "time.bookshelf.month.august": "八月", + "time.bookshelf.month.september": "九月", + "time.bookshelf.month.october": "十月", + "time.bookshelf.month.november": "十一月", + "time.bookshelf.month.december": "十二月", + "time.bookshelf.day.sunday": "星期天", + "time.bookshelf.day.monday": "星期一", + "time.bookshelf.day.tuesday": "星期二", + "time.bookshelf.day.wednesday": "星期三", + "time.bookshelf.day.thursday": "星期四", + "time.bookshelf.day.friday": "星期五", + "time.bookshelf.day.saturday": "星期六", + "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", + "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", + "argument.bookshelf.unknown_value": "未知的值“%s”。", + "text.bookshelf.ticks": "游戏刻:%s" +} \ No newline at end of file From d9e827e9483c51fb191105c784fdf815b194f811 Mon Sep 17 00:00:00 2001 From: DrIceTea <111784151+DrIceTea123@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:30:20 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=94=B9=E9=94=99=E5=AD=97=EF=BC=88?= =?UTF-8?q?=E6=B2=A1=E5=8F=91=E7=8E=B0=E5=98=BF=E5=98=BF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json | 2 +- projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json | 2 +- projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json index 019a34321d75..e69e902766a7 100644 --- a/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.waxing.crescent": "娥眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", diff --git a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json index 019a34321d75..e69e902766a7 100644 --- a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.waxing.crescent": "娥眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", diff --git a/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json index 019a34321d75..e69e902766a7 100644 --- a/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "蛾眉月", + "moon.phase.waxing.crescent": "娥眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", From 2b3094704ff163b99a1f6d2b6f2dcbb97ae8afd2 Mon Sep 17 00:00:00 2001 From: DrIceTea <111784151+DrIceTea123@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:56:47 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json | 2 +- .../1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json | 4 ++-- projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json | 4 ++-- projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json | 4 ++-- .../1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json | 4 ++-- projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json index d4c677767d44..af36ca65f990 100644 --- a/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.16/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", diff --git a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json index bde88eb24fdf..c8ed336046a7 100644 --- a/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.18-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", @@ -29,6 +29,6 @@ "time.bookshelf.day.saturday": "星期六", "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", - "argument.bookshelf.unknown_value": "未知的值“%s”。", + "argument.bookshelf.unknown_value": "值“%s”未知。", "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json index bde88eb24fdf..c8ed336046a7 100644 --- a/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.18/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", @@ -29,6 +29,6 @@ "time.bookshelf.day.saturday": "星期六", "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", - "argument.bookshelf.unknown_value": "未知的值“%s”。", + "argument.bookshelf.unknown_value": "值“%s”未知。", "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json index e69e902766a7..cb6860c94ebb 100644 --- a/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.19/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", @@ -29,6 +29,6 @@ "time.bookshelf.day.saturday": "星期六", "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", - "argument.bookshelf.unknown_value": "未知的值“%s”。", + "argument.bookshelf.unknown_value": "值“%s”未知。", "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json index e69e902766a7..cb6860c94ebb 100644 --- a/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.20-fabric/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", @@ -29,6 +29,6 @@ "time.bookshelf.day.saturday": "星期六", "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", - "argument.bookshelf.unknown_value": "未知的值“%s”。", + "argument.bookshelf.unknown_value": "值“%s”未知。", "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file diff --git a/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json index e69e902766a7..cb6860c94ebb 100644 --- a/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json +++ b/projects/1.20/assets/bookshelf/bookshelf/lang/zh_cn.json @@ -3,7 +3,7 @@ "moon.phase.full": "满月", "moon.phase.waxing.gibbous": "盈凸月", "moon.phase.first.quarter": "上弦月", - "moon.phase.waxing.crescent": "娥眉月", + "moon.phase.waxing.crescent": "蛾眉月", "moon.phase.new": "新月", "moon.phase.waning.crescent": "残月", "moon.phase.last.quarter": "下弦月", @@ -29,6 +29,6 @@ "time.bookshelf.day.saturday": "星期六", "commands.bookshelf.loot_tables": "找到%d个丢失的%s战利品表。", "commands.bookshelf.loot_tables.wildcard": "为所有模组找到%d个丢失的战利品表。", - "argument.bookshelf.unknown_value": "未知的值“%s”。", + "argument.bookshelf.unknown_value": "值“%s”未知。", "text.bookshelf.ticks": "游戏刻:%s" } \ No newline at end of file