添加几个房间内命令

添加房间被解散的语言文本
把一处神秘写法改正常一点
This commit is contained in:
MrZ_26
2022-11-05 02:08:13 +08:00
parent c2d29c3d6a
commit a2b762dcbc
11 changed files with 30 additions and 8 deletions

View File

@@ -186,6 +186,7 @@ return {
started="Playing",
joinRoom="$1 has entered the room.",
leaveRoom="$1 has left the room.",
roomRemoved="Room was removed",
ready="Ready",
spectating="Spectating",

View File

@@ -185,6 +185,7 @@ return {
started="En juego",
joinRoom="$1 entró a la sala.",
leaveRoom="$1 salió de la sala.",
-- roomRemoved="Room was removed",
ready="LISTO",
spectating="Espectando",

View File

@@ -177,13 +177,12 @@ return {
-- started="Playing",
joinRoom="$1 a rejoint le salon.",
leaveRoom="$1 a quitté le salon.",
-- roomRemoved="Room was removed",
-- ready="READY",
-- connStream="CONNECTING",
-- waitStream="WAITING",
-- spectating="Spectating",
-- keySettingInstruction="Press to bind key\nescape: cancel\nbackspace: delete",
-- customBGhelp="Drop image file here to apply custom background",
-- customBGloadFailed="Unsupport image format for custom background",

View File

@@ -187,6 +187,7 @@ return {
started="Bermain",
joinRoom="$1 telah memasuki ruangan.",
leaveRoom="$1 telah keluar dari ruangan.",
-- roomRemoved="Room was removed",
ready="Siap",
spectating="Menonton",

View File

@@ -186,6 +186,7 @@ return {
started="プレイ中",
joinRoom="$1 が入室しました",
leaveRoom="$1 が退出しました",
-- roomRemoved="Room was removed",
ready="準備OK",
spectating="観戦中",

View File

@@ -174,9 +174,8 @@ return {
-- started="Playing",
joinRoom="$1 Entrou a sala.",
leaveRoom="$1 Saiu da sala.",
-- roomRemoved="Room was removed",
-- ready="READY",
-- connStream="CONNECTING",
-- waitStream="WAITING",
-- spectating="Spectating",

View File

@@ -186,6 +186,7 @@ return {
started="游戏中",
joinRoom="$1 进入房间",
leaveRoom="$1 离开房间",
roomRemoved="房间被解散",
ready="各就各位!",
spectating="观战中",

View File

@@ -135,6 +135,7 @@ return {
started="Room.Playing();",
joinRoom="Room.Join($1);",
leaveRoom="Room.Leave($1);",
roomRemoved="Room.Removed();",
ready="Ready();",
spectating="Room.Spectating();",

View File

@@ -186,6 +186,7 @@ return {
started="遊戲中",
joinRoom="$1 進入房間",
leaveRoom="$1 離開房間",
roomRemoved="房間被解散",
ready="準備!",
spectating="旁觀中",