mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add db_path to settings page
This commit is contained in:
@@ -15,5 +15,7 @@
|
||||
"max_task_count": "Maximum number of parallel tasks: ",
|
||||
"max_retry_count": "Maximum retry count: ",
|
||||
"max_download_img_count": "Maximum number of parallel downloads of images: ",
|
||||
"save_dlg": "Do you want to save settings?"
|
||||
"save_dlg": "Do you want to save settings?",
|
||||
"db_path": "The folder where the database is stored: ",
|
||||
"db_path_help": "If not set, the download location is used."
|
||||
}
|
||||
|
||||
@@ -15,5 +15,7 @@
|
||||
"max_task_count": "最大并行任务数:",
|
||||
"max_retry_count": "最大重试次数:",
|
||||
"max_download_img_count": "最大图片并行下载数:",
|
||||
"save_dlg": "是否保存设置?"
|
||||
"save_dlg": "是否保存设置?",
|
||||
"db_path": "存放数据库的文件夹位置:",
|
||||
"db_path_help": "如果未设置,将使用下载位置。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user