We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f921800 + 5dfa284 commit e2ec252Copy full SHA for e2ec252
Common/src/main/resources/assets/hexdebug/lang/zh_cn.flatten.json5
@@ -9,7 +9,10 @@
9
text: {
10
hexdebug: {
11
connected: "调试客户端已连接!",
12
+ no_session: "调试会话未在运行。",
13
thwack: "哐当!",
14
+ // Next Iota: [{index}] {iota}
15
+ debugger_stopped: "下一个Iota:[%d] %s",
16
},
17
18
"autoconfig.hexdebug": {
@@ -31,6 +34,18 @@
31
34
"": "调试杖智能潜行滚轮",
32
35
"@Tooltip": "若当前主手持有调试杖,且未在调试咒术,则优先处理副手中法术书一类物品的“潜行滚动滚轮”操作。",
33
36
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
+ }
49
50
51
0 commit comments