File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Common/src/main/resources/assets/hexdebug/lang Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 : {
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 : "模式:继续" ,
You can’t perform that action at this time.
0 commit comments