mirror of
https://github.com/Readarr/Readarr
synced 2026-01-29 02:43:01 +01:00
Fixed: Changed movie references to book
This commit is contained in:
parent
77d2db3c47
commit
9bca258541
1 changed files with 3 additions and 3 deletions
|
|
@ -314,7 +314,7 @@
|
|||
"ImportMechanismHealthCheckMessage": "Enable Completed Download Handling",
|
||||
"IncludeHealthWarningsHelpText": "Include Health Warnings",
|
||||
"IncludePreferredWhenRenaming": "Include Preferred when Renaming",
|
||||
"IncludeUnknownAuthorItemsHelpText": "Show items without a author in the queue, this could include removed authors, movies or anything else in Readarr's category",
|
||||
"IncludeUnknownAuthorItemsHelpText": "Show items without a author in the queue, this could include removed authors, books or anything else in Readarr's category",
|
||||
"IncludeUnmonitored": "Include Unmonitored",
|
||||
"Indexer": "Indexer",
|
||||
"IndexerIdHelpText": "Specify what indexer the profile applies to",
|
||||
|
|
@ -570,7 +570,7 @@
|
|||
"Reload": "Reload",
|
||||
"RemotePathMappingCheckBadDockerPath": "You are using docker; download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
|
||||
"RemotePathMappingCheckDockerFolderMissing": "You are using docker; download client {0} places downloads in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.",
|
||||
"RemotePathMappingCheckDownloadPermissions": "Readarr can see but not access downloaded movie {0}. Likely permissions error.",
|
||||
"RemotePathMappingCheckDownloadPermissions": "Readarr can see but not access downloaded book {0}. Likely permissions error.",
|
||||
"RemotePathMappingCheckFileRemoved": "File {0} was removed part way through processing.",
|
||||
"RemotePathMappingCheckFilesBadDockerPath": "You are using docker; download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
|
||||
"RemotePathMappingCheckFilesGenericPermissions": "Download client {0} reported files in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.",
|
||||
|
|
@ -578,7 +578,7 @@
|
|||
"RemotePathMappingCheckFilesWrongOSPath": "Remote download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
|
||||
"RemotePathMappingCheckFolderPermissions": "Readarr can see but not access download directory {0}. Likely permissions error.",
|
||||
"RemotePathMappingCheckGenericPermissions": "Download client {0} places downloads in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.",
|
||||
"RemotePathMappingCheckImportFailed": "Readarr failed to import a movie. Check your logs for details.",
|
||||
"RemotePathMappingCheckImportFailed": "Readarr failed to import a book. Check your logs for details.",
|
||||
"RemotePathMappingCheckLocalFolderMissing": "Remote download client {0} places downloads in {1} but this directory does not appear to exist. Likely missing or incorrect remote path mapping.",
|
||||
"RemotePathMappingCheckLocalWrongOSPath": "Local download client {0} places downloads in {1} but this is not a valid {2} path. Review your download client settings.",
|
||||
"RemotePathMappingCheckRemoteDownloadClient": "Remote download client {0} reported files in {1} but this directory does not appear to exist. Likely missing remote path mapping.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue