Skip to content

Commit

Permalink
Update zh_cn (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsTheNerd authored Nov 12, 2024
2 parents db1772e + 47b3a01 commit 9f2df70
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,47 @@
},
},

"effect.hexcasting": {
enlarge_grid: "明晰",
shrink_grid: "蒙翳",
},

"item.minecraft.potion.effect": {
enlarge_grid: "明晰药水",
enlarge_grid_long: "明晰药水",
enlarge_grid_strong: "明晰药水",
shrink_grid: "蒙翳药水",
shrink_grid_long: "蒙翳药水",
shrink_grid_strong: "蒙翳药水",
},

"item.minecraft.splash_potion.effect": {
enlarge_grid: "喷溅型明晰药水",
enlarge_grid_long: "喷溅型明晰药水",
enlarge_grid_strong: "喷溅型明晰药水",
shrink_grid: "喷溅型蒙翳药水",
shrink_grid_long: "喷溅型蒙翳药水",
shrink_grid_strong: "喷溅型蒙翳药水",
},

"item.minecraft.lingering_potion.effect": {
enlarge_grid: "滞留型明晰药水",
enlarge_grid_long: "滞留型明晰药水",
enlarge_grid_strong: "滞留型明晰药水",
shrink_grid: "滞留型蒙翳药水",
shrink_grid_long: "滞留型蒙翳药水",
shrink_grid_strong: "滞留型蒙翳药水",
},

"item.minecraft.tipped_arrow.effect": {
enlarge_grid: "明晰之箭",
enlarge_grid_long: "明晰之箭",
enlarge_grid_strong: "明晰之箭",
shrink_grid: "蒙翳之箭",
shrink_grid_long: "蒙翳之箭",
shrink_grid_strong: "蒙翳之箭",
},

"itemGroup.hexcasting": {
"": "咒法学",
creative_tab: "咒法学",
Expand Down Expand Up @@ -1117,6 +1158,7 @@
// why is this called "hexcasting"?
hexcasting: "施法物品",
phials: "媒质之瓶",
potions: "咒术药水",
pigments: "染色剂",

edified: "启迪树",
Expand Down Expand Up @@ -1462,6 +1504,12 @@
desc: "$(italic)玉液琼浆。/$",
},

potions: {
"1": "透过$(l:items/lens)$(item)探知透镜/$观察,就能在咒术网格里塞进更多图案。想让施法变得更紧凑?我想炼金术可能有方法。$(br2)向$(item)粗制的药水/$里放进一撮紫水晶粉,酿成的药水便能像透镜那样增大我的咒术网格。甚至还能两者一起使用,将网格推向极致!",
"2": "明晰效果可延长,可增强,也可如同其他药水那样精制。$(br2)还可用$(item)发酵蛛眼/$腐化,以产生效果相反的药水。那些不怀好意的咒术师可以尝尝它的威力。",
"effects.header": "明晰与蒙翳",
},

pigments: {
"1": "咒法学的古代研究者们偶尔会用一种颜色来象征自己和自己的$(hex)咒术/$。他们的名字已不可考,但那些颜色留存至今。倘若直接向自然呈上一种特殊的染色剂,就能“……以自然乐见的方式为某人的思维涂上颜色,并使个人代表色产生奇妙的变化。”",
"2": "我不懂它们的具体原理,但我相信我已琢磨出制造不同颜色染色剂的配方了。若要使用染色剂,可手持之并以另一只手施放$(l:patterns/spells/colorize)$(action)内化染色剂/$,染色剂则会被消耗。$(br2)染色剂似乎会影响我施放$(hex)咒术/$时的$(media)媒质/$火花以及我的$(l:patterns/spells/sentinels)$(thing)哨卫/$的颜色,但影响到其他地方也完全是正常现象。",
Expand Down

0 comments on commit 9f2df70

Please sign in to comment.