联网推进(观战功能测试)

This commit is contained in:
MrZ626
2021-05-18 19:52:29 +08:00
parent d07075ca9c
commit 5b43ff8c45
12 changed files with 123 additions and 62 deletions

View File

@@ -105,10 +105,11 @@ return{
started="Playing",
joinRoom="has joined the room.",
leaveRoom="has left the room.",
ready="READY",
connStream="CONNECTING",
waitStream="WAITING",
ready="Ready",
connStream="Connecting",
waitStream="Waiting",
champion="$1 won",
spectating="Spectating",
chatRemain="Online",
chatStart="------Beginning of log------",
chatHistory="------New messages below------",
@@ -266,6 +267,7 @@ return{
},
net_game={
ready="Ready",
spectate="Spectate",
cancel="Cancel",
},
setting_game={

View File

@@ -109,6 +109,7 @@ return{
-- connStream="CONNECTING",
-- waitStream="WAITING",
champion="$1 a gagné",
-- spectating="Spectating",
chatRemain="En ligne : ",
chatStart="--------Début des logs--------",
chatHistory="-Nouveaux messages en dessous-",
@@ -236,6 +237,7 @@ return{
},
net_game={
-- ready="Ready",
-- spectate="Spectate",
-- cancel="Cancel",
},
setting_game={

View File

@@ -266,6 +266,7 @@ return{
},
net_game={
-- ready="Ready",
-- spectate="Spectate",
-- cancel="Cancel",
},
setting_game={

View File

@@ -109,6 +109,7 @@ return{
-- connStream="CONNECTING",
-- waitStream="WAITING",
champion="$1 ganó!",
-- spectating="Spectating",
chatRemain="Usuarios en línea: ",
chatStart="------Comienzo del historial------",
chatHistory="------Nuevos mensajes------",
@@ -243,6 +244,7 @@ return{
},
net_game={
ready="Estoy Listo",
-- spectate="Spectate",
-- cancel="Cancel",
},
setting_game={

View File

@@ -47,6 +47,7 @@ return{
createRoomSuccessed="创好了",
started="开了",
champion="神仙是 $1",
spectating="看戏中",
stat={
"开了几次:",

View File

@@ -109,6 +109,7 @@ return{
connStream="正在连接",
waitStream="等待其他人连接",
champion="$1 获胜",
spectating="观战中",
chatRemain="人数:",
chatStart="------消息的开头------",
chatHistory="------以上是历史消息------",
@@ -266,6 +267,7 @@ return{
},
net_game={
ready="准备",
spectate="观战",
cancel="取消",
},
setting_game={