mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add some warning if server running in docker
This commit is contained in:
@@ -142,5 +142,6 @@
|
||||
"keyIsExists": "Key is exists.",
|
||||
"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."
|
||||
"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."
|
||||
}
|
||||
|
||||
@@ -142,5 +142,6 @@
|
||||
"keyIsExists": "键已存在。",
|
||||
"redirectToFlutter": "访问根 URL 时重定向到 flutter 前端。",
|
||||
"downloadTimeoutCheckInterval": "下载超时检测间隔",
|
||||
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。"
|
||||
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。",
|
||||
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user