微调开房参数ui,修复esc键不能正确返回的bug
This commit is contained in:
@@ -256,7 +256,7 @@ return{
|
||||
join="Join",
|
||||
},
|
||||
net_newRoom={
|
||||
title="Custom room config",
|
||||
title="Room config",
|
||||
roomName="Room name(default to username's room)",
|
||||
roomDescription="Room description",
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ return{
|
||||
join="Rejoindre",
|
||||
},
|
||||
net_newRoom={
|
||||
-- title="Custom room config",
|
||||
-- title="Room config",
|
||||
-- roomName="Room name(default to username's room)",
|
||||
-- roomDescription="Room description",
|
||||
|
||||
|
||||
@@ -255,7 +255,7 @@ return{
|
||||
-- join="Join",
|
||||
},
|
||||
net_newRoom={
|
||||
-- title="Custom room config",
|
||||
-- title="Room config",
|
||||
-- roomName="Room name(default to username's room)",
|
||||
-- roomDescription="Room description",
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ return{
|
||||
join="Unirse",
|
||||
},
|
||||
net_newRoom={
|
||||
-- title="Custom room config",
|
||||
-- title="Room config",
|
||||
-- roomName="Room name(default to username's room)",
|
||||
-- roomDescription="Room description",
|
||||
|
||||
|
||||
@@ -256,8 +256,8 @@ return{
|
||||
join="加入",
|
||||
},
|
||||
net_newRoom={
|
||||
title="自定义房间参数",
|
||||
roomName="房间名(留空默认 用户名's room)",
|
||||
title="房间参数",
|
||||
roomName="房间名 (留空默认 用户名's room)",
|
||||
roomDescription="房间描述",
|
||||
|
||||
life="命数",
|
||||
@@ -276,7 +276,7 @@ return{
|
||||
fall="消行延迟",
|
||||
|
||||
capacity="房间容量",
|
||||
create="创建房间",
|
||||
create="创建",
|
||||
|
||||
ospin="O-spin",
|
||||
fineKill="强制极简",
|
||||
|
||||
Reference in New Issue
Block a user