mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-14 15:58:48 +00:00
Fix Missing/CutoffUnmet search all warnings
This commit is contained in:
parent
2fc966af0c
commit
abefdca0fc
10 changed files with 15 additions and 14 deletions
|
@ -244,10 +244,10 @@ class CutoffUnmet extends Component {
|
|||
message={
|
||||
<div>
|
||||
<div>
|
||||
{translate('MassAlbumsCutoffUnmetWarning', [totalRecords])}
|
||||
{translate('SearchForAllCutoffUnmetAlbumsConfirmationCount', { totalRecords })}
|
||||
</div>
|
||||
<div>
|
||||
{translate('ThisCannotBeCancelled')}
|
||||
{translate('MassSearchCancelWarning')}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
@ -261,10 +261,10 @@ class Missing extends Component {
|
|||
message={
|
||||
<div>
|
||||
<div>
|
||||
{translate('MassAlbumsSearchWarning', [totalRecords])}
|
||||
{translate('SearchForAllMissingAlbumsConfirmationCount', { totalRecords })}
|
||||
</div>
|
||||
<div>
|
||||
{translate('ThisCannotBeCancelled')}
|
||||
{translate('MassSearchCancelWarning')}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
@ -790,7 +790,7 @@
|
|||
"ImportFailed": "Import fehlgeschlagen",
|
||||
"EndedOnly": "Nur abgeschlossene",
|
||||
"MassAlbumsCutoffUnmetWarning": "Bist du dir sicher, dass du nach allen '{0}' Alben suchen willst deren Schwelle nicht erreicht worden ist?",
|
||||
"MassAlbumsSearchWarning": "Bist du dir sicher, dass du nach allen '{0}' fehlenden Alben suchen willst?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Bist du dir sicher, dass du nach allen '{0}' fehlenden Alben suchen willst?",
|
||||
"MissingTracks": "Fehlende Tracks",
|
||||
"MonitorNewItems": "Neues Album überwachen",
|
||||
"MonitoringOptionsHelpText": "Welche Alben sollen überwacht werden nachdem der Künstler hinzugefügt wurde (einmalige Anpassung)",
|
||||
|
|
|
@ -730,7 +730,7 @@
|
|||
"IsInUseCantDeleteAQualityProfileThatIsAttachedToAnArtistOrImportList": "Δεν είναι δυνατή η διαγραφή ενός προφίλ ποιότητας που είναι συνδεδεμένο με έναν καλλιτέχνη ή λίστα εισαγωγής",
|
||||
"LatestAlbumData": "Παρακολουθήστε τα τελευταία άλμπουμ και τα μελλοντικά άλμπουμ",
|
||||
"MassAlbumsCutoffUnmetWarning": "Είστε βέβαιοι ότι θέλετε να αναζητήσετε όλα τα άλμπουμ \"{0}\" Cutoff Unmet;",
|
||||
"MassAlbumsSearchWarning": "Είστε βέβαιοι ότι θέλετε να αναζητήσετε όλα τα άλμπουμ \"{0}\" που λείπουν;",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Είστε βέβαιοι ότι θέλετε να αναζητήσετε όλα τα άλμπουμ \"{0}\" που λείπουν;",
|
||||
"MetadataProfiles": "Προφίλ μεταδεδομένων",
|
||||
"MinimumCustomFormatScoreHelpText": "Απαιτείται ελάχιστη βαθμολογία προσαρμοσμένης μορφής για την παράκαμψη της καθυστέρησης για το προτιμώμενο πρωτόκολλο",
|
||||
"MonitorAlbumExistingOnlyWarning": "Αυτή είναι μια εφάπαξ προσαρμογή της ρύθμισης παρακολούθησης για κάθε άλμπουμ. Χρησιμοποιήστε την επιλογή στην περιοχή Καλλιτέχνης/Επεξεργασία για να ελέγξετε τι συμβαίνει στα άλμπουμ που προστέθηκαν πρόσφατα",
|
||||
|
|
|
@ -402,8 +402,8 @@
|
|||
"EditSelectedDownloadClients": "Edit Selected Download Clients",
|
||||
"EditSelectedImportLists": "Edit Selected Import Lists",
|
||||
"EditSelectedIndexers": "Edit Selected Indexers",
|
||||
"EmbedCoverArtInAudioFiles": "Embed Cover Art In Audio Files",
|
||||
"EmbedCoverArtHelpText": "Embed Lidarr album art into audio files when writing tags",
|
||||
"EmbedCoverArtInAudioFiles": "Embed Cover Art In Audio Files",
|
||||
"Enable": "Enable",
|
||||
"EnableAutomaticAdd": "Enable Automatic Add",
|
||||
"EnableAutomaticAddHelpText": "Add artist/albums to {appName} when syncs are performed via the UI or by {appName}",
|
||||
|
@ -634,7 +634,7 @@
|
|||
"MarkAsFailed": "Mark as Failed",
|
||||
"MarkAsFailedMessageText": "Are you sure you want to mark '{0}' as failed?",
|
||||
"MassAlbumsCutoffUnmetWarning": "Are you sure you want to search for all '{0}' Cutoff Unmet albums?",
|
||||
"MassAlbumsSearchWarning": "Are you sure you want to search for all '{0}' missing albums?",
|
||||
"MassSearchCancelWarning": "This cannot be cancelled once started without restarting {appName} or disabling all of your indexers.",
|
||||
"MaximumLimits": "Maximum Limits",
|
||||
"MaximumSize": "Maximum Size",
|
||||
"MaximumSizeHelpText": "Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited.",
|
||||
|
@ -964,7 +964,9 @@
|
|||
"SearchAll": "Search All",
|
||||
"SearchBoxPlaceHolder": "eg. Breaking Benjamin, lidarr:854a1807-025b-42a8-ba8c-2a39717f1d25",
|
||||
"SearchForAllCutoffUnmetAlbums": "Search for all Cutoff Unmet albums",
|
||||
"SearchForAllCutoffUnmetAlbumsConfirmationCount": "Are you sure you want to search for all {totalRecords} Cutoff Unmet albums?",
|
||||
"SearchForAllMissingAlbums": "Search for all missing albums",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Are you sure you want to search for all {totalRecords} missing albums?",
|
||||
"SearchForMissing": "Search for Missing",
|
||||
"SearchForMonitoredAlbums": "Search for monitored albums",
|
||||
"SearchMonitored": "Search Monitored",
|
||||
|
@ -1078,7 +1080,6 @@
|
|||
"ThemeHelpText": "Change Application UI Theme, 'Auto' Theme will use your OS Theme to set Light or Dark mode. Inspired by Theme.Park",
|
||||
"ThereWasAnErrorLoadingThisItem": "There was an error loading this item",
|
||||
"ThereWasAnErrorLoadingThisPage": "There was an error loading this page",
|
||||
"ThisCannotBeCancelled": "This cannot be cancelled once started without disabling all of your indexers.",
|
||||
"ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "This will apply to all indexers, please follow the rules set forth by them",
|
||||
"Time": "Time",
|
||||
"TimeFormat": "Time Format",
|
||||
|
|
|
@ -802,7 +802,7 @@
|
|||
"SelectAlbum": "Valitse albumi",
|
||||
"SelectAlbumRelease": "Valitse albumin julkaisu",
|
||||
"FutureAlbumsData": "Seuraa albumeita, joita ei ole vielä julkaistu.",
|
||||
"MassAlbumsSearchWarning": "Haluatko varmasti etsiä '{0}' puuttuvaa albumia?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Haluatko varmasti etsiä '{0}' puuttuvaa albumia?",
|
||||
"EditArtist": "Muokkaa esittäjää",
|
||||
"DeleteSelected": "Poista valitut",
|
||||
"ClickToChangeReleaseGroup": "Vaihda julkaisuryhmää painamalla tästä",
|
||||
|
|
|
@ -991,7 +991,7 @@
|
|||
"SearchForMonitoredAlbums": "Rechercher des albums surveillés",
|
||||
"ImportListSpecificSettings": "Paramètres spécifiques à la liste d'importation",
|
||||
"MissingTracks": "Pistes manquantes",
|
||||
"MassAlbumsSearchWarning": "Êtes-vous sûr de vouloir rechercher tous les albums manquants « {0} » ?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Êtes-vous sûr de vouloir rechercher tous les albums manquants « {0} » ?",
|
||||
"MonitoredHelpText": "Téléchargez les albums surveillés de cet artiste",
|
||||
"ContinuingMoreAlbumsAreExpected": "D'autres albums sont attendus",
|
||||
"MusicBrainzRecordingID": "Identifiant d'enregistrement MusicBrainz",
|
||||
|
|
|
@ -645,7 +645,7 @@
|
|||
"OnUpgrade": "Minőségjavítás alatt",
|
||||
"OnApplicationUpdate": "Alkalmazásfrissítésről",
|
||||
"OnImportFailure": "Importálási hiba esetén",
|
||||
"MassAlbumsSearchWarning": "Biztos benne, hogy megkeresi az összes \"{0}\" hiányzó albumot?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Biztos benne, hogy megkeresi az összes \"{0}\" hiányzó albumot?",
|
||||
"MassAlbumsCutoffUnmetWarning": "Biztosan megkeresi az összes „{0}” Küszöbhatár alatti albumot?",
|
||||
"ThisCannotBeCancelled": "Ezt folyamatot az összes indexelő letiltása nélkül nem lehet visszavonni, ha egyszer elindult.",
|
||||
"AddedArtistSettings": "Szerzői beállítások hozzáadva",
|
||||
|
|
|
@ -645,7 +645,7 @@
|
|||
"OnImportFailure": "Ao Falhar na Importação",
|
||||
"OnHealthIssue": "Ao Problema de Saúde",
|
||||
"ExpandBroadcastByDefaultHelpText": "Transmissão",
|
||||
"MassAlbumsSearchWarning": "Tem certeza de que deseja pesquisar todos os '{0}' álbuns ausentes?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "Tem certeza de que deseja pesquisar todos os '{0}' álbuns ausentes?",
|
||||
"MassAlbumsCutoffUnmetWarning": "Tem certeza de que deseja pesquisar todos os álbuns '{0}' que não atingiram o corte?",
|
||||
"ThisCannotBeCancelled": "Isso não pode ser cancelado uma vez iniciado sem desabilitar todos os seus indexadores.",
|
||||
"ImportListSpecificSettings": "Importar configurações específicas da lista",
|
||||
|
|
|
@ -748,7 +748,7 @@
|
|||
"CombineWithExistingFiles": "和现有文件合并",
|
||||
"Episode": "集",
|
||||
"TrackNaming": "歌曲命名",
|
||||
"MassAlbumsSearchWarning": "你确定要搜索所有 '{0}' 个缺失专辑么?",
|
||||
"SearchForAllMissingAlbumsConfirmationCount": "你确定要搜索所有 '{0}' 个缺失专辑么?",
|
||||
"MediumFormat": "媒体格式",
|
||||
"MissingAlbums": "缺失专辑",
|
||||
"MissingTracksArtistMonitored": "缺失歌曲(歌手已监控)",
|
||||
|
|
Loading…
Add table
Reference in a new issue