feat: friendly notification

This commit is contained in:
cialloo
2024-07-24 22:21:19 +08:00
parent 81038b787d
commit 5ac19aeac6
6 changed files with 101 additions and 9 deletions

View File

@@ -20,5 +20,8 @@
"use": "Use It",
"configNameComment": "Write a name for this config",
"showWindow": "Show Window",
"chooseLanguage": "Choose Language"
"chooseLanguage": "Choose Language",
"successfullyConnected": "Connected",
"macOrIpAlreadyInUse": "MAC or IP address already in use or not released yet by supernode",
"otherReasonFail": "Connect fail"
}

View File

@@ -20,5 +20,8 @@
"use": "使用",
"configNameComment": "给这个配置备注一个名字",
"showWindow": "显示主面板",
"chooseLanguage": "选择语言"
"chooseLanguage": "选择语言",
"successfullyConnected": "已连接",
"macOrIpAlreadyInUse": "MAC或IP地址已被占用或者未被中转服务器释放",
"otherReasonFail": "连接失败"
}