Add export zip dialog

This commit is contained in:
2024-05-30 21:21:13 +08:00
parent 490052a1f8
commit 9e0aa9ca84
12 changed files with 489 additions and 6 deletions

View File

@@ -152,7 +152,7 @@
"allTasks": "All Tasks",
"ehMetadataCacheTime": "The time to cache the metadata of the gallery from E-Hentai",
"hour": "hour",
"createDownloadTask": "Create Download Task",
"createDownloadTask": "Create download task",
"galleryURL": "Gallery URL",
"galleryToken": "Gallery Token",
"randomFileSecret": "The secret of token to access random file without login",
@@ -240,5 +240,7 @@
"changedPasswordSuccessfully": "Changed password successfully.",
"logout": "Log out",
"logoutConfirm": "Do you want to log out?",
"failedLogout": "Failed to log out: "
"failedLogout": "Failed to log out: ",
"createExportZipTask": "Create export as ZIP file task",
"outputDir": "Output directory"
}

View File

@@ -240,5 +240,7 @@
"changedPasswordSuccessfully": "修改密码成功。",
"logout": "退出登录",
"logoutConfirm": "是否退出登录",
"failedLogout": "退出登录失败:"
"failedLogout": "退出登录失败:",
"createExportZipTask": "新建导出为ZIP文件任务",
"outputDir": "输出文件夹"
}