Enhance ScheduleEntryDto and related components to support franchise collection details
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:
@@ -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: 'первое число',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user