联网推进48,增加准备按钮和开房按钮
This commit is contained in:
@@ -93,6 +93,8 @@ return{
|
||||
wsError="WebSocket error: ",
|
||||
waitNetTask="Connecting, please wait",
|
||||
|
||||
createRoomTooFast="Create room too fast!",
|
||||
createRoomSuccessed="Room successfully created!",
|
||||
joinRoom="joined the room.",
|
||||
leaveRoom="left the room.",
|
||||
notReady="Waiting",
|
||||
@@ -244,10 +246,14 @@ return{
|
||||
},
|
||||
net_rooms={
|
||||
fresh="Fresh",
|
||||
new="New room",
|
||||
join="Join",
|
||||
up="↑",
|
||||
down="↓",
|
||||
},
|
||||
net_game={
|
||||
ready="Ready",
|
||||
},
|
||||
net_chat={
|
||||
send="Send",
|
||||
},
|
||||
|
||||
@@ -95,6 +95,8 @@ return{
|
||||
-- wsError="WebSocket error: ",
|
||||
-- waitNetTask="Connecting, please wait",
|
||||
|
||||
-- createRoomTooFast="Create room too fast!",
|
||||
-- createRoomSuccessed="Room successfully created!",
|
||||
-- joinRoom="joined the room.",
|
||||
-- leaveRoom="left the room.",
|
||||
-- notReady="Waiting",
|
||||
@@ -222,10 +224,14 @@ return{
|
||||
},
|
||||
net_rooms={
|
||||
-- fresh="Fresh",
|
||||
-- new="New room",
|
||||
-- join="Join",
|
||||
up="↑",
|
||||
down="↓",
|
||||
},
|
||||
net_game={
|
||||
-- ready="Ready",
|
||||
},
|
||||
net_chat={
|
||||
-- send="Send",
|
||||
},
|
||||
|
||||
@@ -93,6 +93,8 @@ return{
|
||||
wsError="WebSocket error: ",
|
||||
waitNetTask="Conectando, aguarde",
|
||||
|
||||
-- createRoomTooFast="Create room too fast!",
|
||||
-- createRoomSuccessed="Room successfully created!",
|
||||
joinRoom="Entrou a sala.",
|
||||
leaveRoom="Saiu da sala.",
|
||||
-- notReady="Waiting",
|
||||
@@ -244,10 +246,14 @@ return{
|
||||
},
|
||||
net_rooms={
|
||||
fresh="Fresh",
|
||||
-- new="New room",
|
||||
-- join="Join",
|
||||
up="↑",
|
||||
down="↓",
|
||||
},
|
||||
net_game={
|
||||
-- ready="Ready",
|
||||
},
|
||||
net_chat={
|
||||
send="Mandar",
|
||||
},
|
||||
|
||||
@@ -96,6 +96,8 @@ return{
|
||||
-- wsError="WebSocket error: ",
|
||||
-- waitNetTask="Connecting, please wait",
|
||||
|
||||
-- createRoomTooFast="Create room too fast!",
|
||||
-- createRoomSuccessed="Room successfully created!",
|
||||
-- joinRoom="joined the room.",
|
||||
-- leaveRoom="left the room.",
|
||||
-- notReady="Waiting",
|
||||
@@ -224,10 +226,14 @@ return{
|
||||
},
|
||||
net_rooms={
|
||||
-- fresh="Fresh",
|
||||
-- new="New room",
|
||||
-- join="Join",
|
||||
up="↑",
|
||||
down="↓",
|
||||
},
|
||||
net_game={
|
||||
-- ready="Ready",
|
||||
},
|
||||
net_chat={
|
||||
-- send="Send",
|
||||
},
|
||||
|
||||
@@ -40,6 +40,9 @@ return{
|
||||
diffPassword="字不认识?",
|
||||
|
||||
ranks={"菜","可","好","强","您"},
|
||||
|
||||
createRoomTooFast="手痒要开这么多房间?",
|
||||
createRoomSuccessed="创好了",
|
||||
notReady="没有准备好",
|
||||
beReady="准备好了",
|
||||
|
||||
|
||||
@@ -94,6 +94,8 @@ return{
|
||||
wsError="WS错误: ",
|
||||
waitNetTask="正在连接,请稍候",
|
||||
|
||||
createRoomTooFast="创建房间太快啦,等等吧",
|
||||
createRoomSuccessed="创建房间成功!",
|
||||
joinRoom="进入房间",
|
||||
leaveRoom="离开房间",
|
||||
notReady="等待中",
|
||||
@@ -245,10 +247,14 @@ return{
|
||||
},
|
||||
net_rooms={
|
||||
fresh="刷新",
|
||||
new="创建房间",
|
||||
join="加入",
|
||||
up="↑",
|
||||
down="↓",
|
||||
},
|
||||
net_game={
|
||||
ready="准备",
|
||||
},
|
||||
net_chat={
|
||||
send="发送",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user