房间选择界面初版

This commit is contained in:
MrZ626
2021-01-01 04:11:44 +08:00
parent 0ae960834d
commit 40d88a1838
5 changed files with 111 additions and 19 deletions

View File

@@ -94,6 +94,7 @@ return{
-- wsFailed="WebSocket: connection failed",
-- wsDisconnected="WebSocket: disconnected",
-- wsNoConn="WebSocket: you are not connected",
-- waitNetTask="Connecting, please wait",
-- chatJoin="joined the room.",
-- chatLeave="left the room.",
@@ -102,6 +103,7 @@ return{
-- chatHistory="------New messages below------",
-- chatQuit="Press again to exit",
-- noRooms="No Rooms Now",
-- roomsFetchFailed="Failed to fetch rooms",
errorMsg="Ha ocurrido un error y Techmino necesita reiniciarse.\nSe creó un registro de error, puedes enviarlo al autor.",
@@ -231,6 +233,11 @@ return{
-- rooms="Rooms",
-- chat="Chat",
},
net_rooms={
-- fresh="Fresh",
up="",
down="",
},
net_chat={
-- clear="Clear",
-- send="Send",