mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add snackbar notification when download zip completed/failed
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
@@ -82,5 +82,7 @@
|
||||
},
|
||||
"downloadAsZip": "下载为ZIP文件",
|
||||
"exportAd": "导出标记为广告的页面",
|
||||
"maxZipFilenameLength": "Zip文件中文件名的最大长度"
|
||||
"maxZipFilenameLength": "Zip文件中文件名的最大长度",
|
||||
"downloadComplete": "下载完毕。",
|
||||
"downloadZipFailed": "Zip文件下载失败。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user