Add snackbar notification when download zip completed/failed

This commit is contained in:
2023-09-16 17:37:56 +08:00
parent f2b6ad465d
commit b1db9b452f
3 changed files with 21 additions and 3 deletions

View File

@@ -82,5 +82,7 @@
},
"downloadAsZip": "Download as ZIP file",
"exportAd": "Export pages which marked as ads",
"maxZipFilenameLength": "Maximum length of filenames in Zip files"
"maxZipFilenameLength": "Maximum length of filenames in Zip files",
"downloadComplete": "Download completed.",
"downloadZipFailed": "Failed to download ZIP file."
}

View File

@@ -82,5 +82,7 @@
},
"downloadAsZip": "下载为ZIP文件",
"exportAd": "导出标记为广告的页面",
"maxZipFilenameLength": "Zip文件中文件名的最大长度"
"maxZipFilenameLength": "Zip文件中文件名的最大长度",
"downloadComplete": "下载完毕。",
"downloadZipFailed": "Zip文件下载失败。"
}