房间列表ui升级,支持输入密码

This commit is contained in:
MrZ626
2021-06-18 02:00:39 +08:00
parent a69648274c
commit 660f027c01
7 changed files with 74 additions and 47 deletions

View File

@@ -243,6 +243,7 @@ return{
match="Find Match",
},
net_rooms={
password="Password",
refreshing="Refreshing rooms",
noRoom="There aren't any rooms right now...",
refresh="Refresh",

View File

@@ -218,6 +218,7 @@ return{
match="Buscar Match",
},
net_rooms={
password="Contraseña",
refreshing="Refrescando Salas",
noRoom="No Hay Salas Actualmente",
refresh="Refrescar",
@@ -227,7 +228,7 @@ return{
net_newRoom={
title="Ajustes de sala",
roomName="Nombre (Por defecto: *usuario*'s room)",
password="Password",
password="Contraseña",
description="Descripción",
life="Vida",

View File

@@ -214,6 +214,7 @@ return{
-- match="Find Match",
},
net_rooms={
password="Mot de passe",
-- refreshing="Refreshing Rooms",
noRoom="Aucun salon actuellement",
-- refresh="Refresh",
@@ -223,7 +224,7 @@ return{
net_newRoom={
-- title="Room config",
-- roomName="Room name(default to username's room)",
-- password="Password",
password="Mot de passe",
-- description="Room description",
life="Vie",

View File

@@ -242,6 +242,7 @@ return{
-- match="Find Match",
},
net_rooms={
password="Senha",
-- refreshing="Refreshing Rooms",
noRoom="Nenhuma sala agora",
-- refresh="Refresh",
@@ -251,7 +252,7 @@ return{
net_newRoom={
-- title="Room config",
-- roomName="Room name(default to username's room)",
-- password="Password",
password="Senha",
-- description="Room description",
life="Vidas",

View File

@@ -243,6 +243,7 @@ return{
match="匹配对手",
},
net_rooms={
password="密码",
refreshing="刷新房间列表中",
noRoom="一个房间都没有哎...",
refresh="刷新",