Update release profile download client warning

pull/6616/head v4.0.2.1312
Stevie Robinson 2 months ago committed by GitHub
parent d86aeb7472
commit 2ec071a5ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,7 +57,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
_localizationService.GetLocalizedString("DownloadClientRootFolderHealthCheckMessage", new Dictionary<string, object>
{
{ "downloadClientName", client.Definition.Name },
{ "path", folder.FullPath }
{ "rootFolderPath", folder.FullPath }
}),
"#downloads-in-root-folder");
}

@ -1590,7 +1590,7 @@
"ReleaseHash": "Release Hash",
"ReleaseProfile": "Release Profile",
"ReleaseProfileIndexerHelpText": "Specify what indexer the profile applies to",
"ReleaseProfileIndexerHelpTextWarning": "Using a specific indexer with release profiles can lead to duplicate releases being grabbed",
"ReleaseProfileIndexerHelpTextWarning": "Setting a specific indexer on a release profile will cause this profile to only apply to releases from that indexer.",
"ReleaseProfileTagSeriesHelpText": "Release profiles will apply to series with at least one matching tag. Leave blank to apply to all series",
"ReleaseProfiles": "Release Profiles",
"ReleaseProfilesLoadError": "Unable to load Release Profiles",

@ -1644,7 +1644,6 @@
"Pending": "Pendiente",
"QualityDefinitions": "Definiciones de calidad",
"RecyclingBin": "Papelera de reciclaje",
"ReleaseProfileIndexerHelpTextWarning": "Usar un indexador específico con perfiles de lanzamientos puede conllevar que lanzamientos duplicados sean capturados",
"ReleaseTitle": "Título de lanzamiento",
"RemotePathMappingLocalPathHelpText": "Ruta que {appName} debería usar para acceder a la ruta remota localmente",
"Remove": "Eliminar",

@ -1395,7 +1395,6 @@
"NotificationsValidationInvalidUsernamePassword": "Virheellinen käyttäjätunnus tai salasana",
"QueueFilterHasNoItems": "Mikään kohde ei vastaa valittua jonon suodatinta",
"RegularExpression": "Säännöllinen lauseke",
"ReleaseProfileIndexerHelpTextWarning": "Tietyn tietolähteen käyttö julkaisuprofiileilla saattaa aiheuttaa julkaisujen kaksoiskappaleiden kaappauksia.",
"ReleaseSceneIndicatorUnknownMessage": "Jakson numerointi vaihtelee, eikä julkaisu vastaa mitään tunnettua numerointia.",
"DownloadClientSabnzbdValidationEnableJobFolders": "Käytä työkansioita",
"EpisodeFileDeleted": "Jaksotiedosto poistettiin",

@ -654,7 +654,6 @@
"ReleaseGroups": "Groupes de version",
"ReleaseHash": "Somme de contrôle de la version",
"ReleaseProfile": "Profil de version",
"ReleaseProfileIndexerHelpTextWarning": "L'utilisation d'un indexeur spécifique avec des profils de version peut entraîner la saisie de publications en double.",
"ReleaseProfiles": "Profils de version",
"ReleaseProfilesLoadError": "Impossible de charger les profils de version",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "Le client de téléchargement {downloadClientName} place les téléchargements dans {path} mais {appName} ne peut pas voir ce répertoire. Vous devrez peut-être ajuster les autorisations du dossier.",

@ -894,7 +894,6 @@
"FormatRuntimeMinutes": "{minutes} p",
"DownloadClientRemovesCompletedDownloadsHealthCheckMessage": "A(z) {downloadClientName} letöltési kliens úgy van beállítva, hogy eltávolítsa a befejezett letöltéseket. Ez azt eredményezheti, hogy a letöltések eltávolításra kerülnek az ügyfélprogramból, mielőtt a {appName} importálhatná őket.",
"RecyclingBinCleanupHelpTextWarning": "A kiválasztott napoknál régebbi fájlok a lomtárban automatikusan törlődnek",
"ReleaseProfileIndexerHelpTextWarning": "Egy adott indexelő kiadási profilokkal történő használata duplikált kiadások megragadásához vezethet",
"RemotePath": "Távoli útvonal",
"RelativePath": "Relatív út",
"ReleaseProfile": "Release profil",

@ -772,7 +772,6 @@
"RegularExpressionsTutorialLink": "Mais detalhes sobre expressões regulares podem ser encontrados [aqui]({url}).",
"ReleaseProfile": "Perfil de Lançamento",
"ReleaseProfileIndexerHelpText": "Especifique a qual indexador o perfil se aplica",
"ReleaseProfileIndexerHelpTextWarning": "Usar um indexador específico com perfis de lançamento pode levar à captura de lançamentos duplicados",
"ReleaseProfileTagSeriesHelpText": "Os perfis de lançamento serão aplicados a séries com pelo menos uma tag correspondente. Deixe em branco para aplicar a todas as séries",
"ReleaseProfiles": "Perfis de Lançamentos",
"ReleaseProfilesLoadError": "Não foi possível carregar perfis de lançamentos",

@ -1082,7 +1082,6 @@
"RefreshAndScan": "刷新并扫描",
"RefreshAndScanTooltip": "刷新信息并扫描磁盘",
"ReleaseProfileIndexerHelpText": "指定配置文件应用于哪个索引器",
"ReleaseProfileIndexerHelpTextWarning": "使用有发布配置的特定索引器可能会导致重复获取发布",
"ReleaseRejected": "发布被拒绝",
"ReleaseSceneIndicatorAssumingTvdb": "推测TVDB编号。",
"ReleaseSceneIndicatorMappedNotRequested": "在此搜索中未包含已映射的剧集。",

Loading…
Cancel
Save