修复端口被占用的提示没有翻译的问题;软件首次启动提示 增加翻译(翻译为当前系统语言)

This commit is contained in:
橘子皮
2020-07-17 10:03:31 +08:00
parent cc459d3f59
commit 2537fdd8fe
5 changed files with 10 additions and 9 deletions

View File

@@ -69,7 +69,8 @@ namespace Netch.Utils
else
{
// 弹出提示
MessageBoxX.Show("如果你是第一次使用本软件\n请务必前往http://netch.org 安装程序所需依赖,\n否则程序将无法正常运行", i18N.Translate("注意!"));
i18N.Load("System");
MessageBoxX.Show(i18N.Translate("If this is your first time using this software,\n please check http://netch.org to install supports first,\n or the program may report errors."));
// 创建 data 文件夹并保存默认设置
Save();