update webui

This commit is contained in:
hiyouga
2023-08-09 00:26:11 +08:00
parent eecc4b2131
commit 3a720aac66
5 changed files with 24 additions and 6 deletions

View File

@@ -513,6 +513,10 @@ ALERTS = {
"en": "Please provide export dir.",
"zh": "请填写导出目录"
},
"err_failed": {
"en": "Failed.",
"zh": "训练出错。"
},
"info_aborting": {
"en": "Aborted, wait for terminating...",
"zh": "训练中断,正在等待线程结束……"