chore: bump version to 2.12.1
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 55s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 55s
This commit is contained in:
@@ -1295,6 +1295,9 @@ export type TorrentDownloadDto = {
|
||||
status: "downloading" | "completed" | "importing" | "imported" | "error";
|
||||
imported_files: Array<{ volume: number; source: string; destination: string }> | null;
|
||||
error_message: string | null;
|
||||
progress: number;
|
||||
download_speed: number;
|
||||
eta: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
};
|
||||
|
||||
@@ -898,6 +898,10 @@ const en: Record<TranslationKey, string> = {
|
||||
"downloads.status.importing": "Importing",
|
||||
"downloads.status.imported": "Imported",
|
||||
"downloads.status.error": "Error",
|
||||
"downloads.delete": "Delete",
|
||||
"downloads.cancel": "Cancel download",
|
||||
"downloads.confirmDelete": "Delete this download?",
|
||||
"downloads.confirmCancel": "Cancel this download? The torrent will also be removed from qBittorrent.",
|
||||
|
||||
// Settings - Torrent Import
|
||||
"settings.torrentImport": "Auto import",
|
||||
|
||||
@@ -896,6 +896,10 @@ const fr = {
|
||||
"downloads.status.importing": "Import en cours",
|
||||
"downloads.status.imported": "Importé",
|
||||
"downloads.status.error": "Erreur",
|
||||
"downloads.delete": "Supprimer",
|
||||
"downloads.cancel": "Annuler le téléchargement",
|
||||
"downloads.confirmDelete": "Supprimer ce téléchargement ?",
|
||||
"downloads.confirmCancel": "Annuler ce téléchargement ? Le torrent sera aussi supprimé de qBittorrent.",
|
||||
|
||||
// Settings - Torrent Import
|
||||
"settings.torrentImport": "Import automatique",
|
||||
|
||||
Reference in New Issue
Block a user