Skip to content

Commit 4b5ed74

Browse files
Merge pull request #3 from ChuijkYahus/main
Update zh_cn
2 parents a223074 + e59211c commit 4b5ed74

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

Common/src/main/resources/assets/hexdebug/lang/zh_cn.flatten.json5

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"item.hexdebug": {
33
debugger: "调试杖",
4+
evaluator: "运行杖",
45
},
56

6-
"itemGroup.hexdebug": "咒术调试",
7+
"itemGroup.hexdebug": "咒法调试",
78

89
text: {
910
hexdebug: {
@@ -13,13 +14,24 @@
1314
},
1415

1516
"autoconfig.hexdebug": {
16-
title: "咒术调试配置",
17+
title: "咒法调试配置",
1718
category: {
1819
client: "客户端",
1920
},
2021
option: {
2122
client: {
22-
debugPort: "调试端口",
23+
openDebugPort: {
24+
"": "开放调试端口",
25+
"@Tooltip": "是否开放端口。若设为false,调试杖会失去作用。",
26+
},
27+
debugPort: {
28+
"": "调试端口",
29+
"@Tooltip": "开放以连接至调试客户端(如VSCode)的端口号(1024-65535)。",
30+
},
31+
smartDebuggerSneakScroll: {
32+
"": "调试杖智能潜行滚轮",
33+
"@Tooltip": "若当前主手持有调试杖,且未在调试咒术,则优先处理副手中法术书一类物品的“潜行滚动滚轮”操作。",
34+
},
2335
},
2436
},
2537
},
@@ -58,8 +70,14 @@
5870
debugging: {
5971
"": "调试物品",
6072
page: {
61-
"1": "部分文献中有些不太明确的描述,称古代人会使用一件奇怪的物品协助他们发现复杂$(hex)咒术/$中的问题。我应已成功复刻出了它,定名为$(item)调试杖/$。$(br2)它的工作方式与$(l:items/hexcasting)$(item)造物/$类似。不过,它还能从副手中的物品(比如$(l:items/focus)$(item)核心/$)里直接施放$(hex)咒术/$。$(br2)$(item)调试杖/$自身没有太大用处,有些可惜;它似乎需要某种$(l:https://marketplace.visualstudio.com/items?itemName=object-Object.hex-casting)外部工具/$才能正常运作。",
73+
debugger: "部分文献中有些不太明确的描述,称古代人会使用一件奇怪的物品协助他们发现复杂$(hex)咒术/$中的问题。我应已成功复刻出了它,定名为$(item)调试杖/$。$(br2)\
74+
它的工作方式与$(l:items/hexcasting)$(item)造物/$类似。不过,它还能从副手中的物品(比如$(l:items/focus)$(item)核心/$)里直接施放$(hex)咒术/$。$(br2)\
75+
有些可惜的是,$(item)调试杖/$自身没有太大用处;它似乎需要某种$(l:https://marketplace.visualstudio.com/items?itemName=object-Object.hex-casting)外部工具/$才能正常运作。",
6276
thwack: "$(italic)哐当!/$",
77+
evaluator: "我又新制造了一种法杖——$(l:items/debugging#evaluator)$(item)运行杖/$,用以补充$(l:items/debugging#debugger)$(item)调试杖/$的功能。$(br2)\
78+
调试$(hex)咒术/$时,此法杖绘制的图案会运行于$(l:items/debugging#debugger)$(item)调试杖/$当前的栈和$(l:patterns/readwrite#hexcasting:local)$(thing)渡鸦之思/$。$(br2)\
79+
清空咒术网格后,$(l:items/debugging#debugger)$(item)调试杖/$似乎会回到$(l:items/debugging#evaluator)$(item)运行杖/$绘制首个图案前的状态。当然,这种操作无法撤回已造成实际影响的法术。",
80+
thwonk: "$(italic)哐啷!/$"
6381
},
6482
},
6583
},
@@ -75,11 +93,12 @@
7593
before: "在运行此图案前,暂停$(l:items/debugging#debugger)$(item)调试杖/$。",
7694
after: "在运行此图案后,也即在运行下一图案之前,暂停$(l:items/debugging#debugger)$(item)调试杖/$。",
7795
},
78-
"craft/debugger": "制作一支能施放$(hex)咒术/$的$(l:items/debugging#debugger)$(item)调试杖/$。这个图案和我之前用过的$(l:patterns/spells/hexcasting)某些图案/$有些相似。$(br2)消耗大约 10 个$(l:items/amethyst)$(item)充能紫水晶/$。",
96+
"craft/debugger": "制作一支能施放$(hex)咒术/$的$(l:items/debugging#debugger)$(item)调试杖/$。这个图案和我之前用过的$(l:patterns/spells/hexcasting)某些图案/$有些相似。\
97+
$(br2)消耗大约 10 个$(l:items/amethyst)$(item)充能紫水晶/$。",
7998
},
8099
},
81100
},
82101
},
83102
},
84103
},
85-
}
104+
}

0 commit comments

Comments
 (0)