{BitTorrent::TorrentState::StalledDownloading,tr("Stalled","Torrent is waiting for download to begin")},
{BitTorrent::TorrentState::StalledDownloading,tr("Stalled","Torrent is waiting for download to begin")},
{BitTorrent::TorrentState::DownloadingMetadata,tr("Downloading metadata","Used when loading a magnet link")},
{BitTorrent::TorrentState::DownloadingMetadata,tr("Downloading metadata","Used when loading a magnet link")},
{BitTorrent::TorrentState::ForcedDownloading,tr("[F] Downloading","Used when the torrent is forced started. You probably shouldn't translate the F.")},
{BitTorrent::TorrentState::ForcedDownloading,tr("[F] Downloading","Used when the torrent is forced started. You probably shouldn't translate the F.")},
{BitTorrent::TorrentState::Allocating,tr("Allocating","qBittorrent is allocating the files on disk")},
{BitTorrent::TorrentState::Uploading,tr("Seeding","Torrent is complete and in upload-only mode")},
{BitTorrent::TorrentState::Uploading,tr("Seeding","Torrent is complete and in upload-only mode")},
{BitTorrent::TorrentState::StalledUploading,tr("Seeding","Torrent is complete and in upload-only mode")},
{BitTorrent::TorrentState::StalledUploading,tr("Seeding","Torrent is complete and in upload-only mode")},
{BitTorrent::TorrentState::ForcedUploading,tr("[F] Seeding","Used when the torrent is forced started. You probably shouldn't translate the F.")},
{BitTorrent::TorrentState::ForcedUploading,tr("[F] Seeding","Used when the torrent is forced started. You probably shouldn't translate the F.")},