Feat: Language support via json files in the locales folder + Feat: Popup with title, channel, schedule, duration, season, episode, synopsis, Watch button (if M3U provided) and IMDb link + Fix: Date added to the timebar

This commit is contained in:
Johnnybegood90
2026-03-12 13:11:49 +01:00
parent 8d223359f4
commit 8826926168
13 changed files with 289 additions and 31 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"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",
"search_placeholder": "Search channel or program...",
"copy_epg": "EPG",
"copy_m3u": "M3U",
"copied": "\u2713 copied",
"program_info": "Program info",
"watch_now": "Watch now",
"imdb_search": "Search on IMDb",
"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",
"setup_already_done": "Configuration already done. Use your admin key to access setup again.",
"shift_back": "\u25c4 1h",
"shift_fwd": "1h \u25ba"
}