玩家个人信息栏下部显示在线玩家数量
This commit is contained in:
@@ -97,6 +97,8 @@ return{
|
||||
wsClose="WebSocket Closed: ",
|
||||
netTimeout="Network connection timeout",
|
||||
|
||||
onlinePlayerCount="Online",
|
||||
|
||||
createRoomTooFast="You are creating a room too fast!",
|
||||
createRoomSuccessed="Room successfully created!",
|
||||
started="Playing",
|
||||
@@ -105,7 +107,7 @@ return{
|
||||
ready="READY",
|
||||
set="SET",
|
||||
champion="$1 won",
|
||||
chatRemain="Online: ",
|
||||
chatRemain="Online",
|
||||
chatStart="------Beginning of log------",
|
||||
chatHistory="------New messages below------",
|
||||
|
||||
|
||||
@@ -97,6 +97,8 @@ return{
|
||||
-- wsClose="WebSocket Closed: ",
|
||||
-- netTimeout="Network connection timeout",
|
||||
|
||||
-- onlinePlayerCount="Online",
|
||||
|
||||
createRoomTooFast="Vous avez créé un salon trop rapidement !",
|
||||
createRoomSuccessed="Salon créé avec succès !",
|
||||
-- started="Playing",
|
||||
|
||||
@@ -97,6 +97,8 @@ return{
|
||||
wsClose="WebSocket closed: ",
|
||||
-- netTimeout="Network connection timeout",
|
||||
|
||||
-- onlinePlayerCount="Online",
|
||||
|
||||
-- createRoomTooFast="Create room too fast!",
|
||||
-- createRoomSuccessed="Room successfully created!",
|
||||
-- started="Playing",
|
||||
@@ -105,7 +107,7 @@ return{
|
||||
-- ready="READY",
|
||||
-- set="SET",
|
||||
-- champion="$1 won",
|
||||
chatRemain="Online: ",
|
||||
chatRemain="Online",
|
||||
chatStart="------Começo do log------",
|
||||
chatHistory="------Novas mensagens abaixo------",
|
||||
|
||||
|
||||
@@ -97,6 +97,8 @@ return{
|
||||
wsClose="WebSocket cerrado: ",
|
||||
waitNetTask="Conectando, espera por favor",
|
||||
|
||||
-- onlinePlayerCount="Online",
|
||||
|
||||
createRoomTooFast="¡Creas salas muy rápido, párale we!",
|
||||
createRoomSuccessed="¡Sala creada con éxito!",
|
||||
-- started="Playing",
|
||||
|
||||
@@ -97,6 +97,8 @@ return{
|
||||
wsClose="WS被断开: ",
|
||||
netTimeout="网络连接超时",
|
||||
|
||||
onlinePlayerCount="在线人数",
|
||||
|
||||
createRoomTooFast="创建房间太快啦,等等吧",
|
||||
createRoomSuccessed="创建房间成功!",
|
||||
started="游戏中",
|
||||
|
||||
Reference in New Issue
Block a user