更改准备按钮文本

This commit is contained in:
MrZ626
2021-04-08 23:28:26 +08:00
parent bdf1ce640c
commit 2bdbc4d792
5 changed files with 5 additions and 5 deletions

View File

@@ -257,7 +257,7 @@ return{
down="", down="",
}, },
net_game={ net_game={
ready="Ready", ready="Ready/Cancel",
}, },
net_chat={ net_chat={
send="Send", send="Send",

View File

@@ -229,7 +229,7 @@ return{
down="", down="",
}, },
net_game={ net_game={
ready="Prêt", -- ready="Ready/Cancel",
}, },
net_chat={ net_chat={
send="Envoyer", send="Envoyer",

View File

@@ -257,7 +257,7 @@ return{
down="", down="",
}, },
net_game={ net_game={
-- ready="Ready", -- ready="Ready/Cancel",
}, },
net_chat={ net_chat={
send="Mandar", send="Mandar",

View File

@@ -235,7 +235,7 @@ return{
down="", down="",
}, },
net_game={ net_game={
-- ready="Ready", -- ready="Ready/Cancel",
}, },
net_chat={ net_chat={
-- send="Send", -- send="Send",

View File

@@ -257,7 +257,7 @@ return{
down="", down="",
}, },
net_game={ net_game={
ready="准备", ready="准备/取消",
}, },
net_chat={ net_chat={
send="发送", send="发送",