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:
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"days": ["Dom", "Lun", "Mar", "Mi\u00e9", "Jue", "Vie", "S\u00e1b"],
|
||||
"months": ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
|
||||
"now": "Ahora",
|
||||
"channels": "Canales",
|
||||
"live": "LIVE",
|
||||
"loading": "Cargando gu\u00eda...",
|
||||
"epg_error": "No se puede cargar el EPG",
|
||||
"epg_error_sub": "Comprueba la URL de tu fuente XMLTV.",
|
||||
"load": "Cargar",
|
||||
"search_placeholder": "Buscar canal o programa...",
|
||||
"copy_epg": "EPG",
|
||||
"copy_m3u": "M3U",
|
||||
"copied": "\u2713 copiado",
|
||||
"program_info": "Info del programa",
|
||||
"watch_now": "Ver ahora",
|
||||
"imdb_search": "Buscar en IMDb",
|
||||
"close": "Cerrar",
|
||||
"duration_min": "min",
|
||||
"personal_epg_title": "EPG Personal",
|
||||
"personal_epg_subtitle": "Usa tu propia fuente EPG/M3U en esta instancia.",
|
||||
"personal_epg_label": "URL EPG (XMLTV) *",
|
||||
"personal_epg_m3u_label": "URL M3U",
|
||||
"personal_epg_optional": "opcional",
|
||||
"cancel": "Cancelar",
|
||||
"apply": "Aplicar",
|
||||
"setup_already_done": "Configuraci\u00f3n ya realizada. Usa tu clave de administrador para volver al setup.",
|
||||
"shift_back": "\u25c4 1h",
|
||||
"shift_fwd": "1h \u25ba"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"days": ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"],
|
||||
"months": ["Jan", "F\u00e9v", "Mar", "Avr", "Mai", "Jun", "Jul", "Ao\u00fb", "Sep", "Oct", "Nov", "D\u00e9c"],
|
||||
"now": "Maintenant",
|
||||
"channels": "Cha\u00eenes",
|
||||
"live": "LIVE",
|
||||
"loading": "Chargement du guide...",
|
||||
"epg_error": "Impossible de charger l'EPG",
|
||||
"epg_error_sub": "V\u00e9rifiez l'URL de votre flux XMLTV.",
|
||||
"load": "Charger",
|
||||
"search_placeholder": "Rechercher une cha\u00eene ou un programme...",
|
||||
"copy_epg": "EPG",
|
||||
"copy_m3u": "M3U",
|
||||
"copied": "\u2713 copi\u00e9",
|
||||
"program_info": "Infos programme",
|
||||
"watch_now": "Regarder",
|
||||
"imdb_search": "Rechercher sur IMDb",
|
||||
"close": "Fermer",
|
||||
"duration_min": "min",
|
||||
"personal_epg_title": "EPG Personnel",
|
||||
"personal_epg_subtitle": "Utilisez votre propre source EPG/M3U sur cette instance.",
|
||||
"personal_epg_label": "URL EPG (XMLTV) *",
|
||||
"personal_epg_m3u_label": "URL M3U",
|
||||
"personal_epg_optional": "optionnel",
|
||||
"cancel": "Annuler",
|
||||
"apply": "Appliquer",
|
||||
"setup_already_done": "Configuration d\u00e9j\u00e0 effectu\u00e9e. Utilisez votre cl\u00e9 admin pour acc\u00e9der \u00e0 nouveau au setup.",
|
||||
"shift_back": "\u25c4 1h",
|
||||
"shift_fwd": "1h \u25ba"
|
||||
}
|
||||
Reference in New Issue
Block a user