Full "zh-Hans" translation

This commit is contained in:
BruceChen 2022-10-07 13:54:11 +08:00
parent 453914a740
commit 066c932778
10 changed files with 361 additions and 445 deletions

View file

@ -37,10 +37,10 @@ namespace MinecraftClient.ChatBots
[TomlInlineComment("$config.ChatBot.Alerts.Log_File$")]
public string Log_File = @"alerts-log.txt";
[TomlPrecedingComment("$config.ChatBot.Alerts.Matches_File$")]
[TomlPrecedingComment("$config.ChatBot.Alerts.Matches$")]
public string[] Matches = new string[] { "Yourname", " whispers ", "-> me", "admin", ".com" };
[TomlPrecedingComment("$config.ChatBot.Alerts.Excludes_File$")]
[TomlPrecedingComment("$config.ChatBot.Alerts.Excludes$")]
public string[] Excludes = new string[] { "myserver.com", "Yourname>:", "Player Yourname", "Yourname joined", "Yourname left", "[Lockette] (Admin)", " Yourname:", "Yourname is" };
public void OnSettingUpdate()