房间列表的 游戏中 标记改为多语言文本

This commit is contained in:
MrZ626
2021-04-18 00:11:28 +08:00
parent fbd3f05c63
commit 6bb589325b
7 changed files with 7 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ return{
createRoomTooFast="Hold on there! We can't handle this fast!",
createRoomSuccessed="Room successfully created!",
started="Playing",
joinRoom="joined the room.",
leaveRoom="left the room.",
notReady="Waiting",

View File

@@ -96,6 +96,7 @@ return{
createRoomTooFast="Vous avez créé un salon trop rapidement !",
createRoomSuccessed="Salon créé avec succès !",
-- started="Playing",
joinRoom="a rejoint le salon.",
leaveRoom="a quitté le salon.",
notReady="Attente",

View File

@@ -95,6 +95,7 @@ return{
-- createRoomTooFast="Create room too fast!",
-- createRoomSuccessed="Room successfully created!",
-- started="Playing",
joinRoom="Entrou a sala.",
leaveRoom="Saiu da sala.",
-- notReady="Waiting",

View File

@@ -96,6 +96,7 @@ return{
createRoomTooFast="¡Creas salas muy rápido, párale we!",
createRoomSuccessed="¡Sala creada con éxito!",
-- started="Playing",
joinRoom="entró a la sala.",
leaveRoom="salió de la sala.",
notReady="En espera",

View File

@@ -43,6 +43,7 @@ return{
createRoomTooFast="手痒要开这么多房间?",
createRoomSuccessed="创好了",
started="开了",
notReady="没有准备好",
beReady="准备好了",
champion="神仙是 $1",

View File

@@ -95,6 +95,7 @@ return{
createRoomTooFast="创建房间太快啦,等等吧",
createRoomSuccessed="创建房间成功!",
started="游戏中",
joinRoom="进入房间",
leaveRoom="离开房间",
notReady="等待中",

View File

@@ -104,7 +104,7 @@ function scene.draw()
end
if R.start then
gc.setColor(0,1,0)
gc.print("S",800,66+40*i)
gc.print(text.started,800,66+40*i)
end
gc.setColor(.9,.9,1)
gc.print(scrollPos+i,95,66+40*i)