Enhance ScheduleEntryDto and related components to support franchise collection details
ci / build-backend (push) Successful in 3m19s
ci / build-frontend (push) Successful in 1m6s
ci / tests (push) Successful in 1m46s
ci / sonar (push) Successful in 4m50s

Updated ScheduleEntryDto to include properties for collection part, total parts, and collection name, allowing for better representation of franchise information. Modified GetChannelScheduleQueryHandler to populate these new fields based on collection data. Adjusted SchedulePreview component to prioritize collection part display over episode information. Enhanced localization strings to support new collection-related terms in both English and Russian.
This commit is contained in:
Leonid Pershin
2026-07-30 01:01:24 +03:00
parent 6be373476c
commit 8119305c36
8 changed files with 92 additions and 3 deletions
+2
View File
@@ -59,6 +59,7 @@ export const ru = {
ad: 'Реклама',
bumper: 'Заставка',
episode: 'Серия',
collectionPart: 'часть {{part}} из {{total}}',
live: 'В эфире',
volume: 'Громкость',
noChannels: 'Пока нет доступных каналов. Загляните позже.',
@@ -315,6 +316,7 @@ export const ru = {
seriesWord: 'Серия N',
episodeWord: 'Эпизод N',
seasonEpisode: 'SxxEyy',
productionCode: '2ACV01',
afterDash: 'после тире',
firstNumber: 'первое число',
},