房间选择界面初版
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user