summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2024-05-13 14:42:55 +0100
committerGitHub <noreply@github.com>2024-05-13 14:42:55 +0100
commit372771a228c9fbb31ec4a943dd6cfa9915741c6c (patch)
tree5cd9cc5bd5cd2814e5d588232342b754324747e3 /backend/locales
parent675b6d5ef8c3f84e5758d675ae0ff94ebb601de4 (diff)
downloaddecky-loader-372771a228c9fbb31ec4a943dd6cfa9915741c6c.tar.gz
decky-loader-372771a228c9fbb31ec4a943dd6cfa9915741c6c.zip
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
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/en-US.json9
1 files changed, 9 insertions, 0 deletions
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": {