feat: update language files

This commit is contained in:
RTAkland
2021-12-21 21:37:33 +08:00
parent f986a037a8
commit 30240033cf
2 changed files with 6 additions and 2 deletions

View File

@@ -32,5 +32,7 @@
"no_location": "You haven't fill the location in the config file.",
"change_setting": "You are changing setting.",
"exit": "Exited.",
"webservice_ip": "Local webservice ip"
"webservice_ip": "Local webservice ip",
"connection_speed_too_fast": "Connection speed is too fast, subprocess: webservice has exited.",
"an_io_error": "An IO error."
}

View File

@@ -31,5 +31,7 @@
"language_not_filled": "语言选项为填写完成或填写错误, 默认zh_cn",
"change_setting": "更改设置",
"exit": "已退出",
"webservice_ip": "webservice地址"
"webservice_ip": "webservice地址",
"connection_speed_too_fast": "连接速度过快, 子进程:webservice.py 已退出",
"an_io_error": "一个IO错误"
}