From 372771a228c9fbb31ec4a943dd6cfa9915741c6c Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Mon, 13 May 2024 14:42:55 +0100 Subject: plugin install progress (#614) * Frontend progress bars * Backend bit * closure is stale i think so no closure for you * Fix formatting of the progress svgs * Reset progress bar when new plugin starts downloading --- backend/locales/en-US.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'backend/locales') diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 1898b29b..94e1ed3d 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -231,6 +231,15 @@ "store_testing_warning": { "desc": "You can use this store channel to test bleeding-edge plugin versions. Be sure to leave feedback on GitHub so the plugin can be updated for all users.", "label": "Welcome to the Testing Store Channel" + }, + "download_progress_info": { + "start": "Initializing", + "open_zip": "Opening zip file", + "download_zip": "Downloading plugin", + "increment_count": "Incrementing download count", + "parse_zip": "Parsing zip file", + "uninstalling_previous": "Uninstalling previous copy", + "installing_plugin": "Installing plugin" } }, "StoreSelect": { -- cgit v1.2.3