From 8be8c7f89cf4d40bee941c5ce768aa1a74ebe398 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 5 May 2024 03:55:44 +0200 Subject: [PATCH] Add missing translation key --- src/NzbDrone.Core/Localization/Core/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 78b8557e7..128651296 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -473,6 +473,7 @@ "DownloadClientQbittorrentTorrentStateDhtDisabled": "qBittorrent cannot resolve magnet link with DHT disabled", "DownloadClientQbittorrentTorrentStateError": "qBittorrent is reporting an error", "DownloadClientQbittorrentTorrentStateMetadata": "qBittorrent is downloading metadata", + "DownloadClientQbittorrentTorrentStateMissingFiles": "qBittorrent is reporting missing files", "DownloadClientQbittorrentTorrentStatePathError": "Unable to Import. Path matches client base download directory, it's possible 'Keep top-level folder' is disabled for this torrent or 'Torrent Content Layout' is NOT set to 'Original' or 'Create Subfolder'?", "DownloadClientQbittorrentTorrentStateStalled": "The download is stalled with no connections", "DownloadClientQbittorrentTorrentStateUnknown": "Unknown download state: {state}",