房间选择界面初版

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

@@ -90,6 +90,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.",
@@ -98,6 +99,7 @@ return{
chatHistory="------New messages below------",
chatQuit="Press again to exit",
noRooms="No Rooms Now",
roomsFetchFailed="Failed to fetch rooms",
errorMsg="An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author.",
@@ -248,6 +250,11 @@ return{
rooms="Rooms",
chat="Chat",
},
net_rooms={
fresh="Fresh",
up="",
down="",
},
net_chat={
clear="Clear",
send="Send",

View File

@@ -93,6 +93,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.",
@@ -101,6 +102,7 @@ return{
-- chatHistory="------New messages below------",
-- chatQuit="Press again to exit",
-- noRooms="No Rooms Now",
-- roomsFetchFailed="Failed to fetch rooms",
errorMsg="Une erreur est survenue et Techmino doit redémarrer.\nDes informations concernant l'erreur ont été créées, et vous pouvez les envoyer au créateur.",
@@ -227,6 +229,11 @@ return{
-- rooms="Rooms",
-- chat="Chat",
},
net_rooms={
-- fresh="Fresh",
up="",
down="",
},
net_chat={
-- clear="Clear",
-- send="Send",

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",

View File

@@ -91,6 +91,7 @@ return{
wsFailed="WS连接失败",
wsDisconnected="WS连接断开",
wsNoConn="WS未连接",
waitNetTask="正在连接,请稍候",
chatJoin="进入房间",
chatLeave="离开房间",
@@ -99,6 +100,7 @@ return{
chatHistory="------以上是历史消息------",
chatQuit="再按一次退出",
noRooms="一个房间都没有哎...",
roomsFetchFailed="拉取房间列表失败",
errorMsg="Techmino遭受了雷击,需要重新启动.\n我们已收集了一些错误信息,你可以向作者进行反馈.",
@@ -251,6 +253,11 @@ return{
rooms="房间列表",
chat="聊天室",
},
net_rooms={
fresh="刷新",
up="",
down="",
},
net_chat={
clear="清空",
send="发送",