mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 08:23:22 +02:00
Fix: Bad Translate when removing Activity from queue
(also sort)
This commit is contained in:
parent
df15c636a4
commit
85bfcd72ff
1 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
"AreYouSureYouWantToDeleteThisDelayProfile": "Are you sure you want to delete this delay profile?",
|
"AreYouSureYouWantToDeleteThisDelayProfile": "Are you sure you want to delete this delay profile?",
|
||||||
"AreYouSureYouWantToDeleteThisImportListExclusion": "Are you sure you want to delete this import list exclusion?",
|
"AreYouSureYouWantToDeleteThisImportListExclusion": "Are you sure you want to delete this import list exclusion?",
|
||||||
"AreYouSureYouWantToDeleteThisRemotePathMapping": "Are you sure you want to delete this remote path mapping?",
|
"AreYouSureYouWantToDeleteThisRemotePathMapping": "Are you sure you want to delete this remote path mapping?",
|
||||||
"AreYouSureYouWantToRemoveSelectedItemsFromQueue": "Are you sure you want to remove {1} item{2} from the queue?",
|
"AreYouSureYouWantToRemoveSelectedItemsFromQueue": "Are you sure you want to remove {0} item{1} from the queue?",
|
||||||
"AreYouSureYouWantToRemoveTheSelectedItemsFromBlacklist": "Are you sure you want to remove the selected items from the blacklist?",
|
"AreYouSureYouWantToRemoveTheSelectedItemsFromBlacklist": "Are you sure you want to remove the selected items from the blacklist?",
|
||||||
"AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?",
|
"AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?",
|
||||||
"AsAllDayHelpText": "Events will appear as all-day events in your calendar",
|
"AsAllDayHelpText": "Events will appear as all-day events in your calendar",
|
||||||
|
|
@ -381,7 +381,6 @@
|
||||||
"ImportCustomFormat": "Import Custom Format",
|
"ImportCustomFormat": "Import Custom Format",
|
||||||
"Imported": "Imported",
|
"Imported": "Imported",
|
||||||
"ImportedTo": "Imported To",
|
"ImportedTo": "Imported To",
|
||||||
"ImportLibrary": "Library Import",
|
|
||||||
"ImportErrors": "Import Errors",
|
"ImportErrors": "Import Errors",
|
||||||
"ImportExistingMovies": "Import Existing Movies",
|
"ImportExistingMovies": "Import Existing Movies",
|
||||||
"ImportExtraFiles": "Import Extra Files",
|
"ImportExtraFiles": "Import Extra Files",
|
||||||
|
|
@ -389,14 +388,15 @@
|
||||||
"ImportFailed": "Import failed: {0}",
|
"ImportFailed": "Import failed: {0}",
|
||||||
"ImportFailedInterp": "Import failed: {0}",
|
"ImportFailedInterp": "Import failed: {0}",
|
||||||
"ImportHeader": "Import an existing organized library to add movies to Radarr",
|
"ImportHeader": "Import an existing organized library to add movies to Radarr",
|
||||||
"ImportNotForDownloads": "Do not use this Import method to import downloads from your download client. This is ONLY for organized existing libraries.",
|
|
||||||
"ImportIncludeQuality": "Make sure that your files include the quality in their filenames. e.g. {0}",
|
"ImportIncludeQuality": "Make sure that your files include the quality in their filenames. e.g. {0}",
|
||||||
"Importing": "Importing",
|
"Importing": "Importing",
|
||||||
|
"ImportLibrary": "Library Import",
|
||||||
"ImportListStatusCheckAllClientMessage": "All lists are unavailable due to failures",
|
"ImportListStatusCheckAllClientMessage": "All lists are unavailable due to failures",
|
||||||
"ImportListStatusCheckSingleClientMessage": "Lists unavailable due to failures: {0}",
|
"ImportListStatusCheckSingleClientMessage": "Lists unavailable due to failures: {0}",
|
||||||
"ImportListSyncIntervalHelpText": "How often Radarr syncs with your lists. Minimum value of 6 hours",
|
"ImportListSyncIntervalHelpText": "How often Radarr syncs with your lists. Minimum value of 6 hours",
|
||||||
"ImportMechanismHealthCheckMessage": "Enable Completed Download Handling",
|
"ImportMechanismHealthCheckMessage": "Enable Completed Download Handling",
|
||||||
"ImportMovies": "Import Movies",
|
"ImportMovies": "Import Movies",
|
||||||
|
"ImportNotForDownloads": "Do not use this Import method to import downloads from your download client. This is ONLY for organized existing libraries.",
|
||||||
"ImportRootPath": "Point Radarr to the folder containing all of your movies, not a specific movie. e.g. {0} and not {1}. Additionally, each movie must be in its own folder within the root/library folder.",
|
"ImportRootPath": "Point Radarr to the folder containing all of your movies, not a specific movie. e.g. {0} and not {1}. Additionally, each movie must be in its own folder within the root/library folder.",
|
||||||
"ImportTipsMessage": "Some tips to ensure the import goes smoothly:",
|
"ImportTipsMessage": "Some tips to ensure the import goes smoothly:",
|
||||||
"InCinemas": "In Cinemas",
|
"InCinemas": "In Cinemas",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue