Skip to content

Commit a01e6c8

Browse files
authored
zh_cn lang update
1 parent d6ebcd0 commit a01e6c8

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@
1616

1717
text: {
1818
hexdebug: {
19-
connected: "调试客户端已连接!",
20-
no_session: "线程%d的调试会话未在运行。",
21-
not_paused: "线程%d的调试会话未被暂停。",
19+
debugging: {
20+
connected: "调试客户端已连接!",
21+
no_session: "线程%d的调试会话未在运行。",
22+
not_paused: "线程%d的调试会话未被暂停。",
23+
// Next Iota: [{index}] {iota}
24+
debugger_stopped: "下一个Iota:[%d] %s",
25+
illegal_thread: "物品不知怎的失效了……是我还要再提升自己的技术吗?",
26+
out_of_range: "调试员已离开连接范围。",
27+
},
28+
2229
thwack: "哐当!",
23-
// Next Iota: [{index}] {iota}
24-
debugger_stopped: "下一个Iota:[%d] %s",
2530

2631
splicing_table: {
2732
button: {
@@ -252,7 +257,10 @@
252257

253258
hexdebug: {
254259
tooltip: {
255-
thread_id: "线程:%d",
260+
thread: {
261+
inactive: "线程 %d",
262+
active: "线程 %s(%s)",
263+
},
256264
debugger: {
257265
step_mode: {
258266
continue: "模式:继续",

0 commit comments

Comments
 (0)