Add missing episodes feature: implement FindMissingEpisodes endpoint, update metadata providers to retrieve season episode counts, and enhance frontend components for displaying missing episodes report. Update translations for new UI elements.
This commit is contained in:
@@ -380,6 +380,14 @@ const resources = {
|
||||
refreshEpisodes: 'Обновить серии',
|
||||
refreshing: 'Обновляем…',
|
||||
refreshedCount: 'Обновлено серий: {{count}}',
|
||||
findMissing: 'Найти отсутствующие серии',
|
||||
missingTitle: 'Отсутствующие серии',
|
||||
missingNoSeasons: 'В шоу нет загруженных серий с распознанными номерами.',
|
||||
seasonN: 'Сезон {{n}}',
|
||||
loadedOf: 'загружено {{loaded}} из {{total}}',
|
||||
missingUnknown: 'Источник не отдал число серий этого сезона.',
|
||||
missingNone: 'Все серии на месте.',
|
||||
missingList: 'Не хватает',
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -762,6 +770,14 @@ const resources = {
|
||||
refreshEpisodes: 'Refresh episodes',
|
||||
refreshing: 'Refreshing…',
|
||||
refreshedCount: 'Episodes updated: {{count}}',
|
||||
findMissing: 'Find missing episodes',
|
||||
missingTitle: 'Missing episodes',
|
||||
missingNoSeasons: 'No loaded episodes with recognized numbers.',
|
||||
seasonN: 'Season {{n}}',
|
||||
loadedOf: 'loaded {{loaded}} of {{total}}',
|
||||
missingUnknown: 'The source did not return the episode count for this season.',
|
||||
missingNone: 'All episodes present.',
|
||||
missingList: 'Missing',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user