From 08e8c65a18b8c02f00a88f90e21adeb411f8c8d9 Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:53:04 -0800 Subject: [PATCH] add action.downloadStarted key --- src/i18n/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 1c1336e3e..fd61c0961 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -6,6 +6,7 @@ "createPlaylist": "create $t(entity.playlist_one)", "deletePlaylist": "delete $t(entity.playlist_one)", "deselectAll": "deselect all", + "downloadStarted": "started download of {{count}} items", "editPlaylist": "edit $t(entity.playlist_one)", "goToPage": "go to page", "largeFetch": "this action will attempt to fetch {{count}} items from your server",