From e4df93456de5695adf52c5175c0c7fd64097a7d3 Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Sun, 29 Mar 2026 17:23:28 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20retirer=20le=20terme=20"manquant"=20des?= =?UTF-8?q?=20badges=20de=20volumes=20dans=20les=20r=C3=A9sultats=20Prowla?= =?UTF-8?q?rr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/backoffice/lib/i18n/en.ts | 2 +- apps/backoffice/lib/i18n/fr.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backoffice/lib/i18n/en.ts b/apps/backoffice/lib/i18n/en.ts index 079f575..d19c9de 100644 --- a/apps/backoffice/lib/i18n/en.ts +++ b/apps/backoffice/lib/i18n/en.ts @@ -647,7 +647,7 @@ const en: Record = { "prowlarr.sentError": "Failed to send to qBittorrent", "prowlarr.replaceAndDownload": "Download and replace existing", "prowlarr.confirmReplace": "This will re-download all volumes in the pack, including those already present. Continue?", - "prowlarr.missingVol": "Vol. {{vol}} missing", + "prowlarr.missingVol": "Vol. {{vol}}", // Settings - qBittorrent "settings.qbittorrent": "qBittorrent", diff --git a/apps/backoffice/lib/i18n/fr.ts b/apps/backoffice/lib/i18n/fr.ts index b29ede1..1de57fc 100644 --- a/apps/backoffice/lib/i18n/fr.ts +++ b/apps/backoffice/lib/i18n/fr.ts @@ -645,7 +645,7 @@ const fr = { "prowlarr.sentError": "Échec de l'envoi à qBittorrent", "prowlarr.replaceAndDownload": "Télécharger et remplacer les existants", "prowlarr.confirmReplace": "Cela va retélécharger tous les volumes du pack, y compris ceux déjà présents. Continuer ?", - "prowlarr.missingVol": "T{{vol}} manquant", + "prowlarr.missingVol": "T{{vol}}", // Settings - qBittorrent "settings.qbittorrent": "qBittorrent",