mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tv genres
This commit is contained in:
parent
f13258a120
commit
8edd6fc958
2 changed files with 12 additions and 12 deletions
|
@ -6,17 +6,17 @@
|
||||||
<input is="emby-input" class="txtPath" label="${LabelPath}" required="required" autocomplete="off" />
|
<input is="emby-input" class="txtPath" label="${LabelPath}" required="required" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<input is="emby-input" class="txtKids" label="${LabelKidsGenres}" autocomplete="off" />
|
<input is="emby-input" class="txtKids" label="${LabelKidsCategories}" autocomplete="off" />
|
||||||
<div class="fieldDescription">${XmlTvKidsGenresHelp}</div>
|
<div class="fieldDescription">${XmlTvKidsCategoriesHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<input is="emby-input" class="txtNews" label="${LabelNewsGenres}" autocomplete="off" />
|
<input is="emby-input" class="txtNews" label="${LabelNewsCategories}" autocomplete="off" />
|
||||||
<div class="fieldDescription"></div>
|
<div class="fieldDescription"></div>
|
||||||
<div class="fieldDescription">${XmlTvNewsGenresHelp}</div>
|
<div class="fieldDescription">${XmlTvNewsCategoriesHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<input is="emby-input" class="txtSports" label="${LabelSportsGenres}" autocomplete="off" />
|
<input is="emby-input" class="txtSports" label="${LabelSportsCategories}" autocomplete="off" />
|
||||||
<div class="fieldDescription">${XmlTvSportsGenresHelp}</div>
|
<div class="fieldDescription">${XmlTvSportsCategoriesHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -2358,10 +2358,10 @@
|
||||||
"HealthMonitorNoAlerts": "There are no active alerts.",
|
"HealthMonitorNoAlerts": "There are no active alerts.",
|
||||||
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
|
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
|
||||||
"VisualLoginFormHelp": "Select a user or sign in manually",
|
"VisualLoginFormHelp": "Select a user or sign in manually",
|
||||||
"LabelSportsGenres": "Sports genres:",
|
"LabelSportsCategories": "Sports categories:",
|
||||||
"XmlTvSportsGenresHelp": "Programs with these genres will be categorized as sports programs. Separate multiple with '|'.",
|
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
||||||
"LabelNewsGenres": "News genres:",
|
"LabelNewsCategories": "News categories:",
|
||||||
"XmlTvNewsGenresHelp": "Programs with these genres will be categorized as news programs. Separate multiple with '|'.",
|
"XmlTvNewsCategoriesHelp": "Programs with these categories will be displayed as news programs. Separate multiple with '|'.",
|
||||||
"LabelKidsGenres": "Children's genres:",
|
"LabelKidsCategories": "Children's categories:",
|
||||||
"XmlTvKidsGenresHelp": "Programs with these genres will be categorized as programs for children. Separate multiple with '|'."
|
"XmlTvKidsCategoriesHelp": "Programs with these categories will be displayed as programs for children. Separate multiple with '|'."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue