Update English translation

This commit is contained in:
2022-05-13 10:54:22 +08:00
parent fb17ebe60b
commit 0a0d33ae4a
4 changed files with 4955 additions and 3858 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1031,17 +1031,17 @@ namespace GrasscutterTools
private async void BtnInvokeOpenCommand_Click(object sender, EventArgs e)
{
if (TxtCommand.Text.Length < 2)
{
ShowTip("命令不能为空", TxtCommand);
return;
}
if (OC == null || !OC.CanInvoke)
{
ShowTip("请先连接到支持[OpenCommand]的服务器", BtnInvokeOpenCommand);
TCMain.SelectedTab = TPRemoteCall;
return;
}
if (TxtCommand.Text.Length < 2)
{
ShowTip("命令不能为空", TxtCommand);
return;
}
var cmd = TxtCommand.Text.Substring(1);
var btn = sender as Button;
btn.Enabled = false;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff