mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Bug fix
This commit is contained in:
parent
77d858dc35
commit
c1a04fe5bf
12 changed files with 57 additions and 27 deletions
|
|
@ -237,6 +237,12 @@ cmd.changeSlot.fail=Could not change slot
|
|||
|
||||
# Chunk
|
||||
cmd.chunk.desc=Displays the chunk loading status.\nChange EnableEmoji=false in the settings if the display is confusing.
|
||||
cmd.chunk.current=Current location:{0}, chunk: ({1}, {2}).
|
||||
cmd.chunk.marked=Marked location:
|
||||
cmd.chunk.chunk_pos=chunk: ({0}, {1}).
|
||||
cmd.chunk.outside=§x§0Since the marked chunk is outside the graph, it will not be displayed!§r
|
||||
cmd.chunk.icon=Player:{0}, MarkedChunk:{1}, NotReceived:{2}, Loading:{3}, Loaded:{4}
|
||||
cmd.chunk.for_debug=§x§0This command is used for debugging, make sure you know what you are doing.§r
|
||||
|
||||
# Connect
|
||||
cmd.connect.desc=connect to the specified server.
|
||||
|
|
|
|||
|
|
@ -237,6 +237,12 @@ cmd.changeSlot.fail=无法变更栏位
|
|||
|
||||
# Chunk
|
||||
cmd.chunk.desc=显示区块加载状态。\n如果显示错乱竟在设置中更改 EnableEmoji=false 。
|
||||
cmd.chunk.current=当前位置:{0},所在区块:({1}, {2})。
|
||||
cmd.chunk.marked=标记的位置:
|
||||
cmd.chunk.chunk_pos=区块:({0}, {1})。
|
||||
cmd.chunk.outside=§x§0由于被标记的区块距离玩家太远,它不会被显示在图中§r
|
||||
cmd.chunk.icon=玩家:{0},标记的区块:{1},未收到:{2},加载中:{3},已加载:{4}
|
||||
cmd.chunk.for_debug=§x§0此命令仅用于调试使用,确保你已经了解执行该命令会造成的影响。§r
|
||||
|
||||
# Connect
|
||||
cmd.connect.desc=连接到指定的服务器。
|
||||
|
|
|
|||
|
|
@ -237,6 +237,12 @@ cmd.changeSlot.fail=無法變更欄位
|
|||
|
||||
# Chunk
|
||||
cmd.chunk.desc=顯示區塊載入狀態。\n如果顯示錯亂竟在設定中更改 EnableEmoji=false 。
|
||||
cmd.chunk.current=當前位置:{0},所在區塊:({1}, {2})。
|
||||
cmd.chunk.marked=標記的位置:
|
||||
cmd.chunk.chunk_pos=區塊:({0}, {1})。
|
||||
cmd.chunk.outside=§x§0由於被標記的區塊距離玩家太遠,它不會被顯示在圖中§r
|
||||
cmd.chunk.icon=玩家:{0},標記的區塊:{1},未收到:{2},載入中:{3},已載入:{4}
|
||||
cmd.chunk.for_debug=§x§0此命令僅用於除錯使用,確保你已經瞭解執行該命令會造成的影響。§r
|
||||
|
||||
# Connect
|
||||
cmd.connect.desc=連線到指定的伺服器。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue