update language files

This commit is contained in:
RTAkland
2021-12-24 18:57:25 +08:00
parent 3cc8afa1f4
commit 278913b2c3
2 changed files with 10 additions and 2 deletions

View File

@@ -34,5 +34,9 @@
"exit": "Exited.", "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.", "connection_speed_too_fast": "Connection speed is too fast, subprocess: webservice has exited.",
"an_io_error": "An IO error." "an_io_error": "An IO error.",
"noname": "No name.",
"hitokoto": "Get hitokoto successfully.",
"get_resource": "Get resource",
"get_resource_from": "from"
} }

View File

@@ -33,5 +33,9 @@
"exit": "已退出", "exit": "已退出",
"webservice_ip": "webservice地址", "webservice_ip": "webservice地址",
"connection_speed_too_fast": "连接速度过快, 子进程:webservice.py 已退出", "connection_speed_too_fast": "连接速度过快, 子进程:webservice.py 已退出",
"an_io_error": "一个IO错误" "an_io_error": "一个IO错误",
"noname": "佚名",
"hitokoto": "一言获取成功",
"get_resource": "获取资源",
"get_resource_from": "来自"
} }