Feat: Fav channel in localstorage

This commit is contained in:
Johnnybegood90
2026-03-13 20:46:01 +01:00
parent 23e0f29990
commit 7b42539bc8
8 changed files with 213 additions and 76 deletions
+41 -18
View File
@@ -1,30 +1,53 @@
{
"days": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
"months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
"now": "Now",
"channels": "Channels",
"live": "LIVE",
"loading": "Loading guide...",
"epg_error": "Unable to load EPG",
"days": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"months": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"now": "Now",
"channels": "Channels",
"live": "LIVE",
"loading": "Loading guide...",
"epg_error": "Unable to load EPG",
"epg_error_sub": "Check your XMLTV stream URL.",
"load": "Load",
"load": "Load",
"search_placeholder": "Search channel or program...",
"copy_epg": "EPG",
"copy_m3u": "M3U",
"copied": "\u2713 copied",
"copy_epg": "EPG",
"copy_m3u": "M3U",
"copied": "✓ copied",
"program_info": "Program info",
"watch_now": "Watch now",
"watch_now": "Watch now",
"imdb_search": "Search on IMDb",
"close": "Close",
"close": "Close",
"duration_min": "min",
"personal_epg_title": "Personal EPG",
"personal_epg_subtitle": "Use your own EPG/M3U source on this instance.",
"personal_epg_label": "EPG URL (XMLTV) *",
"personal_epg_m3u_label": "M3U URL",
"personal_epg_optional": "optional",
"cancel": "Cancel",
"apply": "Apply",
"cancel": "Cancel",
"apply": "Apply",
"setup_already_done": "Configuration already done. Use your admin key to access setup again.",
"shift_back": "\u25c4 1h",
"shift_fwd": "1h \u25ba"
}
"shift_back": " 1h",
"shift_fwd": "1h ►",
"fav_add": "Add to favorites",
"fav_remove": "Remove from favorites"
}