Skip to content

Commit 5dfa284

Browse files
Merge pull request #5 from ChuijkYahus/main
Update zh_cn
2 parents 64fc1c3 + 4371ff0 commit 5dfa284

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
text: {
1010
hexdebug: {
1111
connected: "调试客户端已连接!",
12+
no_session: "调试会话未在运行。",
1213
thwack: "哐当!",
14+
// Next Iota: [{index}] {iota}
15+
debugger_stopped: "下一个Iota:[%d] %s",
1316
},
1417

1518
"autoconfig.hexdebug": {
@@ -31,6 +34,18 @@
3134
"": "调试杖智能潜行滚轮",
3235
"@Tooltip": "若当前主手持有调试杖,且未在调试咒术,则优先处理副手中法术书一类物品的“潜行滚动滚轮”操作。",
3336
},
37+
debuggerDisplayMode: {
38+
"": "调试杖显示模式",
39+
"@Tooltip": "\
40+
更改调试杖打印下一需运行iota的时机。\n\
41+
DISABLED:不显示调试杖状态消息。\n\
42+
NOT_CONNECTED:只在调试客户端未连接时显示调试杖状态消息。\n\
43+
ENABLED:一直显示调试杖状态信息。(默认)",
44+
},
45+
showDebugClientLineNumber: {
46+
"": "显示调试客户端行号",
47+
"@Tooltip": "若设为true,显示调试客户端(如VSCode)的行号,通常以1起始;否则显示列表索引下标,以0起始。"
48+
}
3449
},
3550
},
3651
},

0 commit comments

Comments
 (0)