mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Document better some translatable strings.
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
|||||||
display = tr("Downloading");
|
display = tr("Downloading");
|
||||||
break;
|
break;
|
||||||
case TorrentModelItem::STATE_DOWNLOADING_META:
|
case TorrentModelItem::STATE_DOWNLOADING_META:
|
||||||
display = tr("Downloading metadata");
|
display = tr("Downloading metadata", "used when loading a magnet link");
|
||||||
break;
|
break;
|
||||||
case TorrentModelItem::STATE_ALLOCATING:
|
case TorrentModelItem::STATE_ALLOCATING:
|
||||||
display = tr("Allocating", "qBittorrent is allocating the files on disk");
|
display = tr("Allocating", "qBittorrent is allocating the files on disk");
|
||||||
@@ -120,7 +120,7 @@ public:
|
|||||||
display = tr("Queued for checking", "i.e. torrent is queued for hash checking");
|
display = tr("Queued for checking", "i.e. torrent is queued for hash checking");
|
||||||
break;
|
break;
|
||||||
case TorrentModelItem::STATE_QUEUED_FASTCHECK:
|
case TorrentModelItem::STATE_QUEUED_FASTCHECK:
|
||||||
display = tr("Checking resume data");
|
display = tr("Checking resume data", "used when loading the torrents from disk after qbt is launched. It checks the correctness of the .fastresume file. Normally it is completed in a fraction of a second, unless loading many many torrents.");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
display = "";
|
display = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user