From d1c623f4c3d72c859f9ad9cb985be127d6a3eb62 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:28:04 +0100 Subject: feat: Add Download Manager (pause, stop, delete) (#1339) --- src/i18n/locales/en-US.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 82c0f1b02..da6d825b6 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -9,6 +9,8 @@ "connectionLostBanner.cta": "Reload Service", "connectionLostBanner.informationLink": "What happened?", "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.", + "downloadManager.empty": "Your download list is empty.", + "downloadManager.headline": "Download Manager", "feature.basicAuth.signIn": "Sign In", "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service", @@ -23,6 +25,7 @@ "global.api.unhealthy": "Can't connect to {serverNameParse} online services", "global.cancel": "Cancel", "global.clearCache": "Clear cache", + "global.downloads": "Downloads", "global.edit": "Edit", "global.no": "No", "global.notConnectedToTheInternet": "You are not connected to the internet.", @@ -219,6 +222,7 @@ "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", "settings.app.form.hibernationStrategy": "Hibernation strategy", "settings.app.form.hideCollapseButton": "Hide Collapse button", + "settings.app.form.hideDownloadButton": "Hide Downloads button", "settings.app.form.hideNotificationsButton": "Hide Notifications & Sound button", "settings.app.form.hideRecipesButton": "Hide Recipes button", "settings.app.form.hideSettingsButton": "Hide Settings button", -- cgit v1.2.3-70-g09d2