mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
add task manager
This commit is contained in:
@@ -143,5 +143,11 @@
|
||||
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL.",
|
||||
"downloadTimeoutCheckInterval": "The interval of checking download timeout",
|
||||
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage.",
|
||||
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting."
|
||||
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting.",
|
||||
"taskManager": "Task Manager",
|
||||
"waiting": "Waiting",
|
||||
"running": "Running",
|
||||
"finished": "Finished",
|
||||
"failed": "Failed",
|
||||
"allTasks": "All Tasks"
|
||||
}
|
||||
|
||||
@@ -143,5 +143,11 @@
|
||||
"redirectToFlutter": "访问根 URL 时重定向到 flutter 前端。",
|
||||
"downloadTimeoutCheckInterval": "下载超时检测间隔",
|
||||
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。",
|
||||
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。"
|
||||
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。",
|
||||
"taskManager": "任务管理器",
|
||||
"waiting": "等待中",
|
||||
"running": "运行中",
|
||||
"finished": "已完成",
|
||||
"failed": "已失败",
|
||||
"allTasks": "所有任务"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user